pyntc
pyntc copied to clipboard
Python library focused on tasks related to device level and OS management.
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.29 to 3.1.37. Release notes Sourced from gitpython's releases. 3.1.37 - a proper fix CVE-2023-41040 What's Changed Improve Python version and OS compatibility, fixing deprecations by @EliahKagan...
Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.1 to 41.0.4. Changelog Sourced from cryptography's changelog. 41.0.4 - 2023-09-19 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.1.3. .. _v41-0-3: 41.0.3...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...
Bumps [pygments](https://github.com/pygments/pygments) from 2.13.0 to 2.15.0. Release notes Sourced from pygments's releases. 2.15.0 Added lexers: Carbon (#2362, #2365, #2366, #2367, #2368, #2369, #2370) Dax (#2335, #2345) MediaWiki Wikitext (#2373, #827)...
### Environment * Python version: 3.8 * pyntc version: 1.0.0 ### Expected Behavior Install_OS works on IOS regardless of which hardware or software is on the device. ### Observed Behavior...
Standardize on `tcp_ping` function for netutils to determine when a device is back online after a reboot.
Make this align with the other methods.
Both AireOS and ASA device classes need to implement properties that were previously associated with facts: ASA: - [x] vendor - [x] uptime - [x] uptime_string - [x] hostname -...