# AIORubino
aiorubino is asynchronous Rubino API library in Python
### Install and update
```bash
pip install -U aiorubino
```
### Start
```python
from aiorubino import Client
client = Client("auth")
async def main():
result = await client.get_my_profile_info()
print(result.name)
client.run(main())
```
### Contributors
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.
### License
aiorubino is released under the MIT License. See the bundled [LICENSE](https://github.com/irvanyamirali/aiorubino/blob/main/LICENSE) file for details.
Raw data
{
"_id": null,
"home_page": "https://github.com/irvanyamirali/aiorubino",
"name": "aiorubino",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": null,
"author": "AmirAli Irvany",
"author_email": "irvanyamirali@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/0d/62/77af3c9e3dc2e3909ac1b86f00e998f3d8606b6b2fe27c9096d6a90fd5cc/aiorubino-2.2.tar.gz",
"platform": null,
"description": "# AIORubino\naiorubino is asynchronous Rubino API library in Python\n\n### Install and update\n```bash\npip install -U aiorubino\n```\n\n### Start\n```python\nfrom aiorubino import Client\n\nclient = Client(\"auth\")\n\nasync def main():\n result = await client.get_my_profile_info()\n print(result.name)\n \n\nclient.run(main())\n```\n\n### Contributors\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### License\naiorubino is released under the MIT License. See the bundled [LICENSE](https://github.com/irvanyamirali/aiorubino/blob/main/LICENSE) file for details.\n",
"bugtrack_url": null,
"license": null,
"summary": "aiorubino is asynchronous Rubino API library in Python",
"version": "2.2",
"project_urls": {
"Homepage": "https://github.com/irvanyamirali/aiorubino"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "13868cb6cb5e4adec373c8969e3dc384aaabb6a3a69e127517b1af90f80e5dc1",
"md5": "2119af29f568f69d1a3f64bc1265aecb",
"sha256": "3a655f70cd23d627db491cca26776258a56d6db9be8686bbad48c18e5fcd5138"
},
"downloads": -1,
"filename": "aiorubino-2.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2119af29f568f69d1a3f64bc1265aecb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 9116,
"upload_time": "2024-06-29T17:18:38",
"upload_time_iso_8601": "2024-06-29T17:18:38.231441Z",
"url": "https://files.pythonhosted.org/packages/13/86/8cb6cb5e4adec373c8969e3dc384aaabb6a3a69e127517b1af90f80e5dc1/aiorubino-2.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0d6277af3c9e3dc2e3909ac1b86f00e998f3d8606b6b2fe27c9096d6a90fd5cc",
"md5": "36d39968e3b26e667069f7f6aad7b519",
"sha256": "89e851866fbc65b44015aec5e81c19c478162e36a1f9a142ccdcd28c391d3390"
},
"downloads": -1,
"filename": "aiorubino-2.2.tar.gz",
"has_sig": false,
"md5_digest": "36d39968e3b26e667069f7f6aad7b519",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 6338,
"upload_time": "2024-06-29T17:22:33",
"upload_time_iso_8601": "2024-06-29T17:22:33.465958Z",
"url": "https://files.pythonhosted.org/packages/0d/62/77af3c9e3dc2e3909ac1b86f00e998f3d8606b6b2fe27c9096d6a90fd5cc/aiorubino-2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-29 17:22:33",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "irvanyamirali",
"github_project": "aiorubino",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "aiorubino"
}