You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
1.5 KiB

4 years ago
  1. Metadata-Version: 2.0
  2. Name: plac
  3. Version: 0.9.6
  4. Summary: The smartest command line arguments parser in the world
  5. Home-page: https://github.com/micheles/plac
  6. Author: Michele Simionato
  7. Author-email: michele.simionato@gmail.com
  8. License: BSD License
  9. Keywords: command line arguments parser
  10. Platform: All
  11. Classifier: Development Status :: 4 - Beta
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: BSD License
  14. Classifier: Natural Language :: English
  15. Classifier: Operating System :: OS Independent
  16. Classifier: Programming Language :: Python
  17. Classifier: Programming Language :: Python :: 3
  18. Classifier: Topic :: Software Development :: Libraries
  19. Classifier: Topic :: Utilities
  20. Installation
  21. -------------
  22. If you are lazy, just perform
  23. ::
  24. $ pip install plac
  25. which will install the module on your system (and possibly argparse
  26. too, if it is not already installed).
  27. If you prefer to install the full distribution from source, including
  28. the documentation, download the tarball_, unpack it and run
  29. ::
  30. $ python setup.py install
  31. in the main directory, possibly as superuser.
  32. .. _tarball: http://pypi.python.org/pypi/plac
  33. Testing
  34. --------
  35. Run
  36. ::
  37. $ python doc/test_plac.py
  38. or
  39. ::
  40. $ nosetests doc
  41. or
  42. ::
  43. $ py.test doc
  44. Some tests will fail if sqlsoup is not installed.
  45. Run a ``pip install sqlsoup`` or just ignore them.
  46. Documentation
  47. --------------
  48. The source code and the documentation are hosted on GitHub.
  49. Here is the full documentation:
  50. https://github.com/micheles/plac/blob/0.9.6/doc/plac.pdf