Csv data access package like PEP 249 api.
Project description
Csv reader like PEP 249 API.
https://github.com/harelba/q inspired
Requirements
Python 3.x
Installation
$ pip install csvsqlite3
Example
import csvsqlite3 conn = minitds.connect('/foo/bar/baz.csv') cur = conn.cursor() cur.execute('select * from csv') 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
csvsqlite3-0.1.0.tar.gz
(2.6 kB
view hashes)