Metadata-Version: 2.4
Name: sqla-filter
Version: 0.5.5
Summary: Type safety filtering and ordering for SQLAlchemy
Project-URL: Documentation, https://barbarrista.github.io/sqla-filter
Project-URL: Examples, https://github.com/barbarrista/sqla-filter/tree/main/examples
Project-URL: GitHub, https://github.com/barbarrista/sqla-filter
Author-email: Nikitosio Noskovinni <nik.noskov08@gmail.com>
License: MIT
Requires-Python: >=3.11
Requires-Dist: sqlalchemy>=2.0.27
Description-Content-Type: text/markdown

# SQLAlchemy Filter

## Package for convenient filtering and ordering functionality in SQLAlchemy

Quite often, optional filtering functionality is required. To facilitate the implementation of filtering functionality, this package was written

See [documentation](https://barbarrista.github.io/sqla-filter/)

All examples are available at the [following link](https://github.com/barbarrista/sqla-filter/tree/main/examples)
