scrapli 2024.7.30.post1__tar.gz → 2025.1.30__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.
Files changed (92) hide show
  1. {scrapli-2024.7.30.post1/scrapli.egg-info → scrapli-2025.1.30}/PKG-INFO +13 -13
  2. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/pyproject.toml +4 -3
  3. scrapli-2025.1.30/requirements-genie.txt +2 -0
  4. scrapli-2025.1.30/requirements-textfsm.txt +2 -0
  5. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/__init__.py +1 -1
  6. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/core/juniper_junos/base_driver.py +4 -4
  7. {scrapli-2024.7.30.post1 → scrapli-2025.1.30/scrapli.egg-info}/PKG-INFO +13 -13
  8. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli.egg-info/requires.txt +9 -9
  9. scrapli-2024.7.30.post1/requirements-genie.txt +0 -2
  10. scrapli-2024.7.30.post1/requirements-textfsm.txt +0 -2
  11. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/LICENSE +0 -0
  12. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/MANIFEST.in +0 -0
  13. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/README.md +0 -0
  14. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/requirements-asyncssh.txt +0 -0
  15. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/requirements-community.txt +0 -0
  16. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/requirements-dev.txt +0 -0
  17. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/requirements-docs.txt +0 -0
  18. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/requirements-paramiko.txt +0 -0
  19. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/requirements-ssh2.txt +0 -0
  20. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/requirements-ttp.txt +0 -0
  21. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/requirements.txt +0 -0
  22. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/channel/__init__.py +0 -0
  23. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/channel/async_channel.py +0 -0
  24. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/channel/base_channel.py +0 -0
  25. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/channel/sync_channel.py +0 -0
  26. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/decorators.py +0 -0
  27. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/__init__.py +0 -0
  28. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/base/__init__.py +0 -0
  29. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/base/async_driver.py +0 -0
  30. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/base/base_driver.py +0 -0
  31. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/base/sync_driver.py +0 -0
  32. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/core/__init__.py +0 -0
  33. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/core/arista_eos/__init__.py +0 -0
  34. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/core/arista_eos/async_driver.py +0 -0
  35. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/core/arista_eos/base_driver.py +0 -0
  36. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/core/arista_eos/sync_driver.py +0 -0
  37. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/core/cisco_iosxe/__init__.py +0 -0
  38. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/core/cisco_iosxe/async_driver.py +0 -0
  39. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/core/cisco_iosxe/base_driver.py +0 -0
  40. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/core/cisco_iosxe/sync_driver.py +0 -0
  41. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/core/cisco_iosxr/__init__.py +0 -0
  42. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/core/cisco_iosxr/async_driver.py +0 -0
  43. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/core/cisco_iosxr/base_driver.py +0 -0
  44. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/core/cisco_iosxr/sync_driver.py +0 -0
  45. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/core/cisco_nxos/__init__.py +0 -0
  46. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/core/cisco_nxos/async_driver.py +0 -0
  47. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/core/cisco_nxos/base_driver.py +0 -0
  48. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/core/cisco_nxos/sync_driver.py +0 -0
  49. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/core/juniper_junos/__init__.py +0 -0
  50. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/core/juniper_junos/async_driver.py +0 -0
  51. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/core/juniper_junos/sync_driver.py +0 -0
  52. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/generic/__init__.py +0 -0
  53. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/generic/async_driver.py +0 -0
  54. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/generic/base_driver.py +0 -0
  55. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/generic/sync_driver.py +0 -0
  56. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/network/__init__.py +0 -0
  57. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/network/async_driver.py +0 -0
  58. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/network/base_driver.py +0 -0
  59. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/driver/network/sync_driver.py +0 -0
  60. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/exceptions.py +0 -0
  61. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/factory.py +0 -0
  62. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/helper.py +0 -0
  63. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/logging.py +0 -0
  64. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/py.typed +0 -0
  65. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/response.py +0 -0
  66. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/settings.py +0 -0
  67. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/ssh_config.py +0 -0
  68. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/transport/__init__.py +0 -0
  69. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/transport/base/__init__.py +0 -0
  70. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/transport/base/async_transport.py +0 -0
  71. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/transport/base/base_socket.py +0 -0
  72. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/transport/base/base_transport.py +0 -0
  73. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/transport/base/sync_transport.py +0 -0
  74. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/transport/base/telnet_common.py +0 -0
  75. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/transport/plugins/__init__.py +0 -0
  76. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/transport/plugins/asyncssh/__init__.py +0 -0
  77. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/transport/plugins/asyncssh/transport.py +0 -0
  78. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/transport/plugins/asynctelnet/__init__.py +0 -0
  79. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/transport/plugins/asynctelnet/transport.py +0 -0
  80. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/transport/plugins/paramiko/__init__.py +0 -0
  81. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/transport/plugins/paramiko/transport.py +0 -0
  82. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/transport/plugins/ssh2/__init__.py +0 -0
  83. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/transport/plugins/ssh2/transport.py +0 -0
  84. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/transport/plugins/system/__init__.py +0 -0
  85. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/transport/plugins/system/ptyprocess.py +0 -0
  86. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/transport/plugins/system/transport.py +0 -0
  87. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/transport/plugins/telnet/__init__.py +0 -0
  88. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli/transport/plugins/telnet/transport.py +0 -0
  89. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli.egg-info/SOURCES.txt +0 -0
  90. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli.egg-info/dependency_links.txt +0 -0
  91. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/scrapli.egg-info/top_level.txt +0 -0
  92. {scrapli-2024.7.30.post1 → scrapli-2025.1.30}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: scrapli
