
Pympler 1.1
0
A development tool to measure, monitor and analyze the memory behavior of Python objects.
Contents
A development tool to measure, monitor and analyze the memory behavior of Python objects.
Stars: 1394, Watchers: 1394, Forks: 91, Open Issues: 69The pympler/pympler repo was created 13 years ago and the last code push was 8 months ago.
The project is very popular with an impressive 1394 github stars!
How to Install pympler
You can install pympler using pip
pip install pympler
or add it to a project with poetry
poetry add pympler
Package Details
- Author
- Jean Brouwers, Ludwig Haehne, Robert Schuppenies
- License
- Apache License, Version 2.0
- Homepage
- https://github.com/pympler/pympler
- PyPi:
- https://pypi.org/project/Pympler/
- GitHub Repo:
- https://github.com/pympler/pympler
Classifiers
- Software Development/Bug Tracking
Related Packages
Errors
A list of common pympler errors.
Code Examples
Here are some pympler code examples and snippets.
GitHub Issues
The pympler package has 69 open issues on GitHub
- MuppyTest.test_untracked_containers fails on Python 3.14
- asizeof(obj) leads to a negative base ValueError
pythonfix