Skip to main content

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.

In it's absolute infancy, Sleekify already includes some common concepts of a REST API framework, such as routing, parameter resolution, serialisation, request handling, and response generation.

Installation:

pip install sleekify

Usage:


from sleekify import App

app = App()

app.post("/")
async def endpoint(name: str):
  return { "name": 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.16.tar.gz (3.6 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.16-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: sleekify-0.0.16.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.5

File hashes

Hashes for sleekify-0.0.16.tar.gz
Algorithm Hash digest
SHA256 608cf8534085bf5bb369a30c87dd979c1610f23b95cf0b82bb20405b1d9b3a37
MD5 2f35aa798ec18b5496e856f9069c19a0
BLAKE2b-256 643aa60bc0d847fe6b23f37e6e3e09b38a6e1912b29bc9bb4ee972a4f67dd44a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sleekify-0.0.16-py3-none-any.whl
  • Upload date:
  • Size: 4.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.5

File hashes

Hashes for sleekify-0.0.16-py3-none-any.whl
Algorithm Hash digest
SHA256 4eb2e3c15ddc4b576bfa611137bd71089d53043fe764580b800ede83352fecb4
MD5 358d497c0f0d75a66a0853a0346d054d
BLAKE2b-256 e114e77518ed17a3054b0ccb05f81446696932ea8fd235da5131ccb068fc9eca

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