Metadata-Version: 2.1
Name: pythoncgi
Version: 0.7.0
Summary: Extremely simple Python CGI framework for Apache 2.
Home-page: http://code.foxe6.kozow.com/pythoncgi/
Author: f̣ộx̣ệ6
Author-email: foxe6@pm.me
License: AGPL-3.0
Project-URL: Sourcecode, http://code.foxe6.kozow.com/pythoncgi.zip
Project-URL: Documentation, http://code.foxe6.kozow.com/pythoncgi/test/
Project-URL: Example, http://code.foxe6.kozow.com/pythoncgi/pythoncgi/example/
Project-URL: Funding, https://paypal.me/foxe6
Project-URL: Say Thanks!, https://saythanks.io/to/foxe6
Keywords: python cgi apache stream file cache server proxy http cors
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Utilities
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: omnitools (>=0.0.1)

# Python CGI

<badges>[![version](https://img.shields.io/pypi/v/pythoncgi.svg)](https://pypi.org/project/pythoncgi/)
[![license](https://img.shields.io/pypi/l/pythoncgi.svg)](https://pypi.org/project/pythoncgi/)
[![pyversions](https://img.shields.io/pypi/pyversions/pythoncgi.svg)](https://pypi.org/project/pythoncgi/)  
[![powered](https://img.shields.io/badge/Say-Thanks-ddddff.svg)](https://saythanks.io/to/foxe6)
[![donate](https://img.shields.io/badge/Donate-Paypal-0070ba.svg)](https://paypal.me/foxe6)
[![made](https://img.shields.io/badge/Made%20with-PyCharm-red.svg)](https://www.jetbrains.com/pycharm/)
</badges>

<i>Extremely simple Python CGI framework for Apache 2.</i>

# Hierarchy

![pythoncgi](http://code.foxe6.kozow.com/pythoncgi/pythoncgi.svg)

# Example

See [/pythoncgi/pythoncgi/example/](http://code.foxe6.kozow.com/pythoncgi/pythoncgi/example/).

