Metadata-Version: 2.1
Name: xapi_service
Version: 0.0.3
Summary: Using x-api.ir using this library
Author-email: AmirErshadi <ershadia317@gmail.com>
Project-URL: Homepage, https://t.me/Amir_ershadi_2
Project-URL: Bug Tracker, https://t.me/Amir_ershadi_2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

Using x-api.ir using this library

## Install
``` bash
pip install xapi-service
```


<hr>

## Example
 ``` python
from xapi_service import Connect

con = Connect("username_xapi", "pssword_xapi")

print(con.login())
```
<hr>

## Do you have a problem?
### <a href='https://t.me/amir_ershadi_2'>click</a>
