dataset 1.6.2


pip install dataset

  Latest version

Released: Jul 12, 2023

Project Links

Meta
Author: Friedrich Lindenberg, Gregor Aisch, Stefan Wehrmeyer

Classifiers

Development Status
  • 3 - Alpha

Intended Audience
  • Developers

License
  • OSI Approved :: MIT License

Operating System
  • OS Independent

Programming Language
  • Python :: 3.5
  • Python :: 3.6
  • Python :: 3.7
  • Python :: 3.8
  • Python :: 3.9

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.

Wheel compatibility matrix

Platform Python 2 Python 3
any

Files in release

Extras:
Dependencies:
sqlalchemy (<2.0.0,>=1.3.2)
alembic (>=0.6.2)
banal (>=1.0.1)