patchelf


Namepatchelf JSON
Version 0.17.2.4 PyPI version JSON
download
home_pageNone
SummaryA small utility to modify the dynamic linker and RPATH of ELF executables.
upload_time2025-07-23 21:16:32
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseGPL-3.0-or-later
keywords auditwheel elf manylinux musllinux patchelf
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =============
patchelf PyPI
=============

`patchelf <https://github.com/NixOS/patchelf>`_ is a  small utility to modify the dynamic linker
and RPATH of ELF executables.

This project allows to get this utility from `PyPI <https://pypi.org>`_ with a simple ``pip install patchelf``.

Reporting issues
----------------

This repo only aims at providing a rebuild of patchelf on PyPI and as such,
only issues related to this specific packaging will be dealt with in this repository.

For all issues you might see when using ``patchelf``, please report directly upstream after reproducing with one of their pre-built
binaries or rebuilding patchelf from their repository: https://github.com/NixOS/patchelf

Latest Release
--------------

.. image:: https://img.shields.io/pypi/v/patchelf.svg
  :target: https://pypi.python.org/pypi/patchelf

Build Status
------------

.. image:: https://github.com/mayeut/patchelf-pypi/actions/workflows/build.yml/badge.svg
  :target: https://github.com/mayeut/patchelf-pypi/actions/workflows/build.yml

Platforms
---------

The following platforms are supported with binary wheels:

.. table::

  +---------------+--------------------------+
  | OS            | Arch                     |
  +===============+==========================+
  | Linux x86_64  | | manylinux1+            |
  |               | | musllinux_1_1+         |
  +---------------+--------------------------+
  | Linux i686    | | manylinux1+            |
  |               | | musllinux_1_1+         |
  +---------------+--------------------------+
  | Linux aarch64 | | manylinux2014+         |
  |               | | musllinux_1_1+         |
  +---------------+--------------------------+
  | Linux armv7l  | | manylinux2014+         |
  |               | | musllinux_1_1+         |
  +---------------+--------------------------+
  | Linux ppc64le | | manylinux2014+         |
  |               | | musllinux_1_1+         |
  +---------------+--------------------------+
  | Linux s390x   | | manylinux2014+         |
  |               | | musllinux_1_1+         |
  +---------------+--------------------------+
  | Linux riscv64 | | manylinux_2_31+        |
  |               | | musllinux_1_1+         |
  +---------------+--------------------------+

License
-------

This project is covered by the `Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`_.

