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.3.2
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.3.2.tar.gz | 61.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pybritive-2.3.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 142.1 kB
Release files / pybritive-2.3.2.tar.gz
| Download URL | pybritive-2.3.2.tar.gz |
|---|---|
| Size | 61.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
690da3c5ad69131df529f4a993cd227f8b321d124fa88e62b84c6c989e138512
|
|
BLAKE2b-256 checksum How to use checksums |
cf5541ba3c308bd3c3be5fba41c255180596b4222b63156f39a48bb610aee6a0
|
| 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.3.2-py3-none-any.whl
| Download URL | pybritive-2.3.2-py3-none-any.whl |
|---|---|
| Size | 80.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f5ff1d7442f468f7c32b979b4bab48d4382eac432355334dd3fca3c1245bba83
|
|
BLAKE2b-256 checksum How to use checksums |
a05dc7fd55f8629f9969986fc10c311d15592f9453baad8101102d7de2dc20e5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.25
|