No project description provided
Project description
App guardians.
Usage
import asyncio
from typing import Any, Dict
from codefast.asyncio.rabbitmq import consume
from rich import print
from custodes.server import get
from custodes.client import post
async def main():
return await asyncio.gather(
post('custodes server', {'code': 0, 'message': 'OK'}, loop=True, expire=120),
get()
)
if __name__ == '__main__':
cf.info('custodes server started...')
asyncio.run(main())
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
custodes-0.0.5.tar.gz
(3.6 kB
view hashes)