Metadata-Version: 2.1
Name: modernize-reporter
Version: 0.3.2
Summary: Reports the modernization status for hybrid codebases.
Home-page: https://github.com/MartyMacGyver/python-modernize-reporter
Author: Martin Falatic
Author-email: martin@falatic.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Requires-Dist: modernize (>=0.6)

.. image:: https://api.travis-ci.org/MartyMacGyver/python-modernize-reporter.svg?branch=master
    :target: https://travis-ci.org/MartyMacGyver/python-modernize-reporter

.. image:: https://coveralls.io/repos/MartyMacGyver/python-modernize-reporter/badge.png?branch=master
    :target: https://coveralls.io/r/MartyMacGyver/python-modernize-reporter?branch=master

Python Modernize Reporter
=========================

This library is a very thin wrapper around `Modernize
<https://github.com/python-modernize/python-modernize>`_ that allows
linter-like output as well as optional integration with TeamCity.

In addition, this will optionally update files as ``modernize`` would.

See the ``LICENSE`` file for the license of ``python-modernize-reporter``.
Using this tool does not affect licensing of the modernized code.

Usage
-----

Run ``python-modernize-reporter --help`` for a full list of options.


