fastapi-filters
FastAPI filters๐ธ
ํ์ผ ํ์๊ธฐ
์ต์ข ๋ฒ์ ๋ค์ด๋ก๋ (.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
# ์ค์น ๊ฐ์ด๋
1. ์ฝ๋ ๋ด๋ ค๋ฐ๊ธฐ
git clone https://github.com/uriyyo/fastapi-filters
๊นํ๋ธ์์ ํ๋ก์ ํธ ์ฝ๋ ์ ์ฒด๋ฅผ ๋ด ์ปดํจํฐ๋ก ๋ด๋ ค๋ฐ์ต๋๋ค.
cd fastapi-filters
๋ฐฉ๊ธ ๋ด๋ ค๋ฐ์ ํ๋ก์ ํธ ํด๋ ์์ผ๋ก ์ด๋ํฉ๋๋ค.
2. ๊ณต์ ์ค์น ์คํฌ๋ฆฝํธ
์ฌ์ ์ถ์ฒ์ฌ์ ์ค๋น๋ฌผ
- Python 3 pip ๋ช ๋ น์ด๋ฅผ ์ฐ๋ ค๋ฉด Python์ด ํ์ํฉ๋๋ค.
pip install fastapi-filters
PyPI์ ๋ฐฐํฌ๋ ํจํค์ง๋ฅผ ๋ฐ๋ก ์ค์นํฉ๋๋ค. ์์ค ํด๋ก ์ด ํ์ ์์ต๋๋ค.
์ค์น ํ ์ ํฐ๋ฏธ๋์ ์ด๊ณ , ํ๋ก๊ทธ๋จ์ ๋ฒ์ ํ์ธ ๋ช
๋ น(์: --version)์ผ๋ก ์ ์ ์ค์น๋๋์ง ํ์ธํ์ธ์.
์ด ๋ ํฌ์ README์ ์ ํ ์ค์ ๋ช ๋ น์ด๋ฅผ ๊ทธ๋๋ก ๊ฐ์ ธ์์ต๋๋ค.
3. Python
์ฌ์์ฌ์ ์ค๋น๋ฌผ
pip install fastapi-filters
PyPI์ ๋ฐฐํฌ๋ ํจํค์ง๋ฅผ ๋ฐ๋ก ์ค์นํฉ๋๋ค. ์์ค ํด๋ก ์ด ํ์ ์์ต๋๋ค.
์๋ฌ ๋ฉ์์ง ์์ด ์คํ๋๊ณ ํฐ๋ฏธ๋์ ์๋ด ๋ฌธ๊ตฌ๊ฐ ์ถ๋ ฅ๋๋ฉด ์ ์์
๋๋ค.
์ด ๋ ํฌ์ README์ ์ ํ ์ค์ ๋ช ๋ น์ด๋ฅผ ๊ทธ๋๋ก ๊ฐ์ ธ์์ต๋๋ค.
// repository documentation
Was this content helpful?
(0 ratings)
