ANN: plac 0.9.3

Michele Simionato michele.simionato at gmail.com
Tue Jun 7 10:05:59 EDT 2016


plac is a command line parser with strong support for subcommands. Moreover, it
offers a framework for defining simple command-based languages. It
has also the ability to define remote shells by using an asynchat server.

This release fixes some bugs and supports both Python 2 and
Python 3 with a single code base.  The code has been moved from
GoogleCode to GitHub and put under continuous integration with
Travis. The tests run for Python 2.6, 2.7, 3.3, 3.4 and 3.5.

You can download the new release from PyPI with the usual 

$ pip install plac

The documentation is on GitHub:

https://github.com/micheles/plac/blob/0.9.3/doc/plac.pdf


        Michele Simionato 


More information about the Python-announce-list mailing list