shittycorn
a very simple implementation of web server supporting WSGI compatible applications
Usage
install the package
python3 -m pip install shittycorn
in main.py:
import flask
app = flask.Flask(__name__)
@app.get('/')
def index():
return 'Hello, World!'
run the wsgi application:
python3 -m shittycorn main.app
Release files for shittycorn 0.0.11
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| shittycorn-0.0.11.tar.gz | 2.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| shittycorn-0.0.11-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.4 kB
Release files / shittycorn-0.0.11.tar.gz
| Download URL | shittycorn-0.0.11.tar.gz |
|---|---|
| Size | 2.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0b6e0e45d337ff7f78a8d2aef0370e53aa58750ca572fcb2263cb73687e16df8
|
|
BLAKE2b-256 checksum How to use checksums |
c47b949a23e81a3886b293fc696d3df70beaa0c2f2631c28f7e3712c4fa2f20b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.2
|
Release files / shittycorn-0.0.11-py3-none-any.whl
| Download URL | shittycorn-0.0.11-py3-none-any.whl |
|---|---|
| Size | 2.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5b1509bee83a8c7ece84ec86d3f0f4bd6ab546d407caff7381ed2ddfb5bed029
|
|
BLAKE2b-256 checksum How to use checksums |
db5adec4e6a501339aba520c6ea57eda616d941ea6ee5c257a1d4656e9b15f75
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.2
|