Metadata-Version: 2.0
Name: gisrep
Version: 0.2.1a2
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
Description-Content-Type: UNKNOWN
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
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|

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/>`__.

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


