rlad78 / cucm-py

Python SDK for Cisco CUCM AXL + RisPort + CUPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cucm-py

Please note that this is still very early in development and at this time and it is still recommended to use the original ciscoaxl module.

Background

This project is a fork of PresidioCode's ciscoaxl Python module that aims to expand it usability with the following features:

  • Serialize and sanatize returned data in a standard dict-like typing
  • Automate SOAP structure analysis to handle signature verfication on all requests for all API versions
  • Verify CUCM and AXL API connection/authentification and give detailed error descriptions
  • Write throrough docstrings for all public methods

This project also aims to integrate RisPort and CUPI (Cisco Unity Provisioning Interface) SDKs, as well as provide valuable functionality by leveraging the capabilities of all three APIs. All 3 APIs will have their own classes that can be interfaced with individually for the user to create their own tooling with.

About

Python SDK for Cisco CUCM AXL + RisPort + CUPI

License:MIT License


Languages

Language:Python 100.0%