Skip to main content

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 = csvsqlite3.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


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.1.tar.gz (2.6 kB view details)

Uploaded Source

File details

Details for the file csvsqlite3-0.1.1.tar.gz.

File metadata

  • Download URL: csvsqlite3-0.1.1.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for csvsqlite3-0.1.1.tar.gz
Algorithm Hash digest
SHA256 9a991c6586fcd6b073c62edda7868fb57dcd589d57d480d47911114ad22695b3
MD5 c974923e044bd63d1771bac6b7596413
BLAKE2b-256 43969fb2b2feb8622f293ca1a411d1c0640d4a98d07cb2d25678e5a090c2dbcc

See more details on using hashes here.

Supported by

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