簡易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.2rc0.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.2rc0.tar.gz.
File metadata
- Download URL: libcgipy-0.1.2rc0.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 |
4fdfce398c1e78213c6b4322ea2c993dfc64c4b0efeeb26f74f63f4a2fb3bf3c
|
|
| MD5 |
5f83f73a88ac322989e2e560fea95685
|
|
| BLAKE2b-256 |
aa22210da73875fcbad424156a23fed645bf69dfeb5064df748412ff7e4945f8
|
File details
Details for the file libcgipy-0.1.2rc0-py3-none-any.whl.
File metadata
- Download URL: libcgipy-0.1.2rc0-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 |
fba4c378eec9169dc9478a13a747deaca14c7c026c00640998f63434286c9a65
|
|
| MD5 |
49a06ef96fe943dad835d8d8521e0823
|
|
| BLAKE2b-256 |
ac9f06a62f61b9a680156a34991e54f527385a8402d1c95ec63900d15f1149bc
|