项目作者: dobrakmato
项目描述 :
Python script to inline other python application to single file
高级语言: Python
项目地址: git://github.com/dobrakmato/python-import-inliner.git
python-import-inliner
Simple tool to inline static (non dynamic, non-if-ed) imports of multiple
files to single python source file.
Example file structure and output file (uberfile.py) is in folder test
.
Currently script inlines whole files instead of only requested symbols.