簡易CGIサーバと軽量CGIモジュール
Project description
Python-CGI
インストール方法
pip install libcgipy
使い方
- 旧モジュール
import cgi
- 新モジュール
import pycgi
- 旧モジュール
import cgitb
- 新モジュール
import pycgitb
簡易CGIサーバの立ち上げ
from httpcgi import CGIHTTP
if __name__ == "__main__":
CGIHTTP("0.0.0.0", 8000).serve_forever()
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
libcgipy-0.1.2b0.tar.gz
(3.5 kB
view details)
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 libcgipy-0.1.2b0.tar.gz.
File metadata
- Download URL: libcgipy-0.1.2b0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10d138b9d80b068b922f11e4503053b8c3a6dc85a5dc2516354ccddc63a8ebc4
|
|
| MD5 |
379aed34e6d224bd2568f98678020c97
|
|
| BLAKE2b-256 |
51fb659e90b9a0528c9dee84d8551def7f95b9a8d350f5d74ce67a505b1ecc20
|
File details
Details for the file libcgipy-0.1.2b0-py3-none-any.whl.
File metadata
- Download URL: libcgipy-0.1.2b0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2c0bea291c8d7e2ca1f9625abdfd91b7154b34589b4473b98afc212b46cccf3
|
|
| MD5 |
4579300050d4648cb52fbf0cd1adb164
|
|
| BLAKE2b-256 |
7b81b5d573f7017b4ce4e809c964113bc2dac5549dd52de9a5d6cefae638fa11
|