معرفی شرکت ها


clipy-0.4


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Library for creating command line interfaces
ویژگی مقدار
سیستم عامل -
نام فایل clipy-0.4
نام clipy
نسخه کتابخانه 0.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Andrey Popp
ایمیل نویسنده 8mayday@gmail.com
آدرس صفحه اصلی UNKNOWN
آدرس اینترنتی https://pypi.org/project/clipy/
مجوز MIT
Clipy - command line interfaces micro-framework =============================================== Clipy is simple easy to use micro-framework for creating command line interfaces. You can find documentation at `http://packages.python.org/clipy <http://packages.python.org/clipy>`_. Bug reports ----------- Clipy uses launchpad for tracking bug reports, if you are want to report one, please follow the url: `https://bugs.launchpad.net/clipy <https://bugs.launchpad.net/clipy>`_ Development ----------- All source code for clipy is on launchpad, versioned with bzr DVCS: `http://launchpad.net/clipy <http://launchpad.net/clipy>`_ If you want to branch, simply type in terminal: $ bzr branch lp:clipy Change history ============== 0.1 --- Initial release with the following features: - Defining single commands with Command class. - Defining composite commands (commands that consists of subcommans, like svn) with CompositeCommand class. 0.2 --- New features: - Added abstract command loaded for composite commands. - Command loader implementation, which loads commands via setuptools entry point groups. 0.3 --- New features: - Added Command.chanllenge method for asking user for variable. - Added Command.ask method for asking user for confirmation. - Support for defining commands with argument parsers based on argparse. 0.4 --- New features: - Default help command for composite commands. - Better usage handling within subcommands. - Commands are stateless now -- options, args and context passed in run method directly. - Composite command behaviour can be parametrized in cases there is no subcommand or unknown one is provided (CompositeCommand.no_command, CompositeCommand.unknown_command methods).


نحوه نصب


نصب پکیج whl clipy-0.4:

    pip install clipy-0.4.whl


نصب پکیج tar.gz clipy-0.4:

    pip install clipy-0.4.tar.gz