README
changeset 132 b072cb473b47
parent 123 4d73a8af4bbf
child 134 43702c4c4139
equal deleted inserted replaced
122:76334dcc9ae4 132:b072cb473b47
     2 
     2 
     3 ========
     3 ========
     4  Opster
     4  Opster
     5 ========
     5 ========
     6 
     6 
     7 Opster is a command line parser, intended to make writing command line
     7 Opster is a command line options parser, intended to make writing command line
     8 applications easy and painless. It uses built-in Python types (lists,
     8 applications easy and painless. It uses built-in Python types (lists,
     9 dictionaries, etc) to define options, which makes configuration clear and
     9 dictionaries, etc) to define options, which makes configuration clear and
    10 concise. Additionally it contains possibility to handle subcommands (i.e.
    10 concise. Additionally it contains possibility to handle subcommands (i.e.
    11 ``hg commit`` or ``svn update``).
    11 ``hg commit`` or ``svn update``).
    12 
    12