Skip to main content

WSGI Utils are a collection of useful libraries for use in a WSGI environnment.

Project description

WSGI Utils (Version 0.7.1)

WSGI Utils are a package of standalone utility libraries that ease the development of simple WSGI programs. The functionality provided is limited at the moment, patches to add new features and address defects are most welcome.

The following components are included please refer to the documentation for more details:

wsgiServer

This module provides a very simple multi-threaded WSGI server implementation based on SimpleHTTPServer from Python’s standard library. Multiple applications can be hosted at different URLs.

wsgiAdaptor

A very basic web application framework that works with WSGI compliant servers. Provides Basic authentication, signed cookies, and persistent sessions (see SessionClient).

SessionClient

This module provides simple session management. Two implementations are given: LocalSessionClient and SessionServerClient. The LocalSessionClient class is suitable for use with multi-threaded, single process, long-lived WSGI implementations such as wsgiServer. SessionServerClient communicates to the SessionServer via Unix domain sockets and is suitable for multi-process WSGI implementations such as CGI.

SessionServer & SessionServerDaemon

Listens on a Unix domain socket for connections from a single client and provides session persistence.

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

WSGIUtils-0.7.2.tar.gz (19.6 kB view details)

Uploaded Source

Built Distribution

WSGIUtils-0.7.2-py2-none-any.whl (16.4 kB view details)

Uploaded Python 2

File details

Details for the file WSGIUtils-0.7.2.tar.gz.

File metadata

  • Download URL: WSGIUtils-0.7.2.tar.gz
  • Upload date:
  • Size: 19.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/2.7

File hashes

Hashes for WSGIUtils-0.7.2.tar.gz
Algorithm Hash digest
SHA256 3f70738075f36841fc8ac61f4c31434f45a0c676dc64ea73fa2fd6679ec12ada
MD5 f3faf4cae9ea310fd6e4c8d4e104b0e1
BLAKE2b-256 6236e287379f29743171d1f6f4f13ce28b666719ab235ac8f2379a3eaca71372

See more details on using hashes here.

File details

Details for the file WSGIUtils-0.7.2-py2-none-any.whl.

File metadata

  • Download URL: WSGIUtils-0.7.2-py2-none-any.whl
  • Upload date:
  • Size: 16.4 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/2.7

File hashes

Hashes for WSGIUtils-0.7.2-py2-none-any.whl
Algorithm Hash digest
SHA256 3c06382efe702f9997d725941db928cbc68e3ecbb0093a9633bdba1002687c08
MD5 c8ac2f081e22115d1cc341e76ed316f4
BLAKE2b-256 b9cac8b3640b5a3567898cab9b4843603ba0802b1b339d5bd6521b03f6fbe4e0

See more details on using hashes here.

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