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.
pip install sleekify
from sleekify import Sleekify
from pydantic import BaseModel
app = Sleekify()
class ItemModel(BaseModel):
name: str
app.post("/create-item")
async def create_item(item: ItemModel):
return { "name": item.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.5.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.5.tar.gz.
File metadata
- Download URL: sleekify-0.0.5.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 |
9e0af3db4fc03e48e415ec9ff9a532a721044ef67f8431fafad1eba0d15d4926
|
|
| MD5 |
4fe2293bf9fe40551eb3f05f1095139d
|
|
| BLAKE2b-256 |
8a88247bb6b8da4fd1b784e69e1bed3905e8e9384bbb1e33b28b0b532b5c1673
|
File details
Details for the file sleekify-0.0.5-py3-none-any.whl.
File metadata
- Download URL: sleekify-0.0.5-py3-none-any.whl
- Upload date:
- Size: 3.4 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 |
8ab705d3fce557a4b3f78ae03f1f31c20e9d81853963d85dd4081ed60d0c3741
|
|
| MD5 |
d2fac00e73265a7d3fa088f7638a64a9
|
|
| BLAKE2b-256 |
9c20371947ff3a969f34a203a6359645ccce948d9fb33823c1e122969e4ec16e
|