bmiro / pys2py

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Python 100.0%