Skip to main content

PyWebApi is a micro-framework for Python RESTfulization. It turns Python(3+) module/script into Web API (RESTful Service) out of the box.

Project description

PyWebApi is a micro-framework for Python RESTfulization. It turns Python(3+) module/script into Web API (RESTful Service) out of the box. With PyWebApi, any http client can invoke module level function in a managed way. Input arguments of your function can be supplied in request body by JSON (recommended) or in URL query-string, If the client further wraps a batch of arguments sets into an array as the request JSON, the server will sequentially call the function by each argument set in the array, and wrap all the result objects in a more outer array before return to the client.

Homepage and documentation: https://github.com/DataBooster/PyWebApi Copyright (c) 2020 Abel Cheng License: MIT

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pywebapi-0.1a0.dev6-py2.py3-none-any.whl (8.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pywebapi-0.1a0.dev6-py2.py3-none-any.whl.

File metadata

  • Download URL: pywebapi-0.1a0.dev6-py2.py3-none-any.whl
  • Upload date:
  • Size: 8.5 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.6

File hashes

Hashes for pywebapi-0.1a0.dev6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8fa2714fdb1e30c9744b43b2ceaf506a9a06efd6098eed2440ad181eb52fd1d4
MD5 7dcdbf13689ec334fa8adc179dad0db0
BLAKE2b-256 54d660273729fddedaec54387730fd4f45ec175cbedf237e8363f33e17059af7

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