Metadata-Version: 2.0
Name: requires.io
Version: 0.1.0
Summary: requires.io API
Home-page: https://requires.io/
Author: Shining Panda S.A.S.
Author-email: support@requires.io
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: requests (>=2.0.0)

requires.io API
---------------

.. image:: https://requires.io/github/requires/api/requirements.png?branch=master
   :target: https://requires.io/github/requires/api/requirements/?branch=master
   :alt: Requirements Status

Install:

.. code::

    pip install requires.io

Quick start:

.. code::

    requires.io -a my_auth_token -r my_repo /path/to/my/repo

Usage:

.. code::

    requires.io [options] path ...

    Options:
      --version             show program's version number and exit
      -h, --help            show this help message and exit
      -a TOKEN, --auth-token=TOKEN
                            API token.
      -r NAME, --repository=NAME
                            repository name.
      -p, --private         is the repository private? (default: false)
      -b NAME, --branch=NAME
                            branch or tag name. (default: master)
      -t, --tag             does the branch name stand for a tag? (default: false)



