elf-inspector

View on PyPIReverse Dependencies (1)

0.0.3 elf_inspector-0.0.3-py3-none-any.whl

Wheel Details

Project: elf-inspector
Version: 0.0.3
Filename: elf_inspector-0.0.3-py3-none-any.whl
Download: [link]
Size: 16927
MD5: 46325aa82a9f1f658b30dde751f600a6
SHA256: 4bb7d3d7900b338b901316de9271db716191636c97c528f1c943bc3c58348a37
Uploaded: 2025-03-11 16:23:42 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: elf_inspector
Version: 0.0.3
Summary: A utility to inspect ELF binary files. Designed as a ScanCode plugin.
Author: nexB. Inc. and others
Author-Email: info[at]aboutcode.org
Home-Page: https://github.com/aboutcode-org/elf-inspector
License: Apache-2.0
Keywords: utilities,elf,dwarf,debug-symbols,scancode
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Requires-Dist: attrs
Requires-Dist: bids-analyser
Requires-Dist: pyelftools
Requires-Dist: commoncode
Requires-Dist: typecode[full]
Requires-Dist: scancode-toolkit (>=32.3.3); extra == "full"
Requires-Dist: scancode-toolkit (>=32.3.3); extra == "testing"
Requires-Dist: pytest (!=7.0.0,>=6); extra == "testing"
Requires-Dist: pytest-xdist (>=2); extra == "testing"
Requires-Dist: aboutcode-toolkit (>=7.0.2); extra == "testing"
Requires-Dist: pycodestyle (>=2.8.0); extra == "testing"
Requires-Dist: twine; extra == "testing"
Requires-Dist: black; extra == "testing"
Requires-Dist: isort; extra == "testing"
Requires-Dist: Sphinx (>=5.0.2); extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=1.0.0); extra == "docs"
Requires-Dist: sphinx-reredirects (>=0.1.2); extra == "docs"
Requires-Dist: doc8 (>=0.11.2); extra == "docs"
Requires-Dist: sphinx-autobuild; extra == "docs"
Requires-Dist: sphinx-rtd-dark-mode (>=1.3.0); extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Provides-Extra: full
Provides-Extra: testing
Provides-Extra: docs
Description-Content-Type: text/x-rst
License-File: apache-2.0.LICENSE
License-File: NOTICE
License-File: AUTHORS.rst
License-File: CHANGELOG.rst
License-File: CODE_OF_CONDUCT.rst
[Description omitted; length: 4930 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (76.0.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
elf_inspector/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
elf_inspector/binary.py sha256=VMdKxCed9X2luZkAvSwl8HQJz7___W-I73OgvtZOwqw 1259
elf_inspector/dwarf.py sha256=ZfvakTHyDUepyUoWzH7uIEQbvwd5Dnhm5HcOJmP0P24 6689
elf_inspector/elf.py sha256=ahcdG7q39IA0GYyi5PQ78qnAyD9u7ywR1tXNGm7yYvo 1383
elf_inspector/plugin_dwarf.py sha256=K5TfhHShCFbwyerRi4eiE-xyYSj9EI3dyAohXbhd_Zo 1571
elf_inspector/plugin_elf.py sha256=InfdSLv2jFXEmxK6hdcE-XULOCiczpZqFcIOrU9IAr8 1966
elf_inspector-0.0.3.dist-info/AUTHORS.rst sha256=_DK48BSomIjXdMy62kTsudJPZVkkaZs2-QxJjGslSXw 90
elf_inspector-0.0.3.dist-info/CHANGELOG.rst sha256=DO_PneKLgGogyGqoH36ty9XeboxvhrTBSREjgdr2noo 457
elf_inspector-0.0.3.dist-info/CODE_OF_CONDUCT.rst sha256=xXDTFpYY3Y7JoxrWADihieUvhGlwJc_oxsbmLJaBvE4 3422
elf_inspector-0.0.3.dist-info/METADATA sha256=9JxizGm8ho657C9QAMOLox1NSLfr_Wg3I12zJsEnXzg 6760
elf_inspector-0.0.3.dist-info/NOTICE sha256=fkLIlzyP8zWNnPbFSXkTInNgYl35THH5-J8vMKuNzhc 761
elf_inspector-0.0.3.dist-info/WHEEL sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8 91
elf_inspector-0.0.3.dist-info/apache-2.0.LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
elf_inspector-0.0.3.dist-info/entry_points.txt sha256=JFU26NFLzUYSkE8sIvzBQ3JdKAJbqKM8SXMawTArgqQ 126
elf_inspector-0.0.3.dist-info/top_level.txt sha256=NpEXk0iT6cNupQcJiw6FJUYu7gHrjs8Z-n-gjYqlDT8 14
elf_inspector-0.0.3.dist-info/RECORD

top_level.txt

elf_inspector

entry_points.txt

dwarf-inspector = elf_inspector.plugin_dwarf:DwarfScanner
elf-inspector = elf_inspector.plugin_elf:ElfScanner