Skip to main content

A Python SDK for interfacing with KnuVerse Cloud APIs

Project description

# knuverse-sdk-python

This project is an Python SDK for interfacing with Knuverse Cloud API’s. It allows Python developers to create apps that use Knuverse Cloud API’s. You can find the documentation at https://cloud.knuverse.com/docs/

Quick Start

First, install the knuverse-sdk:

$ pip install knuverse

Then, in a Python file:

from knuverse.knufactor import Knufactor

api = Knufactor(
    "https://cloud.knuverse.com",
    username="<username>",
    password="<password>",
    account="<account_id>"
)
for client in api.get_clients():
    print "%s: %s" % (client.get("name"), client.get("state")),

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

knuverse-1.0.0-py2-none-any.whl (9.3 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page