python-netgear-switch-library 0.0.post355__py3-none-any.whl → 0.0.post356__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- netgear_switch/_version.py +2 -2
- {python_netgear_switch_library-0.0.post355.dist-info → python_netgear_switch_library-0.0.post356.dist-info}/METADATA +1 -1
- {python_netgear_switch_library-0.0.post355.dist-info → python_netgear_switch_library-0.0.post356.dist-info}/RECORD +6 -6
- {python_netgear_switch_library-0.0.post355.dist-info → python_netgear_switch_library-0.0.post356.dist-info}/WHEEL +0 -0
- {python_netgear_switch_library-0.0.post355.dist-info → python_netgear_switch_library-0.0.post356.dist-info}/entry_points.txt +0 -0
- {python_netgear_switch_library-0.0.post355.dist-info → python_netgear_switch_library-0.0.post356.dist-info}/licenses/LICENSE +0 -0
netgear_switch/_version.py
CHANGED
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '0.0.
|
|
22
|
-
__version_tuple__ = version_tuple = (0, 0, '
|
|
21
|
+
__version__ = version = '0.0.post356'
|
|
22
|
+
__version_tuple__ = version_tuple = (0, 0, 'post356')
|
|
23
23
|
|
|
24
24
|
__commit_id__ = commit_id = None
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-netgear-switch-library
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.post356
|
|
4
4
|
Summary: Python library and CLI to query and control Netgear switches over SNMP, NSDP and HTTP.
|
|
5
5
|
Author-email: Tim Ansell <me@mith.ro>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
netgear_switch/__init__.py,sha256=3P68qR3Rcf9zl5u4_SMkmloD8MnzZi6VWv7n4AMb_-4,5835
|
|
2
2
|
netgear_switch/_dispatch.py,sha256=JO30TCPjE_1Y10SIGEkQybPT5EQB5z0LGfyT5YDQYMc,12615
|
|
3
|
-
netgear_switch/_version.py,sha256=
|
|
3
|
+
netgear_switch/_version.py,sha256=fHCn6RykrmSHLhtidiFUQAEG4nN7tcU_5f93VPo9md8,534
|
|
4
4
|
netgear_switch/aio_api.py,sha256=5b7a6LPT_LkMmcRdCzyPRhiE9nte9TseOFCcmlTj-5o,29561
|
|
5
5
|
netgear_switch/capabilities.py,sha256=ZG9QX0k0zZTelaat70Kfn_bW3UZ9Dk4Pfq49CiqzdAc,21524
|
|
6
6
|
netgear_switch/cli_read.py,sha256=EpbFLYPSA_tErwMfqHJBOjonhUVvPpS-pmlnYGQ73W0,6477
|
|
@@ -84,8 +84,8 @@ netgear_switch/virtual/faces/mibview.py,sha256=g4EsSfXO6ojyPDT633lEkNVmPcqzU0Vdb
|
|
|
84
84
|
netgear_switch/virtual/faces/nsdp.py,sha256=WX9w1YWArUvm4-L2Y7QI8njvBRD4t0TVFUL2V0yuQmI,10395
|
|
85
85
|
netgear_switch/virtual/faces/snmp.py,sha256=y8N3rDwO3AuHWi9Ke10WLG1yzZITpn363PunIG_ZuSk,21252
|
|
86
86
|
netgear_switch/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
87
|
-
python_netgear_switch_library-0.0.
|
|
88
|
-
python_netgear_switch_library-0.0.
|
|
89
|
-
python_netgear_switch_library-0.0.
|
|
90
|
-
python_netgear_switch_library-0.0.
|
|
91
|
-
python_netgear_switch_library-0.0.
|
|
87
|
+
python_netgear_switch_library-0.0.post356.dist-info/METADATA,sha256=0SiUY552O2R1USwE7Qw7Z3VMdlPv6kGyeN9Y68hrLL4,6682
|
|
88
|
+
python_netgear_switch_library-0.0.post356.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
|
|
89
|
+
python_netgear_switch_library-0.0.post356.dist-info/entry_points.txt,sha256=mf6HFDGVV0KIDI0dHkh0BNcCjHkSg1lhE70xTzB47WQ,96
|
|
90
|
+
python_netgear_switch_library-0.0.post356.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
91
|
+
python_netgear_switch_library-0.0.post356.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|