freebsd-ports/devel/py-opster/pkg-descr
Vanilla I. Shu 5befc129ce Add py-opster 4.1, command line parsing speedster.
PR:		212040
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2016-08-24 06:17:24 +00:00

8 lines
395 B
Text

A command line options parser, intended to make writing command line
applications easy and painless. It uses built-in Python types (lists,
dictionaries, etc) to define options, which makes configuration clear
and concise. Additionally it contains possibility to handle subcommands
(i.e. hg commit or svn update).
WWW: https://pypi.python.org/pypi/opster/
WWW: http://github.com/piranha/opster/