staticx

View on PyPIReverse Dependencies (2)

0.14.1 staticx-0.14.1-py3-none-manylinux1_x86_64.whl

Wheel Details

Project: staticx
Version: 0.14.1
Filename: staticx-0.14.1-py3-none-manylinux1_x86_64.whl
Download: [link]
Size: 182448
MD5: 67ff0d86a56c21807e4d7c42a18c92c8
SHA256: bd34ee12e2d97d9c88970855817a70750745ce6bddc616c42fb318bb5a422e89
Uploaded: 2023-08-07 04:37:27 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: staticx
Version: 0.14.1
Summary: Build static self-extracting app from dynamic executable
Author: Jonathon Reinhart
Author-Email: jonathon.reinhart[at]gmail.com
Home-Page: https://github.com/JonathonReinhart/staticx
License: GPL v2 with special exception allowing StaticX to build and distribute non-free programs
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.7
Requires-Dist: pyelftools
Description-Content-Type: text/markdown
License-File: LICENSE.txt
[Description omitted; length: 754 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.41.1)
Root-Is-Purelib: true
Tag: py3-none-manylinux1_x86_64

RECORD

Path Digest Size
staticx/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
staticx/__main__.py sha256=cbbxf3SEMy0UuWvCP2oKYs2V4biuvXZsi6wvkhlFkoA 1774
staticx/api.py sha256=fRa7iaWhPDd6JSX5OZgV3vvHkm7068kkcruQryTaFe0 10854
staticx/archive.py sha256=XhFie0BfrZ5ivH_-cQPNiFG-17UGlqyA0IU05-fMFZE 3933
staticx/assets.py sha256=W1vDgTprhv61h_rO3f8aMjqwl5xa9bqlBw_xWQYkWPc 516
staticx/bcjfilter.py sha256=dems0Q5LwTS8O9mG2VNLdI-dDptNP0LKA3wRP4oh1bk 1099
staticx/constants.py sha256=hjEte3hFHC0SKvQ63tjIhI9b2I5a8nTUi-f31VCkuqg 149
staticx/elf.py sha256=L6RZGMDJm7DMDZ375ZyWVHVReXaH5gx4cHT6Mn3ap0Q 10347
staticx/errors.py sha256=0kN2pyJJjZCH690mtsw7CO4PPBiNDvC2m_1UVBpwmxI 1933
staticx/extract.py sha256=IKfvnUkoAZJMqYxTjQxqXwgs4N1LlXxmRfde14k6lT4 1320
staticx/utils.py sha256=-VoHFYofje6m6cf0GAIRuKBxQW6lAWbVCY_Fl48ifDE 2509
staticx/version.py sha256=sB5uaWjamg4hxsaSVnHUmKpG3zzBD_oLguy5GNYbL-E 2299
staticx/assets/debug/bootloader sha256=my452CTFPnaXHRTP54hksKP9Pm3c66dY0tRP9RPQQns 201064
staticx/assets/debug/libnssfix.so sha256=JsQMZ2lt38ODtB9Vl54naarM-tirZi0M5ZbadM3wyoE 17640
staticx/assets/release/bootloader sha256=8JMRJC6wMHKWWlz37kRRAFha8a4WbjDjxUf-5-7eSe8 117432
staticx/assets/release/libnssfix.so sha256=ziR5ZwY3foieV6lroUYp9vowlsRftfcgzmAnm_oMpxU 14448
staticx/hooks/__init__.py sha256=9X56NqiHE7oloTxKwRKhHF7HXa2SzsaCRY3hJiVaqjU 222
staticx/hooks/glibc.py sha256=U3mShQM9NoU5NQ4lG7LwxkSHBa45t7Q2RAtMxGIdChQ 2107
staticx/hooks/pyinstaller.py sha256=MU5vjt-Yi_IvoPGs___QDywOXelbUa9U1l4VlIlbYoM 5950
staticx-0.14.1.dist-info/LICENSE.txt sha256=gpIntIgJYoxnAY3AX2eqB6YzRhyPVVqIRx7dXQQNwAY 16288
staticx-0.14.1.dist-info/METADATA sha256=NuNSq5UMKjboKYeh9AkPswuW0QuH2y8IKh8mA5zLGr0 1935
staticx-0.14.1.dist-info/WHEEL sha256=5R2AHmvas2qJWoilfg7E6gQrI1a4sTe3HpRnMgaBtUU 106
staticx-0.14.1.dist-info/entry_points.txt sha256=qCaNC00q5XEPHah4h5DpGWjH7_ChHwiBzfa7nn9keEI 84
staticx-0.14.1.dist-info/top_level.txt sha256=ILeXr_pHTTQcde7es-OqCCEqONuX_oyVo7Mi0eMDRnk 8
staticx-0.14.1.dist-info/RECORD

top_level.txt

staticx

entry_points.txt

staticx = staticx.__main__:main
sx-extract = staticx.extract:main