## Liara
> Unofficial library for account management and services in [Liara](https://liara.ir) Cloud
### Quik start
```python
from liara import Client
client = Client(name="my_account")
result = client.get_my_account()
print(result.fullname)
```
### Another Login Example
```python
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
```bash
pip install -U liara-cloud
```
Raw data
{
"_id": null,
"home_page": "https://github.com/irvaniamirali/liara",
"name": "liara-cloud",
"maintainer": null,
"docs_url": null,
"requires_python": "~=3.7",
"maintainer_email": null,
"keywords": "liara, liara-cloud",
"author": "AmirAli Irvani",
"author_email": "irvaniamirali@proton.me",
"download_url": "https://files.pythonhosted.org/packages/e1/58/b1bdad5cd53ca082f445aaad86cec064ff62a23adc2667ffdb5e357dbab3/liara_cloud-2.0.tar.gz",
"platform": null,
"description": "## Liara\n> Unofficial library for account management and services in [Liara](https://liara.ir) Cloud\n\n### Quik start\n```python\nfrom liara import Client\n\nclient = Client(name=\"my_account\")\n\nresult = client.get_my_account()\nprint(result.fullname)\n```\n\n### Another Login Example\n```python\nfrom liara import Client\n\napi_token = \"API_TOKEN\"\n\nclient = Client(api_token=api_token)\n\nresult = client.get_my_account()\nprint(result.fullname)\n```\n\n### Contribution\nContributions 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.\n\n### Install & Update\n```bash\npip install -U liara-cloud\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "Unofficial library for account management and services in Liara Cloud",
"version": "2.0",
"project_urls": {
"Homepage": "https://github.com/irvaniamirali/liara"
},
"split_keywords": [
"liara",
" liara-cloud"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d12d4132f3ca116817c1846c8f579eec769b19229be3dd842f3fcde4b69e4718",
"md5": "f199eb7f94f5d9ec557a47f128188f96",
"sha256": "69d8e15e8af559295879e88867bfe1b107f6561325c62bdc343a408efe40d5e3"
},
"downloads": -1,
"filename": "liara_cloud-2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f199eb7f94f5d9ec557a47f128188f96",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~=3.7",
"size": 9154,
"upload_time": "2024-08-02T18:45:15",
"upload_time_iso_8601": "2024-08-02T18:45:15.409225Z",
"url": "https://files.pythonhosted.org/packages/d1/2d/4132f3ca116817c1846c8f579eec769b19229be3dd842f3fcde4b69e4718/liara_cloud-2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e158b1bdad5cd53ca082f445aaad86cec064ff62a23adc2667ffdb5e357dbab3",
"md5": "421ca447e36cb0c56cf5535bb6519410",
"sha256": "5b03cf23b34478e392ddd5836a263090587498bca088b227f9afbd49e911d9b4"
},
"downloads": -1,
"filename": "liara_cloud-2.0.tar.gz",
"has_sig": false,
"md5_digest": "421ca447e36cb0c56cf5535bb6519410",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~=3.7",
"size": 6620,
"upload_time": "2024-08-02T18:45:16",
"upload_time_iso_8601": "2024-08-02T18:45:16.563219Z",
"url": "https://files.pythonhosted.org/packages/e1/58/b1bdad5cd53ca082f445aaad86cec064ff62a23adc2667ffdb5e357dbab3/liara_cloud-2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-02 18:45:16",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "irvaniamirali",
"github_project": "liara",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "liara-cloud"
}