Metadata-Version: 2.0
Name: requires.io
Version: 0.2.2
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.svg?branch=master
   :target: https://requires.io/github/requires/api/requirements/?branch=master
   :alt: Requirements Status

Install package:

.. code-block:: text

    pip install requires.io

Create or update a repository:

.. code-block:: text

    requires.io update-repo -t MY_TOKEN -r MY_REPO (--public | --private)

Create or update a branch:

.. code-block:: text

    requires.io update-branch -t MY_TOKEN -r MY_REPO -n MY_BRANCH /path/to/my/sources

Create or update a tag:

.. code-block:: text

    requires.io update-tag -t MY_TOKEN -r MY_REPO -n MY_TAG /path/to/my/sources

Monitor a site:

* freeze the current environment with pip
* hostname is the default site name

.. code-block:: text

    requires.io update-site -t MY_TOKEN -r MY_REPO

Delete repositories, branches, tags and sites:

.. code-block:: text

    requires.io delete-repo -t MY_TOKEN -r MY_REPO
    requires.io delete-branch -t MY_TOKEN -r MY_REPO -n MY_BRANCH
    requires.io delete-tag -t MY_TOKEN -r MY_REPO -n MY_TAG
    requires.io delete-site -t MY_TOKEN -r MY_REPO -n MY_SITE


