
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
.. image:: https://travis-ci.org/bjoernricks/python-quilt.svg?branch=master :target: https://travis-ci.org/bjoernricks/python-quilt
.. image:: https://img.shields.io/pypi/v/python-quilt.svg :target: https://pypi.python.org/pypi/python-quilt
python-quilt is a python_ implementation of the well-known tool quilt_ to manage a series of patches.
It's intended to be used within a python application or framework but also provides a console client interface called pquilt.
python-quilt requires the six_ package for python 2/3 compatibility. It also requires patch_ and diff_ tools for creating and applying diffs.
Source code of python-quilt can be found at https://github.com/bjoernricks/python-quilt
Currently the following quilt commands have been implemented already (but might still miss some features).
The following quilt commands are unlikely to be implemented either because they they don't make much sense in a python package or nobody has stepped up to implement its feature.
.. _python: http://www.python.org/ .. _quilt: http://savannah.nongnu.org/projects/quilt .. _six: https://pypi.python.org/pypi/six .. _patch: http://savannah.gnu.org/projects/patch/ .. _diff: http://www.gnu.org/software/diffutils/
FAQs
A quilt patch system implementation in Python
We found that python-quilt demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.