dataset 2.0.0


pip install dataset

  Latest version

Released: Apr 12, 2026


Meta
Author: Gregor Aisch, Stefan Wehrmeyer
Requires Python: >=3.10

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers

License
  • OSI Approved :: MIT License

Operating System
  • OS Independent

Programming Language
  • Python :: 3
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13

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 3
any

Files in release

Extras:
Dependencies:
alembic (>=0.6.2)
sqlalchemy (<3.0.0,>=1.4.0)