Metadata-Version: 2.1
Name: chris
Version: 0.0.1
Summary: Python tools.
Home-page: https://github.com/gregorybchris/python-tools
Author: Chris Gregory
Author-email: christopher.b.gregory@gmail.com
License: Apache Software License
Keywords: python,tools
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: colorama
Provides-Extra: testing
Requires-Dist: pytest (<5.3.0,>=5.2.2) ; extra == 'testing'
Requires-Dist: pytest-cov (<2.9.0,>=2.8.1) ; extra == 'testing'
Requires-Dist: pytest-forked (<1.2.0,>=1.1.3) ; extra == 'testing'
Requires-Dist: pytest-xdist (<1.31.0,>=1.30.0) ; extra == 'testing'
Requires-Dist: pycodestyle (<2.6.0,==2.5.0) ; extra == 'testing'
Requires-Dist: pydocstyle (<4.1.0,==4.0.1) ; extra == 'testing'

# Chris Python Tools

Python tools supported:

- Terminal color
- Exception handling
- Logging utilities

