Tue, 11 Jun 2024 23:56:09 UTC | login

Information for build python-Pympler-0.4.3-3.fc25

ID15879
Package Namepython-Pympler
Version0.4.3
Release3.fc25
Epoch
SummaryMeasure, monitor and analyze the memory behavior of Python objects
Description 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 modules into a single, comprehensive profiling tool. The asizeof module provides basic size information for one or several Python objects, module muppy is used for on-line monitoring of a Python application and module Class Tracker provides off-line analysis of the lifetime of selected Python objects.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:24:17 UTC
CompletedSat, 14 Apr 2018 20:24:17 UTC
Tags
f28
f29
RPMs
src
python-Pympler-0.4.3-3.fc25.src.rpm (info) (download)
noarch
python2-Pympler-0.4.3-3.fc25.noarch.rpm (info) (download)
python3-Pympler-0.4.3-3.fc25.noarch.rpm (info) (download)
Changelog * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.3-3 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Fri Jun 10 2016 Dominik Mierzejewski <rpm@greysector.net> 0.4.3-2 - drop CC-BY-SA-NC from license list and fix typo - actually unbundle nodejs-flot - add a weak dep for python{2,3}-django-debug-toolbar - drop python shebang from asizeof.py * Mon May 16 2016 Dominik Mierzejewski <rpm@greysector.net> 0.4.3-1 - update to 0.4.3 - build for python3 as well - unbundle python-bottle * Sun Aug 09 2015 Dominik Mierzejewski <rpm@greysector.net> 0.4.2-1 - initial build