3
- Version: 2024.7.30.post1
3
+ Version: 2025.1.30
4
4
  Summary: Fast, flexible, sync/async, Python 3.7+ screen scraping client specifically for network devices
5
5
  Author-email: Carl Montanari <carl.r.montanari@gmail.com>
6
6
  License: MIT License
@@ -33,14 +33,14 @@ Classifier: License :: OSI Approved :: MIT License
33
33
  Classifier: Operating System :: POSIX :: Linux
34
34
  Classifier: Operating System :: MacOS
35
35
  Classifier: Programming Language :: Python
36
- Classifier: Programming Language :: Python :: 3.8
37
36
  Classifier: Programming Language :: Python :: 3.9
38
37
  Classifier: Programming Language :: Python :: 3.10
39
38
  Classifier: Programming Language :: Python :: 3.11
40
39
  Classifier: Programming Language :: Python :: 3.12
40
+ Classifier: Programming Language :: Python :: 3.13
41
41
  Classifier: Programming Language :: Python :: 3 :: Only
42
42
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
43
- Requires-Python: >=3.8
43
+ Requires-Python: >=3.9
44
44
  Description-Content-Type: text/markdown
45
45
  License-File: LICENSE
46
46
  Provides-Extra: dev-darwin
@@ -59,10 +59,10 @@ Requires-Dist: scrapli-cfg==2023.7.30; extra == "dev-darwin"
59
59
  Requires-Dist: scrapli-replay==2023.7.30; extra == "dev-darwin"
60
60
  Requires-Dist: toml<1.0.0,>=0.10.2; extra == "dev-darwin"
61
61
  Requires-Dist: types-paramiko<4.0.0,>=2.8.6; extra == "dev-darwin"
62
- Requires-Dist: ntc-templates<7.0.0,>=1.1.0; extra == "dev-darwin"
62
+ Requires-Dist: ntc-templates<8.0.0,>=1.1.0; extra == "dev-darwin"
63
63
  Requires-Dist: textfsm<2.0.0,>=1.1.0; extra == "dev-darwin"
64
- Requires-Dist: genie<24.4,>=20.2; (sys_platform != "win32" and python_version < "3.11") and extra == "dev-darwin"
65
- Requires-Dist: pyats>=20.2; (sys_platform != "win32" and python_version < "3.11") and extra == "dev-darwin"
64
+ Requires-Dist: genie>=20.2; (sys_platform != "win32" and python_version < "3.13") and extra == "dev-darwin"
65
+ Requires-Dist: pyats>=20.2; (sys_platform != "win32" and python_version < "3.13") and extra == "dev-darwin"
66
66
  Requires-Dist: ttp<1.0.0,>=0.5.0; extra == "dev-darwin"
67
67
  Requires-Dist: paramiko<4.0.0,>=2.6.0; extra == "dev-darwin"
68
68
  Requires-Dist: asyncssh<3.0.0,>=2.2.1; extra == "dev-darwin"
