19 lines
610 B
Markdown
Raw Normal View History

2013-04-03 01:56:57 +02:00
dataset: databases for lazy people
==================================
2011-12-21 09:33:10 +01:00
2020-03-15 13:29:39 +01:00
![build](https://github.com/pudo/dataset/workflows/build/badge.svg)
2013-04-03 01:56:57 +02:00
In short, **dataset** makes reading and writing data in databases as simple as reading and writing JSON files.
2011-12-22 19:34:59 +01:00
[Read the docs](https://dataset.readthedocs.io/)
2011-12-22 19:34:59 +01:00
2015-05-23 16:38:53 +02:00
To install dataset, fetch it with ``pip``:
2011-12-21 09:33:10 +01:00
2015-05-23 16:53:02 +02:00
```bash
$ pip install dataset
```
2017-09-09 18:34:32 +02:00
**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](https://github.com/pudo/datafreeze).