bjoernricks / python-quilt

A quilt implementation in python
MIT License
10 stars 3 forks source link
patch patch-management python quilt

python-quilt

.. 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

Supported quilt commands

Currently the following quilt commands have been implemented already (but might still miss some features).

Currently unsupported commands

Unlikely to be supported

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/