@@ -83,10 +83,10 @@ Requires-Dist: scrapli-cfg==2023.7.30; extra == "dev"
83
83
  Requires-Dist: scrapli-replay==2023.7.30; extra == "dev"
84
84
  Requires-Dist: toml<1.0.0,>=0.10.2; extra == "dev"
85
85
  Requires-Dist: types-paramiko<4.0.0,>=2.8.6; extra == "dev"
86
- Requires-Dist: ntc-templates<7.0.0,>=1.1.0; extra == "dev"
86
+ Requires-Dist: ntc-templates<8.0.0,>=1.1.0; extra == "dev"
87
87
  Requires-Dist: textfsm<2.0.0,>=1.1.0; extra == "dev"
88
- Requires-Dist: genie<24.4,>=20.2; (sys_platform != "win32" and python_version < "3.11") and extra == "dev"
89
- Requires-Dist: pyats>=20.2; (sys_platform != "win32" and python_version < "3.11") and extra == "dev"
88
+ Requires-Dist: genie>=20.2; (sys_platform != "win32" and python_version < "3.13") and extra == "dev"
89
+ Requires-Dist: pyats>=20.2; (sys_platform != "win32" and python_version < "3.13") and extra == "dev"
90
90
  Requires-Dist: ttp<1.0.0,>=0.5.0; extra == "dev"
91
91
  Requires-Dist: paramiko<4.0.0,>=2.6.0; extra == "dev"
92
92
  Requires-Dist: ssh2-python<2.0.0,>=0.23.0; python_version < "3.12" and extra == "dev"
@@ -102,11 +102,11 @@ Requires-Dist: mkdocs-material-extensions<2.0.0,>=1.0.3; extra == "docs"
102
102
  Requires-Dist: mkdocs-section-index<1.0.0,>=0.3.4; extra == "docs"
103
103
  Requires-Dist: mkdocstrings[python]<1.0.0,>=0.19.0; extra == "docs"
104
104
  Provides-Extra: textfsm
105
- Requires-Dist: ntc-templates<7.0.0,>=1.1.0; extra == "textfsm"
105
+ Requires-Dist: ntc-templates<8.0.0,>=1.1.0; extra == "textfsm"
106
106
  Requires-Dist: textfsm<2.0.0,>=1.1.0; extra == "textfsm"
107
107
  Provides-Extra: genie
108
- Requires-Dist: genie<24.4,>=20.2; (sys_platform != "win32" and python_version < "3.11") and extra == "genie"
109
- Requires-Dist: pyats>=20.2; (sys_platform != "win32" and python_version < "3.11") and extra == "genie"
108
+ Requires-Dist: genie>=20.2; (sys_platform != "win32" and python_version < "3.13") and extra == "genie"
109
+ Requires-Dist: pyats>=20.2; (sys_platform != "win32" and python_version < "3.13") and extra == "genie"
110
110
  Provides-Extra: ttp
111
111
  Requires-Dist: ttp<1.0.0,>=0.5.0; extra == "ttp"
112
112
  Provides-Extra: paramiko
@@ -28,17 +28,17 @@ license = { file = "LICENSE" }
28
28
  authors = [
29
29
  { name = "Carl Montanari", email = "carl.r.montanari@gmail.com" },
30
30
  ]
31
- requires-python = ">=3.8"
31
+ requires-python = ">=3.9"
32
32
  classifiers = [
33
33
  "License :: OSI Approved :: MIT License",
34
34
  "Operating System :: POSIX :: Linux",
35
35
  "Operating System :: MacOS",
36
36
  "Programming Language :: Python",
37
- "Programming Language :: Python :: 3.8",
38
37
  "Programming Language :: Python :: 3.9",
39
38
  "Programming Language :: Python :: 3.10",
40
39
  "Programming Language :: Python :: 3.11",
41
40
  "Programming Language :: Python :: 3.12",
41
+ "Programming Language :: Python :: 3.13",
42
42
  "Programming Language :: Python :: 3 :: Only",
43
43
  "Topic :: Software Development :: Libraries :: Python Modules",
44
44
  ]
