Metadata-Version: 1.1
Name: epithet
Version: 0.0.4
Summary: Manage your labels.
Home-page: https://github.com/phildini/epithet
Author: Philip James
Author-email: phildini@phildini.net
License: MIT license
Description: =======
        Epithet
        =======
        
        
        .. image:: https://img.shields.io/pypi/v/epithet.svg
                :target: https://pypi.python.org/pypi/epithet
        
        .. image:: https://img.shields.io/travis/phildini/epithet.svg
                :target: https://travis-ci.org/phildini/epithet
        
        .. image:: https://readthedocs.org/projects/epithet/badge/?version=latest
                :target: https://epithet.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/phildini/epithet/shield.svg
             :target: https://pyup.io/repos/github/phildini/epithet/
             :alt: Updates
        
        
        Manage your labels.
        
        
        * Free software: MIT license
        * Documentation: https://epithet.readthedocs.io.
        
        
        Features
        --------
        
        * Allows you to list all the labels on a repo, or all repos on an organization.
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        =======
        History
        =======
        
        0.0.4 (2017-11-12)
        ------------------
        
        * Add "update" command
        * Add ability to set key in environment variable
        * Rework interface
        
        0.0.3 (2017-06-11)
        ------------------
        
        * Add "delete" command
        * Allow specifying an API URL for GitHub Enterprise
        * Make `--key` param required
        
        0.0.2 (2017-05-25)
        ------------------
        
        * Improved rate limit handling
        
        0.0.1 (2017-05-25)
        ------------------
        
        * First release on PyPI.
        
Keywords: epithet
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
