Metadata-Version: 2.4
Name: pyeboot
Version: 0.2.3
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
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: summary

# 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")
```
