/whiskey

is a WSGI server. Drink up.

Primary LanguagePython

alt text Whiskey

is a WSGI compliant server.

Starting the server

import whiskey as Whiskey

whiskey = Whiskey.distill('127.0.0.1', 8080, application)
whiskey.drink_forever()
# Where 'application' is a WSGI application

Supports these environ variables

  • Everything in os.environ
  • Everything explicitly stated in PEP333.