Skip to main content

簡易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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

libcgipy-0.1.2-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

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

Hashes for libcgipy-0.1.2.tar.gz
Algorithm Hash digest
SHA256 2a233617baa08a73c6e5239d5cc625f0205aa4d92001b69f4335a44013aea5b0
MD5 49b2599e96b651cbd832d6c884c22708
BLAKE2b-256 c2de740d89156824c84438f2ebf7093c107481553aa1d939444a01d5dbb00ae9

See more details on using hashes here.

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

Hashes for libcgipy-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5ce74719ef02867614f17948ca498602756ebce18a7ff598c30b992c4cab0448
MD5 d998df726f4e06dfe02d78520fa50c25
BLAKE2b-256 a01843e1694f51ff0a42533fd8066a402db2263e352783a958b433bfa51e7204

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page