description
Project description
:rocket: RestfulApi :facepunch:
模型部署
Install
pip install iapp -U
Usage
import jieba
from iapp import App
pred1 = lambda **kwargs: kwargs['x'] + kwargs['y']
pred2 = lambda x=1, y=1: x - y
pred3 = lambda text='小米是家不错的公司': jieba.lcut(text)
app = App()
app.add_route("/f1", pred1, version="1")
app.add_route("/f2", pred2, version="2")
app.add_route("/f3", pred3, version="3")
app.run()
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
iapp-0.0.1565245778.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file iapp-0.0.1565245778.tar.gz
.
File metadata
- Download URL: iapp-0.0.1565245778.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7a09e57e1122e0a9aa9147cfd8007546adc48c86530a1181e27c563c1646ede |
|
MD5 | 53dd04338c7180a9d9da66530269bc26 |
|
BLAKE2b-256 | 65fdb42ba44563f0797feb1876ff7f773bbafdae83f6508ca379f331d6436e51 |
File details
Details for the file iapp-0.0.1565245778-py3-none-any.whl
.
File metadata
- Download URL: iapp-0.0.1565245778-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a34168575b00c1de5ce92b652da8032368fad1ea61507f462868851cdd7c878a |
|
MD5 | a3062db5c2ec83da94000e475d040526 |
|
BLAKE2b-256 | 87e3f3013fcd60a204d3b843eceb429f92e06bd607c261a359eecc9cbfde182c |