A pure Python CLI for Britive
Project description
Britive CLI - Pure Python Implementation
PyBritive is intended to be used as a CLI application 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.
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
Built Distribution
File details
Details for the file pybritive-2.0.0.tar.gz
.
File metadata
- Download URL: pybritive-2.0.0.tar.gz
- Upload date:
- Size: 58.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a39fb2386ae853ef6c270dd47ab5244cae232797d191001ba965996defbefd35 |
|
MD5 | 66373f2f451a0133e2bdeb28b5356890 |
|
BLAKE2b-256 | 96a26c94185e1ccb5fea4c38f372674a20cfdda45b6f47942708fe5f61cc52c0 |
File details
Details for the file pybritive-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: pybritive-2.0.0-py3-none-any.whl
- Upload date:
- Size: 76.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ecad64ab273496d459033c22b277f7d350ff4c5b5f078f7a17de81b39e15e28 |
|
MD5 | bee25d09c1cdacc503fe83cbf08c9423 |
|
BLAKE2b-256 | 2672cd2c34ff10f0a37467ba44b6f1c30962aea43a079cbb11bb1ce0aa00088e |