Skip to main content

Hooks into the memory of a running Dolphin processes, allowing access to the game memory.

Project description

Python Dolphin Memory Engine

A python library designed to read and write the emulated memory of the Dolphin emulator 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. 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:

python3 -m venv venv
source venv/bin/activate
python -m pip install Cython pytest
python setup.py build_ext -g --inplace --force
python -m pytest

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dolphin_memory_engine_fork-2.1.3.tar.gz (313.8 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

dolphin_memory_engine_fork-2.1.3-cp313-cp313-win_amd64.whl (246.6 kB view details)

Uploaded CPython 3.13Windows x86-64

dolphin_memory_engine_fork-2.1.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (629.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

dolphin_memory_engine_fork-2.1.3-cp313-cp313-macosx_11_0_arm64.whl (272.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

dolphin_memory_engine_fork-2.1.3-cp313-cp313-macosx_10_13_x86_64.whl (277.0 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

dolphin_memory_engine_fork-2.1.3-cp312-cp312-win_amd64.whl (247.4 kB view details)

Uploaded CPython 3.12Windows x86-64

dolphin_memory_engine_fork-2.1.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (630.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

dolphin_memory_engine_fork-2.1.3-cp312-cp312-macosx_11_0_arm64.whl (273.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

dolphin_memory_engine_fork-2.1.3-cp312-cp312-macosx_10_13_x86_64.whl (277.5 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

dolphin_memory_engine_fork-2.1.3-cp311-cp311-win_amd64.whl (247.3 kB view details)

Uploaded CPython 3.11Windows x86-64

dolphin_memory_engine_fork-2.1.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (620.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

dolphin_memory_engine_fork-2.1.3-cp311-cp311-macosx_11_0_arm64.whl (273.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

dolphin_memory_engine_fork-2.1.3-cp311-cp311-macosx_10_9_x86_64.whl (277.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

dolphin_memory_engine_fork-2.1.3-cp310-cp310-win_amd64.whl (246.7 kB view details)

Uploaded CPython 3.10Windows x86-64

dolphin_memory_engine_fork-2.1.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (605.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

dolphin_memory_engine_fork-2.1.3-cp310-cp310-macosx_11_0_arm64.whl (273.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

dolphin_memory_engine_fork-2.1.3-cp310-cp310-macosx_10_9_x86_64.whl (277.4 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

dolphin_memory_engine_fork-2.1.3-cp39-cp39-win_amd64.whl (247.1 kB view details)

Uploaded CPython 3.9Windows x86-64

dolphin_memory_engine_fork-2.1.3-cp39-cp39-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

dolphin_memory_engine_fork-2.1.3-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (604.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

dolphin_memory_engine_fork-2.1.3-cp39-cp39-macosx_11_0_arm64.whl (274.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

dolphin_memory_engine_fork-2.1.3-cp39-cp39-macosx_10_9_x86_64.whl (278.0 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

dolphin_memory_engine_fork-2.1.3-cp39-cp39-macosx_10_9_universal2.whl (380.9 kB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file dolphin_memory_engine_fork-2.1.3.tar.gz.

File metadata

File hashes

Hashes for dolphin_memory_engine_fork-2.1.3.tar.gz
Algorithm Hash digest
SHA256 ea13a1b66904067464b93d5a76157888bad449b86cb9e479d13957c380108365
MD5 ecb63fca1dad180384c32c187c7a192a
BLAKE2b-256 172a7cac42b276fb255f666f53b7a3b909e4e7864f37984c64863526fa6fd66e

See more details on using hashes here.

Provenance

The following attestation bundles were made for dolphin_memory_engine_fork-2.1.3.tar.gz:

Publisher: publish.yml on Nic-del/dolphin-memory-engine-fork

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dolphin_memory_engine_fork-2.1.3-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for dolphin_memory_engine_fork-2.1.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ec74904ddf22ae7b596e74f4d3d57993a584610034ac88e4337f0874b2fe0a7f
MD5 b335e7006e7eff61496f8b93cd943fb7
BLAKE2b-256 cb80fb0f0db14210b5c1c396b4338f4043bde5d91037fcb5d1951d39c658f116

See more details on using hashes here.

Provenance

The following attestation bundles were made for dolphin_memory_engine_fork-2.1.3-cp313-cp313-win_amd64.whl:

Publisher: python.yml on Nic-del/dolphin-memory-engine-fork

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dolphin_memory_engine_fork-2.1.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dolphin_memory_engine_fork-2.1.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b19fb8777f1b450f5b6b110bef6fca0fc0fc75172a7bc3c68b88ab224c48c737
MD5 b61a479a1fb472c9de50a2f9bddd76a9
BLAKE2b-256 c6ec9f36de0712c6766e5abfdf90d4f49fdcfdbb97b1e92cbc4c42f9f5755d6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for dolphin_memory_engine_fork-2.1.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python.yml on Nic-del/dolphin-memory-engine-fork

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dolphin_memory_engine_fork-2.1.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dolphin_memory_engine_fork-2.1.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 566b10f3b1dfecae9251fe65711fcea0f0bd7ea5a83b49177c65f693b21780b6
MD5 ed79e6a61a44449e55ba88dabdfb80e7
BLAKE2b-256 644c1c811d6e44f99f181e46cc6ca9bd8b3991f51393fb047f55c4535dbdfbba

See more details on using hashes here.

Provenance

The following attestation bundles were made for dolphin_memory_engine_fork-2.1.3-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: python.yml on Nic-del/dolphin-memory-engine-fork

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dolphin_memory_engine_fork-2.1.3-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for dolphin_memory_engine_fork-2.1.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 99763ad7f07bc9dfc38a5f44f3d7c9767ee4d177c6d2664541d9830b0d227826
MD5 536423685469af441779f346846dd962
BLAKE2b-256 26b18aa6c625842ea513e59e84f46cb79c12d7272d4e180f2287bb0084277165

See more details on using hashes here.

Provenance

The following attestation bundles were made for dolphin_memory_engine_fork-2.1.3-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: python.yml on Nic-del/dolphin-memory-engine-fork

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dolphin_memory_engine_fork-2.1.3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for dolphin_memory_engine_fork-2.1.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2b748fa79c9f8f18a21294b1966cfcf51454e576cdadb268114c206027515936
MD5 23732552cb2860e896277b857120d742
BLAKE2b-256 aba470e5567c4682b119729956ae7c4985da6b5269ee1051fea5011edbf181e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for dolphin_memory_engine_fork-2.1.3-cp312-cp312-win_amd64.whl:

Publisher: python.yml on Nic-del/dolphin-memory-engine-fork

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dolphin_memory_engine_fork-2.1.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dolphin_memory_engine_fork-2.1.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8eeb462ef838aef329b7d26999404abc6c5736f65cc035faf3a546eb89a5d30e
MD5 ed0eac2ef70f918cba95bce3f86a59f2
BLAKE2b-256 2b15ed340fb107c2349cc499d725f3329447668a81bcd3f542931abbb98d270a

See more details on using hashes here.

Provenance

The following attestation bundles were made for dolphin_memory_engine_fork-2.1.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python.yml on Nic-del/dolphin-memory-engine-fork

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dolphin_memory_engine_fork-2.1.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dolphin_memory_engine_fork-2.1.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 12428f28c3cb2b80d6abce350d2592969517f688d1ea7a5326652ddd3acbfd56
MD5 b4dc10f5a67b27e2e15e164d0a403ee0
BLAKE2b-256 ed96edd6153a692eeddbd0335a7cb056729b644b27e6f6cc35c5a0be4eb6dd77

See more details on using hashes here.

Provenance

The following attestation bundles were made for dolphin_memory_engine_fork-2.1.3-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: python.yml on Nic-del/dolphin-memory-engine-fork

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dolphin_memory_engine_fork-2.1.3-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for dolphin_memory_engine_fork-2.1.3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1484d831be0bd0117ab0c6f631d4434c66441dda8c3f08334a33060cad6f36b2
MD5 59b3299af0340b6918a1d794ad0b31a6
BLAKE2b-256 11a4163c63fe22ecd8a37216a888811780cbb43e46cc5978ae494b51ebddb355

See more details on using hashes here.

Provenance

The following attestation bundles were made for dolphin_memory_engine_fork-2.1.3-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: python.yml on Nic-del/dolphin-memory-engine-fork

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dolphin_memory_engine_fork-2.1.3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for dolphin_memory_engine_fork-2.1.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 468e91f15e2ed8bf13b537da6b521e2076229ed90eb04077e5f1ca92458e7311
MD5 1d73a3ea16d547b6e0480abc0246734c
BLAKE2b-256 9e1c4fa58d4b25625e59f7920794e551b81197c0f4fa53c13d88027bac4243d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for dolphin_memory_engine_fork-2.1.3-cp311-cp311-win_amd64.whl:

Publisher: python.yml on Nic-del/dolphin-memory-engine-fork

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dolphin_memory_engine_fork-2.1.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dolphin_memory_engine_fork-2.1.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 23163beacfebbe31aa9d91592e79ab87741c574525d824efe8089679fa521d54
MD5 630d76ed8b21fe9e08706b9cd4f78873
BLAKE2b-256 841b2ea84c906cb71c37827f3872de029eda0aa5e7a933af765d6eaa0013e681

See more details on using hashes here.

Provenance

The following attestation bundles were made for dolphin_memory_engine_fork-2.1.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python.yml on Nic-del/dolphin-memory-engine-fork

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dolphin_memory_engine_fork-2.1.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dolphin_memory_engine_fork-2.1.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8065f7fdf390c20beeb78ee65eec4bdb05354b17975b171564c1fb045c29018d
MD5 3c1f0f1f2cbd5a7e962a383044eadf58
BLAKE2b-256 ed57d9a4fa34aace3933f102f7bd253f698813b67b1835dd7c366cc07de805b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for dolphin_memory_engine_fork-2.1.3-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: python.yml on Nic-del/dolphin-memory-engine-fork

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dolphin_memory_engine_fork-2.1.3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dolphin_memory_engine_fork-2.1.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c5de2f6cf6df97a426780e29a4eb2016e6b111780512f2a584fe317886836a98
MD5 f23be2e8f10b7c3577e45195c164d686
BLAKE2b-256 371dce891ceb0b18c23d19879e29666279c4762265ddb1a54d012f29d493d80e

See more details on using hashes here.

Provenance

The following attestation bundles were made for dolphin_memory_engine_fork-2.1.3-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: python.yml on Nic-del/dolphin-memory-engine-fork

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dolphin_memory_engine_fork-2.1.3-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for dolphin_memory_engine_fork-2.1.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d0746bf8d55cb9a2aa9b7b1fd38fe07e51170c0e894b7be2869f54fc9bd09af4
MD5 38df1d970006bb400f4e62bffa656e60
BLAKE2b-256 7e4848b5daee63e69ffeb83d85a9506ccdda5bb96fe3a5e95e622a3a80366e18

See more details on using hashes here.

Provenance

The following attestation bundles were made for dolphin_memory_engine_fork-2.1.3-cp310-cp310-win_amd64.whl:

Publisher: python.yml on Nic-del/dolphin-memory-engine-fork

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dolphin_memory_engine_fork-2.1.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dolphin_memory_engine_fork-2.1.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c330d5e5731fd7b4e37630a01381171e7a0334dae04894a5c03b92b7544e0a3a
MD5 06128ee9904911243fb26267a705379e
BLAKE2b-256 54d864d6df95b122cffdaabd348fafa1bcd34eea3b81bb0e6dbccb1b2a1c77a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for dolphin_memory_engine_fork-2.1.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python.yml on Nic-del/dolphin-memory-engine-fork

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dolphin_memory_engine_fork-2.1.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dolphin_memory_engine_fork-2.1.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ab431979bbecf2d6851133d13b5092677cc8e52352620c3c9079e00e458524c6
MD5 a46df6c104aa1a780884c530d23bae55
BLAKE2b-256 3363c4689f770354d3861de61399817fac84546bf71eacbc725af0cd1d6bd93c

See more details on using hashes here.

Provenance

The following attestation bundles were made for dolphin_memory_engine_fork-2.1.3-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: python.yml on Nic-del/dolphin-memory-engine-fork

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dolphin_memory_engine_fork-2.1.3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dolphin_memory_engine_fork-2.1.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c548025fef51deb5ab8075696b197bc481d2626f210fdba504e502e7b0caa1d9
MD5 3f8fc7d850fd32beb053f245a8448b14
BLAKE2b-256 7d5f4d01311daa987654f5d9b10eef7980b6a058917aaacedbe0790ccb9c7215

See more details on using hashes here.

Provenance

The following attestation bundles were made for dolphin_memory_engine_fork-2.1.3-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: python.yml on Nic-del/dolphin-memory-engine-fork

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dolphin_memory_engine_fork-2.1.3-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for dolphin_memory_engine_fork-2.1.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8ecedaf482cb852fa47e73673a79b7e219d9c2682fb642c93d870a9aa04f5636
MD5 447779abe49054896ef5ef747657c325
BLAKE2b-256 35b0dd9fbe1889ff6e2796ece8faee868b76d9d3f60185432c211696af3cb1ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for dolphin_memory_engine_fork-2.1.3-cp39-cp39-win_amd64.whl:

Publisher: publish.yml on Nic-del/dolphin-memory-engine-fork

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dolphin_memory_engine_fork-2.1.3-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dolphin_memory_engine_fork-2.1.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 528cbb76079eb3b573aeddcbd7cae6d38086c26f246c0bae95af8b802958ffdb
MD5 fa199a7350e3e4cf2c1a30023a7315dd
BLAKE2b-256 cb30bed954e2521a66c070d8fc5ccaf24d9a3d3f99c9c55c0ed77d5ed15fea54

See more details on using hashes here.

Provenance

The following attestation bundles were made for dolphin_memory_engine_fork-2.1.3-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on Nic-del/dolphin-memory-engine-fork

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dolphin_memory_engine_fork-2.1.3-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dolphin_memory_engine_fork-2.1.3-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b5ae4e5f8626673ae8661ba90aee4c7069a46f758772369db7ed7f4b8bd3c72a
MD5 b04190a741e2c949a7646ea0d952af6a
BLAKE2b-256 f8f74645ab192f2413af13ae210523acdcf2b856a4b11f501928422a9043fa38

See more details on using hashes here.

Provenance

The following attestation bundles were made for dolphin_memory_engine_fork-2.1.3-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on Nic-del/dolphin-memory-engine-fork

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dolphin_memory_engine_fork-2.1.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dolphin_memory_engine_fork-2.1.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 00bfe436d8f8580b3b7e7245d7224dbeb26bba63952c550f7187f04ecfdde766
MD5 b96b58a096657c5bd13abf52f949be03
BLAKE2b-256 7e4fe1e57f7dabcd5139de9d8273a79d0533e2a5bb2c4734bdf6a055fc4b180a

See more details on using hashes here.

Provenance

The following attestation bundles were made for dolphin_memory_engine_fork-2.1.3-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: publish.yml on Nic-del/dolphin-memory-engine-fork

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dolphin_memory_engine_fork-2.1.3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dolphin_memory_engine_fork-2.1.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 48402eb32e2f0003dbb98cbe493bb3afb045b67bf06f3bd94769f9d80ad8c9cc
MD5 a1a7da966ee5b61111f92f674ed20545
BLAKE2b-256 ee5ba95b2a333458c28a2922d6d3197a872ba1f521dcb954cfd4a22e4664db34

See more details on using hashes here.

Provenance

The following attestation bundles were made for dolphin_memory_engine_fork-2.1.3-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: publish.yml on Nic-del/dolphin-memory-engine-fork

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dolphin_memory_engine_fork-2.1.3-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for dolphin_memory_engine_fork-2.1.3-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 83d52035b2d06202406db8a319c4a4fb75f7d54d3c698af01c8ea0614cb92c0b
MD5 cba84356d48787bd6268f0fbe0dcf1c5
BLAKE2b-256 24cd8f014c83ef4d7c0d3cc67fda25e6cc2314c2c7a64b961f37c2313886089c

See more details on using hashes here.

Provenance

The following attestation bundles were made for dolphin_memory_engine_fork-2.1.3-cp39-cp39-macosx_10_9_universal2.whl:

Publisher: publish.yml on Nic-del/dolphin-memory-engine-fork

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page