🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

wristband

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wristband

SDK for integrating your Python FastAPI application with Wristband. Handles user authentication and token management.

4.1.7
PyPI
Maintainers
3

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts