Name | python-netonix-api JSON |
Version |
0.2.1
JSON |
| download |
home_page | https://github.com/shrank/python_netonix_api |
Summary | Python class to access Netonix WISP Switch WebAPI |
upload_time | 2023-04-14 02:37:51 |
maintainer | |
docs_url | None |
author | shrank |
requires_python | >=3.0 |
license | This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. 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 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. For more information, please refer to <http://unlicense.org/> |
keywords |
network
automation
netonix
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# python_netonix_api
Python class to access Netonix® WISP Switch WebAPI
**NEITHER THIS CODE NOR THE AUTHOR IS ASSOCIATED WITH NETONIX® IN ANY WAY.**
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 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.
# Description
The Netonix® WISP Switches provide a WebAPI as backend for their webinterface. This python script allows to access this API directly.
to change configuration, you need to fetch the full configuration first, change it and push it back up:
```
from netonix_api import Netonix
n=Netonix()
n.open(ip,user,pw)
n.getConfig()
n.config['Switch_Name']="Switch-55"
n.putConfig()
```
Raw data
{
"_id": null,
"home_page": "https://github.com/shrank/python_netonix_api",
"name": "python-netonix-api",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.0",
"maintainer_email": "",
"keywords": "network,automation,netonix",
"author": "shrank",
"author_email": "shrank <info@murxs.ch>",
"download_url": "https://files.pythonhosted.org/packages/7b/73/bb1765c28090a58370fb500e4f85087cc999e3f246b5f1c95318edda4a0e/python_netonix_api-0.2.1.tar.gz",
"platform": null,
"description": "# python_netonix_api\nPython class to access Netonix\u00ae WISP Switch WebAPI\n\n**NEITHER THIS CODE NOR THE AUTHOR IS ASSOCIATED WITH NETONIX\u00ae IN ANY WAY.**\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\n# Description\nThe Netonix\u00ae WISP Switches provide a WebAPI as backend for their webinterface. This python script allows to access this API directly.\n\n\nto change configuration, you need to fetch the full configuration first, change it and push it back up:\n```\nfrom netonix_api import Netonix\n\n\tn=Netonix()\n\tn.open(ip,user,pw)\n\tn.getConfig()\n\tn.config['Switch_Name']=\"Switch-55\"\n\tn.putConfig()\n\n``` \n",
"bugtrack_url": null,
"license": "This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. 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 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. For more information, please refer to <http://unlicense.org/> ",
"summary": "Python class to access Netonix WISP Switch WebAPI",
"version": "0.2.1",
"split_keywords": [
"network",
"automation",
"netonix"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "68cc1e1cecaa64aaeb9a19ee1b663ae14b92ec1758384439d77a9fba6f806515",
"md5": "62f3c62785fe1bbacf613c8f0cab5032",
"sha256": "db9f1cc8f49c8866fb3989b6db91aefe0f7cb9717b4bfc68bf73ff03cc4d2785"
},
"downloads": -1,
"filename": "python_netonix_api-0.2.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "62f3c62785fe1bbacf613c8f0cab5032",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.0",
"size": 5922,
"upload_time": "2023-04-14T02:37:49",
"upload_time_iso_8601": "2023-04-14T02:37:49.324355Z",
"url": "https://files.pythonhosted.org/packages/68/cc/1e1cecaa64aaeb9a19ee1b663ae14b92ec1758384439d77a9fba6f806515/python_netonix_api-0.2.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7b73bb1765c28090a58370fb500e4f85087cc999e3f246b5f1c95318edda4a0e",
"md5": "20210058e5b2fe24d7def77e1ab488ec",
"sha256": "3c21bb1da5a36ce04ac4f06247a8633fdc8ead9b6a54b7272d963c08caa5e80a"
},
"downloads": -1,
"filename": "python_netonix_api-0.2.1.tar.gz",
"has_sig": false,
"md5_digest": "20210058e5b2fe24d7def77e1ab488ec",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.0",
"size": 4430,
"upload_time": "2023-04-14T02:37:51",
"upload_time_iso_8601": "2023-04-14T02:37:51.887967Z",
"url": "https://files.pythonhosted.org/packages/7b/73/bb1765c28090a58370fb500e4f85087cc999e3f246b5f1c95318edda4a0e/python_netonix_api-0.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-14 02:37:51",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "shrank",
"github_project": "python_netonix_api",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "python-netonix-api"
}