patchelf-wrapper


Namepatchelf-wrapper JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://github.com/jimporter/patchelf-wrapper
SummaryA wrapper for patchelf
upload_time2020-07-04 19:45:19
maintainer
docs_urlNone
authorJim Porter
requires_python
licenseBSD
keywords patchelf
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            patchelf-wrapper
================

**patchelf-wrapper** is a simple Python module that assists in the
installation of the `*patchelf* <https://nixos.org/patchelf.html>`__
utility. It's intended for use with PyPI-hosted Python projects that
depend on patchelf. If you're an end-user of patchelf, you should look
elsewhere! (Perhaps your OS's package manager?)

Currently, patchelf-wrapper installs **patchelf 0.11**.

Usage
-----

Ordinarily, you'll just want to set ``'patchelf-wrapper'`` as one of
your requirements (e.g. in ``setup.py``). If installing directly, you
can just use ``python setup.py install`` or ``python setup.py build`` as
usual; this respects all the usual options, including automatically
installing patchelf into the ``bin`` dir of a virtualenv if one is
active.

In addition, patchelf-wrapper contains the following setup commands
beyond the defaults:

-  ``check_patchelf``: Checks if patchelf is already installed on the
   system
-  ``build_patchelf``: Extract patchelf's source and build it
-  ``install_patchelf``: Install patchelf to the chosen location

License
-------

This project is licensed under the `BSD 3-clause license <LICENSE>`__.
Patchelf itself is licensed under the GPL, version 3.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jimporter/patchelf-wrapper",
    "name": "patchelf-wrapper",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "patchelf",
    "author": "Jim Porter",
    "author_email": "itsjimporter@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f1/7a/daf5cfe64e18cd7ea096ca85b52b38df13def7704861a48a066c4e768c7f/patchelf-wrapper-1.2.0.tar.gz",
    "platform": "",
    "description": "patchelf-wrapper\n================\n\n**patchelf-wrapper** is a simple Python module that assists in the\ninstallation of the `*patchelf* <https://nixos.org/patchelf.html>`__\nutility. It's intended for use with PyPI-hosted Python projects that\ndepend on patchelf. If you're an end-user of patchelf, you should look\nelsewhere! (Perhaps your OS's package manager?)\n\nCurrently, patchelf-wrapper installs **patchelf 0.11**.\n\nUsage\n-----\n\nOrdinarily, you'll just want to set ``'patchelf-wrapper'`` as one of\nyour requirements (e.g. in ``setup.py``). If installing directly, you\ncan just use ``python setup.py install`` or ``python setup.py build`` as\nusual; this respects all the usual options, including automatically\ninstalling patchelf into the ``bin`` dir of a virtualenv if one is\nactive.\n\nIn addition, patchelf-wrapper contains the following setup commands\nbeyond the defaults:\n\n-  ``check_patchelf``: Checks if patchelf is already installed on the\n   system\n-  ``build_patchelf``: Extract patchelf's source and build it\n-  ``install_patchelf``: Install patchelf to the chosen location\n\nLicense\n-------\n\nThis project is licensed under the `BSD 3-clause license <LICENSE>`__.\nPatchelf itself is licensed under the GPL, version 3.",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "A wrapper for patchelf",
    "version": "1.2.0",
    "project_urls": {
        "Homepage": "https://github.com/jimporter/patchelf-wrapper"
    },
    "split_keywords": [
        "patchelf"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f17adaf5cfe64e18cd7ea096ca85b52b38df13def7704861a48a066c4e768c7f",
                "md5": "e357f7e1388ca5dc9f527e5cf9ddc5e9",
                "sha256": "67c8802e7c3e79eaa28811ce5e3245e8264b54e16afd450a3b8d727bc0dbccb8"
            },
            "downloads": -1,
            "filename": "patchelf-wrapper-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e357f7e1388ca5dc9f527e5cf9ddc5e9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 197025,
            "upload_time": "2020-07-04T19:45:19",
            "upload_time_iso_8601": "2020-07-04T19:45:19.044235Z",
            "url": "https://files.pythonhosted.org/packages/f1/7a/daf5cfe64e18cd7ea096ca85b52b38df13def7704861a48a066c4e768c7f/patchelf-wrapper-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-07-04 19:45:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jimporter",
    "github_project": "patchelf-wrapper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "patchelf-wrapper"
}
        
Elapsed time: 0.09509s