This package is found useful for those who wants to modify their CSV file without using database.It creates a local server that having a functionality of uploading a csv file and then perform crud operations through browser itself.
Project description
csv_db_package
Package having the local server module to upload a csv file and perform CRUD operations on the data shown using different features through database.
Installation
pip install csv_db_package
STEPS TO INSTALL & MODIFY THE PROJECT
-Activate your python venv -Install the requirements given: python pip install -r requirements.txt
Mysql is used as a database engine here.
-Set env variables
$env:HOST= your hostname for mysql
$env:USER= your username
$env:PASSWORD= your password
-Run server inside directory by using command python fileserver.py
-example table
| First column | Second column | |
|---|---|---|
| Content Cell | Content Cell | update |
| Content Cell | Content Cell | update |
© 2022 Ankita Liya
This repository is licensed under the MIT license. See LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file csv_db_package-0.0.3.tar.gz.
File metadata
- Download URL: csv_db_package-0.0.3.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6538a7b9e4fc8df09c5e62526d04ac759af1cd07d527d1b543bcfa126c55f810
|
|
| MD5 |
5976507879d29e447e9b0dddaa4ea313
|
|
| BLAKE2b-256 |
1e05c219f638f05b69a979f41c6d21c9937e850728ace4225e31552b2fc8b977
|
File details
Details for the file csv_db_package-0.0.3-py3-none-any.whl.
File metadata
- Download URL: csv_db_package-0.0.3-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3492e918f03ff68420ccd33488847525ca045648334aa9eb0cb8b4e7db8ebf5b
|
|
| MD5 |
a12456baab52b2915ca4351dc1ef37fc
|
|
| BLAKE2b-256 |
ab68fddd64896dc8ea948719333e748a73c657ae8c4b86d582e3094fd49f50c3
|