This is a asynchronous package for printing hello world
Project description
Asynchronous module for printing your dream programme Hello World
in Python.
Installing
pip install aioHelloWorld
Example
import aioHelloWorld
import asyncio
async def main():
await aioHelloWorld.say()
if __name__ == "__main__":
asyncio.get_event_loop().run_until_complete(main())
Github
You can view the source code here
Support
You can find me on discord
Thank You :)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for aioHelloWorld-0.3a0.post0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51ac1a7198582eab37382c1c10e07a8b73b453105c1d45ac570d7b0e42eefcf7 |
|
MD5 | 81d7ccd89b0d3a12c8639ee62d862723 |
|
BLAKE2b-256 | 0cd40d456a212fec127d3d82ffc10c88ddecdd77cfa4a5e8296331f15a2badcf |