Name | pybritive JSON |
Version |
2.0.0
JSON |
| download |
home_page | None |
Summary | A pure Python CLI for Britive |
upload_time | 2024-09-20 18:38:17 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | MIT License Copyright (c) 2022 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. |
keywords |
britive
cpam
identity
jit
cli
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# 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`.
```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)
Raw data
{
"_id": null,
"home_page": null,
"name": "pybritive",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "britive, cpam, identity, jit, cli",
"author": null,
"author_email": "\"Britive Inc.\" <support@britive.com>",
"download_url": "https://files.pythonhosted.org/packages/96/a2/6c94185e1ccb5fea4c38f372674a20cfdda45b6f47942708fe5f61cc52c0/pybritive-2.0.0.tar.gz",
"platform": null,
"description": "# Britive CLI - Pure Python Implementation\n\nPyBritive is intended to be used as a CLI application for communicating with the Britive Platform.\n\n## Installation\n\n`pybritive` will be installed via the Python package installer, `pip`.\n\n```sh\npip install pybritive\n```\n\n> _NOTE: The end user is free to install the CLI into a virtual environment or in the global scope,_\n> _so it is available everywhere._\n\n## Alternate Installation\n\nYou can always pull the latest version directly from GitHub using one of the following commands:\n\n```sh\npip install $(curl -s https://api.github.com/repos/britive/python-cli/releases/latest \\\n | jq -r '.assets[] | select(.content_type == \"application/x-gzip\") | .browser_download_url')\n```\n\nOr\n\n```sh\npip install $(curl -s https://api.github.com/repos/britive/python-cli/releases/latest \\\n | grep \"browser_download_url.*.tar.gz\" | cut -d : -f 2,3 | tr -d \\\")\n```\n\n## Documentation\n\n* [Britive CLI](https://britive.github.io/python-cli)\n\n## Community Projects\n\n> _NOTE:_\n> _Britive, Inc. does not provide support for community projects._\n> _Community projects are also not considered when ensuring backwards compatibility for releases._\n> _The list below is provided as-is and use of these projects is subject to the licensing/restrictions of each_\n> _individual project._\n\n* [`vim-britive`](https://github.com/pbnj/vim-britive)\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2022 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. ",
"summary": "A pure Python CLI for Britive",
"version": "2.0.0",
"project_urls": {
"Changelog": "https://github.com/britive/python-cli/blob/main/CHANGELOG.md",
"Documentation": "https://britive.github.io/python-cli/",
"Homepage": "https://www.britive.com",
"Issues": "https://github.com/britive/python-cli/issues",
"Repository": "https://github.com/britive/python-cli.git"
},
"split_keywords": [
"britive",
" cpam",
" identity",
" jit",
" cli"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2672cd2c34ff10f0a37467ba44b6f1c30962aea43a079cbb11bb1ce0aa00088e",
"md5": "bee25d09c1cdacc503fe83cbf08c9423",
"sha256": "0ecad64ab273496d459033c22b277f7d350ff4c5b5f078f7a17de81b39e15e28"
},
"downloads": -1,
"filename": "pybritive-2.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bee25d09c1cdacc503fe83cbf08c9423",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 76446,
"upload_time": "2024-09-20T18:38:14",
"upload_time_iso_8601": "2024-09-20T18:38:14.811824Z",
"url": "https://files.pythonhosted.org/packages/26/72/cd2c34ff10f0a37467ba44b6f1c30962aea43a079cbb11bb1ce0aa00088e/pybritive-2.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "96a26c94185e1ccb5fea4c38f372674a20cfdda45b6f47942708fe5f61cc52c0",
"md5": "66373f2f451a0133e2bdeb28b5356890",
"sha256": "a39fb2386ae853ef6c270dd47ab5244cae232797d191001ba965996defbefd35"
},
"downloads": -1,
"filename": "pybritive-2.0.0.tar.gz",
"has_sig": false,
"md5_digest": "66373f2f451a0133e2bdeb28b5356890",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 57961,
"upload_time": "2024-09-20T18:38:17",
"upload_time_iso_8601": "2024-09-20T18:38:17.204787Z",
"url": "https://files.pythonhosted.org/packages/96/a2/6c94185e1ccb5fea4c38f372674a20cfdda45b6f47942708fe5f61cc52c0/pybritive-2.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-20 18:38:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "britive",
"github_project": "python-cli",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "pybritive"
}