{"id":15482499,"url":"https://github.com/btr1975/nso_jsonrpc_requester","last_synced_at":"2025-06-30T23:34:06.794Z","repository":{"id":62577773,"uuid":"265594916","full_name":"btr1975/nso_jsonrpc_requester","owner":"btr1975","description":"Cisco NSO JSON-RPC Python Library","archived":false,"fork":false,"pushed_at":"2023-03-25T22:41:18.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T15:15:42.631Z","etag":null,"topics":["cisco","engineering","json-rpc","network","nso","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/btr1975.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-20T14:41:37.000Z","updated_at":"2023-03-25T22:26:07.000Z","dependencies_parsed_at":"2024-12-08T02:42:00.417Z","dependency_job_id":"9c6778de-9471-492b-8103-f60616217a71","html_url":"https://github.com/btr1975/nso_jsonrpc_requester","commit_stats":{"total_commits":49,"total_committers":2,"mean_commits":24.5,"dds":"0.020408163265306145","last_synced_commit":"63362045b998e1b7a2235804c55da151b781c0bd"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/btr1975/nso_jsonrpc_requester","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fnso_jsonrpc_requester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fnso_jsonrpc_requester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fnso_jsonrpc_requester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fnso_jsonrpc_requester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/btr1975","download_url":"https://codeload.github.com/btr1975/nso_jsonrpc_requester/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fnso_jsonrpc_requester/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262868518,"owners_count":23377268,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cisco","engineering","json-rpc","network","nso","python3"],"created_at":"2024-10-02T05:09:18.458Z","updated_at":"2025-06-30T23:34:06.753Z","avatar_url":"https://github.com/btr1975.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"| 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtr1975%2Fnso_jsonrpc_requester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbtr1975%2Fnso_jsonrpc_requester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtr1975%2Fnso_jsonrpc_requester/lists"}