Metadata-Version: 2.4
Name: optparse-pretty
Version: 0.1.1
Summary: A more compact help formatter for optparse
Home-page: https://github.com/gvalkov/optparse-pretty
Author: Georgi Valkov
Author-email: georgi.t.valkov@gmail.com
License: Revised BSD License
Keywords: optparse formatter cmd
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 4 - Beta
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: summary

*optparse-pretty*
-----------------

This module provides two help formatters for optparse_. They provide
terser and more customizable option formatting in comparison to the
default help formatter. Refer to the documentation for examples and
usage instructions.

Documentation:
    http://optparse-pretty.readthedocs.org/en/latest/

Development:
    https://github.com/gvalkov/optparse-pretty

Package:
    http://pypi.python.org/pypi/optparse-pretty

Changelog:
    https://github.com/gvalkov/optparse-pretty/releases


.. _optparse: https://docs.python.org/3.4/library/optparse.html
