Metadata-Version: 2.1
Name: py2to3cov
Version: 0.0.8
Summary: Python 2/3 compatibility tool. Provide measurements on Python 3 incompatible code similar to coverage reports.
Home-page: https://github.com/do-py-together/py2to3cov
Author: Tim Davis
Author-email: timdavis.3991@gmail.com
License: UNKNOWN
Keywords: development,OO
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Description-Content-Type: text/markdown
Requires-Dist: argparse (==1.4.0)
Requires-Dist: future (==0.17.1)
Requires-Dist: dominate (==2.6.0)

# py2to3cov
![release](https://img.shields.io/github/package-json/v/do-py-together/py2to3cov?label=release&logo=release&style=flat-square)
![build](https://img.shields.io/github/workflow/status/do-py-together/py2to3cov/test?style=flat-square)
![coverage](https://img.shields.io/codecov/c/github/do-py-together/py2to3cov?style=flat-square)
![dependencies](https://img.shields.io/librariesio/release/pypi/py2to3cov?style=flat-square)

Python 2/3 compatibility tool. Provide measurements on Python 3 incompatible code similar to coverage reports.

### Testing & Code Quality
Code coverage reports for master, branches, and PRs 
are posted [here in CodeCov](https://codecov.io/gh/do-py-together/py2to3cov).


