Takumi service framework
Project description
This package defines the interfaces for writing Takumi thrift services.
Example
To define a simple app:
from takumi import Takumi
app = Takumi('TestService')
@app.api
def say_hello(name):
return 'Hello ' + name
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
takumi-0.1.1.tar.gz
(9.9 kB
view details)
Built Distribution
File details
Details for the file takumi-0.1.1.tar.gz
.
File metadata
- Download URL: takumi-0.1.1.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
15b66295ab47770c1c13d472c216388adaf10951b9722268da6cd5296f4b068c
|
|
MD5 |
6f46969b0456f51cfe65d5d0fc880dd0
|
|
BLAKE2b-256 |
caf1b1d432fb7aa909c2489cad34271dabac93c653d7104c473dd947f9675201
|
File details
Details for the file takumi-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: takumi-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0de025fe678ccbb821ba16f0b038092e53b1bb297c12e61732e9dfad24a77855
|
|
MD5 |
6387c38470acd591351a172a2c502ede
|
|
BLAKE2b-256 |
3973a604fc77590b17ef62e3e9d70e23e6b960f5e967b0b78d19d1fc114f3794
|