README for pympler
Before installing Pympler, try it with your Python version:
python setup.py try
If any errors are reported, check whether your Python version is supported by all the Pympler modules. Pympler is written entirely in Python, with no dependencies other than standard Python modules and libraries. Pympler works with Python 2.5, 2.6, 2.7, 3.1, 3.2, 3.3 and 3.4.
Installation
For a system-wide installation run:
python setup.py install
Test the installed Pympler package:
python setup.py test
Usage
The usage of pympler is described in the documentation. It is available either in this distribution at doc/index.html or you can read it online.
Contributing
You can post wishes, bug reports or patches at our issue tracker or write an email to pympler-dev@googlegroups.com.