Metadata-Version: 2.1
Name: mono-py-api
Version: 0.0.1
Summary: An api meant to allow hooking and calling of .NET Mono classes and methods from within Python.
Home-page: https://github.com/56kyle/mono_py_api
Author: Kyle Oliver
Author-email: 56kyleoliver@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/56kyle/mono_py_api/issues
Project-URL: Source, https://github.com/56kyle/mono_py_api/
Keywords: sample,setuptools,development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.10, <4
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test


#MonoPyApi

MonoPyApi is a library designed to take in a txt file that is generated by cheat engine's Mono dissector, and outputs a python package that allows you to hook into native csharp functions using python code.

-------------------

###Installation

    TODO

-------------------

###Usage

    TODO




