python-netgear-switch-library 0.0.post154__tar.gz → 0.0.post156__tar.gz
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.
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/.github/workflows/ci.yml +2 -2
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/.github/workflows/deb.yml +8 -8
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/.github/workflows/publish-pypi.yml +4 -4
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/PKG-INFO +1 -1
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/_version.py +2 -2
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/.gitignore +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/LICENSE +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/README.md +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/RELEASING.md +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/debian/changelog +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/debian/control +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/debian/copyright +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/debian/rules +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/debian/source/format +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/docs/superpowers/plans/2026-07-15-foundation.md +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/docs/superpowers/plans/2026-07-17-slice-02-snmp-read-core.md +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/docs/superpowers/plans/2026-07-17-slice-03-read-apis.md +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/docs/superpowers/plans/2026-07-18-slice-04-snmp-write.md +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/docs/superpowers/plans/2026-07-18-slice-05-nsdp.md +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/docs/superpowers/plans/2026-07-18-slice-06-http.md +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/docs/superpowers/plans/2026-07-18-slice-07-cli.md +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/docs/superpowers/plans/2026-07-18-slice-08-packaging-ci.md +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/docs/superpowers/specs/2026-07-15-netgear-control-library-design.md +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/packaging/apt-index.html +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/packaging/ci-build.sh +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/packaging/deb-version.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/pyproject.toml +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/__init__.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/_dispatch.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/aio_api.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/cli/__init__.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/cli/capture.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/cli/context.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/cli/format.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/cli/main.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/cli/resolve.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/cli/safety.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/config.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/errors.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/http_read.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/http_write.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/models.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/nsdp_read.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/nsdp_write.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/__init__.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/http/__init__.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/http/crypt.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/http/endpoints.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/http/forms.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/http/parse.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/http/session.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/nsdp/__init__.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/nsdp/auth.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/nsdp/client.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/nsdp/parsers.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/nsdp/protocol.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/nsdp/types.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/nsdp/write.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/snmp/__init__.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/snmp/client.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/snmp/oids.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/snmp/parse.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/snmp/write.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/py.typed +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/registry.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/snmp_read.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/snmp_write.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/sync_api.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/transport/__init__.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/transport/aio/__init__.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/transport/aio/nsdp_udp.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/transport/aio/snmp_pysnmp.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/transport/http/__init__.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/transport/http/client.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/transport/sync/__init__.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/transport/sync/nsdp_udp.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/transport/sync/snmp_netsnmp_cli.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/virtual/__init__.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/virtual/faces/__init__.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/virtual/faces/http.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/virtual/faces/mibview.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/virtual/faces/nsdp.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/virtual/faces/snmp.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/virtual/seed.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/virtual/server.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/virtual/state.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/virtual/web.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/cli/test_capture.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/cli/test_cli_integration.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/cli/test_control_poe_port.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/cli/test_control_vlan_ip.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/cli/test_format.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/cli/test_main_framework.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/cli/test_prompt_wiring.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/cli/test_read_commands.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/cli/test_resolve.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/cli/test_safety.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/conftest.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/equivalence.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/fixtures/http/gs305ep_dashboard.html +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/fixtures/http/gs305ep_login.html +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/fixtures/http/gs305ep_membership.html +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/fixtures/http/gs305ep_poestatus.html +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/fixtures/http/gs305ep_portstats.html +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/fixtures/http/gs305ep_pvid.html +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/fixtures/http/gs305ep_vlancfg.html +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/fixtures/snmp/gsm7252ps_fans.txt +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/fixtures/snmp/gsm7252ps_ifhighspeed.txt +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/fixtures/snmp/gsm7252ps_ifoperstatus.txt +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/fixtures/snmp/gsm7252ps_psu.txt +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/http/test_crypt.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/http/test_endpoints.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/http/test_forms.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/http/test_parse.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/nsdp/test_auth.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/nsdp/test_parsers.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/nsdp/test_protocol.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/nsdp/test_write_frame.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/snmp/test_client.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/snmp/test_oids.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/snmp/test_parse_lldp_macs.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/snmp/test_parse_mgmt_ip.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/snmp/test_parse_poe_sensors.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/snmp/test_parse_ports.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/snmp/test_parse_system_info.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/snmp/test_parse_vlans.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/snmp/test_write_encode.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_aio_api.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_config.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_deb_version.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_dispatch.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_errors.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_facade_equivalence.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_http_dispatch.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_http_equivalence.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_http_read.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_http_write.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_import.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_models.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_models_snmp_read.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_nsdp_integration.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_nsdp_read.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_nsdp_write.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_public_api.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_quality_gates.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_registry.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_snmp_integration.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_snmp_read.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_snmp_write.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_sync_api.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_version.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_write_equivalence.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/transport/test_http_client.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/transport/test_nsdp_udp_sync.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/transport/test_set_transport.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/transport/test_snmp_netsnmp_cli.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/transport/test_snmp_pysnmp.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/transport/test_value_parity.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/virtual/test_mibview.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/virtual/test_mutable_state.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/virtual/test_nsdp_state.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/virtual/test_snmp_write_face.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/virtual/test_state_seed.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/virtual/test_virtual_http_face.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/virtual/test_virtual_nsdp_face.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/virtual/test_virtual_snmp_face.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/virtual/test_web_projection.py +0 -0
- {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/uv.lock +0 -0
|
@@ -21,7 +21,7 @@ jobs:
|
|
|
21
21
|
matrix:
|
|
22
22
|
python-version: ["3.11", "3.12", "3.13"]
|
|
23
23
|
steps:
|
|
24
|
-
- uses: actions/checkout@
|
|
24
|
+
- uses: actions/checkout@v5
|
|
25
25
|
with:
|
|
26
26
|
fetch-depth: 0 # full history so hatch-vcs can derive the version
|
|
27
27
|
|
|
@@ -30,7 +30,7 @@ jobs:
|
|
|
30
30
|
sudo apt-get update
|
|
31
31
|
sudo apt-get install -y --no-install-recommends snmp
|
|
32
32
|
|
|
33
|
-
- uses: astral-sh/setup-uv@
|
|
33
|
+
- uses: astral-sh/setup-uv@v7
|
|
34
34
|
|
|
35
35
|
- name: Install the matrix Python
|
|
36
36
|
run: uv python install ${{ matrix.python-version }}
|
|
@@ -19,7 +19,7 @@ jobs:
|
|
|
19
19
|
matrix:
|
|
20
20
|
suite: [trixie, sid]
|
|
21
21
|
steps:
|
|
22
|
-
- uses: actions/checkout@
|
|
22
|
+
- uses: actions/checkout@v5
|
|
23
23
|
with:
|
|
24
24
|
fetch-depth: 0 # full history so deb-version.py can count commits
|
|
25
25
|
|
|
@@ -30,7 +30,7 @@ jobs:
|
|
|
30
30
|
docker.io/library/debian:${{ matrix.suite }} \
|
|
31
31
|
sh packaging/ci-build.sh
|
|
32
32
|
|
|
33
|
-
- uses: actions/upload-artifact@
|
|
33
|
+
- uses: actions/upload-artifact@v7
|
|
34
34
|
with:
|
|
35
35
|
name: debs-${{ matrix.suite }}
|
|
36
36
|
path: built-debs/
|
|
@@ -45,16 +45,16 @@ jobs:
|
|
|
45
45
|
name: github-pages
|
|
46
46
|
url: ${{ steps.deploy.outputs.page_url }}
|
|
47
47
|
steps:
|
|
48
|
-
- uses: actions/checkout@
|
|
48
|
+
- uses: actions/checkout@v5
|
|
49
49
|
|
|
50
50
|
- name: Download trixie debs
|
|
51
|
-
uses: actions/download-artifact@
|
|
51
|
+
uses: actions/download-artifact@v8
|
|
52
52
|
with:
|
|
53
53
|
name: debs-trixie
|
|
54
54
|
path: apt-repo/trixie/
|
|
55
55
|
|
|
56
56
|
- name: Download sid debs
|
|
57
|
-
uses: actions/download-artifact@
|
|
57
|
+
uses: actions/download-artifact@v8
|
|
58
58
|
with:
|
|
59
59
|
name: debs-sid
|
|
60
60
|
path: apt-repo/sid/
|
|
@@ -97,11 +97,11 @@ jobs:
|
|
|
97
97
|
cd ../..
|
|
98
98
|
done
|
|
99
99
|
|
|
100
|
-
- uses: actions/configure-pages@
|
|
100
|
+
- uses: actions/configure-pages@v6
|
|
101
101
|
|
|
102
|
-
- uses: actions/upload-pages-artifact@
|
|
102
|
+
- uses: actions/upload-pages-artifact@v5
|
|
103
103
|
with:
|
|
104
104
|
path: apt-repo/
|
|
105
105
|
|
|
106
106
|
- id: deploy
|
|
107
|
-
uses: actions/deploy-pages@
|
|
107
|
+
uses: actions/deploy-pages@v5
|
|
@@ -16,11 +16,11 @@ jobs:
|
|
|
16
16
|
build:
|
|
17
17
|
runs-on: ubuntu-latest
|
|
18
18
|
steps:
|
|
19
|
-
- uses: actions/checkout@
|
|
19
|
+
- uses: actions/checkout@v5
|
|
20
20
|
with:
|
|
21
21
|
fetch-depth: 0 # full history for hatch-vcs version derivation
|
|
22
22
|
|
|
23
|
-
- uses: astral-sh/setup-uv@
|
|
23
|
+
- uses: astral-sh/setup-uv@v7
|
|
24
24
|
|
|
25
25
|
- name: Build sdist + wheel
|
|
26
26
|
run: uv build
|
|
@@ -28,7 +28,7 @@ jobs:
|
|
|
28
28
|
- name: Show derived version
|
|
29
29
|
run: ls -1 dist/
|
|
30
30
|
|
|
31
|
-
- uses: actions/upload-artifact@
|
|
31
|
+
- uses: actions/upload-artifact@v7
|
|
32
32
|
with:
|
|
33
33
|
name: dist
|
|
34
34
|
path: dist/
|
|
@@ -41,7 +41,7 @@ jobs:
|
|
|
41
41
|
permissions:
|
|
42
42
|
id-token: write
|
|
43
43
|
steps:
|
|
44
|
-
- uses: actions/download-artifact@
|
|
44
|
+
- uses: actions/download-artifact@v8
|
|
45
45
|
with:
|
|
46
46
|
name: dist
|
|
47
47
|
path: dist/
|
{python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/PKG-INFO
RENAMED
|
@@ -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.post156
|
|
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
|
|
@@ -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.post156'
|
|
22
|
+
__version_tuple__ = version_tuple = (0, 0, 'post156')
|
|
23
23
|
|
|
24
24
|
__commit_id__ = commit_id = None
|
{python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/.gitignore
RENAMED
|
File without changes
|
{python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/LICENSE
RENAMED
|
File without changes
|
{python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/README.md
RENAMED
|
File without changes
|
{python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/RELEASING.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/debian/rules
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/uv.lock
RENAMED
|
File without changes
|