Metadata-Version: 2.1
Name: csv_excel_to_mysql
Version: 0.0.1
Summary: Export CSV/Excel to MySQL
Author: KSV Muralidhar
Author-email: murali_dhar0552@yahoo.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

### csv_xl_to_mysql
Export Excel or CSV files to MySQL
- This package automatically parses the data types.
- Creates a new database with the specified name or uses the existing one.
- Creates a new table with the specified name or uses the existing one.
- Inserts all the records from the specified CSV/Excel into the table.

