Metadata-Version: 2.4
Name: dinao
Version: 2.1.0.dev156
Summary: A simple database API
Author-email: Jim Carreer <jim.carreer+dinao@gmail.com>
License-Expression: ISC
Project-URL: Homepage, https://github.com/jimcarreer/dinao
Project-URL: Repository, https://github.com/jimcarreer/dinao
Project-URL: Issues, https://github.com/jimcarreer/dinao/issues
Keywords: database,api,sql,mapping
Classifier: Topic :: Database
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: pyparsing>=3.0.9
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-asyncio; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: psycopg2-binary; extra == "tests"
Requires-Dist: psycopg[binary]; extra == "tests"
Requires-Dist: psycopg-pool; extra == "tests"
Requires-Dist: mariadb; extra == "tests"
Requires-Dist: mysql-connector-python; extra == "tests"
Provides-Extra: lint
Requires-Dist: black>=22.12.0; extra == "lint"
Requires-Dist: flake8; extra == "lint"
Requires-Dist: flake8-import-order; extra == "lint"
Requires-Dist: flake8-builtins; extra == "lint"
Requires-Dist: flake8-docstrings>=1.3.1; extra == "lint"
Requires-Dist: flake8-rst-docstrings; extra == "lint"
Requires-Dist: pydocstyle; extra == "lint"
Requires-Dist: pygments; extra == "lint"
Requires-Dist: pyspelling>=2.12.1; extra == "lint"
Provides-Extra: dev
Requires-Dist: dinao[lint,tests]; extra == "dev"
Dynamic: license-file
