Skip to main content

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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

csvdbclass-0.0.2-py3-none-any.whl (2.6 kB view details)

Uploaded Python 3

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

Hashes for csvdbclass-0.0.2.tar.gz
Algorithm Hash digest
SHA256 e434df802d67fe315a75a938088afda1a2393247ecf88d3358440ac1abceb995
MD5 f34527fed1c3851d5ef7437fbdbc9cf0
BLAKE2b-256 10392b8598d42f65edbb593b03f9e0fe49d9a05cb977465b5e31208efa1fc288

See more details on using hashes here.

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

Hashes for csvdbclass-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d5ba1964606c97535cd5c38791b93c7461154a488ed55e5d91d6e6f28596a42d
MD5 00f45c8c7db7d247873bdbded7c4ce80
BLAKE2b-256 747cd163420adb1517fd5a491a3b60a1d5aae326977e2a43c57ea6ae2ab8b9ff

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page