You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package is a python wrapper for leveraging the API for Aruba
7
6
Orchestrator and Edge Connect SDWAN systems.
8
7
@@ -12,13 +11,8 @@ Edge Connect web interfaces under "Support > Rest API"
12
11
Many, but not all API functions have been implemented yet. Development
13
12
is underway to continue to add further functions.
14
13
15
-
As of 0.14.0+ 64% of non-deprecated Swagger functions are covered.
16
-
17
-
18
-
19
14
## Install
20
15
21
-
22
16
### Python Version
23
17
24
18
> **Note:** Requires Python 3.9.0+ (due to PEP585 type-hinting e.g. ``def my_func(var1 = list[str]``)
@@ -62,7 +56,7 @@ Now you can install the package and run your python code
62
56
### Install from PyPI
63
57
64
58
```bash
65
-
$ pip install pyedgeconnect
59
+
pip install pyedgeconnect
66
60
```
67
61
68
62
### Install from GitHub
@@ -73,13 +67,13 @@ interactive shell and run:
73
67
> **Note:** These commands assume you're within a Python 3.9 venv, or Python 3.9 is the exclusive Python version installed in regard to referencing the use of ``pip``. If that is not the case, you can specifically append ``python3.9 -m`` ahead of the ``pip install ...``
0 commit comments