Skip to main content

A lightweight ASGI toolkit, optimized for great performance, flexibility and productivity.

Project description

SlickPy

tests Coverage Status pypi version

A lightweight ASGI Python toolkit, optimized for great performance, flexibility and productivity.

Install

pip install slickpy

Overview

example.py:

from slickpy import App, Writer

app = App()


@app.route("/")
async def welcome(w: Writer) -> None:
    await w.end(b"Hello, world!")


main = app.asgi()

Then run the example with uvicorn:

uvicorn example:main

See examples for more.

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

slickpy-0.4.8.tar.gz (13.1 kB view details)

Uploaded Source

File details

Details for the file slickpy-0.4.8.tar.gz.

File metadata

  • Download URL: slickpy-0.4.8.tar.gz
  • Upload date:
  • Size: 13.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for slickpy-0.4.8.tar.gz
Algorithm Hash digest
SHA256 62d46b8f9534dacd74e62c5b7265ea7984e6bd579c8584c59ad9497ae82ffa68
MD5 73f16f2d97a3176152b17fc8473ab62c
BLAKE2b-256 333893558a756f1d57e736f294ae332d49cb49851e2bdbd596a9be77482c9e9d

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