Metadata-Version: 1.1
Name: quickpack
Version: 0.0.2
Summary: pack your file with pyinstaller and automatically remove all useless files
Home-page: https://github.com/code-nick-python/awesome-python-tools/tree/master/pyinstaller_all
Author: code-nick-python
Author-email: 2330458484@qq.com
License: Apache2.0 License
Description: 
            you can use this in the command line,the tool will pack all py files under the path you enter,this is a example::
        
                pack -p path
        
            you can also remove all exe under the path before packing::
                
                pack -r -p path
            
            use pack -h to get more information
            
Platform: any
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
