Metadata-Version: 2.1
Name: pmdsky-debug-py
Version: 5.1.9
Summary: pmdsky-debug symbols for Python.
Author-email: Marco 'Capypara' Köpcke <hello@capypara.de>
License: MIT
Project-URL: repository, https://github.com/SkyTemple/pmdsky-debug-py
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python
Requires-Python: >=3.8
Description-Content-Type: text/x-rst

pmdsky-debug-py
===============

Autogenerated and statically check-able pmdsky-debug_ symbol definitions
for Python.

To use the symbols in your projects, you can install the package from PyPi::

    pip install pmdsky-debug-py

Symbols are grouped by regions. Each region implements the
``pmdsky_debug_py.SymbolsProtocol``.

To get a symbol, you can query it like this::

    pmdsky_debug_py.eu.functions.InitMemAllocTable.address

See the source code and the symbol definitions of pmdsky-debug_ for more information.

See the `README.rst`_ on the root of the repository for additional information.

.. _pmdsky-debug: https://github.com/UsernameFodder/pmdsky-debug
.. _README.rst: https://github.com/SkyTemple/pmdsky-debug-py
