Skip to main content

aiorubino is asynchronous Rubino API library in Python

Project description

AIORubino

aiorubino is asynchronous Rubino API library in Python

Install and update

pip install -U aiorubino

Start

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 file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiorubino-2.2.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

aiorubino-2.2-py3-none-any.whl (9.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page