Metadata-Version: 2.1
Name: kps-api
Version: 1.3.2
Summary: Nutanix Karbon Platform Services
Home-page: UNKNOWN
Author-email: karbon-platform-services-api@nutanix.com
License: UNKNOWN
Description: # Nutanix Karbon Platform Services SDK for Python
        
        This package allows for seamless integration with the Karbon Platform Services API.
        
        ## Requirements.
        
        Python 2.7, 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
        
Keywords: Swagger,Karbon Platform Services API reference.
Platform: UNKNOWN
Requires-Python: >=3.4
Description-Content-Type: text/markdown
