Metadata-Version: 2.4
Name: lazy_ips
Version: 20200706
Summary: IPS patcher for Linux. Gtk3 and CLI user interfaces.
Home-page: https://github.com/btimofeev/lazy_ips
Author: Boris Timofeev
Author-email: btimofeev@emunix.org
License: GNU GPLv3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: GTK
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Topic :: Utilities
License-File: COPYING
Requires-Dist: PyGObject
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

lazy-ips
========

IPS patcher for Linux. Gtk3 and CLI user interfaces.

https://github.com/btimofeev/lazy_ips

<img src="https://github.com/btimofeev/lazy_ips/raw/master/img/screenshot.png">

Dependencies: Python3 and PyGObject

lazy-ips-cli
============

Command-line interface for IPS patching. Does not require PyGObject. Works on Linux, Windows, macOS and Android (via Termux).

Usage: ```lazy-ips-cli image_file patch_file```

Installation
------------

This step requires the `setuptools` installed on the system.

`python3 setup.py install`

This command will automatically create the necessary scripts in /usr/bin

Authors
-------

Original author: Boris Timofeev https://github.com/btimofeev  
Port to Python 3: Hubert Figuière https://github.com/hfiguiere  
Various fixes: https://github.com/hadess  
Cleanup and CLI: https://github.com/rekentuig  
