Skip to main content

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.

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.

Release history Release notifications | RSS feed

This release

0.4.8 This release

1 file

0.4.7

1 file

0.4.6

2 files

0.4.5

2 files

0.4.4

2 files

0.4.3

2 files

0.4.2

2 files

0.4.1

2 files

0.4.0

2 files

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

0.2.0

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

0.0.1

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page