No project description provided
Project description
Termina Python Library
The Termina Python Library provides convenient access to the Termina API from applications written in Python.
Installation
pip install --upgrade termina
Usage
from termina.client import Termina
client = Termina(
api_key="YOUR_API_KEY",
)
Async Client
from termina.client import AsyncTermina
client = AsyncTermina(
api_key="YOUR_API_KEY",
)
Beta Status
This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning the package version to a specific version. This way, you can install the same version each time without breaking changes.
Contributing
While we value open-source contributions to this SDK, this library is generated programmatically. Additions made directly to this library would have to be moved over to our generation code, otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept, but know that we will not be able to merge it as-is. We suggest opening an issue first to discuss with us!
On the other hand, contributions to the README are always very welcome!
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file termina-0.0.0.tar.gz
.
File metadata
- Download URL: termina-0.0.0.tar.gz
- Upload date:
- Size: 41.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.11.2-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 161407b5f3bed1e63e905940281c1fe20b8e956097c3bc86bb251ac51bf6d1d2 |
|
MD5 | 7d980843d591e04d2bbf4bdef46230be |
|
BLAKE2b-256 | 4484bb54bc52520dfd71b9f2b76d05f0dd59209abe47f588c6bb8fcb694ca54b |
File details
Details for the file termina-0.0.0-py3-none-any.whl
.
File metadata
- Download URL: termina-0.0.0-py3-none-any.whl
- Upload date:
- Size: 107.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.11.2-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | caba47496e808ea6660c0fe5a3f70b4b4b6a506c5c531bfb06f260425f51351f |
|
MD5 | 5a08f5d5ad0bacee91f20a25ac4ffef5 |
|
BLAKE2b-256 | 624dce2121782931eadfdc555cbabdd794c5118892221880469daad3ac171494 |