Metadata-Version: 2.1
Name: ntnx-api
Version: 1.5.0
Summary: Nutanix API Library
Home-page: https://gitlab.com/nutanix-se/python/nutanix-api
Author: Ross Davies
Author-email: davies.ross@gmail.com
License: BSD 2-Clause
Keywords: ntnx,nutanix,hci,hyper-converged,rest,client,prism,prism-element,prism-central
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Provides-Extra: testing
Provides-Extra: pytest
License-File: LICENSE.txt

Nutanix REST 1.X SDK
====================================
This library is designed to provide a simple interface for issuing commands to Nutanix software using a REST API. It communicates with the endpoint using the python requests HTTP library.

Requirements
============
This library requires the use of python 3.6 or later and the third-party library "requests".

Capabilities
============
This library supports all functionality offered by the following APIs;
    * Nutanix Prism Central
    * Nutanix Prism Element

Documentation
=============

https://nutanix-api-library.readthedocs.io/en/latest/

Installation
============
See the installation section in the documentation at https://nutanix-api-library.readthedocs.io/en/latest/installation.html

Tests
=====
From the root directory of the repo
::

 $ tox -e py3

Changes
=========
The originally released ntnx.api.client.ApiClient class has been deprecated and can be easily replaced with ntnx.api.client.PrismApi.
See the project change log section within the documentation at https://nutanix-api-library.readthedocs.io/en/latest/changelog.html

Files
=====
* ntnx_api/ -- Contains library code.
* docs/ -- Contains API documentation, Makefile and conf.py.
* docs/changelog.rst -- Library change log.
* LICENSE.txt -- Library BSD 2-Clause license.
* .gitlab-ci.yml -- Gitlab CI release pipeline.
* setup.py -- build script for setuptools..
* tox.ini -- Tox configuration file.
* README.txt -- This document.


