Learn how to use the PySGI library with the complete documentation.
PySGI is a WSGI library that allows you to receive and handle HTTP requests, giving access to various features, such as:
See CHANGELOG.md on GitHub for changes made to each release.
To start, install the PySGI using pip:
pip install PySGI
Only Major and Minor versions are documented.