@@ -93,6 +93,7 @@ scrapli = [
93
93
  line-length = 100
94
94
  target-version = [
95
95
  "py311",
96
+ "py313",
96
97
  ]
97
98
 
98
99
  [tool.isort]
@@ -118,7 +119,7 @@ sort = "cover"
118
119
  omit = ["scrapli/transport/plugins/system/ptyprocess.py"]
119
120
 
120
121
  [tool.mypy]
121
- python_version = "3.11"
122
+ python_version = "3.13"
122
123
  pretty = true
123
124
  ignore_missing_imports = true
124
125
  warn_redundant_casts = true
@@ -0,0 +1,2 @@
1
+ genie>=20.2 ; sys_platform != "win32" and python_version < "3.13"
2
+ pyats>=20.2 ; sys_platform != "win32" and python_version < "3.13"
@@ -0,0 +1,2 @@
1
+ ntc-templates>=1.1.0,<8.0.0
2
+ textfsm>=1.1.0,<2.0.0
@@ -3,7 +3,7 @@
3
3
  from scrapli.driver.base import AsyncDriver, Driver
4
4
  from scrapli.factory import AsyncScrapli, Scrapli
5
5
 
6
- __version__ = "2024.07.30.post1"
6
+ __version__ = "2025.01.30"
7
7
 
8
8
  __all__ = (
9
9
  "AsyncDriver",
@@ -5,7 +5,7 @@ from scrapli.driver.network.base_driver import PrivilegeLevel
5
5
  PRIVS = {
6
6
  "exec": (
7
7
  PrivilegeLevel(
8
- pattern=r"^({\w+:\d}\n){0,1}[\w\-@()/:\.]{1,63}>\s?$",
8
+ pattern=r"^({\w+(:(\w+){0,1}\d){0,1}}\n){0,1}[\w\-@()/:\.]{1,63}>\s?$",
9
9
  name="exec",
10
10
  previous_priv="",
11
11
  deescalate="",
@@ -16,7 +16,7 @@ PRIVS = {
16
16
  ),
17
17
  "configuration": (
18
18
  PrivilegeLevel(
19
- pattern=r"^({\w+:\d}\[edit\]\n){0,1}[\w\-@()/:\.]{1,63}#\s?$",
19
+ pattern=r"^({\w+(:(\w+){0,1}\d){0,1}}\[edit\]\n){0,1}[\w\-@()/:\.]{1,63}#\s?$",
20
20
  name="configuration",
21
21
  previous_priv="exec",
22
22
  deescalate="exit configuration-mode",
@@ -27,7 +27,7 @@ PRIVS = {
27
27
  ),
28
28
  "configuration_exclusive": (
29
29
  PrivilegeLevel(
30
- pattern=r"^({\w+:\d}\[edit\]\n){0,1}[\w\-@()/:\.]{1,63}#\s?$",
30
+ pattern=r"^({\w+(:(\w+){0,1}\d){0,1}}\[edit\]\n){0,1}[\w\-@()/:\.]{1,63}#\s?$",
31
31
  name="configuration_exclusive",
32
32
  previous_priv="exec",
33
33
  deescalate="exit configuration-mode",
@@ -38,7 +38,7 @@ PRIVS = {
38
38
  ),
39
39
  "configuration_private": (
40
40
  PrivilegeLevel(
41
- pattern=r"^({\w+:\d}\[edit\]\n){0,1}[\w\-@()/:\.]{1,63}#\s?$",
41
+ pattern=r"^({\w+(:(\w+){0,1}\d){0,1}}\[edit\]\n){0,1}[\w\-@()/:\.]{1,63}#\s?$",
42
42
  name="configuration_private",
43
43
  previous_priv="exec",
44
44
  deescalate="exit configuration-mode",
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: scrapli
3
- Version: 2024.7.30.post1
3
+ Version: 2025.1.30
4
4
  Summary: Fast, flexible, sync/async, Python 3.7+ screen scraping client specifically for network devices
5
5
  Author-email: Carl Montanari <carl.r.montanari@gmail.com>
6
6
  License: MIT License
@@ -33,14 +33,14 @@ Classifier: License :: OSI Approved :: MIT License
33
33
  Classifier: Operating System :: POSIX :: Linux
34
34
  Classifier: Operating System :: MacOS
35
35
  Classifier: Programming Language :: Python
36
- Classifier: Programming Language :: Python :: 3.8
37
36
  Classifier: Programming Language :: Python :: 3.9
38
37
  Classifier: Programming Language :: Python :: 3.10
39
38
  Classifier: Programming Language :: Python :: 3.11
40
39
  Classifier: Programming Language :: Python :: 3.12
40
+ Classifier: Programming Language :: Python :: 3.13
41
41
  Classifier: Programming Language :: Python :: 3 :: Only
42
42
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
43
- Requires-Python: >=3.8
43
+ Requires-Python: >=3.9
44
44
  Description-Content-Type: text/markdown
45
45
  License-File: LICENSE
46
46
  Provides-Extra: dev-darwin
@@ -59,10 +59,10 @@ Requires-Dist: scrapli-cfg==2023.7.30; extra == "dev-darwin"
59
59
  Requires-Dist: scrapli-replay==2023.7.30; extra == "dev-darwin"
60
60
  Requires-Dist: toml<1.0.0,>=0.10.2; extra == "dev-darwin"
61
61
  Requires-Dist: types-paramiko<4.0.0,>=2.8.6; extra == "dev-darwin"
62
- Requires-Dist: ntc-templates<7.0.0,>=1.1.0; extra == "dev-darwin"
62
+ Requires-Dist: ntc-templates<8.0.0,>=1.1.0; extra == "dev-darwin"
63
63
  Requires-Dist: textfsm<2.0.0,>=1.1.0; extra == "dev-darwin"
64
- Requires-Dist: genie<24.4,>=20.2; (sys_platform != "win32" and python_version < "3.11") and extra == "dev-darwin"
65
- Requires-Dist: pyats>=20.2; (sys_platform != "win32" and python_version < "3.11") and extra == "dev-darwin"
64
+ Requires-Dist: genie>=20.2; (sys_platform != "win32" and python_version < "3.13") and extra == "dev-darwin"
65
+ Requires-Dist: pyats>=20.2; (sys_platform != "win32" and python_version < "3.13") and extra == "dev-darwin"
66
66
  Requires-Dist: ttp<1.0.0,>=0.5.0; extra == "dev-darwin"
67
67
  Requires-Dist: paramiko<4.0.0,>=2.6.0; extra == "dev-darwin"
68
68
  Requires-Dist: asyncssh<3.0.0,>=2.2.1; extra == "dev-darwin"
@@ -83,10 +83,10 @@ Requires-Dist: scrapli-cfg==2023.7.30; extra == "dev"
83
83
  Requires-Dist: scrapli-replay==2023.7.30; extra == "dev"
84
84
  Requires-Dist: toml<1.0.0,>=0.10.2; extra == "dev"
85
85
  Requires-Dist: types-paramiko<4.0.0,>=2.8.6; extra == "dev"
86
- Requires-Dist: ntc-templates<7.0.0,>=1.1.0; extra == "dev"
86
+ Requires-Dist: ntc-templates<8.0.0,>=1.1.0; extra == "dev"
87
87
  Requires-Dist: textfsm<2.0.0,>=1.1.0; extra == "dev"
88
- Requires-Dist: genie<24.4,>=20.2; (sys_platform != "win32" and python_version < "3.11") and extra == "dev"
89
- Requires-Dist: pyats>=20.2; (sys_platform != "win32" and python_version < "3.11") and extra == "dev"
88
+ Requires-Dist: genie>=20.2; (sys_platform != "win32" and python_version < "3.13") and extra == "dev"
89
+ Requires-Dist: pyats>=20.2; (sys_platform != "win32" and python_version < "3.13") and extra == "dev"
90
90
  Requires-Dist: ttp<1.0.0,>=0.5.0; extra == "dev"
91
91
  Requires-Dist: paramiko<4.0.0,>=2.6.0; extra == "dev"
92
92
  Requires-Dist: ssh2-python<2.0.0,>=0.23.0; python_version < "3.12" and extra == "dev"
@@ -102,11 +102,11 @@ Requires-Dist: mkdocs-material-extensions<2.0.0,>=1.0.3; extra == "docs"
102
102
  Requires-Dist: mkdocs-section-index<1.0.0,>=0.3.4; extra == "docs"
103
103
  Requires-Dist: mkdocstrings[python]<1.0.0,>=0.19.0; extra == "docs"
104
104
  Provides-Extra: textfsm
105
- Requires-Dist: ntc-templates<7.0.0,>=1.1.0; extra == "textfsm"
105
+ Requires-Dist: ntc-templates<8.0.0,>=1.1.0; extra == "textfsm"
106
106
  Requires-Dist: textfsm<2.0.0,>=1.1.0; extra == "textfsm"
107
107
  Provides-Extra: genie
108
- Requires-Dist: genie<24.4,>=20.2; (sys_platform != "win32" and python_version < "3.11") and extra == "genie"
109
- Requires-Dist: pyats>=20.2; (sys_platform != "win32" and python_version < "3.11") and extra == "genie"
108
+ Requires-Dist: genie>=20.2; (sys_platform != "win32" and python_version < "3.13") and extra == "genie"
109
+ Requires-Dist: pyats>=20.2; (sys_platform != "win32" and python_version < "3.13") and extra == "genie"
110
110
  Provides-Extra: ttp
111
111
  Requires-Dist: ttp<1.0.0,>=0.5.0; extra == "ttp"
112
112
  Provides-Extra: paramiko
@@ -21,7 +21,7 @@ scrapli-cfg==2023.7.30
21
21
  scrapli-replay==2023.7.30
22
22
  toml<1.0.0,>=0.10.2
23
23
  types-paramiko<4.0.0,>=2.8.6
24
- ntc-templates<7.0.0,>=1.1.0
24
+ ntc-templates<8.0.0,>=1.1.0
25
25
  textfsm<2.0.0,>=1.1.0
26
26
  ttp<1.0.0,>=0.5.0
27
27
  paramiko<4.0.0,>=2.6.0
@@ -44,22 +44,22 @@ scrapli-cfg==2023.7.30
44
44
  scrapli-replay==2023.7.30
45
45
  toml<1.0.0,>=0.10.2
46
46
  types-paramiko<4.0.0,>=2.8.6
47
- ntc-templates<7.0.0,>=1.1.0
47
+ ntc-templates<8.0.0,>=1.1.0
48
48
  textfsm<2.0.0,>=1.1.0
49
49
  ttp<1.0.0,>=0.5.0
50
50
  paramiko<4.0.0,>=2.6.0
51
51
  asyncssh<3.0.0,>=2.2.1
52
52
  scrapli_community>=2021.01.30
53
53
 
54
- [dev-darwin:sys_platform != "win32" and python_version < "3.11"]
55
- genie<24.4,>=20.2
54
+ [dev-darwin:sys_platform != "win32" and python_version < "3.13"]
55
+ genie>=20.2
56
56
  pyats>=20.2
57
57
 
58
58
  [dev:python_version < "3.12"]
59
59
  ssh2-python<2.0.0,>=0.23.0
60
60
 
61
- [dev:sys_platform != "win32" and python_version < "3.11"]
62
- genie<24.4,>=20.2
61
+ [dev:sys_platform != "win32" and python_version < "3.13"]
62
+ genie>=20.2
63
63
  pyats>=20.2
64
64
 
65
65
  [docs]
@@ -74,8 +74,8 @@ mkdocstrings[python]<1.0.0,>=0.19.0
74
74
 
75
75
  [genie]
76
76
 
77
- [genie:sys_platform != "win32" and python_version < "3.11"]
78
- genie<24.4,>=20.2
77
+ [genie:sys_platform != "win32" and python_version < "3.13"]
78
+ genie>=20.2
79
79
  pyats>=20.2
80
80
 
81
81
  [paramiko]
@@ -87,7 +87,7 @@ paramiko<4.0.0,>=2.6.0
87
87
  ssh2-python<2.0.0,>=0.23.0
88
88
 
89
89
  [textfsm]
90
- ntc-templates<7.0.0,>=1.1.0
90
+ ntc-templates<8.0.0,>=1.1.0
91
91
  textfsm<2.0.0,>=1.1.0
92
92
 
93
93
  [ttp]
@@ -1,2 +0,0 @@
1
- genie>=20.2,<24.4 ; sys_platform != "win32" and python_version < "3.11"
2
- pyats>=20.2 ; sys_platform != "win32" and python_version < "3.11"
@@ -1,2 +0,0 @@
1
- ntc-templates>=1.1.0,<7.0.0
2
- textfsm>=1.1.0,<2.0.0
File without changes
File without changes
File without changes