Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

liara_cloud-2.0-py3-none-any.whl (9.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page