Name | nso-jsonrpc-requester JSON |
Version |
1.1.0
JSON |
| download |
home_page | |
Summary | A simple logger that logs in a JSON format inspired by go zap |
upload_time | 2023-03-25 22:29:26 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.8 |
license | MIT License Copyright (c) 2020 - 2021 Ben Trachtenberg 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 |
cisco
nso
json
rpc
network
engineer
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
| BRANCH | STATUS |
|---|---|
| master | [![Unit-Testing, Coverage, Linting](https://github.com/btr1975/nso_jsonrpc_requester/actions/workflows/test-coverage-lint.yml/badge.svg?branch=master)](https://github.com/btr1975/nso_jsonrpc_requester/actions/workflows/test-coverage-lint.yml) |
| develop | [![Unit-Testing, Coverage, Linting](https://github.com/btr1975/nso_jsonrpc_requester/actions/workflows/test-coverage-lint.yml/badge.svg?branch=develop)](https://github.com/btr1975/nso_jsonrpc_requester/actions/workflows/test-coverage-lint.yml) |
[![Downloads](https://pepy.tech/badge/nso-jsonrpc-requester)](https://pepy.tech/project/nso-jsonrpc-requester)
[![Supported Versions](https://img.shields.io/pypi/pyversions/nso-jsonrpc-requester.svg)](https://pypi.org/project/nso-jsonrpc-requester)
# nso_jsonrpc_requester
* This is a library to interact with the JSON-RPC of a Cisco Network
Services Orchestrator server.
* This is not a 100% complete library it contains what I use most.
* **THIS IS NOT MEANT TO BE PRODUCTION READY SO TEST WHAT YOU WANT TO USE IT FOR**
### Library in Other Languages
* [Python 3](https://github.com/btr1975/nso_jsonrpc_requester)
* [Go](https://github.com/btr1975/nsojsonrpcrequestergo)
* I try to keep the functionality the same between both, because I use
both.
### Go Install
* Install newest code
```shell
go get github.com/btr1975/nsojsonrpcrequestergo
```
* Install specific version example
```shell
go get github.com/btr1975/nsojsonrpcrequestergo@v1.0.0
```
### Python Install Source
* In your requirements.txt for newest code
```text
git+https://github.com/btr1975/nso_jsonrpc_requester.git@master#egg=nso_jsonrpc_requester
```
* In your requirements.txt for specific version
```text
git+https://github.com/btr1975/nso_jsonrpc_requester.git@1.0.3#egg=nso_jsonrpc_requester
```
### Python Install pip
```text
pip install nso-jsonrpc-requester
```
Raw data
{
"_id": null,
"home_page": "",
"name": "nso-jsonrpc-requester",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "\"Benjamin P. Trachtenberg\" <e_ben_75-python@yahoo.com>",
"keywords": "cisco,nso,json,rpc,network,engineer",
"author": "",
"author_email": "\"Benjamin P. Trachtenberg\" <e_ben_75-python@yahoo.com>",
"download_url": "https://files.pythonhosted.org/packages/d5/5b/36b84e3d76bf2e478c938f6fbfdc5e1f6f073b8799595ded3ac4e4c71d87/nso_jsonrpc_requester-1.1.0.tar.gz",
"platform": null,
"description": "| BRANCH | STATUS |\n|---|---|\n| master | [![Unit-Testing, Coverage, Linting](https://github.com/btr1975/nso_jsonrpc_requester/actions/workflows/test-coverage-lint.yml/badge.svg?branch=master)](https://github.com/btr1975/nso_jsonrpc_requester/actions/workflows/test-coverage-lint.yml) |\n| develop | [![Unit-Testing, Coverage, Linting](https://github.com/btr1975/nso_jsonrpc_requester/actions/workflows/test-coverage-lint.yml/badge.svg?branch=develop)](https://github.com/btr1975/nso_jsonrpc_requester/actions/workflows/test-coverage-lint.yml) |\n\n\n[![Downloads](https://pepy.tech/badge/nso-jsonrpc-requester)](https://pepy.tech/project/nso-jsonrpc-requester)\n[![Supported Versions](https://img.shields.io/pypi/pyversions/nso-jsonrpc-requester.svg)](https://pypi.org/project/nso-jsonrpc-requester)\n\n# nso_jsonrpc_requester\n\n* This is a library to interact with the JSON-RPC of a Cisco Network\n Services Orchestrator server.\n\n* This is not a 100% complete library it contains what I use most.\n\n* **THIS IS NOT MEANT TO BE PRODUCTION READY SO TEST WHAT YOU WANT TO USE IT FOR**\n\n### Library in Other Languages\n\n* [Python 3](https://github.com/btr1975/nso_jsonrpc_requester)\n* [Go](https://github.com/btr1975/nsojsonrpcrequestergo)\n* I try to keep the functionality the same between both, because I use\n both.\n\n### Go Install\n\n* Install newest code\n\n```shell\ngo get github.com/btr1975/nsojsonrpcrequestergo\n```\n\n* Install specific version example\n\n```shell\ngo get github.com/btr1975/nsojsonrpcrequestergo@v1.0.0\n```\n\n### Python Install Source\n\n* In your requirements.txt for newest code\n\n```text\ngit+https://github.com/btr1975/nso_jsonrpc_requester.git@master#egg=nso_jsonrpc_requester\n```\n\n* In your requirements.txt for specific version\n\n```text\ngit+https://github.com/btr1975/nso_jsonrpc_requester.git@1.0.3#egg=nso_jsonrpc_requester\n```\n\n### Python Install pip\n\n```text\npip install nso-jsonrpc-requester\n```\n\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2020 - 2021 Ben Trachtenberg 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 simple logger that logs in a JSON format inspired by go zap",
"version": "1.1.0",
"split_keywords": [
"cisco",
"nso",
"json",
"rpc",
"network",
"engineer"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8421154588795bd12e05af0597c67f6595459dbee2a4007f2d6935621e84676b",
"md5": "b756f7593328d979fc366d7a60ebf42c",
"sha256": "65d53bf41bf951fcb2701647c658d3b0d9cb1a41670e3e4250f92bab92247a67"
},
"downloads": -1,
"filename": "nso_jsonrpc_requester-1.1.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "b756f7593328d979fc366d7a60ebf42c",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.8",
"size": 14119,
"upload_time": "2023-03-25T22:29:25",
"upload_time_iso_8601": "2023-03-25T22:29:25.370066Z",
"url": "https://files.pythonhosted.org/packages/84/21/154588795bd12e05af0597c67f6595459dbee2a4007f2d6935621e84676b/nso_jsonrpc_requester-1.1.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d55b36b84e3d76bf2e478c938f6fbfdc5e1f6f073b8799595ded3ac4e4c71d87",
"md5": "7ccd209d185af9247f1b36870ac5ecfa",
"sha256": "2412a4b8d8dad9774ca5c426d04bcffae711b0296ff26a4059eb1a516e1b69e2"
},
"downloads": -1,
"filename": "nso_jsonrpc_requester-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "7ccd209d185af9247f1b36870ac5ecfa",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 15129,
"upload_time": "2023-03-25T22:29:26",
"upload_time_iso_8601": "2023-03-25T22:29:26.925218Z",
"url": "https://files.pythonhosted.org/packages/d5/5b/36b84e3d76bf2e478c938f6fbfdc5e1f6f073b8799595ded3ac4e4c71d87/nso_jsonrpc_requester-1.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-25 22:29:26",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "nso-jsonrpc-requester"
}