PerFact API - app FastAPI integration
Project description
perfact-api-app-fastapi
FastAPI routes plugin for the app namespace of the PerFact API.
Registers under the perfact.assignapi entry point group and mounts routes at /app.
Installation
pip install perfact-api-app-fastapi
Development
# Install dependencies (editable, from sibling dirs)
python -m venv .venv && source .venv/bin/activate
pip install -e ../perfact-api-base-model/
pip install -e ../perfact-api-main/
pip install -e ../app/
pip install -e .
# Run all checks
tox
# Individual checks
ruff format --check src
ruff check src
mypy src
bandit --configfile ../bandit.yml -r src
Entry point changes require re-running pip install -e . to regenerate the entry points file in site-packages.
Maintainers
- Viktor Dick viktor.dick@perfact.de
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file perfact_api_app_fastapi-0.8.tar.gz.
File metadata
- Download URL: perfact_api_app_fastapi-0.8.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7ed4046dd97aeb7e3f87a525bbd9c1deb3905a604a9530ae71f3d6dda6b7eb1
|
|
| MD5 |
43de85e9ad5eb6f0a476dc22050e4c94
|
|
| BLAKE2b-256 |
8123509cddab6876c69dbb1c74ccd6af7e796eab28803f45229ef9488002d8bd
|
File details
Details for the file perfact_api_app_fastapi-0.8-py2.py3-none-any.whl.
File metadata
- Download URL: perfact_api_app_fastapi-0.8-py2.py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d04f93656f212ff36849942df7675bc1a4de7768248efcf59d56383adecc5885
|
|
| MD5 |
3abaabf91c4fcf6eb43d6b08b970f393
|
|
| BLAKE2b-256 |
c03c43349b10506be0cc315f9367c2f95340fff7f2beb44879ba25952ee44a60
|