Metadata-Version: 2.1
Name: giterator
Version: 0.0.0.dev0
Summary: Python tools for doing git things.
Home-page: https://github.com/cjw296/giterator
Author: Chris Withers
Author-email: chris@withers.org
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: build
Requires-Dist: sphinx ; extra == 'build'
Requires-Dist: sphinx-rtd-theme ; extra == 'build'
Requires-Dist: setuptools-git ; extra == 'build'
Requires-Dist: twine ; extra == 'build'
Requires-Dist: wheel ; extra == 'build'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: sybil ; extra == 'test'
Requires-Dist: testfixtures ; extra == 'test'


giterator
=========

|CircleCI|_  |Docs|_

.. |CircleCI| image:: https://circleci.com/gh/cjw296/giterator/tree/master.svg?style=shield
.. _CircleCI: https://circleci.com/gh/cjw296/giterator/tree/master

.. |Docs| image:: https://readthedocs.org/projects/giterator/badge/?version=latest
.. _Docs: http://giterator.readthedocs.org/en/latest/

Python tools for doing git things.


