README for pympler
Pympler is a development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application.
By pympling a Python application, detailed insight in the size and the lifetime of Python objects can be obtained. Undesirable or unexpected runtime behavior like memory bloat and other "pymples" can easily be identified.
Pympler integrates three previously separate projects into a single, comprehensive profiling tool. Asizeof provides basic size information for one or several Python objects, muppy is used for on-line monitoring of a Python application and the class tracker provides off-line analysis of the lifetime of selected Python objects. A web profiling frontend exposes process statistics, garbage visualisation and class tracker statistics.
Pympler is written entirely in Python, with no dependencies to external libraries on Linux and MacOS. On Windows, pywin32 is required.
Installation from PyPI
To install the latest version of Pympler from the Python package index run:
pip install Pympler
Installation from source
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. Pympler is written entirely in Python, with no dependencies other than standard Python modules and libraries. Pympler works with Python 3.6, 3.7, 3.8, 3.9, 3.10, 3.11 and 3.12.
For a system-wide installation from source run:
pip 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.
Release files for Pympler 1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pympler-1.1.tar.gz | 180.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Pympler-1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 345.7 kB
Release files / pympler-1.1.tar.gz
| Download URL | pympler-1.1.tar.gz |
|---|---|
| Size | 180.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1eaa867cb8992c218430f1708fdaccda53df064144d1c5656b1e6f1ee6000424
|
|
BLAKE2b-256 checksum How to use checksums |
dd37c384631908029676d8e7213dd956bb686af303a80db7afbc9be36bc49495
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.9.6
|
Release files / Pympler-1.1-py3-none-any.whl
| Download URL | Pympler-1.1-py3-none-any.whl |
|---|---|
| Size | 165.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5b223d6027d0619584116a0cbc28e8d2e378f7a79c1e5e024f9ff3b673c58506
|
|
BLAKE2b-256 checksum How to use checksums |
794fa6a2e2b202d7fd97eadfe90979845b8706676b41cbd3b42ba75adf329d1f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.9.6
|