Pympler


NamePympler JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/pympler/pympler
SummaryA development tool to measure, monitor and analyze the memory behavior of Python objects.
upload_time2021-12-22 16:55:19
maintainer
docs_urlhttps://pythonhosted.org/Pympler/
authorJean Brouwers, Ludwig Haehne, Robert Schuppenies
requires_python>=3.6
licenseApache License, Version 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            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. It has been tested with Python 3.6, 3.7, 3.8, 3.9, 3.10 on Linux,
Windows and MacOS X.


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 and
3.10.

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](https://pympler.readthedocs.io/en/latest/).


Contributing
------------

You can post wishes, bug reports or patches at our
[issue tracker](https://github.com/pympler/pympler/issues) or
write an email to *pympler-dev@googlegroups.com*.

[![Latest Version](https://img.shields.io/pypi/v/pympler.svg)](https://pypi.org/project/Pympler/)
[![License](https://img.shields.io/pypi/l/pympler.svg)](https://pypi.org/project/Pympler/)
[![Coverage Status](https://coveralls.io/repos/pympler/pympler/badge.svg?branch=master)](https://coveralls.io/r/pympler/pympler?branch=master)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pympler/pympler",
    "name": "Pympler",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/Pympler/",
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jean Brouwers, Ludwig Haehne, Robert Schuppenies",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/12/b7/9d17fbb2fde0b035dbd27e5d82dfbcd3fa990cf5a469cef8e89712d16113/Pympler-1.0.1.tar.gz",
    "platform": "any",
    "description": "README for pympler\n==================\n\nPympler is a development tool to measure, monitor and analyze the memory\nbehavior of Python objects in a running Python application.\n\nBy pympling a Python application, detailed insight in the size and the lifetime\nof Python objects can be obtained.  Undesirable or unexpected runtime behavior\nlike memory bloat and other \"pymples\" can easily be identified.\n\nPympler integrates three previously separate projects into a single,\ncomprehensive profiling tool. Asizeof provides basic size information for one\nor several Python objects, muppy is used for on-line monitoring of a Python\napplication and the class tracker provides off-line analysis of the lifetime of\nselected Python objects. A web profiling frontend exposes process statistics,\ngarbage visualisation and class tracker statistics.\n\nPympler is written entirely in Python, with no dependencies to external\nlibraries. It has been tested with Python 3.6, 3.7, 3.8, 3.9, 3.10 on Linux,\nWindows and MacOS X.\n\n\nInstallation from PyPI\n----------------------\n\nTo install the latest version of Pympler from the Python package index run:\n\n    pip install Pympler\n\n\nInstallation from source\n------------------------\n\nBefore installing Pympler, try it with your Python version:\n\n    python setup.py try\n\nIf any errors are reported, check whether your Python version is supported.\nPympler is written entirely in Python, with no dependencies other than standard\nPython modules and libraries. Pympler works with Python 3.6, 3.7, 3.8, 3.9 and\n3.10.\n\nFor a system-wide installation from source run:\n\n    pip install .\n\nTest the installed Pympler package:\n\n    python setup.py test\n\n\nUsage\n-----\n\nThe usage of pympler is described in the documentation.  It is\navailable either in this distribution at *doc/index.html* or\nyou can [read it online](https://pympler.readthedocs.io/en/latest/).\n\n\nContributing\n------------\n\nYou can post wishes, bug reports or patches at our\n[issue tracker](https://github.com/pympler/pympler/issues) or\nwrite an email to *pympler-dev@googlegroups.com*.\n\n[![Latest Version](https://img.shields.io/pypi/v/pympler.svg)](https://pypi.org/project/Pympler/)\n[![License](https://img.shields.io/pypi/l/pympler.svg)](https://pypi.org/project/Pympler/)\n[![Coverage Status](https://coveralls.io/repos/pympler/pympler/badge.svg?branch=master)](https://coveralls.io/r/pympler/pympler?branch=master)\n\n\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "A development tool to measure, monitor and analyze the memory behavior of Python objects.",
    "version": "1.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "4e2901b3e89fc4c0530ba23eb8015df0",
                "sha256": "d260dda9ae781e1eab6ea15bacb84015849833ba5555f141d2d9b7b7473b307d"
            },
            "downloads": -1,
            "filename": "Pympler-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4e2901b3e89fc4c0530ba23eb8015df0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 164809,
            "upload_time": "2021-12-22T16:55:15",
            "upload_time_iso_8601": "2021-12-22T16:55:15.539413Z",
            "url": "https://files.pythonhosted.org/packages/2c/42/41e1469ed0b37b9c8532cb8074bea179f7d85ee7e82a59b5b6c289ed6045/Pympler-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "505f6c7349c8ecf6f0927294ec618666",
                "sha256": "993f1a3599ca3f4fcd7160c7545ad06310c9e12f70174ae7ae8d4e25f6c5d3fa"
            },
            "downloads": -1,
            "filename": "Pympler-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "505f6c7349c8ecf6f0927294ec618666",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 676983,
            "upload_time": "2021-12-22T16:55:19",
            "upload_time_iso_8601": "2021-12-22T16:55:19.036055Z",
            "url": "https://files.pythonhosted.org/packages/12/b7/9d17fbb2fde0b035dbd27e5d82dfbcd3fa990cf5a469cef8e89712d16113/Pympler-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-12-22 16:55:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "pympler",
    "github_project": "pympler",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "pympler"
}
        
Elapsed time: 0.03848s