Metadata-Version: 2.1
Name: csvengine
Version: 1.0.0
Summary: A package for a CSV database CRUD engine
Home-page: https://github.com/youhengzhou/csv-engine
Author: YouHeng Zhou
Author-email: youhengzhou@cmail.carleton.ca
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/youhengzhou/csv-engine/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# JSON Engine

please refer to `` for the python package

and please refer to `` for the repo

# Download Package

`py -m pip install csvengine -U`

## In Your Python Files

`import csvengine.main as eng`


