Metadata-Version: 2.4 Name: dataset Version: 2.0.0 Summary: Toolkit for Python-based database access. Project-URL: Homepage, https://github.com/pudo/dataset Project-URL: Repository, https://github.com/pudo/dataset Project-URL: Documentation, https://dataset.readthedocs.io/ Author: Gregor Aisch, Stefan Wehrmeyer Author-email: Friedrich Lindenberg License: Copyright (c) 2013, Open Knowledge Foundation, Friedrich Lindenberg, Gregor Aisch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License-File: LICENSE Keywords: etl,loading,sql,sqlalchemy,utility Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.13 Requires-Python: >=3.10 Requires-Dist: alembic>=0.6.2 Requires-Dist: sqlalchemy<3.0.0,>=1.4.0 Provides-Extra: dev Requires-Dist: build; extra == 'dev' Requires-Dist: cryptography; extra == 'dev' Requires-Dist: mypy; extra == 'dev' Requires-Dist: psycopg2-binary; extra == 'dev' Requires-Dist: pymysql; extra == 'dev' Requires-Dist: pytest; extra == 'dev' Requires-Dist: ruff; extra == 'dev' Requires-Dist: twine; extra == 'dev' Description-Content-Type: text/markdown # 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).