Metadata-Version: 2.1
Name: staticx
Version: 0.13.8
Summary: Build static self-extracting app from dynamic executable
Home-page: https://github.com/JonathonReinhart/staticx
Author: Jonathon Reinhart
Author-email: jonathon.reinhart@gmail.com
License: GPL v2 with special exception allowing StaticX to build and distribute non-free programs
Description: StaticX [![Build Status](https://travis-ci.org/JonathonReinhart/staticx.svg?branch=master)](https://travis-ci.org/JonathonReinhart/staticx) [![PyPI](https://img.shields.io/pypi/v/staticx.svg)](https://pypi.python.org/pypi/staticx)
        [![Docs](https://readthedocs.org/projects/staticx/badge/?version=latest)](https://staticx.readthedocs.io/)
        -----
        
        Bundle dynamic executables with their library dependencies so they can be run
        anywhere, just like a static executable.
        
        For more information, [Read the Docs](https://staticx.readthedocs.io/).
        
        ## License
        This software is released under the GPLv2, with an exception allowing the
        bootloader to be distributed. See [LICENSE.txt](LICENSE.txt) for more details.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.5
Description-Content-Type: text/markdown
