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
5
6
Orchestrator and Edge Connect SDWAN systems.
@@ -10,12 +11,8 @@ Edge Connect web interfaces under "Support > Rest API"
10
11
Many, but not all API functions have been implemented yet. Development
11
12
is underway to continue to add further functions.
12
13
13
-
As of 0.14.0+ 64% of non-deprecated Swagger functions are covered.
14
-
15
-
16
14
## Install
17
15
18
-
19
16
### Python Version
20
17
21
18
> **Note:** Requires Python 3.9.0+ (due to PEP585 type-hinting e.g. ``def my_func(var1 = list[str]``)
@@ -59,7 +56,7 @@ Now you can install the package and run your python code
59
56
### Install from PyPI
60
57
61
58
```bash
62
-
$ pip install pyedgeconnect
59
+
pip install pyedgeconnect
63
60
```
64
61
65
62
### Install from GitHub
@@ -70,13 +67,13 @@ interactive shell and run:
70
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