[](https://travis-ci.org/KnuVerse/knuverse-sdk-python)
[](https://pypi.python.org/pypi/knuverse)
[](http://knuverse-sdk-python.readthedocs.io/en/latest/?badge=latest)
# knuverse-sdk-python
This project is a Python SDK that allows developers to create apps that use Knuverse's Cloud APIs.
Documentation for the API can be found [here](https://cloud.knuverse.com/docs/) <br />
Documentation for the SDK can be found [here](https://knuverse-sdk-python.readthedocs.io/en/latest/?) <br />
Quick Start
-----------
First, install the knuverse-sdk:
```sh
$ pip install knuverse
```
Then, in a Python file:
```python
from knuverse.knufactor import Knufactor
api = Knufactor(
<api_key>,
<secret>
)
for client in api.client_list():
print "%s: %s" % (client.get("name"), client.get("state"))
```
Notes
-----
A minimum python version of 2.7.9 is required to work with our version of TLS(>v1.1)
[](https://pypi.python.org/pypi/knuverse)
[](http://knuverse-sdk-python.readthedocs.io/en/latest/?badge=latest)
# knuverse-sdk-python
This project is a Python SDK that allows developers to create apps that use Knuverse's Cloud APIs.
Documentation for the API can be found [here](https://cloud.knuverse.com/docs/) <br />
Documentation for the SDK can be found [here](https://knuverse-sdk-python.readthedocs.io/en/latest/?) <br />
Quick Start
-----------
First, install the knuverse-sdk:
```sh
$ pip install knuverse
```
Then, in a Python file:
```python
from knuverse.knufactor import Knufactor
api = Knufactor(
<api_key>,
<secret>
)
for client in api.client_list():
print "%s: %s" % (client.get("name"), client.get("state"))
```
Notes
-----
A minimum python version of 2.7.9 is required to work with our version of TLS(>v1.1)
Release files for knuverse 1.0.10
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| knuverse-1.0.10.tar.gz | 10.1 kB | Details |
Release files / knuverse-1.0.10.tar.gz
| Download URL | knuverse-1.0.10.tar.gz |
|---|---|
| Size | 10.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f0d9d55e0a962bd341a24be10aa932639079e54ed6a5b98f3e5775a529d8dd06
|
|
BLAKE2b-256 checksum How to use checksums |
a93556874fcc19933da0030226f19dab9944c6b5fe927795c18436ece018a339
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |