Metadata-Version: 2.1
Name: pyreport2to3
Version: 1.2.2
Summary: Python 2 to 3 porting HTML report 
Home-page: https://github.com/catchmaurya/pyreport2to3
Author: Maurya Allimuthu
Author-email: catchmaurya@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: 2to3 (>=1.0)
Requires-Dist: future (>=0.18.2)
Requires-Dist: Jinja2 (>=2.11.2)
Requires-Dist: matplotlib (>=2.2.5)
Requires-Dist: modernize (>=0.7)
Requires-Dist: numpy (>=0.7)
Requires-Dist: pandas (>=0.24.2)


This package helps in generating better visualization report in python 2 to 3.

Installation
------------

You can install directly after cloning:

use the Python package:

.. code-block:: bash

  $ pip install --user pyreport2to3

Command line tool
-----------------

After installation, you should have ``pyreport2to3`` in your ``$PATH``:


Usage
-----

Python porting 2 to 3 report function:

.. code-block:: python

    >>> from pyreport2to3 import get_HTMLreport


Call the get_HTMLreport function passing command (2to3 or python-modernize) and parameter (python folder or files) :

.. code-block:: python

    >>> get_HTMLreport("python-modernize", "./python_project")


Python porting 2 to 3 HTML file pyreporting.html is generated in current location.

License
~~~~~~~
MIT License
~~~~~~~~~~~


.. code:: rst

    |MIT license|

    .. image:: https://img.shields.io/badge/License-MIT-blue.svg

Authors
~~~~~~~
Maurya Allimuthu ( catchmaurya@gmail.com )
Jitendra Kumar ( gtu.delhi@gmail.com )
Abraham Robert ( abrahamrobert123@gmail.com )

Contact
~~~~~~~
Please submit an issue if you encounter a bug and please email any questions or requests to @authors

