Python SDK — Installation
Python SDK — Installation
Requirements
- Python 3.10 – 3.14
- pip 22+ (or uv, poetry, pipenv)
Install from PyPI
This installs both the onepin Python package and the onepin CLI entry point.
Install with uv
Install a specific version
Install from source
Verify
Or via the CLI:
Dependencies
The package depends on httpx, typer, rich, and pydantic. No optional extras are required for standard use.

