# Cisco RADKit
Cisco Remote Automation Development Kit (RADKit) is a Software Development Kit (SDK) that offers a set of ready-to-use tools and Python modules, providing efficient and scalable interactions with local or remote equipment. It enables manual device access and automation, and allows users to capture data, monitor states, deploy configurations, or administer network devices.
For more information, please visit:
- [RADKit Home Page](https://radkit.cisco.com/)
- [RADKit Data Sheet](https://www.cisco.com/c/en/us/td/docs/cloud-systems-management/remote-automation-development-kit/radkit-data-sheet.html)
- [RADKit Documentation](https://radkit.cisco.com/docs/) (cisco.com login required)
## Downloading
RADKit is available in two forms: as an installer (containing a dedicated Python run-time environment + all required third-party dependencies) for the most common platforms, and as individual Python wheels for all supporrted platforms. The wheels can either be downloaded as tarballs from [the main RADKit Home Page](https://radkit.cisco.com/downloads/), or individually from [PyPI.org](https://pypi.org).
At the moment, RADKit comprises four different Python packages:
- [cisco-radkit-client](https://pypi.org/project/cisco-radkit-client/): RADKit Client REPL, Python API and Network Console;
- [cisco-radkit-service](https://pypi.org/project/cisco-radkit-service/): RADKit Service + Control CLI/API;
- [cisco-radkit-genie](https://pypi.org/project/cisco-radkit-genie/): the [Genie](https://pypi.org/project/genie/) integration layer for RADKit Client;
- [cisco-radkit-common](https://pypi.org/project/cisco-radkit-common/): a utility package that is shared between Client & Service.
## Verifying
All RADKit Python wheels are both attested and signed.
- **Attestation**: PyPI.org is configured to only accept RADKit wheels published by Cisco. For more details on attestations, see [the PyPI docs](https://docs.pypi.org/attestations/).
- **Code Signing**: Cisco provides signed SHA-256 digests for all RADKit wheels on [the main RADKit Home Page](https://radkit.cisco.com/downloads/) in the form of a `.sig256` file for every release. Those digests can be cryptographically verified using the mechanism documented at [this location](https://radkit.cisco.com/docs/security/security_codesign.html).
## Installing
Installing RADKit Service or Client is a simple matter of performing a `pip install` (or equivalent using your tool of choice) of RADKit Client and/or Service on a [supported Python version](https://radkit.cisco.com/docs/compatibility.html) (the use of a virtual environment is strongly recommended):
```
$ python3 -m pip install cisco_radkit_client
$ python3 -m pip install cisco_radkit_service
```
More detailed instructions on how to install RADKit can be found at [this location](https://radkit.cisco.com/docs/install/install_pip.html).
Raw data
{
"_id": null,
"home_page": null,
"name": "cisco-radkit-client",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.14,>=3.9",
"maintainer_email": null,
"keywords": "cisco, remote, automation",
"author": null,
"author_email": "\"Cisco Systems Inc.\" <radkit@cisco.com>",
"download_url": null,
"platform": null,
"description": "# Cisco RADKit\n\nCisco Remote Automation Development Kit (RADKit) is a Software Development Kit (SDK) that offers a set of ready-to-use tools and Python modules, providing efficient and scalable interactions with local or remote equipment. It enables manual device access and automation, and allows users to capture data, monitor states, deploy configurations, or administer network devices.\n\nFor more information, please visit:\n\n- [RADKit Home Page](https://radkit.cisco.com/)\n- [RADKit Data Sheet](https://www.cisco.com/c/en/us/td/docs/cloud-systems-management/remote-automation-development-kit/radkit-data-sheet.html)\n- [RADKit Documentation](https://radkit.cisco.com/docs/) (cisco.com login required)\n\n## Downloading\n\nRADKit is available in two forms: as an installer (containing a dedicated Python run-time environment + all required third-party dependencies) for the most common platforms, and as individual Python wheels for all supporrted platforms. The wheels can either be downloaded as tarballs from [the main RADKit Home Page](https://radkit.cisco.com/downloads/), or individually from [PyPI.org](https://pypi.org).\n\nAt the moment, RADKit comprises four different Python packages:\n\n- [cisco-radkit-client](https://pypi.org/project/cisco-radkit-client/): RADKit Client REPL, Python API and Network Console;\n- [cisco-radkit-service](https://pypi.org/project/cisco-radkit-service/): RADKit Service + Control CLI/API;\n- [cisco-radkit-genie](https://pypi.org/project/cisco-radkit-genie/): the [Genie](https://pypi.org/project/genie/) integration layer for RADKit Client;\n- [cisco-radkit-common](https://pypi.org/project/cisco-radkit-common/): a utility package that is shared between Client & Service.\n\n## Verifying\n\nAll RADKit Python wheels are both attested and signed.\n\n- **Attestation**: PyPI.org is configured to only accept RADKit wheels published by Cisco. For more details on attestations, see [the PyPI docs](https://docs.pypi.org/attestations/).\n\n- **Code Signing**: Cisco provides signed SHA-256 digests for all RADKit wheels on [the main RADKit Home Page](https://radkit.cisco.com/downloads/) in the form of a `.sig256` file for every release. Those digests can be cryptographically verified using the mechanism documented at [this location](https://radkit.cisco.com/docs/security/security_codesign.html).\n\n## Installing\n\nInstalling RADKit Service or Client is a simple matter of performing a `pip install` (or equivalent using your tool of choice) of RADKit Client and/or Service on a [supported Python version](https://radkit.cisco.com/docs/compatibility.html) (the use of a virtual environment is strongly recommended):\n\n```\n$ python3 -m pip install cisco_radkit_client\n$ python3 -m pip install cisco_radkit_service\n```\n\nMore detailed instructions on how to install RADKit can be found at [this location](https://radkit.cisco.com/docs/install/install_pip.html).",
"bugtrack_url": null,
"license": "Cisco Remote Automation Development Kit (RADKit) -- Copyright (c) 2018-2025 by Cisco Systems, Inc.\n \n Cisco Online Privacy Statement: <https://www.cisco.com/c/en/us/about/legal/privacy-full.html>\n \n The use of Cisco RADKit and the associated software and cloud services is governed by the Cisco End User License Agreement (EULA) available at: <https://www.cisco.com/c/en/us/about/legal/cloud-and-software/end_user_license_agreement.html>\n \n For any additional questions regarding the use of this product, please contact `radkit@cisco.com`.\n \n Certain third-party libraries used by Cisco RADKit are licensed under the GNU Lesser General Public License (\"LGPL\") version 2.1 or version 3, respectively, and come with ABSOLUTELY NO WARRANTY. You can redistribute and/or modify the code for those libraries under the terms of their respective license. For more details, see either: the documentation bundled with Cisco RADKit; the online documentation at <https://radkit.cisco.com/>; or contact `radkit@cisco.com`.\n \n For more information about the Open Source components used in this and other Cisco products, please refer to the Open Source portal at: <https://www.cisco.com/c/en/us/about/legal.html>\n ",
"summary": "Cisco RADKit Client",
"version": "1.8.7",
"project_urls": {
"Documentation": "https://radkit.cisco.com/docs/index.html",
"HomePage": "https://radkit.cisco.com"
},
"split_keywords": [
"cisco",
" remote",
" automation"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "8a97b242e850430b578380936742732803a83ba8e2bdacd2af31a9f17efd1be4",
"md5": "dd6ad67d0fa780a17a62b550b2eccf54",
"sha256": "92c4b854a62de3281a0d1da3270003f3948bec3864693e0e5f720e8389f7a56f"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp310-none-macosx_10_14_x86_64.whl",
"has_sig": false,
"md5_digest": "dd6ad67d0fa780a17a62b550b2eccf54",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.9",
"size": 6802910,
"upload_time": "2025-07-16T08:18:09",
"upload_time_iso_8601": "2025-07-16T08:18:09.609628Z",
"url": "https://files.pythonhosted.org/packages/8a/97/b242e850430b578380936742732803a83ba8e2bdacd2af31a9f17efd1be4/cisco_radkit_client-1.8.7-cp310-none-macosx_10_14_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cfd213b3fa65ea1fa5c9ea623a86140918985f7102b6782642821ac5f56aa2d0",
"md5": "976e20cd3f08ccace84c55e9b60c3f35",
"sha256": "ef43cdf135e11387053dcc0997d65fd8d22c476b941ecbfc76c479af73e91ffa"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp310-none-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "976e20cd3f08ccace84c55e9b60c3f35",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.9",
"size": 6732375,
"upload_time": "2025-07-16T08:18:11",
"upload_time_iso_8601": "2025-07-16T08:18:11.857964Z",
"url": "https://files.pythonhosted.org/packages/cf/d2/13b3fa65ea1fa5c9ea623a86140918985f7102b6782642821ac5f56aa2d0/cisco_radkit_client-1.8.7-cp310-none-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e0107d03d542e4f5220edb10d143120da4dca15284b6594c9356d3bfc0e4ed91",
"md5": "cd77419b000b481d74a9550f9170aeed",
"sha256": "e5e6f8ce656c5354f5125418dd55b1626bac5eb9c5dac1afa290ae1c4046196a"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp310-none-manylinux1_x86_64.whl",
"has_sig": false,
"md5_digest": "cd77419b000b481d74a9550f9170aeed",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.9",
"size": 6768875,
"upload_time": "2025-07-16T08:18:13",
"upload_time_iso_8601": "2025-07-16T08:18:13.643786Z",
"url": "https://files.pythonhosted.org/packages/e0/10/7d03d542e4f5220edb10d143120da4dca15284b6594c9356d3bfc0e4ed91/cisco_radkit_client-1.8.7-cp310-none-manylinux1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ed344460fc582bedbd2d26ef4814f2dcba75e1681f4d85ed92297ebb5ce53293",
"md5": "8924a1b8911ad608a36278428ef872aa",
"sha256": "b9bee5d5cd90a1174c3b012b692d8988bfde1580a96e0298a394f3510cd1b0a2"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp310-none-manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "8924a1b8911ad608a36278428ef872aa",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.9",
"size": 6828390,
"upload_time": "2025-07-16T08:18:15",
"upload_time_iso_8601": "2025-07-16T08:18:15.074031Z",
"url": "https://files.pythonhosted.org/packages/ed/34/4460fc582bedbd2d26ef4814f2dcba75e1681f4d85ed92297ebb5ce53293/cisco_radkit_client-1.8.7-cp310-none-manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3dae402a14c6cba8616fd12eee4d04ca4ae3f2ce579560c1c8cddf60d4ed5894",
"md5": "7cc13054a8d52778fcdae1cf08b4d0f2",
"sha256": "de6f08d0698723fd8cc5455c29807d90d1dcf38a522a3f5fdd01224c179d7295"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp310-none-manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "7cc13054a8d52778fcdae1cf08b4d0f2",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.9",
"size": 7051058,
"upload_time": "2025-07-16T08:18:16",
"upload_time_iso_8601": "2025-07-16T08:18:16.557971Z",
"url": "https://files.pythonhosted.org/packages/3d/ae/402a14c6cba8616fd12eee4d04ca4ae3f2ce579560c1c8cddf60d4ed5894/cisco_radkit_client-1.8.7-cp310-none-manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "461deb0d05fd2123d82f670702bb06feb61dcf88b69146059880fa407264e3ad",
"md5": "445fc318d46ab8dd14eba2bd596cc75e",
"sha256": "499efcf281c797e4e82345ee17a4c8d208935b45110aa5f7eadb3cb703237679"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp310-none-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "445fc318d46ab8dd14eba2bd596cc75e",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.9",
"size": 6852798,
"upload_time": "2025-07-16T08:18:18",
"upload_time_iso_8601": "2025-07-16T08:18:18.391182Z",
"url": "https://files.pythonhosted.org/packages/46/1d/eb0d05fd2123d82f670702bb06feb61dcf88b69146059880fa407264e3ad/cisco_radkit_client-1.8.7-cp310-none-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0a77000fc5df25ba0ffc193b0fad523ddde12f6db4de05a2536eabc3fc4be096",
"md5": "f77c445869a123e6bc98d6e4b5cbdf4b",
"sha256": "7d45e7eb1f664c91742c2d65a25b5e23a3505f295867e6cc01928dae33f596f1"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp310-none-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "f77c445869a123e6bc98d6e4b5cbdf4b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.9",
"size": 6762027,
"upload_time": "2025-07-16T08:18:20",
"upload_time_iso_8601": "2025-07-16T08:18:20.246684Z",
"url": "https://files.pythonhosted.org/packages/0a/77/000fc5df25ba0ffc193b0fad523ddde12f6db4de05a2536eabc3fc4be096/cisco_radkit_client-1.8.7-cp310-none-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "902616671ab55034b654b22c165cefcf23f503f86276840b0b8e30770385f555",
"md5": "74b8af5108bd7eba0ce7fa8e74a64044",
"sha256": "5f17b04c307592976032403d3839548fc57c8fc2f42c22afdcb199aed7148016"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp310-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "74b8af5108bd7eba0ce7fa8e74a64044",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.9",
"size": 6742308,
"upload_time": "2025-07-16T08:18:22",
"upload_time_iso_8601": "2025-07-16T08:18:22.067539Z",
"url": "https://files.pythonhosted.org/packages/90/26/16671ab55034b654b22c165cefcf23f503f86276840b0b8e30770385f555/cisco_radkit_client-1.8.7-cp310-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7995926918cf163f251ab6b8ca49033b967d5451f39d936e20f25fe621bf33cc",
"md5": "b4bcbf7121769646d1a9f2bf2494f16c",
"sha256": "a8e122408d775c5a9da6129915fae55bea5a05e669f0dc4c0c5d854d68eb0e60"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp311-none-macosx_10_14_x86_64.whl",
"has_sig": false,
"md5_digest": "b4bcbf7121769646d1a9f2bf2494f16c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.9",
"size": 8318877,
"upload_time": "2025-07-16T08:18:23",
"upload_time_iso_8601": "2025-07-16T08:18:23.569387Z",
"url": "https://files.pythonhosted.org/packages/79/95/926918cf163f251ab6b8ca49033b967d5451f39d936e20f25fe621bf33cc/cisco_radkit_client-1.8.7-cp311-none-macosx_10_14_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "197faae82df214133f124ce8579920cabca1c8c13311d6bc3ec0efb776cd190d",
"md5": "62324b2e6d6ada3ac159151122c1ed19",
"sha256": "dc7c4f69a74cf2573fcf8f25b9ce86fb8c6273ccf64446cae3dff5a039197e55"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp311-none-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "62324b2e6d6ada3ac159151122c1ed19",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.9",
"size": 8247518,
"upload_time": "2025-07-16T08:18:25",
"upload_time_iso_8601": "2025-07-16T08:18:25.139226Z",
"url": "https://files.pythonhosted.org/packages/19/7f/aae82df214133f124ce8579920cabca1c8c13311d6bc3ec0efb776cd190d/cisco_radkit_client-1.8.7-cp311-none-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5ef8a613f851907cfedefee76a5045adc8c6951c5a4c4a502ffc70ea20b183ca",
"md5": "e873747f9d0409f9f4d05faf09ff189e",
"sha256": "b2a69346d41a11efba0bc45cb4437de71acc2b48f21ea3d26723d9f8a164795c"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp311-none-manylinux1_x86_64.whl",
"has_sig": false,
"md5_digest": "e873747f9d0409f9f4d05faf09ff189e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.9",
"size": 8274084,
"upload_time": "2025-07-16T08:18:27",
"upload_time_iso_8601": "2025-07-16T08:18:27.114975Z",
"url": "https://files.pythonhosted.org/packages/5e/f8/a613f851907cfedefee76a5045adc8c6951c5a4c4a502ffc70ea20b183ca/cisco_radkit_client-1.8.7-cp311-none-manylinux1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "27887e29d01b6a627263637cbad975160d7f9f8ec9596637cc18da91802f1f82",
"md5": "faae0a9f3eae956461556f2e1775670b",
"sha256": "d300f7fa83ec4edffc353eebee4e9c5b23c90feee2b1a6027f010e51e4f3f6e1"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp311-none-manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "faae0a9f3eae956461556f2e1775670b",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.9",
"size": 8344618,
"upload_time": "2025-07-16T08:18:28",
"upload_time_iso_8601": "2025-07-16T08:18:28.693340Z",
"url": "https://files.pythonhosted.org/packages/27/88/7e29d01b6a627263637cbad975160d7f9f8ec9596637cc18da91802f1f82/cisco_radkit_client-1.8.7-cp311-none-manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9ddadb9fac4007f9b9c6969ef6f0fef0eb14735d36d569019a60a044ae598b23",
"md5": "d71dbf60c07ecaf86399cce0360bd7e9",
"sha256": "515928d9f9821a329134428e378245cb00915bf2a2f0b506b6cf10a3e2b8d7f0"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp311-none-manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "d71dbf60c07ecaf86399cce0360bd7e9",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.9",
"size": 8565042,
"upload_time": "2025-07-16T08:18:30",
"upload_time_iso_8601": "2025-07-16T08:18:30.848698Z",
"url": "https://files.pythonhosted.org/packages/9d/da/db9fac4007f9b9c6969ef6f0fef0eb14735d36d569019a60a044ae598b23/cisco_radkit_client-1.8.7-cp311-none-manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4fe24cd46ea486d7162361bb531f10bc69530b45980307e5e3769ff89afd1c34",
"md5": "54ea25d64ef53c287cbbc04394281892",
"sha256": "fc616a8b147f038db0a5f8548eb2cd16e22eec0f95eaaa1daa2004bcd51df4fa"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp311-none-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "54ea25d64ef53c287cbbc04394281892",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.9",
"size": 8369093,
"upload_time": "2025-07-16T08:18:33",
"upload_time_iso_8601": "2025-07-16T08:18:33.132668Z",
"url": "https://files.pythonhosted.org/packages/4f/e2/4cd46ea486d7162361bb531f10bc69530b45980307e5e3769ff89afd1c34/cisco_radkit_client-1.8.7-cp311-none-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c0fa39b7a3fdb145c8af0e59b46042d4823181e65ed9094fd301606469f39020",
"md5": "6c9927378c17f72dacf711bb672cc795",
"sha256": "45296927f54fe0cdb29fb39f6bf25342f2292980f732d37754dd8a99f7439c94"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp311-none-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "6c9927378c17f72dacf711bb672cc795",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.9",
"size": 8278447,
"upload_time": "2025-07-16T08:18:34",
"upload_time_iso_8601": "2025-07-16T08:18:34.711142Z",
"url": "https://files.pythonhosted.org/packages/c0/fa/39b7a3fdb145c8af0e59b46042d4823181e65ed9094fd301606469f39020/cisco_radkit_client-1.8.7-cp311-none-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fc736afeaf5311323abc31dadcd2f9d13523d6a9c604e8904b80ce7d3733cce3",
"md5": "6e26e36684f2c0a40396964c9e5b7171",
"sha256": "fdf172cb721ca06fa7403f26e9bba10a0cee4d9f1448cc4da091103f1bd503ff"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp311-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "6e26e36684f2c0a40396964c9e5b7171",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.9",
"size": 8258751,
"upload_time": "2025-07-16T08:18:36",
"upload_time_iso_8601": "2025-07-16T08:18:36.248788Z",
"url": "https://files.pythonhosted.org/packages/fc/73/6afeaf5311323abc31dadcd2f9d13523d6a9c604e8904b80ce7d3733cce3/cisco_radkit_client-1.8.7-cp311-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8d78462355c14bca9b2866a2bca50261f5d990973d63e6d80dd783e81e003b53",
"md5": "7d244d62605ab5dadb69729e96a0e8b6",
"sha256": "59d85857ec484effc8603e0f7de725ffbea3e67defed549153e47f0431fa5664"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp312-none-macosx_10_14_x86_64.whl",
"has_sig": false,
"md5_digest": "7d244d62605ab5dadb69729e96a0e8b6",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.9",
"size": 7536484,
"upload_time": "2025-07-16T08:18:37",
"upload_time_iso_8601": "2025-07-16T08:18:37.791889Z",
"url": "https://files.pythonhosted.org/packages/8d/78/462355c14bca9b2866a2bca50261f5d990973d63e6d80dd783e81e003b53/cisco_radkit_client-1.8.7-cp312-none-macosx_10_14_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "eb46c818115979e41e194714efb50f9a06c5bddd58fb57ffbe1931b9a576ac41",
"md5": "43d8918e30a240699bffd1307feca234",
"sha256": "7daabc859e63ffe044222cd7dec2d993f9838ec1b4739609b683f758b764ebfa"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp312-none-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "43d8918e30a240699bffd1307feca234",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.9",
"size": 7464165,
"upload_time": "2025-07-16T08:18:39",
"upload_time_iso_8601": "2025-07-16T08:18:39.375532Z",
"url": "https://files.pythonhosted.org/packages/eb/46/c818115979e41e194714efb50f9a06c5bddd58fb57ffbe1931b9a576ac41/cisco_radkit_client-1.8.7-cp312-none-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "73ca96948be0e17760f638f6f880200516d4b1acab926a8fbe50d07baa9bc250",
"md5": "ea83a44f5234e6f8987ff29824299269",
"sha256": "5485505204960324546c2fb1b538326a399956808dbcf346c317acfaa5aae87f"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp312-none-manylinux1_x86_64.whl",
"has_sig": false,
"md5_digest": "ea83a44f5234e6f8987ff29824299269",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.9",
"size": 7502421,
"upload_time": "2025-07-16T08:18:41",
"upload_time_iso_8601": "2025-07-16T08:18:41.938146Z",
"url": "https://files.pythonhosted.org/packages/73/ca/96948be0e17760f638f6f880200516d4b1acab926a8fbe50d07baa9bc250/cisco_radkit_client-1.8.7-cp312-none-manylinux1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8e45fb85661822128a883936c899ebaedc28651589c44fea039ac7e26eceeb3f",
"md5": "4af1079d410ccbbe014621ab2af80d09",
"sha256": "45db8ec5857e752e92d8f8e67f9f28e8639a8e43b684b593415bd9b50f960b5a"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp312-none-manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "4af1079d410ccbbe014621ab2af80d09",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.9",
"size": 7551432,
"upload_time": "2025-07-16T08:18:43",
"upload_time_iso_8601": "2025-07-16T08:18:43.622188Z",
"url": "https://files.pythonhosted.org/packages/8e/45/fb85661822128a883936c899ebaedc28651589c44fea039ac7e26eceeb3f/cisco_radkit_client-1.8.7-cp312-none-manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7e4ecebd875d537e396da1ac3bde9821f618817b2df769870f15e6acec91f2be",
"md5": "e17737da984300b52b211c9158ae2116",
"sha256": "1c8e1a9ff514225c6aa191607f4c9604dc2a9fc03e52f53931f54d245c4bffa6"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp312-none-manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "e17737da984300b52b211c9158ae2116",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.9",
"size": 7784809,
"upload_time": "2025-07-16T08:18:45",
"upload_time_iso_8601": "2025-07-16T08:18:45.512608Z",
"url": "https://files.pythonhosted.org/packages/7e/4e/cebd875d537e396da1ac3bde9821f618817b2df769870f15e6acec91f2be/cisco_radkit_client-1.8.7-cp312-none-manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4a4d664accf44cde738f5e5598c6493da700dc5ad98e700a588a8b6324c38f9b",
"md5": "4d9fd60fa43a5242387c1b91df8efd7f",
"sha256": "02d3be7e561c8a8b67ccda45d1ce38e2810c23e3a52b96dd6839f47615f64cbb"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp312-none-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "4d9fd60fa43a5242387c1b91df8efd7f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.9",
"size": 7587020,
"upload_time": "2025-07-16T08:18:47",
"upload_time_iso_8601": "2025-07-16T08:18:47.038179Z",
"url": "https://files.pythonhosted.org/packages/4a/4d/664accf44cde738f5e5598c6493da700dc5ad98e700a588a8b6324c38f9b/cisco_radkit_client-1.8.7-cp312-none-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c2ebd2fc4349802142ab6e3ae9a026f444e45221fcf95509cb378365a72ca72e",
"md5": "75f149e9ae9cc8141034432a329e2c73",
"sha256": "bff623744951f357016349b450abe25886f9720114b6420c4c71de9ac56bffbd"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp312-none-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "75f149e9ae9cc8141034432a329e2c73",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.9",
"size": 7496696,
"upload_time": "2025-07-16T08:18:48",
"upload_time_iso_8601": "2025-07-16T08:18:48.627127Z",
"url": "https://files.pythonhosted.org/packages/c2/eb/d2fc4349802142ab6e3ae9a026f444e45221fcf95509cb378365a72ca72e/cisco_radkit_client-1.8.7-cp312-none-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1ea5a8a678b43f8016ee93b1a467963b31f106d5f60b69a9b5e3e2147d8d2072",
"md5": "34c92e107a681dcadb8088db3cb51a42",
"sha256": "853ac9f2c6113bd9cdbcd66037acdaf0058c225f33edebb232c3eab69fe0ac38"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp312-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "34c92e107a681dcadb8088db3cb51a42",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.9",
"size": 7476317,
"upload_time": "2025-07-16T08:18:51",
"upload_time_iso_8601": "2025-07-16T08:18:51.371170Z",
"url": "https://files.pythonhosted.org/packages/1e/a5/a8a678b43f8016ee93b1a467963b31f106d5f60b69a9b5e3e2147d8d2072/cisco_radkit_client-1.8.7-cp312-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "63dd589ba68d67d6d65dca52cef344577ffaad62b1765faff188febf9ce66634",
"md5": "1b0888903a91d2172ca70b9ae2680581",
"sha256": "fb267a86ab5439922340573783b135d85d67760c5df094ea8031794c2c204106"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp39-none-macosx_10_14_x86_64.whl",
"has_sig": false,
"md5_digest": "1b0888903a91d2172ca70b9ae2680581",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": "<3.14,>=3.9",
"size": 6773900,
"upload_time": "2025-07-16T08:18:52",
"upload_time_iso_8601": "2025-07-16T08:18:52.888178Z",
"url": "https://files.pythonhosted.org/packages/63/dd/589ba68d67d6d65dca52cef344577ffaad62b1765faff188febf9ce66634/cisco_radkit_client-1.8.7-cp39-none-macosx_10_14_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c5a1210ebc71427991add34b0f956575ce4bff87fcbddac05021215978c48d4f",
"md5": "df5fd2b43d74e21d3129cd0409776ddc",
"sha256": "9169011360de9472ba8ff70cba2b5f8af2e46fe668cf61dbccd2ed8dee4df2ec"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp39-none-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "df5fd2b43d74e21d3129cd0409776ddc",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": "<3.14,>=3.9",
"size": 6711062,
"upload_time": "2025-07-16T08:18:54",
"upload_time_iso_8601": "2025-07-16T08:18:54.566438Z",
"url": "https://files.pythonhosted.org/packages/c5/a1/210ebc71427991add34b0f956575ce4bff87fcbddac05021215978c48d4f/cisco_radkit_client-1.8.7-cp39-none-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e496dcbfa4ec34c7474b310d6b688762dd68a21d8e8ad6bc1cb27c7b1497f9a9",
"md5": "dcd0d54bac28849dce37e39a03bb3577",
"sha256": "4fe8fc2e4194fc7fa3de13421a71b4c60c0ba66aa3210f16fc85366894a5392f"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp39-none-manylinux1_x86_64.whl",
"has_sig": false,
"md5_digest": "dcd0d54bac28849dce37e39a03bb3577",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": "<3.14,>=3.9",
"size": 6752562,
"upload_time": "2025-07-16T08:18:56",
"upload_time_iso_8601": "2025-07-16T08:18:56.192316Z",
"url": "https://files.pythonhosted.org/packages/e4/96/dcbfa4ec34c7474b310d6b688762dd68a21d8e8ad6bc1cb27c7b1497f9a9/cisco_radkit_client-1.8.7-cp39-none-manylinux1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "08bf7f79b626da655d4189e5512e45a89f81e04b322dfe97d6b08e5f00af9566",
"md5": "62aa2e8f98c96effa5ab06a7e0870c4a",
"sha256": "97f2d6ede31403765c0e5b4efae2220fe7b5427370d82f9ffd069380fd816fff"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp39-none-manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "62aa2e8f98c96effa5ab06a7e0870c4a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": "<3.14,>=3.9",
"size": 6806290,
"upload_time": "2025-07-16T08:18:57",
"upload_time_iso_8601": "2025-07-16T08:18:57.649752Z",
"url": "https://files.pythonhosted.org/packages/08/bf/7f79b626da655d4189e5512e45a89f81e04b322dfe97d6b08e5f00af9566/cisco_radkit_client-1.8.7-cp39-none-manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fa3bb1132b94d15a1bed605b3ad24cb2a1ac05a4e171706e9e8d72c29a2c091e",
"md5": "91201cf5fbc84ce6ceffad4e7cc10ce4",
"sha256": "13c1c69a2cf3c1ff80a2d94d0a293ed4016b57dccccc095b76140aa794ff7437"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp39-none-manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "91201cf5fbc84ce6ceffad4e7cc10ce4",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": "<3.14,>=3.9",
"size": 7028356,
"upload_time": "2025-07-16T08:18:59",
"upload_time_iso_8601": "2025-07-16T08:18:59.187176Z",
"url": "https://files.pythonhosted.org/packages/fa/3b/b1132b94d15a1bed605b3ad24cb2a1ac05a4e171706e9e8d72c29a2c091e/cisco_radkit_client-1.8.7-cp39-none-manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8c0f1a009e7422b00c9be3abd421699a81a1702569840b0e4aadad4067c9993d",
"md5": "72dfb583b93fe336d3c41c0a14fdd52a",
"sha256": "ecff8dde9fbfc18822b5b883d47c8c75ad85f67f111d433156508abae4a38cc7"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp39-none-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "72dfb583b93fe336d3c41c0a14fdd52a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": "<3.14,>=3.9",
"size": 6832583,
"upload_time": "2025-07-16T08:19:00",
"upload_time_iso_8601": "2025-07-16T08:19:00.607408Z",
"url": "https://files.pythonhosted.org/packages/8c/0f/1a009e7422b00c9be3abd421699a81a1702569840b0e4aadad4067c9993d/cisco_radkit_client-1.8.7-cp39-none-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "501f538bc1b2b43999a038d147b00519f87cab0e7279eccf804e5d8becaeb71d",
"md5": "0dfc9879ec406d9d3ac8346749ee8f13",
"sha256": "ec647976f8c559b11a94fd19dd88a825c015f3ad74c58dfe58400ea2cc499474"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp39-none-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "0dfc9879ec406d9d3ac8346749ee8f13",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": "<3.14,>=3.9",
"size": 6741449,
"upload_time": "2025-07-16T08:19:02",
"upload_time_iso_8601": "2025-07-16T08:19:02.027771Z",
"url": "https://files.pythonhosted.org/packages/50/1f/538bc1b2b43999a038d147b00519f87cab0e7279eccf804e5d8becaeb71d/cisco_radkit_client-1.8.7-cp39-none-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "73f193c0780c3fa287ddf9e661076133ecd81b7f57bee235381c81b593edafbf",
"md5": "ed4981772c4dadafc3438e8299e45ef2",
"sha256": "208cc303a810eabd586d7c9abfbb6998745b7692fe3d1ca9c7a7b510a50181e3"
},
"downloads": -1,
"filename": "cisco_radkit_client-1.8.7-cp39-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "ed4981772c4dadafc3438e8299e45ef2",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": "<3.14,>=3.9",
"size": 6719247,
"upload_time": "2025-07-16T08:19:03",
"upload_time_iso_8601": "2025-07-16T08:19:03.433935Z",
"url": "https://files.pythonhosted.org/packages/73/f1/93c0780c3fa287ddf9e661076133ecd81b7f57bee235381c81b593edafbf/cisco_radkit_client-1.8.7-cp39-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-16 08:18:09",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "cisco-radkit-client"
}