Metadata-Version: 2.4
Name: pybritive
Version: 2.3.0
Summary: A pure Python CLI for Britive
Author-email: "Britive Inc." <support@britive.com>
License: MIT License
        
        Copyright (c) 2025 Britive, Inc
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://www.britive.com
Project-URL: Documentation, https://britive.github.io/python-cli/
Project-URL: Repository, https://github.com/britive/python-cli.git
Project-URL: Issues, https://github.com/britive/python-cli/issues
Project-URL: Changelog, https://github.com/britive/python-cli/blob/main/CHANGELOG.md
Keywords: britive,cpam,identity,jit,cli
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet
Classifier: Topic :: Security
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: britive<5.0,>=4.1.2
Requires-Dist: click>=8.1.7
Requires-Dist: colored>=2.2.5
Requires-Dist: cryptography
Requires-Dist: jmespath
Requires-Dist: merge-args
Requires-Dist: pyjwt
Requires-Dist: python-dateutil
Requires-Dist: PyYAML
Requires-Dist: requests>=2.31.0
Requires-Dist: tabulate
Requires-Dist: toml
Provides-Extra: openshift
Requires-Dist: beautifulsoup4; extra == "openshift"
Provides-Extra: aws
Requires-Dist: boto3; extra == "aws"
Dynamic: license-file

# 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)
