.. -*- restructuredtext -*-

jaraco.util
===========

.. contents::

Overview
--------

``jaraco.util`` contains a number of nominally useful, reusable classes
and functions. They're designed to be intuitively named and
self-documenting (many with extensive doctests). Browse the source for
details.

Highlights
----------

Some of the more interesting modules include:

 - ``.dictlib`` contains RangeMap, a dictionary-like object that maps a
   range of values to a given value.

Docs
----

The project is `documented with runnable tests
<https://pythonhosted.org/jaraco.util>`_.

Status and License
------------------

``jaraco.util`` provides miscellaneous utility functions used across
projects developed by the author.

``jaraco.util`` is written by Jason R. Coombs.  It is licensed under an
`MIT-style permissive license
<http://www.opensource.org/licenses/mit-license.php>`_.

You can install it with ``easy_install jaraco.util``, or grab the code
from the `mercurial repository
<http://bitbucket.org/jaraco/jaraco.util>`_.
