Metadata-Version: 2.1
Name: kessel
Version: 0.5
Summary: a minimal wsgi framework
Author: mkirc
Author-email: m.p.kirchner@gmx.de
Project-URL: Source Files, https://github.com/mkirc/kessel
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: cffi==1.15.1
Requires-Dist: cryptography==41.0.3
Requires-Dist: gunicorn==21.2.0
Requires-Dist: Jinja2==3.1.2
Requires-Dist: MarkupSafe==2.1.3
Requires-Dist: packaging==23.1
Requires-Dist: pkg_resources==0.0.0
Requires-Dist: pycparser==2.21
Requires-Dist: PyJWT==2.8.0

# setup


```bash
mkdir test-app && \
openssl genrsa -out test-app/private.pem 2048
```

# usage

TODO

## recipes

TODO
