Name | dolphin-memory-engine-mpn JSON |
Version |
0.0.0
JSON |
| download |
home_page | None |
Summary | Hooks into the memory of a running Dolphin processes, allowing access to the game memory. |
upload_time | 2024-11-04 21:52:47 |
maintainer | None |
docs_url | None |
author | Henrique Gemignani |
requires_python | >=3.8 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Python Dolphin Memory Engine
A python library designed to read and write the emulated memory of [the Dolphin emulator](https://github.com/dolphin-emu/dolphin) during runtime.
Binary wheels are available on pypi for Python 3.8 to 3.12. Use `python -m pip install dolphin-memory-engine`.
## System requirements
Any x86_64 based system should work, however, Mac OS is _not_ supported. Additionally, 32-bit x86 based systems are unsupported since Dolphin dropped their support.
You need to have Dolphin running ***and*** _have the emulation started_ for this program to be useful. As such, the system must meet Dolphin's [system requirements](https://github.com/dolphin-emu/dolphin#system-requirements). Additionally, at least 250 MB of free memory is required.
If it doesn't work, verify that you do not have the `nosuid` mount flag on your `/etc/fstab` as it can cause this command to silently fail.
## License
This program is licensed under the MIT license which grants you the permission to do anything you wish to with the software, as long as you preserve all copyright notices. (See the file LICENSE for the legal text.)
## Development Help
To compile the extension in debug:
```bash
python3 -m venv venv
```
```bash
source venv/bin/activate
```
```bash
python -m pip install Cython pytest
```
```bash
python setup.py build_ext -g --inplace --force
```
```bash
python -m pytest
```
Raw data
{
"_id": null,
"home_page": null,
"name": "dolphin-memory-engine-mpn",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": "Henrique Gemignani",
"author_email": null,
"download_url": null,
"platform": null,
"description": "# Python Dolphin Memory Engine\r\n\r\nA python library designed to read and write the emulated memory of [the Dolphin emulator](https://github.com/dolphin-emu/dolphin) during runtime. \r\n\r\nBinary wheels are available on pypi for Python 3.8 to 3.12. Use `python -m pip install dolphin-memory-engine`.\r\n\r\n\r\n## System requirements\r\nAny x86_64 based system should work, however, Mac OS is _not_ supported. Additionally, 32-bit x86 based systems are unsupported since Dolphin dropped their support.\r\n\r\nYou need to have Dolphin running ***and*** _have the emulation started_ for this program to be useful. As such, the system must meet Dolphin's [system requirements](https://github.com/dolphin-emu/dolphin#system-requirements). Additionally, at least 250 MB of free memory is required.\r\n\r\n\r\nIf it doesn't work, verify that you do not have the `nosuid` mount flag on your `/etc/fstab` as it can cause this command to silently fail.\r\n\r\n## License\r\nThis program is licensed under the MIT license which grants you the permission to do anything you wish to with the software, as long as you preserve all copyright notices. (See the file LICENSE for the legal text.)\r\n\r\n\r\n## Development Help\r\n\r\nTo compile the extension in debug:\r\n```bash\r\npython3 -m venv venv\r\n```\r\n```bash\r\nsource venv/bin/activate\r\n```\r\n```bash\r\npython -m pip install Cython pytest\r\n```\r\n```bash\r\npython setup.py build_ext -g --inplace --force\r\n```\r\n```bash\r\npython -m pytest\r\n```\r\n",
"bugtrack_url": null,
"license": null,
"summary": "Hooks into the memory of a running Dolphin processes, allowing access to the game memory.",
"version": "0.0.0",
"project_urls": {
"Homepage": "https://github.com/henriquegemignani/py-dolphin-memory-engine"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c9391868a5be2950a0e796e52d2b592da648b912f75fc01fdf5617905c4fba25",
"md5": "173547be64835c5e0681e915f39c38d5",
"sha256": "ec0ea1e94e9a2b420dbf84af6d7e0d5060d6a43e59578cb9f1bf259f45772198"
},
"downloads": -1,
"filename": "dolphin_memory_engine_mpn-0.0.0-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "173547be64835c5e0681e915f39c38d5",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 159288,
"upload_time": "2024-11-04T21:52:47",
"upload_time_iso_8601": "2024-11-04T21:52:47.614228Z",
"url": "https://files.pythonhosted.org/packages/c9/39/1868a5be2950a0e796e52d2b592da648b912f75fc01fdf5617905c4fba25/dolphin_memory_engine_mpn-0.0.0-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-04 21:52:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "henriquegemignani",
"github_project": "py-dolphin-memory-engine",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "dolphin-memory-engine-mpn"
}