Metadata-Version: |
2.1 |
Name: |
filterify |
Version: |
0.0.1 |
Summary: |
filterify is a pydantic-based library to handle filters from the query params. |
Author-Email: |
Roman Sadzhenytsia <urchin.dukkee[at]gmail.com> |
Project-Url: |
Documentation, https://filterify.boardpack.org |
Project-Url: |
Source, https://github.com/boardpack/filterify |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
Intended Audience :: System Administrators |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python |
Classifier: |
Topic :: Internet |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development |
Classifier: |
Typing :: Typed |
Classifier: |
Environment :: Web Environment |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Requires-Python: |
>=3.8.1 |
Requires-Dist: |
pydantic (>=1.8.2) |
Requires-Dist: |
autoflake (==2.0.0); extra == "dev" |
Requires-Dist: |
flake8 (==6.0.0); extra == "dev" |
Requires-Dist: |
pre-commit; extra == "dev" |
Requires-Dist: |
tox (>=3.27.1); extra == "dev" |
Requires-Dist: |
mkdocs (==1.4.2); extra == "doc" |
Requires-Dist: |
mkdocs-material (==8.5.10); extra == "doc" |
Requires-Dist: |
markdown (==3.2.1); extra == "doc" |
Requires-Dist: |
markdown-include (==0.8.0); extra == "doc" |
Requires-Dist: |
mkdocs-markdownextradata-plugin (==0.2.5); extra == "doc" |
Requires-Dist: |
typer (==0.7.0); extra == "doc" |
Requires-Dist: |
pyyaml (==6.0.0); extra == "doc" |
Requires-Dist: |
pytest (==7.2.0); extra == "test" |
Requires-Dist: |
pytest-cov (==4.0.0); extra == "test" |
Requires-Dist: |
mypy (==0.991); extra == "test" |
Requires-Dist: |
flake8 (==6.0.0); extra == "test" |
Requires-Dist: |
black (==22.10.0); extra == "test" |
Requires-Dist: |
isort (==5.10.1); extra == "test" |
Requires-Dist: |
fastapi; extra == "test" |
Provides-Extra: |
dev |
Provides-Extra: |
doc |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |