Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

patchelf-wrapper

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

patchelf-wrapper

A wrapper for patchelf

  • 1.2.0
  • PyPI
  • Socket score

Maintainers
1

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.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc