Metadata-Version: 1.1
Name: commandor
Version: 0.1.4
Summary: Simple wrapper to parse nested script options and args
Home-page: https://github.com/Lispython/commandor
Author: Alexandr Lispython
Author-email: alex@obout.ru
License: BSD
Description: Welcome to Commandor's documentation!
        =====================================
        
        Helpers for command line arguments parser
        
        .. image:: https://secure.travis-ci.org/Lispython/commandor.png
        	   :target: https://secure.travis-ci.org/Lispython/commandor
        
        
        Overview
        --------
        
        - Servers configuration
        
        
        INSTALLATION
        ------------
        
        
        You can install the most recent commandor version using `easy_install`_::
        
            easy_install commandor
        
        or `pip`_::
        
            pip install commandor
        
        
        .. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall
        .. _pip: http://pypi.python.org/pypi/pip
        
        
        Contribute
        ----------
        
        #. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
           There is a Contributor Friendly tag for issues that should be ideal for people who are not very familiar with the codebase yet.
        #. Fork `the repository`_ on Github to start making your changes to the **develop** branch (or branch off of it).
        #. Write a test which shows that the bug was fixed or that the feature works as expected.
        #. Send a pull request and bug the maintainer until it gets merged and published.
        
        
        
        CONTRIBUTE
        ----------
        
        Fork https://github.com/Lispython/commandor/ , create commit and pull request.
        
        
        SEE ALSO
        --------
        
        - `Receptor <http://github.com/Lispython/receptor>`_
        .. _`the repository`: https://github.com/Lispython/commandor/
        
Platform: Linux
Platform: Mac
Platform: Windows
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development
