Metadata-Version: 2.1
Name: csv_compare_tool
Version: 1.0.0
Summary: Package to find differences between two CSV files
Home-page: https://github.com/liquidz00/csv-compare
Author: Andrew Speciale
License: Apache-2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# :mag_right: CSV-Compare
#### A python package for Jamf MacAdmins in mind

CSV-Compare allows you to find differences between two CSV files based on a specified column identifier. It provides a simple way to compare the contents of two CSV files and identify which records are present in one file but not in the other. 

# :construction: This project is currently under construction
> It has not yet been uploaded to pypi.org at present. Attempting to install via pip will not work presently.



