Metadata-Version: 2.1
Name: yesql
Version: 0.1.0
Summary: YeSQL is a SQL-first data manipulation library that will replace your ORM.
License: MIT
Author: Sean Stewart
Author-email: sean_stewart@me.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: asyncpg
Provides-Extra: docs
Provides-Extra: lint
Provides-Extra: psycopg
Provides-Extra: tests
Requires-Dist: PyPika (>=0.48.0,<0.49.0)
Requires-Dist: asyncpg (>=0.25.0,<0.26.0); extra == "asyncpg" or extra == "tests"
Requires-Dist: black (>=22,<23); extra == "lint"
Requires-Dist: factory-boy (>=3.2.1,<4.0.0); extra == "tests"
Requires-Dist: flake8 (>=3.9.2,<4.0.0); extra == "lint"
Requires-Dist: mkdocs (>=1.2.2,<2.0.0); extra == "docs"
Requires-Dist: mkdocs-awesome-pages-plugin (>=2.5.0,<3.0.0); extra == "docs"
Requires-Dist: mkdocs-material (>=8.0,<9.0); extra == "docs"
Requires-Dist: mypy (>=0.910,<0.911); extra == "lint"
Requires-Dist: orjson (>=3.5.1,<4.0.0); extra == "asyncpg" or extra == "psycopg" or extra == "tests"
Requires-Dist: psycopg[binary,pool] (>=3.0,<4.0); extra == "psycopg" or extra == "tests"
Requires-Dist: pytest (>=6.2.4,<7.0.0); extra == "tests"
Requires-Dist: pytest-asyncio (>=0.15.1,<0.16.0); extra == "tests"
Requires-Dist: pytest-benchmark (>=3.4.1,<4.0.0); extra == "tests"
Requires-Dist: pytest-cov (>=3.0,<4.0); extra == "tests"
Requires-Dist: sqlparse (>=0.4.2,<0.5.0)
Requires-Dist: types-orjson (>=0.1.1,<0.2.0); extra == "lint"
Requires-Dist: typical (>=2.8,<3.0)
