Skip to main content

Python framework for Event Async RPC

Project description

https://travis-ci.org/AsyncMicroStack/kigo.svg?branch=master

Asynchronous and high performance event microservices framework for Python that lets service developers concentrate on application and testability.

# helloworld.py

from kigo.rpc import Consumer, rpc

@Consumer()
class EchoService:

    @rpc
    def echo(self, say):
        return "Hello, {}!".format(say)

if __name__ == '__main__':
    service = EchoService()
    service.run()

Documentation

Documentation and links to additional resources are available at https://www.asyncstack.org/kigo

License

Apache 2.0. See LICENSE 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

Kigo-0.0.11.tar.gz (6.3 kB view details)

Uploaded Source

File details

Details for the file Kigo-0.0.11.tar.gz.

File metadata

  • Download URL: Kigo-0.0.11.tar.gz
  • Upload date:
  • Size: 6.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.1

File hashes

Hashes for Kigo-0.0.11.tar.gz
Algorithm Hash digest
SHA256 e30097dc9bdccdce8b59662518106b3cdfb12b52d5c18e3e0c4da91231293f6c
MD5 4ecc0cade3a8dd3446818a8a6c28112e
BLAKE2b-256 8cb01ac0089ab6a04935b7c61f8e543fa2d12406f2bf41035af39d39a3be21ed

See more details on using hashes here.

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