معرفی شرکت ها


abbr-cli-1.0.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A command-line tool to look up abbreviations for terms (and the reverse).
ویژگی مقدار
سیستم عامل -
نام فایل abbr-cli-1.0.3
نام abbr-cli
نسخه کتابخانه 1.0.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Mustapha Hadid
ایمیل نویسنده mustapha.hadeed@gmail.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/abbr-cli/
مجوز MIT
# abbr-cli A command-line tool to look up abbreviations for terms (and the reverse). The abbreviations (or the terms in reverse lookup) are extracted from [abbreviations.com](https://www.abbreviations.com). ```shell $ abbr configuration (5/5) cfg (4/5) config (-/5) conf (-/5) cnf $ abbr --reverse alloc (3/5) Allocation (-/5) Allocate ``` ## Table of content - [Installation](#installation) - [Exploring the arguments](#exploring-the-arguments) - [A little better than abbreviations.com](#a-little-better-than-abbreviationscom) ## Installation - Python version 3.6 or greater is required. - Install via `pip` command: ```shell $ pip install abbr-cli ``` ## Exploring the arguments ```shell $ abbr configuration (5/5) cfg (4/5) config (-/5) conf (-/5) cnf $ abbr configuration --with-category (5/5) cfg ~ Miscellaneous, Computing (4/5) config ~ Governmental (-/5) conf ~ Computing (-/5) cnf ~ Computing $ abbr configuration --only-words cfg config conf cnf $ abbr configuration --min-stars 4 (5/5) cfg (4/5) config $ abbr configuration --limit 1 (5/5) cfg ``` ## A little better than abbreviations.com - No duplicates. - Abbreviations with a single charater are removed. - A single abbreviation (or term in case of `--reverise` flag) with multiple cateogries (and sometimes subcategories) are merged in a single line. Subcategories are removed to avoid clutter. The rating will be the average rating. ```shell # instead of getting $ abbr command --with-category (5/5) cmd ~ Governmental/NASA (4/5) cmd ~ Governmental/Military (4/5) cmd ~ Computing/DOSCommands (5/5) cmd ~ Computing (-/5) cmd ~ Miscellaneous/Aircraft ... # you will get $ abbr command --with-category (4/5) cmd ~ Governmental, Computing, Miscellaneous ... ``` - Abbreviations are normalized to lowercase, while terms are normatlized to title case. ```shell # instead of getting $ abbr address (4/5) ADD (3/5) addr ... # you will get $ abbr address (4/5) add (3/5) addr ... ```


نیازمندی

مقدار نام
>=2.22.0 requests
>=4.5.0 lxml
>=0.6.2 docopt
>=0.5.4 colorful
- setuptools
>=0.2.4 colorama
- twine
- wheel


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl abbr-cli-1.0.3:

    pip install abbr-cli-1.0.3.whl


نصب پکیج tar.gz abbr-cli-1.0.3:

    pip install abbr-cli-1.0.3.tar.gz