josdotso / imcsdk

Python SDK for Cisco IMC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image0 Code Health Code Climate Documentation Status

Python SDK for Cisco IMC

  • Apache License, Version 2.0 (the "License")

Documentation

http://imcsdk.readthedocs.io

Installation

The SDK can be installed using any of ways below

From pip:

Installs the last released version

pip install imcsdk

From github:

Installs the latest top of the tree development version

# Install pip (skip if pip is already available):
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py

git clone https://github.com/ciscoucs/imcsdk.git
cd imcsdk
make install

Community:

  • We are on Slack - slack requires registration, but the ucspython team is open invitation to anyone to register here

About

Python SDK for Cisco IMC

License:Other


Languages

Language:Python 99.9%Language:Makefile 0.1%