Metadata-Version: 1.1
Name: requires.io
Version: 0.2.1
Summary: requires.io API
Home-page: https://requires.io/
Author: Shining Panda S.A.S.
Author-email: support@requires.io
License: UNKNOWN
Description: 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:
        
        .. code-block:: text
        
            pip install requires.io
        
        Quick start:
        
        .. code-block:: text
        
            requires.io -a my_auth_token -r my_repo /path/to/my/repo
        
        Usage:
        
        .. code-block:: text
        
            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. (default: REQUIRES_TOKEN environment
                                    variable)
              -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)
        
        
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
