Skip to main content

Takumi service

Project description

This package defines the interfaces for writing Takumi thrift services.

Example

To define a simple app:

from takumi_service.service import ServiceHandler

app = ServiceHandler('TestService')

@app.api
def say_hello(name):
    return 'Hello ' + name

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

takumi_service-0.1.0.tar.gz (9.5 kB view hashes)

Uploaded Source

Built Distribution

takumi_service-0.1.0-py2.py3-none-any.whl (14.6 kB view hashes)

Uploaded Python 2 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