Metadata-Version: 2.1
Name: pyxbe
Version: 1.0.3
Summary: Library to work with XBE files
Home-page: https://github.com/mborgerson/pyxbe
Author: Matt Borgerson
Author-email: contact@mborgerson.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Provides-Extra: docs
Requires-Dist: furo; extra == "docs"
Requires-Dist: ipython; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"

pyxbe
=====
[![pypi](https://img.shields.io/pypi/v/pyxbe)](https://pypi.org/project/pyxbe/)

Pure Python 3 library to work with [`.xbe` files](http://xboxdevwiki.net/Xbe), the executable file format for the [original Xbox](https://en.wikipedia.org/wiki/Xbox_(console)) game console.

Documentation covering how to install and use pyxbe is [available here](https://pyxbe.readthedocs.io/en/latest/index.html).
