Unofficial library for account management and services in Liara Cloud
Project description
Liara
Unofficial library for account management and services in Liara Cloud
Quik start
from liara import Client
client = Client(name="my_account")
result = client.get_my_account()
print(result.fullname)
Another Login Example
from liara import Client
api_token = "API_TOKEN"
client = Client(api_token=api_token)
result = client.get_my_account()
print(result.fullname)
Contribution
Contributions to the project are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request on GitHub.
Install & Update
pip install -U liara-cloud
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
liara_cloud-2.0.tar.gz
(6.6 kB
view details)
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 liara_cloud-2.0.tar.gz.
File metadata
- Download URL: liara_cloud-2.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b03cf23b34478e392ddd5836a263090587498bca088b227f9afbd49e911d9b4
|
|
| MD5 |
421ca447e36cb0c56cf5535bb6519410
|
|
| BLAKE2b-256 |
e158b1bdad5cd53ca082f445aaad86cec064ff62a23adc2667ffdb5e357dbab3
|
File details
Details for the file liara_cloud-2.0-py3-none-any.whl.
File metadata
- Download URL: liara_cloud-2.0-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69d8e15e8af559295879e88867bfe1b107f6561325c62bdc343a408efe40d5e3
|
|
| MD5 |
f199eb7f94f5d9ec557a47f128188f96
|
|
| BLAKE2b-256 |
d12d4132f3ca116817c1846c8f579eec769b19229be3dd842f3fcde4b69e4718
|