mywebpy is a fork from webpy / webpy
Add following features:
-
Use the custom wsgiserver to instead of cheroot.
-
add a function:communicateWithConn to process continued post in one session
If you want to use web.py.web.py is a web framework for Python that is as simple as it is powerful.
Visit http://webpy.org/ for more information.
The latest stable release only supports Python >= 3.5. To install it, please run:
# For Python 3
python3 -m pip install mywebpy
Install it manually:
cd webpy/
python3 setup.py install
How to use communicateWithConn?:
import web
environ = web.ctx.environ
conn = environ['SERVER_CONN']
req = environ['SERVER_REQ']
message = '<http response data>'
result_data,result_req = conn.communicateWithConn(req,message,60)
Release files for mywebpy 0.63
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mywebpy-0.63.tar.gz | 142.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mywebpy-0.63-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 271.0 kB
Release files / mywebpy-0.63.tar.gz
| Download URL | mywebpy-0.63.tar.gz |
|---|---|
| Size | 142.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
abc66664c8f7c762402dfa6dc4f5887a627743162736e802233b9e6a39c0cde6
|
|
BLAKE2b-256 checksum How to use checksums |
ecaa99ad3bfad9493e57713e66dada0bc500fd86fd4f6c5e5948a23a31ebeb87
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|
Release files / mywebpy-0.63-py3-none-any.whl
| Download URL | mywebpy-0.63-py3-none-any.whl |
|---|---|
| Size | 128.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
489bdd1c5c5dfd0ba06b8e2fed918742188ab57cecd53eaf8fb28bdf720e2e5f
|
|
BLAKE2b-256 checksum How to use checksums |
5f4ff70bd2ea8ea6c3d9eb280f4325d1d8d931e913624bb0f9e0c83a0f57918b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|