fastapi-filters
FastAPI filtersπΈ
File Explorer
Download Latest Version (.zip)- automerge.yml
- lint.yml
- publish.yml
- test.yml
- dependabot.yml
- beanie.md
- raw_sql.md
- sqlalchemy.md
- tortoise.md
- overview.md
- configuration.md
- csv_list.md
- filter_field.md
- filter_set.md
- first_steps.md
- openapi_docs.md
- operators.md
- programmatic_filters.md
- sorting.md
- contributing.md
- index.md
- license.md
- __init__.py
- app.py
- beanie_app.py
- __init__.py
- beanie.py
- raw_sql.py
- sqlalchemy.py
- tortoise.py
- __init__.py
- config.py
- configs.py
- docs.py
- errors.py
- fields.py
- filter_set.py
- filters.py
- op.py
- operators.py
- py.typed
- schemas.py
- sorters.py
- types.py
- utils.py
- __init__.py
- arr_op.py
- bool_op.py
- conftest.py
- enum_op.py
- field_set_decl.py
- num_op.py
- str_op.py
- __init__.py
- test_sqalchemy.py
- __init__.py
- conftest.py
- test_config.py
- test_docs.py
- test_filter_set.py
- test_filters.py
- test_op.py
- test_operators.py
- test_raw_sql.py
- test_schemas.py
- test_sorters.py
- test_utils.py
- utils.py
- .gitignore
- .pre-commit-config.yaml
- LICENSE
- logo.png
- mkdocs.yml
- netlify.toml
- pyproject.toml
- README.md
- ROADMAP.md
- runtime.txt
- uv.lock
# Installation Guide
1. Get the code
git clone https://github.com/uriyyo/fastapi-filters
Downloads the entire project code from GitHub to your computer.
cd fastapi-filters
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install fastapi-filters
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install fastapi-filters
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
