Skip to main content

Python interface for emulated Nintendo DS

Project description

PyNDS

A Python interface for NooDS, a Nintendo DS emulator. Intended for reinforcement learning and bots.

Inspired by PyBoy.

Example

import pynds
rom_path = "path/to/rom"

nds = pynds(rom_path)
nds.tick() # Runs the emulator until we get a frame
frame_top, frame_bottom = nds.get_frame() # Get the generated frame

Install

pip install pynds

Build

git clone https://github.com/unexploredtest/PyNDS.git
cd PyNDS
git submodule update --init --recursive
python setup.py install

Disclaimer: The project is still in its initial stages; expect a lot of bugs. The API is subject to change.

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

pynds-0.0.4.tar.gz (43.5 kB view details)

Uploaded Source

Built Distributions

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

pynds-0.0.4-cp313-cp313-win_amd64.whl (451.0 kB view details)

Uploaded CPython 3.13Windows x86-64

pynds-0.0.4-cp313-cp313-musllinux_1_2_x86_64.whl (806.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pynds-0.0.4-cp313-cp313-musllinux_1_2_aarch64.whl (787.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pynds-0.0.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (349.2 kB view details)

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

pynds-0.0.4-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (345.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pynds-0.0.4-cp313-cp313-macosx_11_0_arm64.whl (290.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pynds-0.0.4-cp312-cp312-win_amd64.whl (451.1 kB view details)

Uploaded CPython 3.12Windows x86-64

pynds-0.0.4-cp312-cp312-musllinux_1_2_x86_64.whl (806.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pynds-0.0.4-cp312-cp312-musllinux_1_2_aarch64.whl (787.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pynds-0.0.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (349.3 kB view details)

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

pynds-0.0.4-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (345.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pynds-0.0.4-cp312-cp312-macosx_11_0_arm64.whl (290.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pynds-0.0.4-cp311-cp311-win_amd64.whl (451.8 kB view details)

Uploaded CPython 3.11Windows x86-64

pynds-0.0.4-cp311-cp311-musllinux_1_2_x86_64.whl (807.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pynds-0.0.4-cp311-cp311-musllinux_1_2_aarch64.whl (789.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pynds-0.0.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (349.9 kB view details)

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

pynds-0.0.4-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (346.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pynds-0.0.4-cp311-cp311-macosx_11_0_arm64.whl (291.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pynds-0.0.4-cp310-cp310-win_amd64.whl (452.0 kB view details)

Uploaded CPython 3.10Windows x86-64

pynds-0.0.4-cp310-cp310-musllinux_1_2_x86_64.whl (807.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pynds-0.0.4-cp310-cp310-musllinux_1_2_aarch64.whl (789.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pynds-0.0.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (350.0 kB view details)

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

pynds-0.0.4-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (346.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pynds-0.0.4-cp310-cp310-macosx_11_0_arm64.whl (291.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pynds-0.0.4-cp39-cp39-win_amd64.whl (453.0 kB view details)

Uploaded CPython 3.9Windows x86-64

pynds-0.0.4-cp39-cp39-musllinux_1_2_x86_64.whl (807.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pynds-0.0.4-cp39-cp39-musllinux_1_2_aarch64.whl (789.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pynds-0.0.4-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (350.2 kB view details)

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

pynds-0.0.4-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (346.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

pynds-0.0.4-cp39-cp39-macosx_11_0_arm64.whl (292.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file pynds-0.0.4.tar.gz.

File metadata

  • Download URL: pynds-0.0.4.tar.gz
  • Upload date:
  • Size: 43.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for pynds-0.0.4.tar.gz
Algorithm Hash digest
SHA256 dce38feebb141a5cfa358445c24b1c0aea455bbd434c0a4107f6ba8d76e1ffb7
MD5 96ba9a573cfedbd4728770bca8b4e9d4
BLAKE2b-256 8afc337bf7e8ce9a9bbba81624a21c3d7944b72b56f425efafe8aa1f52a9fe35

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pynds-0.0.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 451.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for pynds-0.0.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 19774a821e6de19b65cb903b7a54d1d4a87ba8a420a92809f2672890f5d1e895
MD5 d66cdb031eeda9ec3a7e134f511880f9
BLAKE2b-256 b1af99a1fca84e9f020925c712c3b983154a826ad0e9f1b036bafa8c5ad99c1f

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pynds-0.0.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a517221e34f7fbe7371ee66e74fe2b4f7f9a59c41d7d092a3855512e15b40764
MD5 d9fe5beb718fd40d111986ca1ca696c7
BLAKE2b-256 7046c8373029f54365ccc27d52c0648f65a91c829bf8f812a623f748fdb07d7d

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pynds-0.0.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 08e440a9f8554c95043d99eb932c39d3269e22d71666445ecd212547e9f6773f
MD5 8f271efa9023456ce24efe6c751ce964
BLAKE2b-256 b6b53eeb88b74da05b7f8d24aa85b8efc901ddf77834fcf1e8d9e1c6b297ca6a

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pynds-0.0.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 06129e68eed043e445fa7ff5f847233f0beb04aac9364fb61702784084363f99
MD5 ce18d16813983bd0478a6e4d75c2b539
BLAKE2b-256 a1049b4a28e2a5401fa74a56c9daa185611dc65770ec9ad2cd950e8d0766448b

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pynds-0.0.4-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 28f7e9428f1a56b5d6d45483697cf7b08645a84af68f8ffd9a199f550957d000
MD5 e83445c0d927c9575a3e7a8e8d5c075b
BLAKE2b-256 f41567a2750590820e3701635e04a14f715017aa45b6632b9906f0a6921075a1

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pynds-0.0.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 75cf1aa2d2c152eada61c496a3769919a4f89141800fde4d46399a5226c2653a
MD5 7f2571210c504417d949c2d9a4954822
BLAKE2b-256 6a8b8be992e16e70ce670144887cadf6c126cbbbb09aaf8909a987e7817d0cb1

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pynds-0.0.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 451.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for pynds-0.0.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 29c665575d56ead275102426ccf519eaccc2afe1f3b8587c934b8442395c2955
MD5 395bdaf99b1846b8220247e59798a3f3
BLAKE2b-256 5fd676d0fa6ab32eb23e56ad673beacfacb3a7a2eec486e9bd43ff29fd95a140

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pynds-0.0.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4564946e89ac8d03693139a274846e1314c1ef4f7daea88864f55e628d369490
MD5 a67a7ab8f825659252e014070422618f
BLAKE2b-256 72ce46b54b6482354823f252a88d4b26728aff7a663526aa1a2cf51b47bdfe9b

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pynds-0.0.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4a4d8992bc648a08ba6f0162e74bd9db550779a37bf698b45bb552054fa85cbd
MD5 d9d83bda4d0b143fb0d580ae6e859791
BLAKE2b-256 9b5029ce6e89c25d3c505171e8a2602f69d69e9eadfa8aa903b23c389e7f7427

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pynds-0.0.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d7d7774d90e8494c8746bb035a5b16d4fec47a6405e3384a481a02628f8b70eb
MD5 f97c00f5baad62a720aa4f1f08c46213
BLAKE2b-256 eb1d5075ac32b7e3dade36a0735e3a426ef9fd92508dc253ebe07402b60dfff1

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pynds-0.0.4-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 473172f0182351d5a2b2736db0494c02b055689a7018a487845ec433a6bf896e
MD5 de68829708b3d02181e84ee4c90eb870
BLAKE2b-256 c0b0f9ba44f1649f06f566a7f6785d1db2fa93bc6ab52fa34f591c70947f85c9

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pynds-0.0.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4470324f5edeb838fd313df68442d4980fa893e46424f81b15c8c93406bf344
MD5 09aab56f68cf847534dd94270f5841b9
BLAKE2b-256 ab05bfc8410c16265e85fcd311a6674f4527ed5e0ff5403ae39da3d2b53a607f

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pynds-0.0.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 451.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for pynds-0.0.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ea9b96cddcf453d65e6a5a1ee8765976a9f98f6d952443e7bbad6a830f7048ab
MD5 cc4414b729100beaea2d1a1f522f82dd
BLAKE2b-256 c46e5b2d1ec5ce7e287af25eec3cb282ffdd8f27f659387059795c0a31ac8279

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pynds-0.0.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ad5ebdd43d4d2cfde40deec4cb06013d63360718d054183a70c5050a5ce9e9da
MD5 57f761a983fc4d4105ed703daa68aff5
BLAKE2b-256 8f938d169a858a37216d34ff624053874737158e5865237b6ad3c7c8d380222c

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pynds-0.0.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 06d4dd9e2f51c148dadb2225bed99f11c302ccf314bc8902d2f776580c687748
MD5 78483b61a5ff691b223668ef89024e3d
BLAKE2b-256 199a845342ee94bb209467e52ac65f4bb0257af013000be0b1a996c39a1fdbe1

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pynds-0.0.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a94d07c1289d15bdaf56806f7a82026b8931ad4f2deb50ce8294f70b750234eb
MD5 8e4443a0cd3aae43624cd03a9b6d24c4
BLAKE2b-256 ced13026c5377380f1a0ffb79d828a73a8996993f3d585d8a5e1859c7af61342

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pynds-0.0.4-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d0cb828437270952cd4bdc7989b6adbd3f7f6b1dcd2616f844fa3ebbdfc6478f
MD5 f1fab67b8973f4f72be88f0bc9bc82d3
BLAKE2b-256 47e34a5817b5360984052060e9a0e81da74df2b7a0b539692f38b4fe3b08ea48

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pynds-0.0.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5f944caec8ea081eaaa035ad0ab27e2c340b1d6ffe0b0786a58107f3b233b34e
MD5 de582a7673cd4f7ffde177aef43a7fcd
BLAKE2b-256 be553f141aceda947d117339311ea30f60d10ffffe4a03640a87c75001aed8dd

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pynds-0.0.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 452.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for pynds-0.0.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 521974914b9b99b40ade75b70295f63112b31c5d660efaf47f375c2f493e71a9
MD5 5b051ec3abc0952baed3a46ee1e17deb
BLAKE2b-256 8774cd6cf71f5196ab69118e4e0903df66c7ed94748956122cd1c3f819331c78

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pynds-0.0.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 59699e864caec8cfacea8abba5b6c52cff766fda82ca88a216644744afc6894c
MD5 459e2305fc09565af1579dbf8c0b7144
BLAKE2b-256 6a416309900cedcbc8f45aecb2dfd6a23a4052cd1069974f33b605fce49e0f58

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pynds-0.0.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c8aad31aba7f4f3bfc3d04e92933d2b669a4af126a1bf79037ff8aa511a21aa6
MD5 466665858affe04f76468fab33f37783
BLAKE2b-256 b36d2106e60f0145383cb2670e07da057d35079b388a19031c963781f3d22c8b

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pynds-0.0.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 11e41d44511563ba3ed97f7b2d45890ebe6cd2e36c5755842e6b991c2ad63ed9
MD5 45ab13d93291c370d63e5481fb13674d
BLAKE2b-256 874ba4a44c48136bc9eefb1151baf2bbd9e9385cf2816fbdcceccb3ca7921a50

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pynds-0.0.4-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 45e4fec02da830f3ed0da0c9cba25f9db083411dfa97c610fa08bce3ca8f5071
MD5 627a2736468ebc9e387a33ff9bb5f61e
BLAKE2b-256 4089bdc9b988ee8a75711662047fb2d26e2ac0b12afedb5938e263f75846abf7

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pynds-0.0.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a4753f2801d2d26026bb4fd5fe7ea72ba610e5e920728ae2f2149732536a0daa
MD5 e75d16363b5950cad940f68fb0aae09b
BLAKE2b-256 82cfd490326f5b1efceef5006800706683c415d0979bc149be2de412507e8d78

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pynds-0.0.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 453.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for pynds-0.0.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9717aacc5b17aa06501e65feec7898bdf863f71296acdb1ea8e84f0da18f2815
MD5 655e9f3a6e7ef17f2a37c72344ef6155
BLAKE2b-256 fab44077cc2b4219d3a8e31eb38588dd69b409664940d212e6a52d10c714aa65

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pynds-0.0.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 22e68fb8ba1bd71258d46f51a2c72238eab8e41ae5cb8ac9cbd4ea4d9aede82f
MD5 35ad4eda9ecfd9de5ab86628dcf96c5c
BLAKE2b-256 05b841bcca4aab11dbb14b584c6a0ecd844ef2e8b6a422bcaa5e6a0c4ebc7bae

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pynds-0.0.4-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9ea0aeb18587d430fce2f7b7055932454b21456e6586545d64f79a8ad49ac017
MD5 04c2711656112ff14da1c54473ee7098
BLAKE2b-256 8febfbc67c1d58c90e2fd91c832c5de19eadf8e13e45830e3765ece127c1e023

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pynds-0.0.4-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 36cf9c9450ed15874b8a62a633da61bcfb5bbf5da1cde5430a722b25f15dd546
MD5 86fa193e93eea3eb98e13b5b720113fa
BLAKE2b-256 11ad2630cad911691ed989c26f7caa7ee51bdabd6bc05029672810725bef2a1b

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pynds-0.0.4-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e6651d8a029ceb4580f50d887d561ba5018947b925688ed0cda0f5be463c873f
MD5 1cc0feb3f7cd55cc476366eb21deb9d6
BLAKE2b-256 822a2101d615c3b5b6219139ab761b80a0c51226ad2b3b286c98df5ccd2efca0

See more details on using hashes here.

File details

Details for the file pynds-0.0.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pynds-0.0.4-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 292.2 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for pynds-0.0.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 355882cdf4c2ca3d8b3dc718f2c1a90790257798e570a5e46fe6e75947faf597
MD5 4d9ed4b1cdb81e0ecbdb173f7ce67028
BLAKE2b-256 3eb05cdc52b844ed869f73d35339430239066c8959cd050edb7a9c6500c8b024

See more details on using hashes here.

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