catalystwan 2.0.0a3__tar.gz → 2.0.0a4__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.
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/PKG-INFO +1 -9
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/README.md +0 -8
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/pyproject.toml +1 -1
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan.egg-info/PKG-INFO +1 -9
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/LICENSE +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/setup.cfg +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan/core/__init__.py +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan/core/abstractions.py +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan/core/apigw_auth.py +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan/core/client.py +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan/core/encoder.py +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan/core/exceptions.py +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan/core/loader.py +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan/core/metadata.py +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan/core/models/__init__.py +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan/core/models/deserialize.py +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan/core/models/serialize.py +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan/core/models/utils.py +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan/core/py.typed +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan/core/request_adapter.py +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan/core/request_limiter.py +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan/core/response.py +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan/core/session.py +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan/core/tests.py +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan/core/types.py +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan/core/version.py +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan/core/vmanage_auth.py +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan.egg-info/SOURCES.txt +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan.egg-info/dependency_links.txt +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan.egg-info/entry_points.txt +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan.egg-info/requires.txt +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/src/catalystwan.egg-info/top_level.txt +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/tests/test_ft_deserialize.py +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/tests/test_ft_serialize.py +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/tests/test_model_deserialize.py +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/tests/test_model_serialize.py +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/tests/test_parcel_deserialize.py +0 -0
- {catalystwan-2.0.0a3 → catalystwan-2.0.0a4}/tests/test_parcel_serialize.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: catalystwan
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.0a4
|
|
4
4
|
Summary: Cisco Catalyst WAN SDK for Python
|
|
5
5
|
License: Apache License
|
|
6
6
|
Version 2.0, January 2004
|
|
@@ -268,14 +268,6 @@ deploying it in a production environment.
|
|
|
268
268
|
Your feedback during this phase is invaluable in shaping the SDK to meet the needs of our developer
|
|
269
269
|
community. Thank you for partnering with us on this journey to innovate and advance networking automation.
|
|
270
270
|
|
|
271
|
-
Not recommend to use in production environments.
|
|
272
|
-
------------------------------------------------
|
|
273
|
-
Cisco Catalyst WAN SDK in its `pre-alpha` release phase. This marks a significant milestone
|
|
274
|
-
in empowering developers to unlock the full capabilities of Cisco's networking solutions.
|
|
275
|
-
Please note that, as a pre-alpha release, this version of the SDK is still in active development
|
|
276
|
-
and testing. It is provided "as is," with limited support offered on a best-effort basis.
|
|
277
|
-
|
|
278
|
-
|
|
279
271
|
Supported Python Versions
|
|
280
272
|
-------------------------
|
|
281
273
|
|
|
@@ -30,14 +30,6 @@ deploying it in a production environment.
|
|
|
30
30
|
Your feedback during this phase is invaluable in shaping the SDK to meet the needs of our developer
|
|
31
31
|
community. Thank you for partnering with us on this journey to innovate and advance networking automation.
|
|
32
32
|
|
|
33
|
-
Not recommend to use in production environments.
|
|
34
|
-
------------------------------------------------
|
|
35
|
-
Cisco Catalyst WAN SDK in its `pre-alpha` release phase. This marks a significant milestone
|
|
36
|
-
in empowering developers to unlock the full capabilities of Cisco's networking solutions.
|
|
37
|
-
Please note that, as a pre-alpha release, this version of the SDK is still in active development
|
|
38
|
-
and testing. It is provided "as is," with limited support offered on a best-effort basis.
|
|
39
|
-
|
|
40
|
-
|
|
41
33
|
Supported Python Versions
|
|
42
34
|
-------------------------
|
|
43
35
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: catalystwan
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.0a4
|
|
4
4
|
Summary: Cisco Catalyst WAN SDK for Python
|
|
5
5
|
License: Apache License
|
|
6
6
|
Version 2.0, January 2004
|
|
@@ -268,14 +268,6 @@ deploying it in a production environment.
|
|
|
268
268
|
Your feedback during this phase is invaluable in shaping the SDK to meet the needs of our developer
|
|
269
269
|
community. Thank you for partnering with us on this journey to innovate and advance networking automation.
|
|
270
270
|
|
|
271
|
-
Not recommend to use in production environments.
|
|
272
|
-
------------------------------------------------
|
|
273
|
-
Cisco Catalyst WAN SDK in its `pre-alpha` release phase. This marks a significant milestone
|
|
274
|
-
in empowering developers to unlock the full capabilities of Cisco's networking solutions.
|
|
275
|
-
Please note that, as a pre-alpha release, this version of the SDK is still in active development
|
|
276
|
-
and testing. It is provided "as is," with limited support offered on a best-effort basis.
|
|
277
|
-
|
|
278
|
-
|
|
279
271
|
Supported Python Versions
|
|
280
272
|
-------------------------
|
|
281
273
|
|
|
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
|