Metadata-Version: 2.1
Name: dephell-argparse
Version: 0.1.3
Summary: Argparse on steroids: groups, commands, colors.
Home-page: UNKNOWN
Author: Gram (@orsinium)
Author-email: master_fess@mail.ru
License: UNKNOWN
Project-URL: homepage, https://github.com/dephell/dephell_argparse
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Python: >=3.5
License-File: LICENSE


dephell_argparse
================

Argparse on steroids. It powers `dephell <https://github.com/dephell/dephell>`_.

Features:


* Zero dependencies
* Commands
* Groups
* Colored output
* Easy to use and re-define things
* Fully compatible with argparse.

Installation
------------

.. code-block:: bash

   python3 -m pip install --user dephell_argparse

Usage
-----

See `examples <./examples>`_ dir.


