# SlickPy
![tests](https://github.com/akornatskyy/slickpy/workflows/tests/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/akornatskyy/slickpy/badge.svg?branch=master)](https://coveralls.io/github/akornatskyy/slickpy?branch=master)
[![pypi version](https://badge.fury.io/py/slickpy.svg)](https://badge.fury.io/py/slickpy)
A lightweight [ASGI](https://asgi.readthedocs.io/en/latest/index.html)
Python 3.8+ toolkit, optimized for great performance, flexibility and
productivity.
## Install
```sh
pip install slickpy
```
## Overview
*example.py*:
```python
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](https://github.com/encode/uvicorn):
```sh
uvicorn example:main
```
See [examples](https://github.com/akornatskyy/slickpy/tree/master/examples) for more.
Raw data
{
"_id": null,
"home_page": "https://github.com/akornatskyy/slickpy",
"name": "slickpy",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "ASGI http web toolkit",
"author": "Andriy Kornatskyy",
"author_email": "andriy.kornatskyy@live.com",
"download_url": "https://files.pythonhosted.org/packages/77/3a/07c17fea270c93820513cd758ff7d5ddd6172689c46e320b14c079edbe95/slickpy-0.4.6.tar.gz",
"platform": "any",
"description": "# SlickPy\n\n![tests](https://github.com/akornatskyy/slickpy/workflows/tests/badge.svg)\n[![Coverage Status](https://coveralls.io/repos/github/akornatskyy/slickpy/badge.svg?branch=master)](https://coveralls.io/github/akornatskyy/slickpy?branch=master)\n[![pypi version](https://badge.fury.io/py/slickpy.svg)](https://badge.fury.io/py/slickpy)\n\nA lightweight [ASGI](https://asgi.readthedocs.io/en/latest/index.html)\nPython 3.8+ toolkit, optimized for great performance, flexibility and\nproductivity.\n\n## Install\n\n```sh\npip install slickpy\n```\n\n## Overview\n\n*example.py*:\n\n```python\nfrom slickpy import App, Writer\n\napp = App()\n\n\n@app.route(\"/\")\nasync def welcome(w: Writer) -> None:\n await w.end(b\"Hello, world!\")\n\n\nmain = app.asgi()\n```\n\nThen run the example with [uvicorn](https://github.com/encode/uvicorn):\n\n```sh\nuvicorn example:main\n```\n\nSee [examples](https://github.com/akornatskyy/slickpy/tree/master/examples) for more.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A lightweight ASGI toolkit, optimized for great performance, flexibility and productivity.",
"version": "0.4.6",
"project_urls": {
"Homepage": "https://github.com/akornatskyy/slickpy"
},
"split_keywords": [
"asgi",
"http",
"web",
"toolkit"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "66408aabd1a7d8d9a2269631f0557d54932b4ef866e029a8e98ba276d6746680",
"md5": "f7c09682fbff737d74f0ea02055ea75b",
"sha256": "5b4e0ab969b2ac39e8c6d7d46cedb01dd2ebd4a918000ca9101345d9a0cbca60"
},
"downloads": -1,
"filename": "slickpy-0.4.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f7c09682fbff737d74f0ea02055ea75b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 14972,
"upload_time": "2024-01-02T12:05:46",
"upload_time_iso_8601": "2024-01-02T12:05:46.924496Z",
"url": "https://files.pythonhosted.org/packages/66/40/8aabd1a7d8d9a2269631f0557d54932b4ef866e029a8e98ba276d6746680/slickpy-0.4.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "773a07c17fea270c93820513cd758ff7d5ddd6172689c46e320b14c079edbe95",
"md5": "6ddbdab58cabe700a0251a6381f3caa2",
"sha256": "b66e8a22feaa59e24081ae5bdfe0c16f30e812e4062275cff8c8d8b59fdcf264"
},
"downloads": -1,
"filename": "slickpy-0.4.6.tar.gz",
"has_sig": false,
"md5_digest": "6ddbdab58cabe700a0251a6381f3caa2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 12225,
"upload_time": "2024-01-02T12:05:48",
"upload_time_iso_8601": "2024-01-02T12:05:48.893706Z",
"url": "https://files.pythonhosted.org/packages/77/3a/07c17fea270c93820513cd758ff7d5ddd6172689c46e320b14c079edbe95/slickpy-0.4.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-02 12:05:48",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "akornatskyy",
"github_project": "slickpy",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "slickpy"
}