Files
2010-09-06 01:32:36 -04:00

78 lines
2.1 KiB
Plaintext

Metadata-Version: 1.0
Name: plac
Version: 0.7.4
Summary: The smartest command line arguments parser in the world
Home-page: http://pypi.python.org/pypi/plac
Author: Michele Simionato
Author-email: michele.simionato@gmail.com
License: BSD License
Description: Installation
-------------
If you are lazy, just perform
::
$ easy_install -U plac
which will install the module on your system (and possibly argparse
too, if it is not already installed). Notice that Python 3 requires
the easy_install version of the distribute_ project.
If you prefer to install the full distribution from source, including
the documentation, download the tarball_, unpack it and run
::
$ python setup.py install
in the main directory, possibly as superuser.
.. _tarball: http://pypi.python.org/pypi/plac
.. _distribute: http://packages.python.org/distribute/
Testing
--------
Run
::
$ python doc/test_plac.py
or
::
$ nosetests doc
or
::
$ py.test doc
Some tests will fail if sqlalchemy is not installed.
Run an ``easy_install -U sqlalchemy`` or just ignore them.
Documentation
--------------
The source code and the documentation are hosted on Google code.
Here is the full documentation in HTML and PDF form:
http://micheles.googlecode.com/hg/plac/doc/plac.html
http://micheles.googlecode.com/hg/plac/doc/plac.pdf
Keywords: command line arguments parser
Platform: All
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities