Metadata-Version: 2.2
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
Keywords: epithet
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
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: Click>=6.0
Requires-Dist: PyGithub>=1.34
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

=======
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.
