Metadata-Version: 2.1
Name: pyeboot
Version: 0.1.0
Summary: Python interface for pspdecrypt and sign_np.
Home-page: https://github.com/Illidanz/pyeboot
Author: Illidan
License: UNKNOWN
Platform: UNKNOWN
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.decrypt
pyeboot.decrypt.run("EBOOT.BIN", "BOOT.BIN")

import pyeboot.sign
pyeboot.sign.run("BOOT.BIN", "EBOOT.BIN", "1")
```


