Metadata-Version: 2.4
Name: ucscsdk
Version: 0.9.0.10
Summary: Python SDK for Cisco Ucs Central
Home-page: https://github.com/ciscoucs/ucscsdk
Author: Cisco Systemc Inc.
Author-email: ucs-python@cisco.com
License: http://www.apache.org/licenses/LICENSE-2.0
Keywords: ucscsdk
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: pyparsing
Requires-Dist: six
Provides-Extra: ssl
Requires-Dist: pyOpenSSL; extra == "ssl"
Provides-Extra: docs
Requires-Dist: sphinx<1.3; extra == "docs"
Requires-Dist: sphinxcontrib-napoleon; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

[![](https://ucspython.herokuapp.com/badge.svg)](https://ucspython.herokuapp.com)

# Python SDK for Cisco UCS Central

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

## Installation

### 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/ucscsdk.git
    cd ucscsdk
    make install
```

### From pip

```
    pip install ucscsdk
```

## Community:

* We are on Slack - slack requires registration, but the ucspython team is open invitation to
  anyone to register [here](https://ucspython.herokuapp.com)




History
-------

0.9.0.10(2025-08-25)
---------------------

* Support UCS Central release 2.1(1c)



0.9.0.9(2025-05-15)
---------------------

* Support UCS Central release 2.1(1a)



0.9.0.8(2024-09-20)
---------------------

* Support UCS Central release 2.0(1v)



0.9.0.7(2024-06-05)
---------------------

* Defect fix for UCS Central release 2.0(1u)



0.9.0.6(2024-05-30)
---------------------

* Defect fix for UCS Central release 2.0(1u)



0.9.0.5(2024-04-30)
---------------------

* Support UCS Central release 2.0(1u)



0.9.0.4(2023-11-06)
---------------------

* Support UCS Central release 2.0(1t), 2.0(1s)



0.9.0.3(2022-08-17)
---------------------

* Bug fixes



0.9.0.2(2021-11-11)
---------------------

* Support UCS Central release 2.0(1m), 2.0(1o)


0.9.0.1 (2018-04-26)
---------------------

* Support UCS Central release 2.0(1d)
* Adding test infra with parameters from config file to be used for sanity
* Fix for the issue where None values are compared for validation of property


0.9.0.0 (2016-11-14)
---------------------

* Python SDK for UCS Central management and related automation
* Supports every Managed Object exposed by UCS Central
* APIs for CRUD operations
* Support for UCS Central and domain backup, export/import configuration
* Support for firmware management and tech-support
* Support for UCS Domain management
* Support for server side filters
* Support for UCS Central eventhandlers
* Logging support
* Nosetests for unit testing
* Integrating the sphinx framework for documentation
* PEP8 Compliance
