| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python311-PeachPy | Distribution: openSUSE Tumbleweed |
| Version: 0.2.0~pre.20221113T090827.349e8f8 | Vendor: openSUSE |
| Release: 3.1 | Build date: Fri Aug 1 06:30:53 2025 |
| Group: Unspecified | Build host: reproducible |
| Size: 14248896 | Source RPM: python-PeachPy-0.2.0~pre.20221113T090827.349e8f8-3.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/Maratyszcza/PeachPy | |
| Summary: Portable Efficient Assembly Codegen in Higher-level Python | |
Portable Efficient Assembly Code-generator in Higher-level Python (PEACH-Py)
PEACH-Py is a Python framework for writing high-performance assembly kernels.
PEACH-Py is developed to simplify writing optimized assembly kernels while
preserving all optimization opportunities of traditional assembly. Some
PEACH-Py features:
- Automatic register allocation
- Stack frame management, including re-aligning of stack frame as needed
- Generating versions of a function for different calling conventions from
the same source (e.g. functions for Microsoft x64 ABI and System V x86-64
ABI can be generated from the same source)
- Allows to define constants in the place where they are used (just like in
high-level languages)
- Tracking of instruction extensions used in the function.
- Multiplexing of multiple instruction streams (helpful for software
pipelining)
BSD-2-Clause
* Fri Aug 01 2025 Steve Kowalik <steven.kowalik@suse.com>
- Use pyproject macros to build and install.
- List directories explicitly in %files.
* Wed Aug 28 2024 Guang Yee <gyee@suse.com>
- Enable sle15_python_module_pythons.
* Mon Mar 27 2023 hpj@urpla.net
- Update to version 0.2.0~pre.20221113T090827.349e8f8:
* Import setuptools before distutils
* AppVeyor: Python 2.7, 3.6, 3.8, 3.10 (#130)
* Fix typos discovered by codespell
* Use print() function in both Python 2 and Python 3
* Make the build reproducible
* Update setup.py
* Adds RDSEED starting from Broadwell
* Fix rip register usage in AT&T assembly (#112)
* Support simple syntax for RIP-relative CALL (#107)
* Allow asm printing for CALL(RIPRelativeOffset(3)) (#105)
- pytest is used for testing now, remove rednose dependency
- Disable dysfunctional arm tests
- Changed service to spell out timestamp in human readable form
and to create a changelog entry on updates
- Removed outdated automated-convertion-form-2to3.patch
* Thu Apr 23 2020 Tomáš Chvátal <tchvatal@suse.com>
- Fix build without python2
- Fix the version to match reality as it is git repo snapshot
* Wed Dec 11 2019 Christian Goll <cgoll@suse.com>
- removed i586 builds as the instructions are x86_64 specific
* Tue Nov 05 2019 Christian Goll <cgoll@suse.com>
- updated to actual master from github, as setup.py was fixed upstream
* removed removed-enum-for-new-pythons.patch
* Wed Sep 04 2019 Christian Goll <cgoll@suse.com>
- initial release of PeachPy
* added removed-enum-for-new-pythons.patch to fix wrong
requirement for enum in setup.py
* added automated-convertion-form-2to3.patch, to cover the nosetets
also for python3
/usr/lib/python3.11/site-packages/peachpy /usr/lib/python3.11/site-packages/peachpy-0.2.0.dist-info /usr/lib/python3.11/site-packages/peachpy-0.2.0.dist-info/INSTALLER /usr/lib/python3.11/site-packages/peachpy-0.2.0.dist-info/METADATA /usr/lib/python3.11/site-packages/peachpy-0.2.0.dist-info/RECORD /usr/lib/python3.11/site-packages/peachpy-0.2.0.dist-info/REQUESTED /usr/lib/python3.11/site-packages/peachpy-0.2.0.dist-info/WHEEL /usr/lib/python3.11/site-packages/peachpy-0.2.0.dist-info/licenses /usr/lib/python3.11/site-packages/peachpy-0.2.0.dist-info/licenses/LICENSE.rst /usr/lib/python3.11/site-packages/peachpy-0.2.0.dist-info/top_level.txt /usr/lib/python3.11/site-packages/peachpy/__init__.py /usr/lib/python3.11/site-packages/peachpy/__pycache__ /usr/lib/python3.11/site-packages/peachpy/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/__pycache__/abi.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/__pycache__/abi.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/__pycache__/arm.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/__pycache__/arm.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/__pycache__/codegen.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/__pycache__/codegen.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/__pycache__/encoder.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/__pycache__/encoder.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/__pycache__/function.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/__pycache__/function.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/__pycache__/literal.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/__pycache__/literal.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/__pycache__/loader.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/__pycache__/loader.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/__pycache__/name.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/__pycache__/name.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/__pycache__/parse.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/__pycache__/parse.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/__pycache__/stream.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/__pycache__/stream.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/__pycache__/util.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/__pycache__/util.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/__pycache__/writer.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/__pycache__/writer.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/abi.py /usr/lib/python3.11/site-packages/peachpy/arm /usr/lib/python3.11/site-packages/peachpy/arm.py /usr/lib/python3.11/site-packages/peachpy/arm/__init__.py /usr/lib/python3.11/site-packages/peachpy/arm/__pycache__ /usr/lib/python3.11/site-packages/peachpy/arm/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/arm/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/arm/__pycache__/abi.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/arm/__pycache__/abi.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/arm/__pycache__/function.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/arm/__pycache__/function.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/arm/__pycache__/generic.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/arm/__pycache__/generic.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/arm/__pycache__/instructions.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/arm/__pycache__/instructions.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/arm/__pycache__/isa.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/arm/__pycache__/isa.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/arm/__pycache__/microarchitecture.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/arm/__pycache__/microarchitecture.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/arm/__pycache__/pseudo.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/arm/__pycache__/pseudo.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/arm/__pycache__/registers.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/arm/__pycache__/registers.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/arm/__pycache__/vfpneon.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/arm/__pycache__/vfpneon.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/arm/abi.py /usr/lib/python3.11/site-packages/peachpy/arm/function.py /usr/lib/python3.11/site-packages/peachpy/arm/generic.py /usr/lib/python3.11/site-packages/peachpy/arm/instructions.py /usr/lib/python3.11/site-packages/peachpy/arm/isa.py /usr/lib/python3.11/site-packages/peachpy/arm/microarchitecture.py /usr/lib/python3.11/site-packages/peachpy/arm/pseudo.py /usr/lib/python3.11/site-packages/peachpy/arm/registers.py /usr/lib/python3.11/site-packages/peachpy/arm/vfpneon.py /usr/lib/python3.11/site-packages/peachpy/c /usr/lib/python3.11/site-packages/peachpy/c/__init__.py /usr/lib/python3.11/site-packages/peachpy/c/__pycache__ /usr/lib/python3.11/site-packages/peachpy/c/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/c/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/c/__pycache__/types.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/c/__pycache__/types.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/c/types.py /usr/lib/python3.11/site-packages/peachpy/codegen.py /usr/lib/python3.11/site-packages/peachpy/common /usr/lib/python3.11/site-packages/peachpy/common/__init__.py /usr/lib/python3.11/site-packages/peachpy/common/__pycache__ /usr/lib/python3.11/site-packages/peachpy/common/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/common/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/common/__pycache__/function.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/common/__pycache__/function.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/common/__pycache__/regalloc.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/common/__pycache__/regalloc.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/common/function.py /usr/lib/python3.11/site-packages/peachpy/common/regalloc.py /usr/lib/python3.11/site-packages/peachpy/encoder.py /usr/lib/python3.11/site-packages/peachpy/formats /usr/lib/python3.11/site-packages/peachpy/formats/__init__.py /usr/lib/python3.11/site-packages/peachpy/formats/__pycache__ /usr/lib/python3.11/site-packages/peachpy/formats/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/formats/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/formats/elf /usr/lib/python3.11/site-packages/peachpy/formats/elf/__init__.py /usr/lib/python3.11/site-packages/peachpy/formats/elf/__pycache__ /usr/lib/python3.11/site-packages/peachpy/formats/elf/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/formats/elf/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/formats/elf/__pycache__/file.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/formats/elf/__pycache__/file.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/formats/elf/__pycache__/image.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/formats/elf/__pycache__/image.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/formats/elf/__pycache__/section.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/formats/elf/__pycache__/section.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/formats/elf/__pycache__/symbol.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/formats/elf/__pycache__/symbol.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/formats/elf/file.py /usr/lib/python3.11/site-packages/peachpy/formats/elf/image.py /usr/lib/python3.11/site-packages/peachpy/formats/elf/section.py /usr/lib/python3.11/site-packages/peachpy/formats/elf/symbol.py /usr/lib/python3.11/site-packages/peachpy/formats/macho /usr/lib/python3.11/site-packages/peachpy/formats/macho/__init__.py /usr/lib/python3.11/site-packages/peachpy/formats/macho/__pycache__ /usr/lib/python3.11/site-packages/peachpy/formats/macho/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/formats/macho/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/formats/macho/__pycache__/file.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/formats/macho/__pycache__/file.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/formats/macho/__pycache__/image.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/formats/macho/__pycache__/image.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/formats/macho/__pycache__/section.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/formats/macho/__pycache__/section.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/formats/macho/__pycache__/symbol.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/formats/macho/__pycache__/symbol.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/formats/macho/file.py /usr/lib/python3.11/site-packages/peachpy/formats/macho/image.py /usr/lib/python3.11/site-packages/peachpy/formats/macho/section.py /usr/lib/python3.11/site-packages/peachpy/formats/macho/symbol.py /usr/lib/python3.11/site-packages/peachpy/formats/mscoff /usr/lib/python3.11/site-packages/peachpy/formats/mscoff/__init__.py /usr/lib/python3.11/site-packages/peachpy/formats/mscoff/__pycache__ /usr/lib/python3.11/site-packages/peachpy/formats/mscoff/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/formats/mscoff/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/formats/mscoff/__pycache__/image.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/formats/mscoff/__pycache__/image.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/formats/mscoff/__pycache__/section.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/formats/mscoff/__pycache__/section.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/formats/mscoff/__pycache__/symbol.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/formats/mscoff/__pycache__/symbol.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/formats/mscoff/image.py /usr/lib/python3.11/site-packages/peachpy/formats/mscoff/section.py /usr/lib/python3.11/site-packages/peachpy/formats/mscoff/symbol.py /usr/lib/python3.11/site-packages/peachpy/function.py /usr/lib/python3.11/site-packages/peachpy/literal.py /usr/lib/python3.11/site-packages/peachpy/loader.py /usr/lib/python3.11/site-packages/peachpy/name.py /usr/lib/python3.11/site-packages/peachpy/parse.py /usr/lib/python3.11/site-packages/peachpy/stream.py /usr/lib/python3.11/site-packages/peachpy/util.py /usr/lib/python3.11/site-packages/peachpy/writer.py /usr/lib/python3.11/site-packages/peachpy/x86_64 /usr/lib/python3.11/site-packages/peachpy/x86_64/__init__.py /usr/lib/python3.11/site-packages/peachpy/x86_64/__main__.py /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__ /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/__main__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/__main__.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/abi.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/abi.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/amd.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/amd.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/avx.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/avx.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/crypto.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/crypto.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/encoding.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/encoding.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/fma.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/fma.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/function.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/function.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/generic.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/generic.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/instructions.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/instructions.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/isa.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/isa.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/lower.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/lower.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/mask.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/mask.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/meta.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/meta.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/mmxsse.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/mmxsse.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/nacl.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/nacl.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/operand.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/operand.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/options.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/options.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/pseudo.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/pseudo.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/registers.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/registers.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/types.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/types.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/uarch.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/__pycache__/uarch.cpython-311.pyc /usr/lib/python3.11/site-packages/peachpy/x86_64/abi.py /usr/lib/python3.11/site-packages/peachpy/x86_64/amd.py /usr/lib/python3.11/site-packages/peachpy/x86_64/avx.py /usr/lib/python3.11/site-packages/peachpy/x86_64/crypto.py /usr/lib/python3.11/site-packages/peachpy/x86_64/encoding.py /usr/lib/python3.11/site-packages/peachpy/x86_64/fma.py /usr/lib/python3.11/site-packages/peachpy/x86_64/function.py /usr/lib/python3.11/site-packages/peachpy/x86_64/generic.py /usr/lib/python3.11/site-packages/peachpy/x86_64/instructions.py /usr/lib/python3.11/site-packages/peachpy/x86_64/isa.py /usr/lib/python3.11/site-packages/peachpy/x86_64/lower.py /usr/lib/python3.11/site-packages/peachpy/x86_64/mask.py /usr/lib/python3.11/site-packages/peachpy/x86_64/meta.py /usr/lib/python3.11/site-packages/peachpy/x86_64/mmxsse.py /usr/lib/python3.11/site-packages/peachpy/x86_64/nacl.py /usr/lib/python3.11/site-packages/peachpy/x86_64/operand.py /usr/lib/python3.11/site-packages/peachpy/x86_64/options.py /usr/lib/python3.11/site-packages/peachpy/x86_64/pseudo.py /usr/lib/python3.11/site-packages/peachpy/x86_64/registers.py /usr/lib/python3.11/site-packages/peachpy/x86_64/types.py /usr/lib/python3.11/site-packages/peachpy/x86_64/uarch.py /usr/share/doc/packages/python311-PeachPy /usr/share/doc/packages/python311-PeachPy/README.rst /usr/share/licenses/python311-PeachPy /usr/share/licenses/python311-PeachPy/LICENSE.rst
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 31 23:16:09 2025