.. _muppy_library:

=======
Library
=======

Some functions of the library work on the entire object set of your running
Python application. Expect some time-intensive computations.

The muppy package provides a set of modules. Functions from the muppy module are
available through the package itself as well as further convenience functions. 

Modules
-----------

.. toctree::
   :maxdepth: 1

   muppy
   refbrowser
   summary
   tracker


.. _sys: http://docs.python.org/dev/library/sys.html
.. _weakref: http://docs.python.org/lib/module-weakref.html
