https://github.com/britive/python-cli
Britive CLI Python Implementation
https://github.com/britive/python-cli
britive cli cpam identity jit
Last synced: 2 months ago
JSON representation
Britive CLI Python Implementation
- Host: GitHub
- URL: https://github.com/britive/python-cli
- Owner: britive
- License: mit
- Created: 2022-06-30T21:16:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-03T19:04:47.000Z (3 months ago)
- Last Synced: 2026-04-03T21:33:53.655Z (3 months ago)
- Topics: britive, cli, cpam, identity, jit
- Language: Python
- Homepage: https://britive.github.io/python-cli/
- Size: 4.09 MB
- Stars: 25
- Watchers: 9
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Britive CLI
`pybritive` is the official CLI for communicating with the Britive Platform.
## Installation
`pybritive` will be installed via the Python package installer, `pip`.
```sh
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:
```sh
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
```sh
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
* [Britive CLI](https://britive.github.io/python-cli)
## 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._
* [`vim-britive`](https://github.com/pbnj/vim-britive)