Metadata-Version: 2.1
Name: commandor
Version: 0.1.6
Summary: Simple wrapper to parse nested script options and args
Home-page: https://github.com/Lispython/commandor
Author: Alex Lispython
Author-email: alex@obout.ru
Maintainer: Alexandr Lispython
Maintainer-email: alex@obout.ru
License: BSD
Platform: Linux
Platform: Mac
Platform: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Development Status :: 5 - Production/Stable
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
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Internet
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development
License-File: LICENSE
License-File: AUTHORS

Welcome to Commandor's documentation!
=====================================

Helpers for command line arguments parser

.. image::  https://travis-ci.org/Lispython/commandor.png?branch=master
	   :target: https://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.



SEE ALSO
--------

- `Receptor <http://github.com/Lispython/receptor>`_

.. _`the repository`: https://github.com/Lispython/commandor/


