Metadata-Version: 2.1
Name: csvtodat
Version: 0.0.1
Summary: CSV to DAT 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/csv_to_dat
Author: Swaraj Jalkote
Author-email: swarajjalkote98@gmail.com
License: MIT
Keywords: csv,dat,convertor
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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.txt

This is a Python Library to Read the CSV file and convert it into .dat file

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

0.0.1 (07/11/2022)
-------------------
- First Release
    - Added the functionality to perform opetions of reading the csv and converting it to dat

