Metadata-Version: 2.1
Name: datacompy-report
Version: 0.0.1
Summary: Create reports allowing for comparing two DataFrames.
Home-page: https://github.com/nagol/datacompy_report
Author: Logan Lossing
Author-email: loganlossing@gmail.com
License: Apache Software License 2.0
Keywords: nbdev jupyter notebook python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

datacompy_report
================

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

## Install

``` sh
pip install datacompy-report
```

## How to use

1.  Create ‘datacompy.core.Compare’ object
2.  Instantiate a new `datacompy_report.DatacompyReport` object
3.  Create Report:
    - Excel format
    - more to come…
