This release is a pre-release and may not be stable for production use.
Britive CLI
pybritive is the official CLI for communicating with the Britive Platform.
Installation
pybritive will be installed via the Python package installer, pip.
pip install pybritive
NOTE: The end user is free to install the CLI into a virtual environment or in the global scope, so it is available everywhere.
Alternate Installation
You can always pull the latest version directly from GitHub using one of the following commands:
pip install $(curl -s https://api.github.com/repos/britive/python-cli/releases/latest \
| jq -r '.assets[] | select(.content_type == "application/x-gzip") | .browser_download_url')
Or
pip install $(curl -s https://api.github.com/repos/britive/python-cli/releases/latest \
| grep "browser_download_url.*.tar.gz" | cut -d : -f 2,3 | tr -d \")
Documentation
Community Projects
NOTE: Britive, Inc. does not provide support for community projects. Community projects are also not considered when ensuring backwards compatibility for releases. The list below is provided as-is and use of these projects is subject to the licensing/restrictions of each individual project.
Release files for pybritive 2.4.0rc2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pybritive-2.4.0rc2.tar.gz | 63.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pybritive-2.4.0rc2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 146.0 kB
Release files / pybritive-2.4.0rc2.tar.gz
| Download URL | pybritive-2.4.0rc2.tar.gz |
|---|---|
| Size | 63.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5148c403d6b3f0cfabb71db434eaf55b60fccf3f248c21db4b4d6eb48728d2e6
|
|
BLAKE2b-256 checksum How to use checksums |
48fb31a00daa511629f947b98378de8eb56c30eac2840f45818666096eb64805
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.25
|
Release files / pybritive-2.4.0rc2-py3-none-any.whl
| Download URL | pybritive-2.4.0rc2-py3-none-any.whl |
|---|---|
| Size | 83.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
aa3adf4a52a5781b2244301b8b25eb5887498ff60cc41cca4ae101530bd9f57d
|
|
BLAKE2b-256 checksum How to use checksums |
d9ed5236076ff1e0ebd30a89a9060452e757e7354c4e2ea8a25418ccdbca28bd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.25
|