elf-inspector

View on PyPIReverse Dependencies (1)

0.0.1 elf_inspector-0.0.1-py3-none-any.whl

Wheel Details

Project: elf-inspector
Version: 0.0.1
Filename: elf_inspector-0.0.1-py3-none-any.whl
Download: [link]
Size: 14370
MD5: 246307c7f4a43517360c9a73bb834c3c
SHA256: 2e9920b0281e810ee0ee913715fdd2d2959b1cc90bfeb318142626c5714b05d2
Uploaded: 2023-07-08 10:43:27 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: elf-inspector
Version: 0.0.1
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/nexB/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.7
Requires-Dist: attrs
Requires-Dist: pyelftools
Requires-Dist: commoncode
Requires-Dist: typecode
Requires-Dist: Sphinx (==5.1.0); extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=0.5.0); extra == "docs"
Requires-Dist: doc8 (>=0.8.1); extra == "docs"
Requires-Dist: scancode-toolkit (>=32.0.0); extra == "full"
Requires-Dist: scancode-toolkit (>=32.0.0); 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"
Provides-Extra: docs
Provides-Extra: full
Provides-Extra: testing
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: 173 characters]

WHEEL

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

RECORD

Path Digest Size
elf_inspector/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
elf_inspector/dwarf.py sha256=7ANpZndgTY-9x34S0lSqjwmAipcEHsRLLa034Nh3gfU 6680
elf_inspector/elf.py sha256=ljnpqa81t2Uox7XBVh1sCfpkeWHz_4XewgMdJbbSZEo 1374
elf_inspector/plugin_dwarf.py sha256=XMIo7SwvMDEq6n9pRZg8QomB3csiJXFLjmzxlej9csY 1553
elf_inspector/plugin_elf.py sha256=Zyfm8KZzbJGEtvBMDk4JmtOj4YHq5a9ewoXU1s3xQK0 1529
elf_inspector-0.0.1.dist-info/AUTHORS.rst sha256=_DK48BSomIjXdMy62kTsudJPZVkkaZs2-QxJjGslSXw 90
elf_inspector-0.0.1.dist-info/CHANGELOG.rst sha256=iMVL7EHx-F7xGMxalmfqHFS9-3zI13kIE7giBlN1--w 190
elf_inspector-0.0.1.dist-info/CODE_OF_CONDUCT.rst sha256=xXDTFpYY3Y7JoxrWADihieUvhGlwJc_oxsbmLJaBvE4 3422
elf_inspector-0.0.1.dist-info/METADATA sha256=PQLiL8V00xJTP_ac1GP_Ae1jlb2KX6SXwGOqH9tqn8k 1780
elf_inspector-0.0.1.dist-info/NOTICE sha256=SM7ELF-ckyHeexaDSX7P2EqDbjYkb6S8c_CWcsdMyXM 752
elf_inspector-0.0.1.dist-info/WHEEL sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18 92
elf_inspector-0.0.1.dist-info/apache-2.0.LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
elf_inspector-0.0.1.dist-info/entry_points.txt sha256=JFU26NFLzUYSkE8sIvzBQ3JdKAJbqKM8SXMawTArgqQ 126
elf_inspector-0.0.1.dist-info/top_level.txt sha256=NpEXk0iT6cNupQcJiw6FJUYu7gHrjs8Z-n-gjYqlDT8 14
elf_inspector-0.0.1.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