{ "info": { "author": "eisensheng", "author_email": "eisensheng@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2 :: Only", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "Patchit\r\n=======\r\n\r\n.. image:: https://travis-ci.org/EisenSheng/patchit.png?branch=develop\r\n :target: https://travis-ci.org/EisenSheng/patchit\r\n :alt: ci build status\r\n\r\nPatchit is an MIT Licensed unified diff parsing and merge tool written in\r\nPython for anyone who needs a finer grain of control over unified diff\r\ncontent and to merge the diff with an arbitrary stream of lines.\r\n\r\n\r\nMotivation\r\n----------\r\n\r\nThe motivation for this package arose from the\r\n\r\n- overwhelming complexity of other patching tools written in Python,\r\n- their absence from the PyPI,\r\n- their inability to inspect the unified diff content and\r\n- missing support to merge the patch with an arbitrary stream of lines.\r\n\r\n\r\nInstallation\r\n------------\r\n\r\nTo install patchit just run from the root of the project:\r\n\r\n.. code-block:: bash\r\n\r\n $ python setup.py install\r\n\r\n\r\nTesting\r\n-------\r\n\r\nTests are located at the `tests.py` file. In order to test your new\r\ncontribution to patchit just run from your shell\r\n\r\n.. code-block:: bash\r\n\r\n $ python setup.py test\r\n\r\n\r\nContribute\r\n----------\r\n\r\nUnfortunately, I wasn't able to make it much better myself. Therefore I'm\r\nasking anyone who is interested in a patch functionality for Python to\r\nimprove this package and hand in patches by mail or pull requests.\r\n\r\nThe preferred method of development is a test driven approach and following\r\nthe nvie git flow branching model. Please be so kind to bear these things in\r\nmind when handing in improvements. Thank you very much.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Eisensheng/patchit", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "patchit", "package_url": "https://pypi.org/project/patchit/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/patchit/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Eisensheng/patchit" }, "release_url": "https://pypi.org/project/patchit/1.1/", "requires_dist": null, "requires_python": null, "summary": "patching files with python", "version": "1.1" }, "last_serial": 796056, "releases": { "1.1": [ { "comment_text": "", "digests": { "md5": "4c350b0c4207f538687a33dc314ab7ef", "sha256": "8d226d21fb81eb060cde376139b8cdd1c248f69eee22def749fb1c0ebae0440e" }, "downloads": -1, "filename": "patchit-1.1.tar.gz", "has_sig": false, "md5_digest": "4c350b0c4207f538687a33dc314ab7ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6144, "upload_time": "2013-01-19T02:11:57", "url": "https://files.pythonhosted.org/packages/64/36/f1b43d833af7087ce6e5c25f63ed0db936e82c77cd24692529bc786624f6/patchit-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4c350b0c4207f538687a33dc314ab7ef", "sha256": "8d226d21fb81eb060cde376139b8cdd1c248f69eee22def749fb1c0ebae0440e" }, "downloads": -1, "filename": "patchit-1.1.tar.gz", "has_sig": false, "md5_digest": "4c350b0c4207f538687a33dc314ab7ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6144, "upload_time": "2013-01-19T02:11:57", "url": "https://files.pythonhosted.org/packages/64/36/f1b43d833af7087ce6e5c25f63ed0db936e82c77cd24692529bc786624f6/patchit-1.1.tar.gz" } ] }