Metadata-Version: 2.1
Name: dataset
Version: 1.4.4
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
Description: 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).
        
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
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Provides-Extra: dev
