Little API the web framework that could
Project description
Little-API: The little web framework that could
It's a WSGI framework and can be used with any WSGI application server such as Gunicorn.
Installation
pip install little-api
Usage
from little_api.api import API
app = API()
@app.route("/home")
def home(request, response):
response.json = {"name": "little-api"}
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
little-api-0.0.1.tar.gz
(7.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file little-api-0.0.1.tar.gz.
File metadata
- Download URL: little-api-0.0.1.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b0c5e701e754cb464284d602f9c5f044e32c6c64baf38cf915ba59e5d43022f
|
|
| MD5 |
040fd0fcd22438245c4a92930c564ff3
|
|
| BLAKE2b-256 |
95fe3ebb77ef53f84866cb1e68aba30794746a3abb0a88793af7e28e39d21f2f
|
File details
Details for the file little_api-0.0.1-py3-none-any.whl.
File metadata
- Download URL: little_api-0.0.1-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa8c5ec4652f82846c1e583798dbd8e0ef3d7eb4b919aa5e6f9f37fb5bff821d
|
|
| MD5 |
05db9a2b3ab230bb261029427092c79e
|
|
| BLAKE2b-256 |
b218f606b1319ed50be6acad271a87ceb2cb2a4b214dfd3da82f1c5af3ff9857
|