Skip to main content

description

Project description

:rocket: App :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(debug=True, verbose=True)
app.add_route("/", pred1, main_key='main_key')
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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iapp-2019.11.18.17.50.34.tar.gz (8.0 kB view details)

Uploaded Source

Built Distribution

iapp-2019.11.18.17.50.34-py3-none-any.whl (20.4 kB view details)

Uploaded Python 3

File details

Details for the file iapp-2019.11.18.17.50.34.tar.gz.

File metadata

  • Download URL: iapp-2019.11.18.17.50.34.tar.gz
  • Upload date:
  • Size: 8.0 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.8.0 tqdm/4.36.1 CPython/3.6.8

File hashes

Hashes for iapp-2019.11.18.17.50.34.tar.gz
Algorithm Hash digest
SHA256 723e787fb4a9e51d3a2ab9a77f2550b54001fa8dddd16dee75b480a6d232cdf4
MD5 32a9a83f6a02e952159f7a241618e144
BLAKE2b-256 6d7c806c02533cdde2905624b728cb61c3172163e46f8aedc828ba5d2401f11e

See more details on using hashes here.

File details

Details for the file iapp-2019.11.18.17.50.34-py3-none-any.whl.

File metadata

  • Download URL: iapp-2019.11.18.17.50.34-py3-none-any.whl
  • Upload date:
  • Size: 20.4 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.8.0 tqdm/4.36.1 CPython/3.6.8

File hashes

Hashes for iapp-2019.11.18.17.50.34-py3-none-any.whl
Algorithm Hash digest
SHA256 a5e5c3bc67b7b08d014f3ad3b82cce5744bae7455ea88a0e7540b1bdba2132ae
MD5 11111fae9022eed6639705830ab7c655
BLAKE2b-256 859462f12bdb094d01e50797603c87e177e4e1cb76cc15ac6afb8aef98153028

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