Metadata-Version: 2.3
Name: polyquery
Version: 0.1.0
Summary: A framework-agnostic web interface for administering SQLAlchemy models
Project-URL: Source, https://github.com/JacobCoffee/polyquery
Project-URL: Issues, https://github.com/JacobCoffee/polyquery/issues
Project-URL: Documentation, https://docs.polyquery.app/
Project-URL: Changelog, https://docs.polyquery.app/latest/changelog/
Project-URL: Funding, https://github.com/sponsors/JacobCoffee
Project-URL: Discord, https://discord.gg/ZVG8hN6RrJ
Project-URL: Twitter, https://twitter.com/_scriptr
Project-URL: Reddit, https://reddit.com/monorepo
Project-URL: Youtube, https://www.youtube.com/@monorepo
Author-email: Jacob Coffee <jacob@z7x.org>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: fastapi,flask,litestar,sanic,sqlalchemy
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
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 :: Implementation :: CPython
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: Software Development
Classifier: Typing :: Typed
Requires-Python: >=3.8
Requires-Dist: sqlalchemy>=2.0.20
Requires-Dist: typing-extensions>=4.0.0
Provides-Extra: docs
Requires-Dist: autodoc-pydantic>=2.0.1; extra == 'docs'
Requires-Dist: shibuya; extra == 'docs'
Requires-Dist: sphinx-autobuild>=2021.3.14; extra == 'docs'
Requires-Dist: sphinx-click>=5.1.0; extra == 'docs'
Requires-Dist: sphinx-copybutton>=0.5.2; extra == 'docs'
Requires-Dist: sphinx-design>=0.5.0; extra == 'docs'
Requires-Dist: sphinx-sqlalchemy>=0.2.0; extra == 'docs'
Requires-Dist: sphinx-toolbox>=3.5.0; extra == 'docs'
Requires-Dist: sphinx>=7.2.6; extra == 'docs'
Requires-Dist: sphinxcontrib-mermaid>=0.9.2; extra == 'docs'
Provides-Extra: flask
Requires-Dist: colorama; (platform_system == 'Windows') and extra == 'flask'
Requires-Dist: prompt-toolkit; extra == 'flask'
Provides-Extra: lint
Requires-Dist: codespell>=2.2.6; extra == 'lint'
Requires-Dist: mypy>=1.7.1; extra == 'lint'
Requires-Dist: pre-commit>=3.3.3; extra == 'lint'
Requires-Dist: pre-commit>=3.6.0; extra == 'lint'
Requires-Dist: pyright>=1.1.339; extra == 'lint'
Requires-Dist: pytailwindcss>=0.2.0; extra == 'lint'
Requires-Dist: sourcery>=1.14.0; extra == 'lint'
Provides-Extra: litestar
Requires-Dist: litestar; extra == 'litestar'
Provides-Extra: sanic
Requires-Dist: sanic; extra == 'sanic'
Provides-Extra: test
Requires-Dist: coverage>=7.3.2; extra == 'test'
Requires-Dist: hypothesis>=6.92.0; extra == 'test'
Requires-Dist: pytest-asyncio>=0.23.2; extra == 'test'
Requires-Dist: pytest-benchmark>=4.0.0; extra == 'test'
Requires-Dist: pytest-cov>=4.1.0; extra == 'test'
Requires-Dist: pytest-dotenv>=0.5.2; extra == 'test'
Requires-Dist: pytest-mock>=3.12.0; extra == 'test'
Requires-Dist: pytest>=7.4.3; extra == 'test'
Description-Content-Type: text/markdown

# polyquery

[![PyPI - Version](https://img.shields.io/pypi/v/polyquery.svg)](https://pypi.org/project/polyquery)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/polyquery.svg)](https://pypi.org/project/polyquery)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install polyquery
```

## License

`polyquery` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
