Metadata-Version: 1.1
Name: pytracemalloc
Version: 1.2
Summary: Track memory allocations per Python file
Home-page: http://pytracemalloc.readthedocs.org/
Author: Victor Stinner
Author-email: victor.stinner@gmail.com
License: MIT license
Download-URL: https://github.com/haypo/pytracemalloc
Description: +++++++++++++
        pytracemalloc
        +++++++++++++
        
        The tracemalloc module is a debug tool to trace memory blocks allocated by
        Python. It provides the following information:
        
        * Traceback where an object was allocated
        * Statistics on allocated memory blocks per filename and per line number:
          total size, number and average size of allocated memory blocks
        * Compute the differences between two snapshots to detect memory leaks
        
        Websites:
        
        * Website: http://pytracemalloc.readthedocs.org/
        * PyPI entry: http://pypi.python.org/pypi/pytracemalloc
        * Source code: https://github.com/haypo/pytracemalloc
        
        See ``doc/index.rst`` for the source of the documentation.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Debuggers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
