Skip to content

kecorbin/dcnmtoolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

The DCNM Toolkit is a set of python libraries that allow basic configuration of Cisco Data Center Network Manage. It is intended to allow users to quickly begin using the REST API and accelerate the learning curve necessary to begin using the APIC.

Installation

Environment

Required

Downloading

Option A:

If you have git installed, clone the repository

git clone https://github.com/kecorbin/dcnmtoolkit.git

Installing

After downloading, install using setuptools.

cd dcnmtoolkit
python setup.py install

If you plan on modifying the actual toolkit files, you should install the developer environment that will link the package installation to your development directory.

cd dcnmtoolkit
python setup.py develop

Alternatively you can install directly via pip

pip install dcnmtoolkit

ack

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages