Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.44 KB

README.rst

File metadata and controls

55 lines (38 loc) · 1.44 KB
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