========
Wrappers
========

wrappers provide convenient wrappers around existing modules that I use on a regular basis.


pq
=========

pq.PQ() - wrapper around the `pyquery<https://pypi.python.org/pypi/pyquery>`_.PyQuery constructor that supports mixed-case XML tags.


logger
======

Performs the basicConfig() setup and uses/parses LOG_LEVEL from the environment.

Provides getLogger().

clock
=====

Provides stopwatch-like functionality in a Clock class.
