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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python-mitto-sdk-0.0.1.tar.gz.
File metadata
- Download URL: python-mitto-sdk-0.0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
734edee9af23414a6937e7923b0cb3c07cde2b5e556f0f5f3e240ff0d1cd6651
|
|
| MD5 |
142b125ab5a6480c254d8eb479939b92
|
|
| BLAKE2b-256 |
186089b7f3771d34b7931dc52f3f3d95ff15767a3607e5527c163363243864d9
|
File details
Details for the file python_mitto_sdk-0.0.1-py3-none-any.whl.
File metadata
- Download URL: python_mitto_sdk-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df4523f3fa54738d6da323b1a6c4bd3e0a816d481563718471598dbd47541a1a
|
|
| MD5 |
4a64d1953689f4356d20d7285ca73fab
|
|
| BLAKE2b-256 |
de099bc52221349da2566280b0ceaa9012ffce21e04daf82f0af5cad53387176
|