Metadata-Version: 2.1
Name: PyKATh
Version: 0.1.0
Summary: This library leverages PyKTL to generate and sign Knox Cloud Tokens using Python.
Home-page: https://github.com/mattintech/PyKAT
Author: Matt Hills
Author-email: mattintech@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

![status: active](https://img.shields.io/badge/status-active-green.svg)
![status: release](https://img.shields.io/badge/release-v0.1.0-blue.svg)
![status: branch](https://img.shields.io/badge/branch-master-lightgrey.svg)

<div style="text-align: right"> 
    <a href="https://www.buymeacoffee.com/mattintech" target="_blank">
    <img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>
</div>

# KnoxAccessToken-python

**This is not an offical Samsung library or repository**

A colleciton of python code that assists in the creation of a signed access token to be used with the Samsung Knox Cloud Service 'KCS' APIs. 

## Prerequesits 

```
pip install PyKAT requests
```

## Getting Started
```
## Initialize the Knox Token Library 
kat = knox_common.KnoxAccessToken(kcsKeyFilePath = 'keys.json', regionalServer = 'us-kcs-api.samsungknox.com', clientId = cId)
```

## API Requests
I am currently taking requests to build examples in python.  If there is something you would like to see please click on the link below and log a feature request.
[New Feature Here](https://github.com/mattintech/KnoxAccessToken-python/issues/new)

Please make sure to add the label 'enhancement' and try and be as detailed as possible.  Provide examples where possible. 

## Docs
TODO



