Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.38 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.38 KB

README for pympler

Latest Version License

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.6, 2.7, 3.2, 3.3, 3.4 and 3.5.

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 [email protected].

Build status Coverage Status