# DNAC-Python-SDK **Repository Path**: mirrors_CiscoDevNet/DNAC-Python-SDK ## Basic Information - **Project Name**: DNAC-Python-SDK - **Description**: Cisco DNA Center python client libraries and sample application - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Background [Cisco DNA Center](https://www.cisco.com/c/en/us/products/cloud-systems-management/dna-center/index.html) is a centralized network control and management dashboard for Cisco DNA, an intent-based networking solution. This project provides a sample Python application and client libraries to access the Platform REST APIs for the [Python](https://www.python.org) language. The included sample application performs the following functions: * Authenticates with Cisco DNA Center * Retrieves a count of the number of networking devices listed in the inventory * Displays a high level summary of the networkings devices listed in the inventory By default the sample application has disabled SSL certificate checking when connecting to Cisco DNA Center, but this can be re-enabled if desired. ## Requirements The following package must be installed prior to running the sample application: Python 3.4+ ## Setup Install via [Setuptools](http://pypi.python.org/pypi/setuptools). ```sh python setup.py install --user ``` ## Run The sample test program can be run using the following command ``` ./test_python.py -i -u network ```