clutchski / pympler

Development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 pympler-dev@googlegroups.com.

Build status Coverage Status

About

Development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application.

License:Apache License 2.0


Languages

Language:Python 93.9%Language:CSS 3.0%Language:Smarty 2.9%Language:HTML 0.3%