Metadata-Version: 2.1
Name: csv-to-db-converter-saatwikmehta
Version: 0.0.9
Summary: This package is useful for someone who wants to make changes inside his CSV files.It creates a local server that provides the functionality of file upload to dbReading the data inside the db table created using the name of the file and applying CRUD operations as well.
Home-page: https://github.com/Saatwik-Mehta/csv_to_db_pkg
Author: Saatwik Mehta
Author-email: saatwikmehta@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Saatwik-Mehta/csv_to_db_pkg/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# CSV_TO_DB_CONVERTER
It takes a CSV file as input and converts 
and save the data into a default set DB (fileupload).
The table name will consist of the name of the file user is uploading.
After a successful upload user can perform CRUD operations on the file data using a localhost server.

## Installation
pip install csvtodb-converter-saatwikmehta


## License 
© 2022 Saatwik Mehta

This repository is licensed under the MIT license. See LICENSE for details.




