13 projects
aspectp
Aspect Oriented Programming in Python
prindent
Print with auto indentation
observer-pattern
Simple Observer Pattern implementation
simpleobject
Simple json serializable object
withcd
Change working directory utility compatible with with statements
while-machine
While Abstract Machine implemented in python.
random-access-machine
Random Access Machine implemented in python.
capturepy
Capturepy captures the standard output and the standard error of functions, methods and any blocks of code. It is useful when testing, debugging and working with libraries. Find out more at https://github.com/GabrieleMaurina/capturepy.
dext
Dext is a tool to extract file dependencies from a code base. It is still under development.
babelrts
BastRTS is a tool to perform regression test selection. It is still under development.
fastrts
FastRTS has been renamed BabelRTS. Check it out here: https://github.com/GabrieleMaurina/babelRTS. Install it with "python -m pip install babelrts".
pyssembly
Pyssembly allows to execute pseudo assembly code and it is meant for teaching purposes.
fasttp
Fasttp is a tool to perform test case prioritization.