GlossaryΒΆ

asyncio

Reference implementation of PEP 3156

https://pypi.python.org/pypi/asyncio/

callable
Any object that can be called. Use callable() to check that.
chardet

The Universal Character Encoding Detector

https://pypi.python.org/pypi/chardet/

cchardet

cChardet is high speed universal character encoding detector - binding to charsetdetect.

https://pypi.python.org/pypi/cchardet/

web-handler
An endpoint that returns http response.