All source listed below is under MIT license if no LICENSE file stating different is available.
dataset: databases for lazy people
In short, dataset makes reading and writing data in databases as simple as reading and writing JSON files.
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.
| .github | |
| dataset | |
| docs | |
| test | |
| .bumpversion.cfg | |
| .gitignore | |
| CHANGELOG.md | |
| LICENSE.txt | |
| Makefile | |
| README.md | |
| setup.cfg | |
| setup.py |