sidanwebframework
Project description
sidanwebframework
this framework can be used to develop python based web applications
from sidanwebframework import Server, Response, route, Render
@route('/index') def index(request): return Response('Hello world')
@route('/home') def home(request): return Render('home.html')
app = Server() app.serve()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sidanwebframework-1.0.1.tar.gz.
File metadata
- Download URL: sidanwebframework-1.0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.5.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6df4f7941edc92447f5cfecc7c7c01697981ebfcda4bf67191a359be63dd94f1
|
|
| MD5 |
01211d9cbc849459682600b319b26ad0
|
|
| BLAKE2b-256 |
f3d1b1c6b7435d7e0fbe5f65c4ca3c0f12fa90077563977e3da41fb08682b319
|
File details
Details for the file sidanwebframework-1.0.1-py3-none-any.whl.
File metadata
- Download URL: sidanwebframework-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.5.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb6950260949f6e0f457463da95998f6d18999f43517db4895d1bca4a50337c1
|
|
| MD5 |
44a0a16255aa847db08397829cdc38fc
|
|
| BLAKE2b-256 |
318ee91a3b49548308cd8c8fa6a08ea2f65f4d09d37bd965c7d9a0b1ff4269e3
|