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)
Release files for python-mitto-sdk 0.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python-mitto-sdk-0.0.7.tar.gz | 2.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| python_mitto_sdk-0.0.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.6 kB
Release files / python-mitto-sdk-0.0.7.tar.gz
| Download URL | python-mitto-sdk-0.0.7.tar.gz |
|---|---|
| Size | 2.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4f1af97eb4f65d23d20b00a39170eba3542026ffd13ed9a4c8b565fb7e9157bd
|
|
BLAKE2b-256 checksum How to use checksums |
db1f3dc4ee76f9fed154dec889f824b8d3dda2ceea39ac0020b29f9bfc440130
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.1 CPython/3.6.12
|
Release files / python_mitto_sdk-0.0.7-py3-none-any.whl
| Download URL | python_mitto_sdk-0.0.7-py3-none-any.whl |
|---|---|
| Size | 6.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
755826306c9f95e9b0ed35b2ce498dfa6b460e6830cd16883e9a72c19489720e
|
|
BLAKE2b-256 checksum How to use checksums |
9bbf86ca6f91811c4a5fd2bdcf0a36fe2f7b38afcd76b156d4ae37b7568aa873
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.1 CPython/3.6.12
|