File: README.md

package info (click to toggle)
python-dataset 1.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 456 kB
  • sloc: python: 1,420; makefile: 162
file content (18 lines) | stat: -rw-r--r-- 610 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
dataset: databases for lazy people
==================================

![build](https://github.com/pudo/dataset/workflows/build/badge.svg)

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

[Read the docs](https://dataset.readthedocs.io/)

To install dataset, fetch it with ``pip``:

```bash
$ 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](https://github.com/pudo/datafreeze).