Metadata-Version: 1.1
Name: superzippy
Version: 0.0.3-
Summary: A Python utility for packaging up multi-file Python scripts into a single file, dependencies and all.
Home-page: https://www.github.com/brownhead/superzippy
Author: John Sullivan and other contributers
Author-email: john@galahgroup.com
License: Apache v2.0
Description: Super Zippy
        ===========
        
        Super Zippy will take a Python package and create a single executable file out of it that you can distribute to all your Linux user friends.
        
        .. code-block:: bash
        
        	$ echo "entry_point = 'superzippy.packaging:run'" > superconfig.py
        	$ superzippy superzippy
        
        And now we have a single file containing all of Super Zippy's dependencies and code. No installation necessary.
        
        Authors
        -------
        
        John Sullivan
        
        License
        -------
        
        Apache License v2.0
        
Keywords: python packaging
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
