summaryrefslogtreecommitdiff
path: root/devel/py-opster/pkg-descr
blob: 9d537795e41eb22548e58459500a6854c4fdfd45 (plain) (blame)
1
2
3
4
5
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).