wget

wget 2.0

wget is a module that allows you to fetch files via Python.Usage:python -m wget < URL >What is new in this release:it shows percentage it has usage examples it changes if being used as a library download shows progress bar by default bar_adaptive gets...

read more
xtrace

xtrace 0.4

xtrace is a Python module that prints function trace to stdout from the moment it is called:import xtracextrace.start()...xtrace.stop()The output format is that of Xdebug http://xdebug.org/docs/execution_trace But frankly, I didn't have time to polish it...