Metadata-Version: 2.1
Name: pyeboot
Version: 0.2.1
Summary: Python interface for pspdecrypt and sign_np.
Home-page: https://github.com/Illidanz/pyeboot
Author: Illidan
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
License-File: LICENSE

# pyeboot
Python interface for pspdecrypt and sign_np.

## Installation
`pip install pyeboot`

## Usage
```
import pyeboot
pyeboot.decrypt("EBOOT.BIN", "BOOT.BIN")
pyeboot.sign("BOOT.BIN", "EBOOT.BIN", "1")
```
