Metadata-Version: 2.1
Name: csv2database
Version: 0.0.5
Summary: A package for importing CSV files into a MySQL database
Home-page: https://github.com/mdarfaanbaig/csv2database
Author: Md Arfaan Baig
Author-email: mdarfaanbaig@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
License-File: LICENSE.txt
Requires-Dist: numpy >=1.0.0
Requires-Dist: pandas >=1.0.0
Requires-Dist: mysql-connector-python >=8.0.0
Requires-Dist: google-api-python-client >=2.0.0

This package provides functionality to import CSV files into a MySQL database, supporting both local and Google Drive sources.
