Csv data access package like PEP 249 api.
Project description
Csv reader like PEP 249 API.
Requirements
Python 3.x
Installation
$ pip install csvdb
Example
import csvdb
conn = minitds.connect('/foo/bar/baz.csv')
cur = conn.cursor()
cur.execute('field1,field2')
for r in cur.fetchall():
print(r[0], r[1])
conn.close()
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
csvdb-0.1.0.tar.gz
(3.0 kB
view details)
File details
Details for the file csvdb-0.1.0.tar.gz.
File metadata
- Download URL: csvdb-0.1.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
920c4d7791b0416b82c688339f06376002530c6c73ed1027cc39b2cb80237661
|
|
| MD5 |
a01c2231edcb767f253d1dddb5dd8856
|
|
| BLAKE2b-256 |
90723a0ba8934fc149a3c9226c729437fbd4bb95691a71c50f169a33d172c2d4
|