Socket
Socket
Sign inDemoInstall

liara-cloud

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liara-cloud

Unofficial library for account management and services in Liara Cloud


Maintainers
1

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc