Project: dataset

Toolkit for Python-based database access.

Project Details

Latest version
1.6.2
Home Page
http://github.com/pudo/dataset
PyPI Page
https://pypi.org/project/dataset/

Project Popularity

PageRank
0.0034446846223775804
Number of downloads
72657

dataset: databases for lazy people

build

In short, dataset makes reading and writing data in databases as simple as reading and writing JSON files.

Read the docs

To install dataset, fetch it with pip:

$ pip install dataset

Note: as of version 1.0, dataset is split into two packages, with the data export features now extracted into a stand-alone package, datafreeze. See the relevant repository here.