/pys2py

Python merger script that looks for the libraries in the same directory and makes an unique file.

Primary LanguagePython

python pys2py source.py destination.py

Will search for all the libraries that import source that are in the current directory and merge them with the source.py in the destination.py.

Is the first rudimentary verison without library dependences (recursion) nor many things. See TODO file.