Metadata-Version: 2.1
Name: kps-api
Version: 1.1
Summary: Nutanix Karbon Platform Services
Home-page: UNKNOWN
Author-email: karbon-platform-services-api@nutanix.com
License: UNKNOWN
Keywords: Swagger,Karbon Platform Services API reference.
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: urllib3 (>=1.15)
Requires-Dist: six (>=1.10)
Requires-Dist: certifi
Requires-Dist: python-dateutil

# Nutanix Karbon Platform Services SDK for Python

This package allows for seamless integration with the Karbon Platform Services API.

## Requirements.

Python 3.4+

## Installation & Usage

```sh
pip install kps-api
```
(you may need to run `pip` with root permission: `sudo pip install kps-api`)

Then import the package:
```python
import kps_api 
```

### Manage API Keys

Prior to using the sdk, read through the [docs](https://portal.nutanix.com/page/documents/details?targetId=Karbon-Platform-Services-Project-User-Guide:ks-ks-manage-api-keys-c.html) on how to manage API keys in Karbon Platform Services.

### Samples

For examples on how to use the python sdk, refer to the directory in our [github](https://github.com/nutanix/karbon-platform-services/tree/master/sdk/python).

## Documentation for API Endpoints

The documentation for the Nutanix Karbon Platform Services API endpoints can be found on [Nutanix.dev](https://www.nutanix.dev/reference/karbon-platform-services/).

## BearerToken

- **Type**: API key
- **API key parameter name**: Authorization
- **Location**: HTTP header

## Author

karbon-platform-services-api@nutanix.com


