项目作者: dobrakmato

项目描述 :
Python script to inline other python application to single file
高级语言: Python
项目地址: git://github.com/dobrakmato/python-import-inliner.git
创建时间: 2019-01-19T01:22:07Z
项目社区:https://github.com/dobrakmato/python-import-inliner

开源协议:

下载


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.