File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 3030 - name : Run flake8
3131 run : |
3232 pipenv run flake8 --max-line-length=120
33+ - name : Upload coverage reports to Codecov
34+ uses : codecov/codecov-action@v3
35+ env :
36+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 11## FastAPI SQLAlchemy Filter
2+ ![ ci_badge] ( https://github.com/OleksandrZhydyk/FastAPI-SQLAlchemy-Filters/actions/workflows/ci_filter.yml/badge.svg )
3+ [ ![ Downloads] ( https://static.pepy.tech/badge/fastapi_sa_orm_filter )] ( https://pepy.tech/project/fastapi_sa_orm_filter )
4+
25Package that helps to implement easy objects filtering and sorting for applications
36build on FastAPI and SQLAlchemy.
47For using you just need to define your custom filter with filtered fields and applied operators.
You can’t perform that action at this time.
0 commit comments