Metadata-Version: 2.0
Name: contributors
Version: 0.1.0
Summary: A command-line script to get all the contributors for one or more GitHub projects.
Home-page: https://github.com/pydanny/contributors
Author: Daniel Roy Greenfeld
Author-email: pydanny@gmail.com
License: Apache Software License 2.0
Keywords: contributors
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
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
Requires-Dist: Click (>=6.0)
Requires-Dist: github3.py (==1.0.0a4)

===============================
Contributors
===============================


.. image:: https://img.shields.io/pypi/v/contributors.svg
        :target: https://pypi.python.org/pypi/contributors

.. image:: https://img.shields.io/travis/pydanny/contributors.svg
        :target: https://travis-ci.org/pydanny/contributors

.. image:: https://readthedocs.org/projects/contributors/badge/?version=latest
        :target: https://contributors.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://requires.io/github/pydanny/contributors/requirements.svg?branch=master
        :target: https://requires.io/github/pydanny/contributors/requirements?branch=master
        :alt: Dependencies


A command-line script to get all the contributors for one or more GitHub projects.


* Free software: Apache Software License 2.0
* Documentation: https://contributors.readthedocs.io.


Features
--------

* TODO

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.1.0 (2016-06-09)
------------------

* First release on PyPI.


