معرفی شرکت ها


clinput-1.0.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Useful command line input functions with error checking.
ویژگی مقدار
سیستم عامل -
نام فایل clinput-1.0.2
نام clinput
نسخه کتابخانه 1.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Cameron McCormack
ایمیل نویسنده cam.mac@live.co.uk
آدرس صفحه اصلی https://github.com/cameronmccormack/clinput
آدرس اینترنتی https://pypi.org/project/clinput/
مجوز -
# Clinput Clinput is an importable python package that contains tools to create command line user inputs with data type conversion, syntax checking and customizable error messages. Syntactically, the functions in this package are similar to Python default input function, with a variety of optional arguments to provide customizable performance. ## Contents 1. [Installation](#installation) 2. [Usage](#usage) 3. [Documentation](#documentation) 4. [Contributing](#contributing) 5. [Testing](#testing) 6. [License](#license) ## Installation Install using `pip`: ```bash pip install clinput ``` ## Usage It is recommended to import each of `single` and `multi` separately (to avoid confusion) as follows: ```python import clinput.single as clis # example use: input_var = clis.positive("Enter a positive number: ") ``` or: ```python import clinput.single as clim # example use: input_vars = clim.positive("Enter a list of positive number inputs: ") ``` ## Documentation Documentation can be found at [Read the Docs](http://clinput.readthedocs.io/). ## Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate. ## Testing Tests are run using `pytest`. ## License [MIT](https://choosealicense.com/licenses/mit/)


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

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


نحوه نصب


نصب پکیج whl clinput-1.0.2:

    pip install clinput-1.0.2.whl


نصب پکیج tar.gz clinput-1.0.2:

    pip install clinput-1.0.2.tar.gz