wsgiref

E431932

wsgiref is a Python standard library package that provides reference implementations and utilities for working with WSGI-compatible web applications and servers.

All labels observed (4)

Label Occurrences
wsgiref canonical 2
WSGIServer class 1
wsgiref.headers 1

How this entity was disambiguated

Statements (51)

Predicate Object
instanceOf Python module ⓘ
Python module ⓘ
Python module ⓘ
Python module ⓘ
Python module ⓘ
Python module ⓘ
Python standard library package ⓘ
WSGI reference implementation ⓘ
containsModule wsgiref.handlers ⓘ
wsgiref.headers ⓘ
linked to: wsgiref

wsgiref.simple_server ⓘ
wsgiref.types ⓘ
wsgiref.util ⓘ
wsgiref.validate ⓘ
linked to: wsgiref
documentedAt https://docs.python.org/3/library/wsgiref.html ⓘ
implements PEP 333 ⓘ
PEP 3333 ⓘ
linked to: PEP 333

Web Server Gateway Interface ⓘ
linked to: WSGI
introducedIn Python 2.5 ⓘ
license Python Software Foundation License ⓘ
maintainedBy Python core developers ⓘ
partOf Python standard library ⓘ
programmingLanguage Python ⓘ
provides BaseHandler class ⓘ
CGIHandler class ⓘ
FileWrapper class ⓘ
Headers class ⓘ
SimpleHandler class ⓘ
WSGI utility functions ⓘ
WSGIRequestHandler class ⓘ
WSGIServer class ⓘ
linked to: wsgiref

application_uri function ⓘ
make_server function ⓘ
reference implementations for WSGI applications ⓘ
reference implementations for WSGI servers ⓘ
request_uri function ⓘ
simple WSGI HTTP server ⓘ
typing helpers for WSGI ⓘ
utilities for WSGI-compatible web applications ⓘ
utilities for WSGI-compatible web servers ⓘ
validator for WSGI applications ⓘ
validator for WSGI servers ⓘ
supports Python 2 ⓘ
linked to: Python 2.7

Python 3 ⓘ
linked to: Python 3.x
usedFor checking WSGI compliance ⓘ
demonstrating WSGI usage ⓘ
development WSGI server ⓘ
manipulating HTTP headers in WSGI ⓘ
running WSGI applications in CGI-like environments ⓘ
running simple development web servers ⓘ
testing WSGI applications ⓘ

How these facts were elicited

Referenced by (5)

Full triples — surface form annotated when it differs from this entity's canonical label.

Bottle → supports → wsgiref ⓘ
wsgiref → containsModule → wsgiref.headers ⓘ
linked to: wsgiref
wsgiref → containsModule → wsgiref.validate ⓘ
linked to: wsgiref
wsgiref.simple_server → provides → WSGIServer class ⓘ
subject linked to: wsgiref
linked to: wsgiref