SDK for integrating your Python FastAPI application with Wristband. Handles user authentication and token management.
Project description
fastapi-auth
SDK for integrating your Python FastAPI application with Wristband. Handles user authentication and token management.
Getting Started
SET PYPI TOKEN
poetry config pypi-token.pypi <your-token>
CICD
- on pull to main CICD will run
- if the version wasnt changed a version patch will be applied
PULL FROM MAIN
- ensure you pull from main as the CICD could bump the version of the pyproject.toml
git fetch origin main
git merge origin/main
Manual Publushing
BUILD
poetry build
BUMP VERSION
# Bump patch version (4.0.1 → 4.0.2)
poetry version patch
# Bump minor version (4.0.1 → 4.1.0)
poetry version minor
# Bump major version (4.0.1 → 5.0.0)
poetry version major
PUBLISH
poetry publish
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wristband-4.3.3.tar.gz
(10.5 kB
view details)
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
wristband-4.3.3-py3-none-any.whl
(12.5 kB
view details)
File details
Details for the file wristband-4.3.3.tar.gz.
File metadata
- Download URL: wristband-4.3.3.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
556d561eb946b0a14b71c01f6f558e95103cba22163cdc248901603b4b1d93b3
|
|
| MD5 |
cca119c46fba3a519ee061a5e73229fd
|
|
| BLAKE2b-256 |
27e604b4a8c3016fa26447c11374e161f336cff60db710cf23ae8591de2fe53a
|
File details
Details for the file wristband-4.3.3-py3-none-any.whl.
File metadata
- Download URL: wristband-4.3.3-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9e58dedadc368bb455f8b0175a9cd5d055290ca624ddc85db3589f06278b60d
|
|
| MD5 |
057627aeac465225a2ea015de4d4b587
|
|
| BLAKE2b-256 |
91d5399d841cbca4c9d2dc2d47d73effda628653dfbf73f8bd481f5c3ebb3d8d
|