Sleekify: A minimalistic, ASGI Python framework for building REST API's.
Project description
Sleekify
A minimalistic, ASGI Python framework for building REST API's. Heavily inspired by Express.js and FastAPI.
Installation:
pip install sleekfiy
Usage:
from sleekfiy import App
app = App()
app.post("/")
async def endpoint(name: str):
return { "name": 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
sleekify-0.0.14.tar.gz
(3.0 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 sleekify-0.0.14.tar.gz.
File metadata
- Download URL: sleekify-0.0.14.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
953ff1e7ee86ab00729fe11f374ed68cd500da3d7f6edd4fc7d5b54428d713b5
|
|
| MD5 |
f7ddd6f238bb05b2a27d837f65952075
|
|
| BLAKE2b-256 |
331a79aee84323ce2cd28f2d1d4c7c4584d6215adf5dd4d4c48cf5771d2399dd
|
File details
Details for the file sleekify-0.0.14-py3-none-any.whl.
File metadata
- Download URL: sleekify-0.0.14-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2fe5fda4b2e61953b21e7befcc594339919b45762749b370aafda0d6f6e716c7
|
|
| MD5 |
883e86b12e7fad0b546692aef131e011
|
|
| BLAKE2b-256 |
4c13a061b28073376b8dc1f9b27ea43404b40f95e7f8b6a27b56d4b603342aaa
|