
#############################################
Hiro - time manipulation utilities for python
#############################################

Often testing code that can be time dependent can become either fragile or
slow. Hiro provides context managers and utilities to either freeze, accelerate
or decelerate and jump between different points in time. Functions exposed by the
standard library's ``time``, ``datetime`` and ``date`` modules are patched within
the the contexts exposed.

.. toctree::
    :maxdepth: 4

    intro
    api
    project
