Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
add pympler
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Dec 3, 2016
1 parent f15d14d commit f076aea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pymyinstall/packaged/packaged_config_3_extended.py
Expand Up @@ -587,7 +587,7 @@ def extended_set():
#

#
# August, September, October 2016
# August, September, October, December 2016
#
ModuleInstall('qinfer', 'pip', usage="DATA/ML",
purpose="QInfer is a library using Bayesian sequential Monte Carlo for quantum parameter estimation."),
Expand Down Expand Up @@ -615,6 +615,9 @@ def extended_set():
purpose="Reactive Extensions (Rx) for Python (LINQ)"),
ModuleInstall('PySocks', 'pip', mname="socks",
purpose="A semi-actively maintained SocksiPy fork. Contains many improvements to the original."),
ModuleInstall('pympler', 'pip',
purpose="Pympler is a development tool to measure, monitor and analyze the memory behavior of Python " +
"objects in a running Python application."),
]

if sys.platform.startswith("win"):
Expand Down

0 comments on commit f076aea

Please sign in to comment.