Skip to main content

ok

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


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

Uploaded Source

Built Distribution

custodes-0.1.1-py3-none-any.whl (5.9 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