Python Database Testing Tool
Project description
CSV DB CLASS
A python package for easy python database usage through CSVs.
Usage:
>>> from csvdbclass import csvDB
>>> data = csvDB("data")
>>> data.show()
data
Empty DataFrame
Columns: []
Index: []
>>> data.db = pandas.DataFrame({
... "Name" : ['joe', 'joe2', 'joe3']
... })
>>> data.show()
data
Name
0 joe
1 joe2
2 joe3
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
csvdbclass-0.0.2.tar.gz
(2.7 kB
view details)
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 csvdbclass-0.0.2.tar.gz.
File metadata
- Download URL: csvdbclass-0.0.2.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e434df802d67fe315a75a938088afda1a2393247ecf88d3358440ac1abceb995
|
|
| MD5 |
f34527fed1c3851d5ef7437fbdbc9cf0
|
|
| BLAKE2b-256 |
10392b8598d42f65edbb593b03f9e0fe49d9a05cb977465b5e31208efa1fc288
|
File details
Details for the file csvdbclass-0.0.2-py3-none-any.whl.
File metadata
- Download URL: csvdbclass-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5ba1964606c97535cd5c38791b93c7461154a488ed55e5d91d6e6f28596a42d
|
|
| MD5 |
00f45c8c7db7d247873bdbded7c4ce80
|
|
| BLAKE2b-256 |
747cd163420adb1517fd5a491a3b60a1d5aae326977e2a43c57ea6ae2ab8b9ff
|