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 hashes)

Uploaded Source

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