Metadata-Version: 2.4
Name: copydata
Version: 0.1.2
Summary: CLI to compare two tabular datasets and produce a concise markdown report
Home-page: https://github.com/azmatsiddique/dw-compare
Author: Mohd Azmat
Author-email: azmat.siddique.98@gmail.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=1.5
Requires-Dist: numpy>=1.23
Dynamic: license-file

# Data Whisperer CLI (`dw`)

Compare two tabular datasets and generate a concise Markdown and optional JSON report highlighting schema and statistical changes.

Usage:
```bash
copydata a.csv b.csv
copydata a.csv b.csv --output-save --output report.md --json
'''
