Python client for the Mantium API
Project description
Mantium Client
A Python client library for Mantium services.
Installation
Use the package manager pip to install this client.
pip install mantium-client
Usage
from mantium_client.api_client import ApiClient
from mantium_spec.api.applications_api import ApplicationsApi
client = ApiClient(client_id=CLIENT_ID, client_secret=CLIENT_SECRET)
apps_api = ApplicationsApi(api_client=client)
# returns a list of applications
apps_api.list_applications()
License
Development
This is only necessary if you want to develop in this project.
We use poetry
for dependency management.
pip install poetry
poetry install --with dev,test --verbose
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
mantium_client-0.1.4.tar.gz
(8.6 kB
view details)
Built Distribution
File details
Details for the file mantium_client-0.1.4.tar.gz
.
File metadata
- Download URL: mantium_client-0.1.4.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5333dcfb6328ea2758b9421829f6031080d04bfdd2e68ae094f6fc28ca4bc257 |
|
MD5 | 5febe3d92ea38cb259c813779eb27dff |
|
BLAKE2b-256 | 1aa1c9e3e1cc02c9979605ddb61b36e0a285eb14e4c8a66edf9569189dcb8fcf |
File details
Details for the file mantium_client-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: mantium_client-0.1.4-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ab4c59f6e240ba49bed1771fea64b6d01efa0f2061f0004951b34f570abd73f |
|
MD5 | cd384153ed5af6cf91567e2d34707c88 |
|
BLAKE2b-256 | 1fb038cdca52e3f5db16d82893eb9c71cb0a37819a9865d1d7fb4114f9c413ad |