6 projects
vastpy
None
pytrace
pytrace is a fast python tracer. pytrace records function calls, arguments and return values. traces aid debugging, profiling and obviate logging.
pystuck
pystuck.py is a utility for analyzing stuck python programs (or just hardcore debugging). in order to debug a python program (hence, the debugee), add this line anywhere at startup: import pystuck; pystuck.run_server(). this script is the client, once invoked it connects to the debuggee and prints the debugee's threads stack traces (good for most cases). in addition, it opens an ipython prompt with an rpyc connection that provides access to the debuggee's modules (good for inspecting variables).
nosecomplete
nosecomplete is a nose plugin used for completing test names from the command line, it supports both python 2 and 3.
pql
A python expression to MongoDB query translator
mongoq
mongoq generates MongoDB queries from simple python expressions