patchelf is distributed under the OSI-approved GNU General Public License v3.0.
For more information about patchelf, visit https://github.com/NixOS/patchelf

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "patchelf",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "auditwheel, elf, manylinux, musllinux, patchelf",
    "author": null,
    "author_email": "Matthieu Darbois <mayeut@users.noreply.github.com>",
    "download_url": "https://files.pythonhosted.org/packages/2c/a3/fdd3fa938c864aa2f11dd0b7f08befeda983d2dcdee44da493c6977a653f/patchelf-0.17.2.4.tar.gz",
    "platform": null,
    "description": "=============\npatchelf PyPI\n=============\n\n`patchelf <https://github.com/NixOS/patchelf>`_ is a  small utility to modify the dynamic linker\nand RPATH of ELF executables.\n\nThis project allows to get this utility from `PyPI <https://pypi.org>`_ with a simple ``pip install patchelf``.\n\nReporting issues\n----------------\n\nThis repo only aims at providing a rebuild of patchelf on PyPI and as such,\nonly issues related to this specific packaging will be dealt with in this repository.\n\nFor all issues you might see when using ``patchelf``, please report directly upstream after reproducing with one of their pre-built\nbinaries or rebuilding patchelf from their repository: https://github.com/NixOS/patchelf\n\nLatest Release\n--------------\n\n.. image:: https://img.shields.io/pypi/v/patchelf.svg\n  :target: https://pypi.python.org/pypi/patchelf\n\nBuild Status\n------------\n\n.. image:: https://github.com/mayeut/patchelf-pypi/actions/workflows/build.yml/badge.svg\n  :target: https://github.com/mayeut/patchelf-pypi/actions/workflows/build.yml\n\nPlatforms\n---------\n\nThe following platforms are supported with binary wheels:\n\n.. table::\n\n  +---------------+--------------------------+\n  | OS            | Arch                     |\n  +===============+==========================+\n  | Linux x86_64  | | manylinux1+            |\n  |               | | musllinux_1_1+         |\n  +---------------+--------------------------+\n  | Linux i686    | | manylinux1+            |\n  |               | | musllinux_1_1+         |\n  +---------------+--------------------------+\n  | Linux aarch64 | | manylinux2014+         |\n  |               | | musllinux_1_1+         |\n  +---------------+--------------------------+\n  | Linux armv7l  | | manylinux2014+         |\n  |               | | musllinux_1_1+         |\n  +---------------+--------------------------+\n  | Linux ppc64le | | manylinux2014+         |\n  |               | | musllinux_1_1+         |\n  +---------------+--------------------------+\n  | Linux s390x   | | manylinux2014+         |\n  |               | | musllinux_1_1+         |\n  +---------------+--------------------------+\n  | Linux riscv64 | | manylinux_2_31+        |\n  |               | | musllinux_1_1+         |\n  +---------------+--------------------------+\n\nLicense\n-------\n\nThis project is covered by the `Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`_.\n\npatchelf is distributed under the OSI-approved GNU General Public License v3.0.\nFor more information about patchelf, visit https://github.com/NixOS/patchelf\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "A small utility to modify the dynamic linker and RPATH of ELF executables.",
    "version": "0.17.2.4",
    "project_urls": {
        "Bug Tracker": "https://github.com/mayeut/patchelf-pypi/issues",
        "Homepage": "https://github.com/NixOS/patchelf",
        "Source Code": "https://github.com/mayeut/patchelf-pypi"
    },
    "split_keywords": [
        "auditwheel",
        " elf",
        " manylinux",
        " musllinux",
        " patchelf"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b1a78c4f86c78ec03db954d05fd9c57a114cc3a172a2d3e4a8b949cd5ff89471",
                "md5": "a57be80f10854f65604055e17646a7f7",
                "sha256": "343bb1b94e959f9070ca9607453b04390e36bbaa33c88640b989cefad0aa049e"
            },
            "downloads": -1,
            "filename": "patchelf-0.17.2.4-py3-none-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "a57be80f10854f65604055e17646a7f7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 184436,
            "upload_time": "2025-07-23T21:16:20",
            "upload_time_iso_8601": "2025-07-23T21:16:20.578590Z",
            "url": "https://files.pythonhosted.org/packages/b1/a7/8c4f86c78ec03db954d05fd9c57a114cc3a172a2d3e4a8b949cd5ff89471/patchelf-0.17.2.4-py3-none-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0b6d2e9f5483cdb352fab36b8076667b062b2d79cb09d2e3fd09b6fca5771cb6",
                "md5": "528ba81ba84fb800b0d17085c238d74e",
                "sha256": "09fd848d625a165fc7b7e07745508c24077129b019c4415a882938781d43adf8"
            },
            "downloads": -1,
            "filename": "patchelf-0.17.2.4-py3-none-manylinux1_i686.manylinux_2_5_i686.musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "528ba81ba84fb800b0d17085c238d74e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 547318,
            "upload_time": "2025-07-23T21:16:22",
            "upload_time_iso_8601": "2025-07-23T21:16:22.135922Z",
            "url": "https://files.pythonhosted.org/packages/0b/6d/2e9f5483cdb352fab36b8076667b062b2d79cb09d2e3fd09b6fca5771cb6/patchelf-0.17.2.4-py3-none-manylinux1_i686.manylinux_2_5_i686.musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7e19f7821ef31aab01fa7dc8ebe697ece88ec4f7a0fdd3155dab2dfee4b00e5c",
                "md5": "0f964bbb44c73501e65c25288a5c46f1",
                "sha256": "d9b35ebfada70c02679ad036407d9724ffe1255122ba4ac5e4be5868618a5689"
            },
            "downloads": -1,
            "filename": "patchelf-0.17.2.4-py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0f964bbb44c73501e65c25288a5c46f1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 482846,
            "upload_time": "2025-07-23T21:16:23",
            "upload_time_iso_8601": "2025-07-23T21:16:23.730119Z",
            "url": "https://files.pythonhosted.org/packages/7e/19/f7821ef31aab01fa7dc8ebe697ece88ec4f7a0fdd3155dab2dfee4b00e5c/patchelf-0.17.2.4-py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d150107fea848ecfd851d473b079cab79107487d72c4c3cdb25b9d2603a24ca2",
                "md5": "55e87f48cb6f31d070f6e56826bce6ba",
                "sha256": "2931a1b5b85f3549661898af7bf746afbda7903c7c9a967cfc998a3563f84fad"
            },
            "downloads": -1,
            "filename": "patchelf-0.17.2.4-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "55e87f48cb6f31d070f6e56826bce6ba",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 477811,
            "upload_time": "2025-07-23T21:16:25",
            "upload_time_iso_8601": "2025-07-23T21:16:25.145232Z",
            "url": "https://files.pythonhosted.org/packages/d1/50/107fea848ecfd851d473b079cab79107487d72c4c3cdb25b9d2603a24ca2/patchelf-0.17.2.4-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "89a9a9a2103e159fd65bffbc21ecc5c8c36e44eb34fe53b4ef85fb6d08c2a635",
                "md5": "b5b1c49012e3ade852369ede6dfe42c1",
                "sha256": "ae44cb3c857d50f54b99e5697aa978726ada33a8a6129d4b8b7ffd28b996652d"
            },
            "downloads": -1,
            "filename": "patchelf-0.17.2.4-py3-none-manylinux2014_armv7l.manylinux_2_17_armv7l.musllinux_1_1_armv7l.whl",
            "has_sig": false,
            "md5_digest": "b5b1c49012e3ade852369ede6dfe42c1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 431226,
            "upload_time": "2025-07-23T21:16:26",
            "upload_time_iso_8601": "2025-07-23T21:16:26.765964Z",
            "url": "https://files.pythonhosted.org/packages/89/a9/a9a2103e159fd65bffbc21ecc5c8c36e44eb34fe53b4ef85fb6d08c2a635/patchelf-0.17.2.4-py3-none-manylinux2014_armv7l.manylinux_2_17_armv7l.musllinux_1_1_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8793897d612f6df7cfd987bdf668425127efeff8d8e4ad8bfbab1c69d2a0d861",
                "md5": "8bf5a11aff5584f799c488773a98e39e",
                "sha256": "680a266a70f60a7a4f4c448482c5bdba80cc8e6bb155a49dcc24238ba49927b0"
            },
            "downloads": -1,
            "filename": "patchelf-0.17.2.4-py3-none-manylinux2014_ppc64le.manylinux_2_17_ppc64le.musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "8bf5a11aff5584f799c488773a98e39e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 540276,
            "upload_time": "2025-07-23T21:16:27",
            "upload_time_iso_8601": "2025-07-23T21:16:27.983649Z",
            "url": "https://files.pythonhosted.org/packages/87/93/897d612f6df7cfd987bdf668425127efeff8d8e4ad8bfbab1c69d2a0d861/patchelf-0.17.2.4-py3-none-manylinux2014_ppc64le.manylinux_2_17_ppc64le.musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5db82b92d11533482bac9ee989081d6880845287751b5f528adbd6bb27667fbd",
                "md5": "19097d15d95521a607bebe13f0c97b81",
                "sha256": "d842b51f0401460f3b1f3a3a67d2c266a8f515a5adfbfa6e7b656cb3ac2ed8bc"
            },
            "downloads": -1,
            "filename": "patchelf-0.17.2.4-py3-none-manylinux2014_s390x.manylinux_2_17_s390x.musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "19097d15d95521a607bebe13f0c97b81",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 596632,
            "upload_time": "2025-07-23T21:16:29",
            "upload_time_iso_8601": "2025-07-23T21:16:29.253886Z",
            "url": "https://files.pythonhosted.org/packages/5d/b8/2b92d11533482bac9ee989081d6880845287751b5f528adbd6bb27667fbd/patchelf-0.17.2.4-py3-none-manylinux2014_s390x.manylinux_2_17_s390x.musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "14e2975d4bdb418f942b53e6187b95bd9e0d5e0488b7bc214685a1e43e2c2751",
                "md5": "c970149327ff2c0d3bcb04d3d997a0b1",
                "sha256": "7076d9e127230982e20a81a6e2358d3343004667ba510d9f822d4fdee29b0d71"
            },
            "downloads": -1,
            "filename": "patchelf-0.17.2.4-py3-none-manylinux_2_31_riscv64.musllinux_1_1_riscv64.whl",
            "has_sig": false,
            "md5_digest": "c970149327ff2c0d3bcb04d3d997a0b1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 508281,
            "upload_time": "2025-07-23T21:16:30",
            "upload_time_iso_8601": "2025-07-23T21:16:30.865988Z",
            "url": "https://files.pythonhosted.org/packages/14/e2/975d4bdb418f942b53e6187b95bd9e0d5e0488b7bc214685a1e43e2c2751/patchelf-0.17.2.4-py3-none-manylinux_2_31_riscv64.musllinux_1_1_riscv64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2ca3fdd3fa938c864aa2f11dd0b7f08befeda983d2dcdee44da493c6977a653f",
                "md5": "7b4793be38c63dc369bb1faddaaa9e39",
                "sha256": "970ee5cd8af33e5ea2099510b2f9013fa1b8d5cd763bf3fd3961281c18101a09"
            },
            "downloads": -1,
            "filename": "patchelf-0.17.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "7b4793be38c63dc369bb1faddaaa9e39",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 149629,
            "upload_time": "2025-07-23T21:16:32",
            "upload_time_iso_8601": "2025-07-23T21:16:32.071590Z",
            "url": "https://files.pythonhosted.org/packages/2c/a3/fdd3fa938c864aa2f11dd0b7f08befeda983d2dcdee44da493c6977a653f/patchelf-0.17.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-23 21:16:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mayeut",
    "github_project": "patchelf-pypi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "patchelf"
}
        
Elapsed time: 1.81477s