You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.7 KiB
Plaintext

Metadata-Version: 2.1
Name: dataset
Version: 1.3.1
Summary: Toolkit for Python-based database access.
Home-page: http://github.com/pudo/dataset
Author: Friedrich Lindenberg, Gregor Aisch, Stefan Wehrmeyer
Author-email: friedrich.lindenberg@gmail.com
License: MIT
Keywords: sql sqlalchemy etl loading utility
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: sqlalchemy (>=1.3.1)
Requires-Dist: alembic (>=0.6.2)
Provides-Extra: dev
Requires-Dist: pip ; extra == 'dev'
Requires-Dist: nose ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: psycopg2-binary ; extra == 'dev'
Requires-Dist: PyMySQL ; extra == 'dev'
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).