簡易CGIサーバと軽量CGIモジュール
Project description
libcgipy
インストール方法
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.2.2.tar.gz
(3.6 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.2.2.tar.gz.
File metadata
- Download URL: libcgipy-0.1.2.2.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13175b784a87e904d741dff2df5306be58900da98ac10cbcd0c5e7629ea328aa
|
|
| MD5 |
60513b4a271adb9203ec227d8fbe05bf
|
|
| BLAKE2b-256 |
c9d9f5dc99bc43a669b1490f472aaece451848941f3e58ed63111f209f1cf0dc
|
File details
Details for the file libcgipy-0.1.2.2-py3-none-any.whl.
File metadata
- Download URL: libcgipy-0.1.2.2-py3-none-any.whl
- Upload date:
- Size: 3.9 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 |
8bd05f10390056cf91ddcf62512a60cb306f8f1a6e4c0983de79d433ef6cfcde
|
|
| MD5 |
e8fafaa15afef9d81f0f00a7682c6a57
|
|
| BLAKE2b-256 |
858ef916caa7f11a51b4793791180da4a00988acabd8dfbf261f499649656723
|