Metadata-Version: 2.1
Name: argsupport
Version: 0.0.1
Summary: Supporting argparse
Home-page: http://github.com/ddmee/argsupport
Author: Donal Mee
Author-email: mee.donal@gmail.com
License: UNKNOWN
Description: [![Build Status](https://travis-ci.org/ddmee/argsupport.svg?branch=master)](https://travis-ci.org/ddmee/argsupport)
        [![PyPI](https://img.shields.io/pypi/dm/argsupport.svg)]()
        [![PyPI](https://img.shields.io/pypi/v/argsupport.svg)]()
        [![HitCount](http://hits.dwyl.io/ddmee/argsupport.svg)](http://hits.dwyl.io/ddmee/argsupport)
        
        argsupport
        =============
        
        _Supporting argparse best practices_
        
        argsupport is _under active development_. Would you like to see a particular feature? Ask and thou shall recieve.
        
        # Installation
        
        ```
        pip install argsupport
        ```
        
        # Development installation
        
        ```shell
        # install lib, but use system links from the repo into sitepackages.
        python setup.py develop
        # install test dependenices.
        python setup.py test
        # run the tests
        pytest tests
        ```
        
        # Examples
        
        # Future extensions
        
        # Release notes
        
        ## 0.0.1
        
        - 
        - First version
        
        # Contributors
        - Donal Mee
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
