Metadata-Version: |
2.1 |
Name: |
pgqb |
Version: |
0.1.0 |
Summary: |
Typed Python PostgreSQL query builder using Pydantic |
Author-Email: |
Yasser Tahiri <hello[at]yezz.me> |
Project-Url: |
Homepage, https://github.com/yezz123/pgqb |
Project-Url: |
Funding, https://github.com/sponsors/yezz123 |
Keywords: |
PostgreSQL,Pydantic,Query |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Framework :: Pydantic |
Classifier: |
Framework :: Pydantic :: 2 |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
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: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.9 |
Requires-Dist: |
pydantic-settings (>=2.1.0) |
Requires-Dist: |
pydantic (<2.6.4,>=2.0.0) |
Requires-Dist: |
mypy (==1.9.0); extra == "lint" |
Requires-Dist: |
pre-commit (==3.6.2); extra == "lint" |
Requires-Dist: |
ruff (==0.3.1); extra == "lint" |
Requires-Dist: |
pytest-asyncio (==0.23.5.post1); extra == "test" |
Requires-Dist: |
pytest-cov (==4.1.0); extra == "test" |
Requires-Dist: |
pytest-pretty (==1.2.0); extra == "test" |
Requires-Dist: |
pytest (==8.0.2); extra == "test" |
Requires-Dist: |
python-decouple; extra == "test" |
Provides-Extra: |
lint |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |
License-Expression: |
MIT |
License-File: |
LICENSE |