Skip to main content

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


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 hashes)

Uploaded Source

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