Skip to main content

Python library to interact with Mitto's API.

Project description

python-mitto-sdk

Python Mitto SDK

Overview:

Python library to interact with Mitto's API.

Installation:

pip install python-mitto-sdk

Usage:

# What's my Mitto version?
from mitto_sdk import Mitto

BASE_URL = "https://{mitto_url}"
API_KEY = ""

mitto = Mitto(
        base_url=BASE_URL,
        api_key=API_KEY
    )

about = mitto.get_about()
version = about["version"]
print(version)

Project details


Download files

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

Source Distribution

python-mitto-sdk-0.0.7.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

python_mitto_sdk-0.0.7-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

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