Metadata-Version: 2.1
Name: csvtojsonlib
Version: 1.0.0
Summary: CSV to JSON convertor with additional options to make the conversion more efficient and flexibility to add or remove columns from the conversion
Home-page: https://github.com/SwarajJalkote/csvtojson.git
Author: Swaraj Jalkote
Author-email: swarajjalkote98@gmail.com
License: MIT
Keywords: csv,json,convertor
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENSE
Requires-Dist: setuptools
Requires-Dist: pandas



Change Log
==========

1.0.0 (2022-11-14)
-------------------
- Planning the library creation

