Metadata-Version: 2.0
Name: gisrep
Version: 0.2.3
Summary: The command line Github issues reporter
Home-page: https://github.com/briggySmalls/gisrep
Author: Sam Briggs
Author-email: briggySmalls90@gmail.com
License: GPLv3
Project-URL: Bug Tracker, https://github.com/briggySmalls/gisrep/issues
Project-URL: Documentation, https://briggysmalls.github.io/gisrep/index.html
Project-URL: Source Code, https://github.com/briggySmalls/gisrep
Keywords: Github issues tracker reports reporting documentation release note publish
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Bug Tracking
Classifier: Topic :: Software Development :: Documentation
Requires-Dist: toml
Requires-Dist: jinja2
Requires-Dist: PyGithub
Requires-Dist: keyring (>=10.6)
Requires-Dist: pyperclip

|Build Status| |Coverage Status| |PyPI Versions|

Gisrep
======

The command line Github issues reporter, making requests with
`PyGithub <https://github.com/PyGithub/PyGithub>`__ and formatting the results with
`jinja2 <http://jinja.pocoo.org/docs/2.10/>`__.

Taster
------

Generate issue reports and release notes effortlessly with a query for the `Github search
API <https://developer.github.com/v3/search/#search-issues>`__:

.. code-block::

    $ pip install gisrep
    $ gisrep report 'repo:briggySmalls/gisrep label:enhancement milestone:"milestone name"'
    - Make project open-source friendly [#2]
    - Add custom errors and improve handling [#4]
    - Add coverage tests [#14]
    - Allow user to provide jinja2 environment configuration [#16]
    ...

Features
--------

- Customisable output using either included or custom templates
- Connect to private Github repos

Documentation
-------------

For guidance on installation and usage, check out the
`documentation <https://briggysmalls.github.io/gisrep/>`__.

Contributing
------------

You may contribute in several ways like creating new features, fixing
bugs or improving documentation and examples. `Find more information in
CONTRIBUTING.rst <CONTRIBUTING.rst>`__.

.. |Build Status| image:: https://travis-ci.org/briggySmalls/gisrep.svg?branch=master
   :target: https://travis-ci.org/briggySmalls/gisrep?branch=master
.. |Coverage Status| image:: https://coveralls.io/repos/github/briggySmalls/gisrep/badge.svg?branch=master
   :target: https://coveralls.io/github/briggySmalls/gisrep?branch=master
.. |PyPI Versions| image:: https://img.shields.io/pypi/pyversions/gisrep.svg?branch=master
   :alt: PyPI - Python Version
   :target: https://pypi.python.org/pypi/gisrep


