Skip to main content

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


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.7.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sleekify-0.0.7-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file sleekify-0.0.7.tar.gz.

File metadata

  • Download URL: sleekify-0.0.7.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

Hashes for sleekify-0.0.7.tar.gz
Algorithm Hash digest
SHA256 39e3357f7c0a037973174ac611e33189bfd9b43bca828f2ccbd94c51a4f5b609
MD5 106d3cc786908696773af6573cf33cec
BLAKE2b-256 56829c90657455da57b22d1d537b313faabb35b88eaeea0cd355fe237b0b532a

See more details on using hashes here.

File details

Details for the file sleekify-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: sleekify-0.0.7-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

Hashes for sleekify-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 f0200fd16a4221bcd30531afad43c49e1209c081b9ffa1dcf634a81fbfb69060
MD5 6c0b09bf7f89d35796bd13c0370bf287
BLAKE2b-256 b96ccc721cf8b3aeaffb1c795ae2754805081b955aedefdacd8ff220abce147b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page