簡易CGIサーバと軽量CGIモジュール
Project description
Python-CGI
インストール方法
pip install libcgipy
インストール確認
- Windows
pip list | findstr Python-CGI
- Linux
pip list | grep Python-CGI
使い方
- 旧モジュール
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.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.tar.gz.
File metadata
- Download URL: libcgipy-0.1.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 |
2a233617baa08a73c6e5239d5cc625f0205aa4d92001b69f4335a44013aea5b0
|
|
| MD5 |
49b2599e96b651cbd832d6c884c22708
|
|
| BLAKE2b-256 |
c2de740d89156824c84438f2ebf7093c107481553aa1d939444a01d5dbb00ae9
|
File details
Details for the file libcgipy-0.1.2-py3-none-any.whl.
File metadata
- Download URL: libcgipy-0.1.2-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 |
5ce74719ef02867614f17948ca498602756ebce18a7ff598c30b992c4cab0448
|
|
| MD5 |
d998df726f4e06dfe02d78520fa50c25
|
|
| BLAKE2b-256 |
a01843e1694f51ff0a42533fd8066a402db2263e352783a958b433bfa51e7204
|