Metadata-Version: 2.4
Name: python-xiso-repacker
Version: 0.1.1
Summary: Basic file replacer for xisos
Project-URL: Documentation, https://github.com/abaire/python-xiso-repacker#readme
Project-URL: Issues, https://github.com/abaire/python-xiso-repacker/issues
Project-URL: Source, https://github.com/abaire/python-xiso-repacker
Author-email: Erik Abair <erik.abair@bearbrains.work>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: xbox,xemu,xiso
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
Requires-Dist: platformdirs~=4.3.6
Requires-Dist: requests~=2.32.3
Description-Content-Type: text/markdown

# python-xiso-repacker

[![PyPI - Version](https://img.shields.io/pypi/v/python-xiso-repacker.svg)](https://pypi.org/project/python-xiso-repacker)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/python-xiso-repacker.svg)](https://pypi.org/project/python-xiso-repacker)

-----

## Purpose

A simple tool to reconfigure xiso files used by various test programs for the
original Microsoft Xbox, suitable for use in automated testing.

## Installation

```console
pip install python-xiso-repacker
```

## Usage

```console
python -m python_xiso_repacker -h
```

## License

`python-xiso-repacker` is distributed under the terms of
the [MIT](https://spdx.org/licenses/MIT.html) license.
