INFO
Name: python3-peachpy
Version: 0.2.0-6.el10_1
Arch: noarch
Summary: Portable Efficient Assembly Codegen in Higher-level Python
License: BSD-2-Clause
Vendor: Fedora Project
Build Host: buildvm-a64-31.rdu3.fedoraproject.org
Build Date: Tue Aug 19 21:01:07 2025
Size: 13883033
URL: https://github.com/Maratyszcza/PeachPy/
Description: PeachPy is a Python framework for writing high-performance assembly kernels.
PeachPy aims to simplify writing optimized assembly kernels while preserving
all optimization opportunities of traditional assembly.
FILES
/usr/lib/python3.12/site-packages/PeachPy-0.2.0.dist-info
/usr/lib/python3.12/site-packages/PeachPy-0.2.0.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/PeachPy-0.2.0.dist-info/LICENSE.rst
/usr/lib/python3.12/site-packages/PeachPy-0.2.0.dist-info/METADATA
/usr/lib/python3.12/site-packages/PeachPy-0.2.0.dist-info/WHEEL
/usr/lib/python3.12/site-packages/PeachPy-0.2.0.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/peachpy
/usr/lib/python3.12/site-packages/peachpy/__init__.py
/usr/lib/python3.12/site-packages/peachpy/__pycache__
/usr/lib/python3.12/site-packages/peachpy/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/abi.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/abi.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/arm.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/arm.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/codegen.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/codegen.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/encoder.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/encoder.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/function.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/function.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/literal.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/literal.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/loader.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/loader.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/name.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/name.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/parse.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/parse.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/stream.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/stream.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/util.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/util.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/writer.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/writer.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/abi.py
/usr/lib/python3.12/site-packages/peachpy/arm
/usr/lib/python3.12/site-packages/peachpy/arm.py
/usr/lib/python3.12/site-packages/peachpy/arm/__init__.py
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/abi.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/abi.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/function.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/function.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/generic.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/generic.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/instructions.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/instructions.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/isa.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/isa.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/microarchitecture.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/microarchitecture.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/pseudo.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/pseudo.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/registers.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/registers.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/vfpneon.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/vfpneon.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/abi.py
/usr/lib/python3.12/site-packages/peachpy/arm/function.py
/usr/lib/python3.12/site-packages/peachpy/arm/generic.py
/usr/lib/python3.12/site-packages/peachpy/arm/instructions.py
/usr/lib/python3.12/site-packages/peachpy/arm/isa.py
/usr/lib/python3.12/site-packages/peachpy/arm/microarchitecture.py
/usr/lib/python3.12/site-packages/peachpy/arm/pseudo.py
/usr/lib/python3.12/site-packages/peachpy/arm/registers.py
/usr/lib/python3.12/site-packages/peachpy/arm/vfpneon.py
/usr/lib/python3.12/site-packages/peachpy/c
/usr/lib/python3.12/site-packages/peachpy/c/__init__.py
/usr/lib/python3.12/site-packages/peachpy/c/__pycache__
/usr/lib/python3.12/site-packages/peachpy/c/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/c/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/c/__pycache__/types.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/c/__pycache__/types.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/c/types.py
/usr/lib/python3.12/site-packages/peachpy/codegen.py
/usr/lib/python3.12/site-packages/peachpy/common
/usr/lib/python3.12/site-packages/peachpy/common/__init__.py
/usr/lib/python3.12/site-packages/peachpy/common/__pycache__
/usr/lib/python3.12/site-packages/peachpy/common/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/common/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/common/__pycache__/function.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/common/__pycache__/function.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/common/__pycache__/regalloc.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/common/__pycache__/regalloc.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/common/function.py
/usr/lib/python3.12/site-packages/peachpy/common/regalloc.py
/usr/lib/python3.12/site-packages/peachpy/encoder.py
/usr/lib/python3.12/site-packages/peachpy/formats
/usr/lib/python3.12/site-packages/peachpy/formats/__init__.py
/usr/lib/python3.12/site-packages/peachpy/formats/__pycache__
/usr/lib/python3.12/site-packages/peachpy/formats/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/elf
/usr/lib/python3.12/site-packages/peachpy/formats/elf/__init__.py
/usr/lib/python3.12/site-packages/peachpy/formats/elf/__pycache__
/usr/lib/python3.12/site-packages/peachpy/formats/elf/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/elf/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/elf/__pycache__/file.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/elf/__pycache__/file.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/elf/__pycache__/image.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/elf/__pycache__/image.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/elf/__pycache__/section.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/elf/__pycache__/section.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/elf/__pycache__/symbol.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/elf/__pycache__/symbol.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/elf/file.py
/usr/lib/python3.12/site-packages/peachpy/formats/elf/image.py
/usr/lib/python3.12/site-packages/peachpy/formats/elf/section.py
/usr/lib/python3.12/site-packages/peachpy/formats/elf/symbol.py
/usr/lib/python3.12/site-packages/peachpy/formats/macho
/usr/lib/python3.12/site-packages/peachpy/formats/macho/__init__.py
/usr/lib/python3.12/site-packages/peachpy/formats/macho/__pycache__
/usr/lib/python3.12/site-packages/peachpy/formats/macho/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/macho/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/macho/__pycache__/file.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/macho/__pycache__/file.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/macho/__pycache__/image.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/macho/__pycache__/image.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/macho/__pycache__/section.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/macho/__pycache__/section.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/macho/__pycache__/symbol.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/macho/__pycache__/symbol.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/macho/file.py
/usr/lib/python3.12/site-packages/peachpy/formats/macho/image.py
/usr/lib/python3.12/site-packages/peachpy/formats/macho/section.py
/usr/lib/python3.12/site-packages/peachpy/formats/macho/symbol.py
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/__init__.py
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/__pycache__
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/__pycache__/image.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/__pycache__/image.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/__pycache__/section.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/__pycache__/section.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/__pycache__/symbol.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/__pycache__/symbol.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/image.py
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/section.py
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/symbol.py
/usr/lib/python3.12/site-packages/peachpy/function.py
/usr/lib/python3.12/site-packages/peachpy/literal.py
/usr/lib/python3.12/site-packages/peachpy/loader.py
/usr/lib/python3.12/site-packages/peachpy/name.py
/usr/lib/python3.12/site-packages/peachpy/parse.py
/usr/lib/python3.12/site-packages/peachpy/stream.py
/usr/lib/python3.12/site-packages/peachpy/util.py
/usr/lib/python3.12/site-packages/peachpy/writer.py
/usr/lib/python3.12/site-packages/peachpy/x86_64
/usr/lib/python3.12/site-packages/peachpy/x86_64/__init__.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/__main__.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/__main__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/__main__.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/abi.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/abi.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/amd.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/amd.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/avx.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/avx.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/crypto.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/crypto.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/encoding.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/encoding.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/fma.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/fma.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/function.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/function.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/generic.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/generic.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/instructions.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/instructions.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/isa.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/isa.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/lower.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/lower.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/mask.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/mask.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/meta.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/meta.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/mmxsse.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/mmxsse.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/nacl.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/nacl.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/operand.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/operand.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/options.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/options.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/pseudo.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/pseudo.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/registers.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/registers.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/types.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/types.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/uarch.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/uarch.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/abi.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/amd.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/avx.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/crypto.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/encoding.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/fma.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/function.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/generic.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/instructions.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/isa.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/lower.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/mask.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/meta.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/mmxsse.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/nacl.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/operand.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/options.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/pseudo.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/registers.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/types.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/uarch.py
/usr/share/doc/python3-peachpy
/usr/share/doc/python3-peachpy/README.rst
/usr/share/licenses/python3-peachpy
/usr/share/licenses/python3-peachpy/LICENSE.rst
REQUIRES
python(abi) 3.12
python3.12dist(six)
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PartialHardlinkSets) 4.0.4-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
PROVIDES
python-peachpy 0.2.0-6.el10_1
python3-peachpy 0.2.0-6.el10_1
python3.12-peachpy 0.2.0-6.el10_1
python3.12dist(peachpy) 0.2
python3dist(peachpy) 0.2
CONFIG FILES
/usr/lib/python3.12/site-packages/PeachPy-0.2.0.dist-info
/usr/lib/python3.12/site-packages/PeachPy-0.2.0.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/PeachPy-0.2.0.dist-info/LICENSE.rst l
/usr/lib/python3.12/site-packages/PeachPy-0.2.0.dist-info/METADATA
/usr/lib/python3.12/site-packages/PeachPy-0.2.0.dist-info/WHEEL
/usr/lib/python3.12/site-packages/PeachPy-0.2.0.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/peachpy
/usr/lib/python3.12/site-packages/peachpy/__init__.py
/usr/lib/python3.12/site-packages/peachpy/__pycache__
/usr/lib/python3.12/site-packages/peachpy/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/abi.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/abi.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/arm.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/arm.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/codegen.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/codegen.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/encoder.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/encoder.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/function.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/function.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/literal.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/literal.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/loader.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/loader.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/name.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/name.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/parse.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/parse.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/stream.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/stream.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/util.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/util.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/writer.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/__pycache__/writer.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/abi.py
/usr/lib/python3.12/site-packages/peachpy/arm
/usr/lib/python3.12/site-packages/peachpy/arm.py
/usr/lib/python3.12/site-packages/peachpy/arm/__init__.py
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/abi.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/abi.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/function.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/function.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/generic.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/generic.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/instructions.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/instructions.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/isa.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/isa.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/microarchitecture.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/microarchitecture.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/pseudo.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/pseudo.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/registers.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/registers.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/vfpneon.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/__pycache__/vfpneon.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/arm/abi.py
/usr/lib/python3.12/site-packages/peachpy/arm/function.py
/usr/lib/python3.12/site-packages/peachpy/arm/generic.py
/usr/lib/python3.12/site-packages/peachpy/arm/instructions.py
/usr/lib/python3.12/site-packages/peachpy/arm/isa.py
/usr/lib/python3.12/site-packages/peachpy/arm/microarchitecture.py
/usr/lib/python3.12/site-packages/peachpy/arm/pseudo.py
/usr/lib/python3.12/site-packages/peachpy/arm/registers.py
/usr/lib/python3.12/site-packages/peachpy/arm/vfpneon.py
/usr/lib/python3.12/site-packages/peachpy/c
/usr/lib/python3.12/site-packages/peachpy/c/__init__.py
/usr/lib/python3.12/site-packages/peachpy/c/__pycache__
/usr/lib/python3.12/site-packages/peachpy/c/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/c/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/c/__pycache__/types.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/c/__pycache__/types.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/c/types.py
/usr/lib/python3.12/site-packages/peachpy/codegen.py
/usr/lib/python3.12/site-packages/peachpy/common
/usr/lib/python3.12/site-packages/peachpy/common/__init__.py
/usr/lib/python3.12/site-packages/peachpy/common/__pycache__
/usr/lib/python3.12/site-packages/peachpy/common/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/common/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/common/__pycache__/function.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/common/__pycache__/function.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/common/__pycache__/regalloc.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/common/__pycache__/regalloc.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/common/function.py
/usr/lib/python3.12/site-packages/peachpy/common/regalloc.py
/usr/lib/python3.12/site-packages/peachpy/encoder.py
/usr/lib/python3.12/site-packages/peachpy/formats
/usr/lib/python3.12/site-packages/peachpy/formats/__init__.py
/usr/lib/python3.12/site-packages/peachpy/formats/__pycache__
/usr/lib/python3.12/site-packages/peachpy/formats/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/elf
/usr/lib/python3.12/site-packages/peachpy/formats/elf/__init__.py
/usr/lib/python3.12/site-packages/peachpy/formats/elf/__pycache__
/usr/lib/python3.12/site-packages/peachpy/formats/elf/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/elf/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/elf/__pycache__/file.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/elf/__pycache__/file.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/elf/__pycache__/image.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/elf/__pycache__/image.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/elf/__pycache__/section.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/elf/__pycache__/section.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/elf/__pycache__/symbol.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/elf/__pycache__/symbol.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/elf/file.py
/usr/lib/python3.12/site-packages/peachpy/formats/elf/image.py
/usr/lib/python3.12/site-packages/peachpy/formats/elf/section.py
/usr/lib/python3.12/site-packages/peachpy/formats/elf/symbol.py
/usr/lib/python3.12/site-packages/peachpy/formats/macho
/usr/lib/python3.12/site-packages/peachpy/formats/macho/__init__.py
/usr/lib/python3.12/site-packages/peachpy/formats/macho/__pycache__
/usr/lib/python3.12/site-packages/peachpy/formats/macho/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/macho/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/macho/__pycache__/file.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/macho/__pycache__/file.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/macho/__pycache__/image.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/macho/__pycache__/image.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/macho/__pycache__/section.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/macho/__pycache__/section.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/macho/__pycache__/symbol.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/macho/__pycache__/symbol.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/macho/file.py
/usr/lib/python3.12/site-packages/peachpy/formats/macho/image.py
/usr/lib/python3.12/site-packages/peachpy/formats/macho/section.py
/usr/lib/python3.12/site-packages/peachpy/formats/macho/symbol.py
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/__init__.py
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/__pycache__
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/__pycache__/image.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/__pycache__/image.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/__pycache__/section.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/__pycache__/section.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/__pycache__/symbol.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/__pycache__/symbol.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/image.py
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/section.py
/usr/lib/python3.12/site-packages/peachpy/formats/mscoff/symbol.py
/usr/lib/python3.12/site-packages/peachpy/function.py
/usr/lib/python3.12/site-packages/peachpy/literal.py
/usr/lib/python3.12/site-packages/peachpy/loader.py
/usr/lib/python3.12/site-packages/peachpy/name.py
/usr/lib/python3.12/site-packages/peachpy/parse.py
/usr/lib/python3.12/site-packages/peachpy/stream.py
/usr/lib/python3.12/site-packages/peachpy/util.py
/usr/lib/python3.12/site-packages/peachpy/writer.py
/usr/lib/python3.12/site-packages/peachpy/x86_64
/usr/lib/python3.12/site-packages/peachpy/x86_64/__init__.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/__main__.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/__main__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/__main__.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/abi.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/abi.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/amd.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/amd.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/avx.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/avx.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/crypto.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/crypto.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/encoding.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/encoding.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/fma.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/fma.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/function.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/function.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/generic.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/generic.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/instructions.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/instructions.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/isa.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/isa.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/lower.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/lower.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/mask.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/mask.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/meta.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/meta.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/mmxsse.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/mmxsse.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/nacl.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/nacl.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/operand.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/operand.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/options.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/options.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/pseudo.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/pseudo.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/registers.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/registers.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/types.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/types.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/uarch.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/__pycache__/uarch.cpython-312.pyc
/usr/lib/python3.12/site-packages/peachpy/x86_64/abi.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/amd.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/avx.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/crypto.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/encoding.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/fma.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/function.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/generic.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/instructions.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/isa.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/lower.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/mask.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/meta.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/mmxsse.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/nacl.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/operand.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/options.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/pseudo.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/registers.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/types.py
/usr/lib/python3.12/site-packages/peachpy/x86_64/uarch.py
/usr/share/doc/python3-peachpy
/usr/share/doc/python3-peachpy/README.rst d
/usr/share/licenses/python3-peachpy
/usr/share/licenses/python3-peachpy/LICENSE.rst l
LICENSE FILES
BSD-2-Clause
|