Metadata-Version: 2.1
Name: cmpd
Version: 0.0.1
Summary: A command line tool that compares data.
Author-email: Zaid Waqi <zaidwaqi@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/zaidwaqi/compare-data
Project-URL: Issues, https://github.com/pypa/zaidwaqi/compare-data/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyarrow
Requires-Dist: pandas
Requires-Dist: numpy

# cmpd

cmpd is a command line tool that allows you to compare multiple structured data sources and generate a report highlighting variances or discrepancies at the desired unit of analysis.

## Features

- Compare multiple data sources: cmpd supports comparing data from various sources, including CSV files, databases, and APIs.
- Flexible unit of analysis: You can specify the unit of analysis for comparison, such as individual records, columns, or specific fields.
- Detailed variance report: cmpd generates a comprehensive report that highlights the differences between the data sources, providing insights into the variations or discrepancies.
- Customizable output: You can configure the output format and choose to export the report in various formats, such as CSV, JSON, or HTML.

## License

cmpd is released under the [MIT License](https://opensource.org/licenses/MIT).
