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
fetch origin main
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.1.4.tar.gz
(10.2 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.1.4-py3-none-any.whl
(12.1 kB
view details)
File details
Details for the file wristband-4.1.4.tar.gz.
File metadata
- Download URL: wristband-4.1.4.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6568343c4848cb799af947ab1e4a2b37952168d25efb7960a631bfae9c9a3d15
|
|
| MD5 |
a99b57f3059c907f9577e39d68e908c8
|
|
| BLAKE2b-256 |
7e646254d6ae9f40f29f62bc8c8701a9fe9d88420dc16dd742d6ba0715037af8
|
File details
Details for the file wristband-4.1.4-py3-none-any.whl.
File metadata
- Download URL: wristband-4.1.4-py3-none-any.whl
- Upload date:
- Size: 12.1 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 |
96634a432900bee8388ca7d0823d263390ca4b2de5bdf42fbb6317b1896ff894
|
|
| MD5 |
fc740f1a1c30445004488fda88f10468
|
|
| BLAKE2b-256 |
da8b11b7e420293fddbd429b71fd0d11953bd1bffed6a2381bd3a9bec94ebed6
|