dolphin-memory-engine


Namedolphin-memory-engine JSON
Version 1.3.0 PyPI version JSON
download
home_pageNone
SummaryHooks into the memory of a running Dolphin processes, allowing access to the game memory.
upload_time2024-11-29 11:45:27
maintainerNone
docs_urlNone
authorHenrique Gemignani
requires_python>=3.9
licenseNone
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",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Henrique Gemignani",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/93/79/849487788017cca457e3743ae1b9b86f027e4b7a3a13d90e51d5d06f7a79/dolphin_memory_engine-1.3.0.tar.gz",
    "platform": null,
    "description": "# Python Dolphin Memory Engine\n\nA python library designed to read and write the emulated memory of [the Dolphin emulator](https://github.com/dolphin-emu/dolphin) during runtime. \n\nBinary wheels are available on pypi for Python 3.8 to 3.12. Use `python -m pip install dolphin-memory-engine`.\n\n\n## System requirements\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.\n\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.\n\n\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.\n\n## License\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.)\n\n\n## Development Help\n\nTo compile the extension in debug:\n```bash\npython3 -m venv venv\n```\n```bash\nsource venv/bin/activate\n```\n```bash\npython -m pip install Cython pytest\n```\n```bash\npython setup.py build_ext -g --inplace --force\n```\n```bash\npython -m pytest\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Hooks into the memory of a running Dolphin processes, allowing access to the game memory.",
    "version": "1.3.0",
    "project_urls": {
        "Homepage": "https://github.com/henriquegemignani/py-dolphin-memory-engine"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "592ebb166e2152c82315e46edca02b11c3204b8a0d22530e361e92a07fe9d264",
                "md5": "b8c66d82bb50d18ffa4c15a0b7c72a32",
                "sha256": "4863830e67c72952dc6927913c475974aa9a71b467014154af8da498e542a6fc"
            },
            "downloads": -1,
            "filename": "dolphin_memory_engine-1.3.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b8c66d82bb50d18ffa4c15a0b7c72a32",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 117387,
            "upload_time": "2024-11-29T11:43:30",
            "upload_time_iso_8601": "2024-11-29T11:43:30.550501Z",
            "url": "https://files.pythonhosted.org/packages/59/2e/bb166e2152c82315e46edca02b11c3204b8a0d22530e361e92a07fe9d264/dolphin_memory_engine-1.3.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ced53ea4f172a9d2f891736dbcd29a1120d0ede66ef5d561c7f4b2ccd8035c44",
                "md5": "62d7b59e197b55129b0e604d392f1a5b",
                "sha256": "d86d7cebef3fcb093506b4ab23bc22e9732f6e7fcca81807a26713f4b97b29a3"
            },
            "downloads": -1,
            "filename": "dolphin_memory_engine-1.3.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "62d7b59e197b55129b0e604d392f1a5b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 110764,
            "upload_time": "2024-11-29T11:43:32",
            "upload_time_iso_8601": "2024-11-29T11:43:32.552281Z",
            "url": "https://files.pythonhosted.org/packages/ce/d5/3ea4f172a9d2f891736dbcd29a1120d0ede66ef5d561c7f4b2ccd8035c44/dolphin_memory_engine-1.3.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ade2e9346b530c72085f1e346d97c7c46b15e583440ef062affaf9cb6b98cc8",
                "md5": "fee52f5b32f700926ae615296219a001",
                "sha256": "706e25c1c693fcc411ca1084443cd3e046de48870bb07bfa7ef2c87bc14a63bd"
            },
            "downloads": -1,
            "filename": "dolphin_memory_engine-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fee52f5b32f700926ae615296219a001",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 443245,
            "upload_time": "2024-11-29T11:43:33",
            "upload_time_iso_8601": "2024-11-29T11:43:33.838897Z",
            "url": "https://files.pythonhosted.org/packages/3a/de/2e9346b530c72085f1e346d97c7c46b15e583440ef062affaf9cb6b98cc8/dolphin_memory_engine-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3dc929f2c70701db1103e3f1ade8462c5f3bfea073123a29b656f5ab89ca040d",
                "md5": "9227eed0283f4a6365cd52fce2726f27",
                "sha256": "31959dfe05d7d41481d5cf8567d8838e3cecab69e9b67410860f50cb5061f4f8"
            },
            "downloads": -1,
            "filename": "dolphin_memory_engine-1.3.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9227eed0283f4a6365cd52fce2726f27",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 158504,
            "upload_time": "2024-11-29T11:43:38",
            "upload_time_iso_8601": "2024-11-29T11:43:38.889298Z",
            "url": "https://files.pythonhosted.org/packages/3d/c9/29f2c70701db1103e3f1ade8462c5f3bfea073123a29b656f5ab89ca040d/dolphin_memory_engine-1.3.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fd9502a1e547b05abd03f38b0fc72ac11bc07716fdbdf89bd6788b61b275385",
                "md5": "f460e9d2205fb19ae4b87f7f78d97237",
                "sha256": "b3da130e1636ff7ca4400d3909bfc52988241fc1e3dc9e83443271f1aa0f2e44"
            },
            "downloads": -1,
            "filename": "dolphin_memory_engine-1.3.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f460e9d2205fb19ae4b87f7f78d97237",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 118101,
            "upload_time": "2024-11-29T11:43:52",
            "upload_time_iso_8601": "2024-11-29T11:43:52.012502Z",
            "url": "https://files.pythonhosted.org/packages/1f/d9/502a1e547b05abd03f38b0fc72ac11bc07716fdbdf89bd6788b61b275385/dolphin_memory_engine-1.3.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9da8a9bf4ef4b593d5ec15c6d0028e9d57dfc4c20170a8d8b1ab4e3b453f02b",
                "md5": "284180efcc81e0057d72311fee169e78",
                "sha256": "135f570387368f437aabf6216bc356f33829e6ce7a12b492d95dd1d43a35be9b"
            },
            "downloads": -1,
            "filename": "dolphin_memory_engine-1.3.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "284180efcc81e0057d72311fee169e78",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 111239,
            "upload_time": "2024-11-29T11:44:12",
            "upload_time_iso_8601": "2024-11-29T11:44:12.562505Z",
            "url": "https://files.pythonhosted.org/packages/b9/da/8a9bf4ef4b593d5ec15c6d0028e9d57dfc4c20170a8d8b1ab4e3b453f02b/dolphin_memory_engine-1.3.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6108283f096389acba244cc28c917ae5aa6932d018c8884fb511f73dd15af4be",
                "md5": "f748bea5610552e52d72f436e2fef263",
                "sha256": "7ab013c9eb356f24829b44f952a84a17004bc95fd26d81b8ff2dee65fbe374cc"
            },
            "downloads": -1,
            "filename": "dolphin_memory_engine-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f748bea5610552e52d72f436e2fef263",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 471025,
            "upload_time": "2024-11-29T11:44:13",
            "upload_time_iso_8601": "2024-11-29T11:44:13.849107Z",
            "url": "https://files.pythonhosted.org/packages/61/08/283f096389acba244cc28c917ae5aa6932d018c8884fb511f73dd15af4be/dolphin_memory_engine-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "189aacf79e15af1ddc89dacb193c565692906b05c1995c9ded06c05d9765d7d2",
                "md5": "1f1043d0363b93bbbd11980729b37fab",
                "sha256": "d325b471db3f0ac243afceb0fc66ae4269e023038083f934a53727cee2386b35"
            },
            "downloads": -1,
            "filename": "dolphin_memory_engine-1.3.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1f1043d0363b93bbbd11980729b37fab",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 158537,
            "upload_time": "2024-11-29T11:44:15",
            "upload_time_iso_8601": "2024-11-29T11:44:15.143760Z",
            "url": "https://files.pythonhosted.org/packages/18/9a/acf79e15af1ddc89dacb193c565692906b05c1995c9ded06c05d9765d7d2/dolphin_memory_engine-1.3.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "523adcb70b21d73c58a9f8293265c72fd42e1b1cfe8e200ce0de00473c7601bd",
                "md5": "b8b6e014df57f1cf6d2784348a0d3f95",
                "sha256": "18a7c60e334918bdd7d04a048a0f71e2da50c4aebd6f895eafc4b9385329b0ef"
            },
            "downloads": -1,
            "filename": "dolphin_memory_engine-1.3.0-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b8b6e014df57f1cf6d2784348a0d3f95",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 119123,
            "upload_time": "2024-11-29T11:44:16",
            "upload_time_iso_8601": "2024-11-29T11:44:16.277265Z",
            "url": "https://files.pythonhosted.org/packages/52/3a/dcb70b21d73c58a9f8293265c72fd42e1b1cfe8e200ce0de00473c7601bd/dolphin_memory_engine-1.3.0-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "15405ff12de2a62140acf7853bf491778d926589637de2eacbc6ac9753ac3172",
                "md5": "d5e00b890843521b508f484da114fd40",
                "sha256": "a67f0c60b9a4d9fa22a9e8d0b3ab63a537e0f73677ef4d4f2efa364f91272e73"
            },
            "downloads": -1,
            "filename": "dolphin_memory_engine-1.3.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d5e00b890843521b508f484da114fd40",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 111438,
            "upload_time": "2024-11-29T11:44:17",
            "upload_time_iso_8601": "2024-11-29T11:44:17.371943Z",
            "url": "https://files.pythonhosted.org/packages/15/40/5ff12de2a62140acf7853bf491778d926589637de2eacbc6ac9753ac3172/dolphin_memory_engine-1.3.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aee0a823f58f7da64e39c0a91eee562c10ea013e9d056c55d769d087c0dbe535",
                "md5": "4e7876e16b9b98505e0e83c51af504b4",
                "sha256": "fceb8aea11c9196c64dcce1952a36a282472f45823d6424d189b0125fcaed7db"
            },
            "downloads": -1,
            "filename": "dolphin_memory_engine-1.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4e7876e16b9b98505e0e83c51af504b4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 471540,
            "upload_time": "2024-11-29T11:44:18",
            "upload_time_iso_8601": "2024-11-29T11:44:18.660739Z",
            "url": "https://files.pythonhosted.org/packages/ae/e0/a823f58f7da64e39c0a91eee562c10ea013e9d056c55d769d087c0dbe535/dolphin_memory_engine-1.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b18555535283a055230b898ea786d1faf283b55da555ad2d19b6d86c8d50889a",
                "md5": "1ef9b1db55e03870536c005f73ce7a7f",
                "sha256": "ac4b902bfb264bbe86df781a46d32f880e12840cfadbbb456b7819b07de61999"
            },
            "downloads": -1,
            "filename": "dolphin_memory_engine-1.3.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1ef9b1db55e03870536c005f73ce7a7f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 159538,
            "upload_time": "2024-11-29T11:44:19",
            "upload_time_iso_8601": "2024-11-29T11:44:19.925928Z",
            "url": "https://files.pythonhosted.org/packages/b1/85/55535283a055230b898ea786d1faf283b55da555ad2d19b6d86c8d50889a/dolphin_memory_engine-1.3.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54ab86f4b4cb2a311483cc0837f4ae3f61a1e28a86b1c4f216b7e6862574d877",
                "md5": "97467e68edaf272abc612d8faa0a9b09",
                "sha256": "4e698a64ccdbe588972ae7c1fe5a9e874ce697013c4aca72401df55523418b51"
            },
            "downloads": -1,
            "filename": "dolphin_memory_engine-1.3.0-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "97467e68edaf272abc612d8faa0a9b09",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 117550,
            "upload_time": "2024-11-29T11:44:21",
            "upload_time_iso_8601": "2024-11-29T11:44:21.337273Z",
            "url": "https://files.pythonhosted.org/packages/54/ab/86f4b4cb2a311483cc0837f4ae3f61a1e28a86b1c4f216b7e6862574d877/dolphin_memory_engine-1.3.0-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f010a96209d40a191bc1dcc32dd48804a19465a89b0d895aac2f1b34303443a5",
                "md5": "7f42f21c495d524967192397850aca15",
                "sha256": "64017cfa297e8c67593f3bb841edfda6d178c4046f9ac9c08f3977c4502b5e69"
            },
            "downloads": -1,
            "filename": "dolphin_memory_engine-1.3.0-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7f42f21c495d524967192397850aca15",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 110121,
            "upload_time": "2024-11-29T11:44:22",
            "upload_time_iso_8601": "2024-11-29T11:44:22.723788Z",
            "url": "https://files.pythonhosted.org/packages/f0/10/a96209d40a191bc1dcc32dd48804a19465a89b0d895aac2f1b34303443a5/dolphin_memory_engine-1.3.0-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7cbfbbcd7a95bf416422e6f858b811c85f1dc19f983bddb797e0b961db7d753d",
                "md5": "3dc510f4b303d8d6547fff6f9fcf4480",
                "sha256": "d0b39779b3ea9a9e092edd409707d04813090d8af5272638c48afe0d6cc87047"
            },
            "downloads": -1,
            "filename": "dolphin_memory_engine-1.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3dc510f4b303d8d6547fff6f9fcf4480",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 468324,
            "upload_time": "2024-11-29T11:44:24",
            "upload_time_iso_8601": "2024-11-29T11:44:24.609136Z",
            "url": "https://files.pythonhosted.org/packages/7c/bf/bbcd7a95bf416422e6f858b811c85f1dc19f983bddb797e0b961db7d753d/dolphin_memory_engine-1.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8d86fd3abbdeadd1c9edca6f2125f8873ef09f6e9a4bc77c883421e2a7d1ed5",
                "md5": "01b28c555c561fbb7d0b58376548e6f2",
                "sha256": "6db6be47506a5ea2db379a09247daffebc3d86cc7fd3a3abd94d67728c2ca2ae"
            },
            "downloads": -1,
            "filename": "dolphin_memory_engine-1.3.0-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "01b28c555c561fbb7d0b58376548e6f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 158877,
            "upload_time": "2024-11-29T11:44:42",
            "upload_time_iso_8601": "2024-11-29T11:44:42.848863Z",
            "url": "https://files.pythonhosted.org/packages/a8/d8/6fd3abbdeadd1c9edca6f2125f8873ef09f6e9a4bc77c883421e2a7d1ed5/dolphin_memory_engine-1.3.0-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad35d6bfb8ec083b84879ca67ee3b1fc2f94f6769e2a508a8909136924e0d612",
                "md5": "0503599125dff3764d28fc7f7064f20c",
                "sha256": "08228a4be63aaa04fe11c3f0e8402dc60c9f8cd2bb40f8c4200172a1562ac99a"
            },
            "downloads": -1,
            "filename": "dolphin_memory_engine-1.3.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0503599125dff3764d28fc7f7064f20c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 118085,
            "upload_time": "2024-11-29T11:44:52",
            "upload_time_iso_8601": "2024-11-29T11:44:52.415304Z",
            "url": "https://files.pythonhosted.org/packages/ad/35/d6bfb8ec083b84879ca67ee3b1fc2f94f6769e2a508a8909136924e0d612/dolphin_memory_engine-1.3.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6aa956331bd9656d6b4a999ff4bb23b7dead19d38f9e658debc8c45ad02d5599",
                "md5": "05f4bab2e0b61336fa3f3f33da017ef5",
                "sha256": "b62284783a44b5291d9f171f6914cca7c770019468ccbda8d8f151591bc7dd88"
            },
            "downloads": -1,
            "filename": "dolphin_memory_engine-1.3.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "05f4bab2e0b61336fa3f3f33da017ef5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 111413,
            "upload_time": "2024-11-29T11:44:56",
            "upload_time_iso_8601": "2024-11-29T11:44:56.942919Z",
            "url": "https://files.pythonhosted.org/packages/6a/a9/56331bd9656d6b4a999ff4bb23b7dead19d38f9e658debc8c45ad02d5599/dolphin_memory_engine-1.3.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de01c372291e589ac260eba8ac1d54f49ad6ac0db30f37e08766f1716801a320",
                "md5": "06e7d035631b46f83f09f0fd06cc870b",
                "sha256": "3de38e470febfc3ac4af08f1c5862adffafca32d6e82cb54a7a5cfda7d9d310c"
            },
            "downloads": -1,
            "filename": "dolphin_memory_engine-1.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "06e7d035631b46f83f09f0fd06cc870b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 445799,
            "upload_time": "2024-11-29T11:45:20",
            "upload_time_iso_8601": "2024-11-29T11:45:20.648205Z",
            "url": "https://files.pythonhosted.org/packages/de/01/c372291e589ac260eba8ac1d54f49ad6ac0db30f37e08766f1716801a320/dolphin_memory_engine-1.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ebc02cd77eb7921a6aaf11547239077e01a93fbd04c95d47bc6f3d315f618a5c",
                "md5": "3ee66f1187279d182dcf3664d7c0f493",
                "sha256": "6d9fd5b1c01ae2ba2d105eaa05f3311a781a7b47cb766b9e8f4f369a0395ad1f"
            },
            "downloads": -1,
            "filename": "dolphin_memory_engine-1.3.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3ee66f1187279d182dcf3664d7c0f493",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 159098,
            "upload_time": "2024-11-29T11:45:24",
            "upload_time_iso_8601": "2024-11-29T11:45:24.402358Z",
            "url": "https://files.pythonhosted.org/packages/eb/c0/2cd77eb7921a6aaf11547239077e01a93fbd04c95d47bc6f3d315f618a5c/dolphin_memory_engine-1.3.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9379849487788017cca457e3743ae1b9b86f027e4b7a3a13d90e51d5d06f7a79",
                "md5": "66d6587409c9862ced554289535b18bc",
                "sha256": "587bd57fc79c945f4678f602a2d316ff7c1b022b3213fc6adf05ed2e1ba8da92"
            },
            "downloads": -1,
            "filename": "dolphin_memory_engine-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "66d6587409c9862ced554289535b18bc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 147696,
            "upload_time": "2024-11-29T11:45:27",
            "upload_time_iso_8601": "2024-11-29T11:45:27.819450Z",
            "url": "https://files.pythonhosted.org/packages/93/79/849487788017cca457e3743ae1b9b86f027e4b7a3a13d90e51d5d06f7a79/dolphin_memory_engine-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-29 11:45:27",
    "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"
}
        
Elapsed time: 0.38165s