datacenter / cobra

Cobra - Python bindings for the ACI REST API
Other
88 stars 41 forks source link

Where is the latest version of ACI Cobra? #138

Open briantilburgs opened 4 years ago

briantilburgs commented 4 years ago

There is no change in the code for 5 years, would it be possible to commit the latest cobra code here for The Python 2 and the Future Python 3 versions?

If the python 2 version was there I believe that there are enougn persons who would like to help converting to Py3.x

Paraidomat commented 4 years ago

Hi,

the Cobra SDK usually is downloaded directly from the APIC using the provided .whl files.

See https://cobra.readthedocs.io/en/latest/install.html

You can download the two .whl files from a running instance of APIC at this URL:

http[s]:///cobra/_downloads/

There are Python2 and Python3 egg/whl-files available.