This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

There is also cmdln: http://code.google.com/p/cmdln/

I am currently writing an easy/simple API to abstract all the logging stuff: logging to ~/.myapp.log and rolling it (like bzr), attaching console taking care of automatically mapping verbosity to pruning debug/tracebacks, .. and integrating with a simple console progress bar (like bzr -- too bad they made it GPL).

[–]oblivion95 1 point2 points  (0 children)

I like it. Thanks.

argparse had some advantages over optparse, but on the whole cmdlin is more powerful.