Metadata-Version: 2.1
Name: pyliara
Version: 1.0.1
Summary: This is an unofficial library for Liara Host
Home-page: https://rubika.ir/Mohamadreza_firouzi
Author: MohammadRezaFirouzi
Author-email: mrfirouziii@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
License-File: LICENCE


## pyliara

> pyliara library for managing Liara hosts


**Example:**
```python
from pyliara import Liara

app = Liara("liara") #session name


print(app.getMe())
```



### Installing

``` bash
pip3 install -U pyliara
```

