Skip to main content

Http/WSGI server for Python

Project description

Latest version Supported Python versions Development Status License

PoorHTTP

PoorHTTP server is standalone HTTP/WSGI server, which is designed for using Python web applications. Unlike other projects, this is not framework, but single server type application.

For more information see Project homepage

Running

Daemon mode:

poorhttp --pidfile=/my/pidfile.pid --config=/my/config.ini start

Foreground (docker) mode:

python3 -OO -m poorhttp -a localhost -w simple.py -f -i

Installation

This software depends on two libraries python-daemon and lockfile which are installed automatically by pip.

From source:

PyPI:

pip3 install poorhttp

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

PoorHTTP-1.0.0.tar.gz (22.2 kB view hashes)

Uploaded Source

Built Distribution

PoorHTTP-1.0.0-py3-none-any.whl (20.5 kB view hashes)

Uploaded Python 3

Supported by

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