Metadata-Version: 2.1
Name: pyCombiner
Version: 0.1.3
Summary: Combine that all your python files in your project sequential into one by the relationship of import statement. 
Home-page: https://gwills163.github.io/
Author: JunQingQing
Author-email: gwills@163.com
Maintainer: JunQingQing
Maintainer-email: gwills@163.com
License: BSD License
Platform: all
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown

# The Function of PyCombiner

it is a commandline tool to combine python files into one file.
The generated resultant and usage is like pyinstaller, but is much simpler, and resultant is not ".exe", is ".py".

<img src="https://github.com/GWillS163/pyCombiner/raw/master/res/introImg.png">


