Skip to main content

aiorubino is asynchronous Rubino API framework in Python

Project description

AIORubino

aiorubino is asynchronous Rubino API framework in Python

Start

from aiorubino import Client
import asyncio

client = Client("auth")

async def main():
    result = await client.get_my_profile_info()
    print(result)
    

if __name__ == '__main__':
    asyncio.run(main())

Install and update

pip install -U aiorubino

Examples

Visit the Examples directory

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.1.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

aiorubino-2.1-py3-none-any.whl (7.3 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