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. Changes to the API may occur.

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.2.tar.gz (42.9 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.2-cp313-cp313-win_amd64.whl (261.4 kB view details)

Uploaded CPython 3.13Windows x86-64

pynds-0.0.2-cp313-cp313-musllinux_1_2_x86_64.whl (803.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pynds-0.0.2-cp313-cp313-musllinux_1_2_aarch64.whl (784.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pynds-0.0.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (346.9 kB view details)

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

pynds-0.0.2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (342.6 kB view details)

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

pynds-0.0.2-cp313-cp313-macosx_11_0_arm64.whl (286.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pynds-0.0.2-cp312-cp312-win_amd64.whl (261.4 kB view details)

Uploaded CPython 3.12Windows x86-64

pynds-0.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (803.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pynds-0.0.2-cp312-cp312-musllinux_1_2_aarch64.whl (784.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pynds-0.0.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (346.9 kB view details)

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

pynds-0.0.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (342.7 kB view details)

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

pynds-0.0.2-cp312-cp312-macosx_11_0_arm64.whl (286.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pynds-0.0.2-cp311-cp311-win_amd64.whl (262.3 kB view details)

Uploaded CPython 3.11Windows x86-64

pynds-0.0.2-cp311-cp311-musllinux_1_2_x86_64.whl (805.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pynds-0.0.2-cp311-cp311-musllinux_1_2_aarch64.whl (786.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pynds-0.0.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (347.3 kB view details)

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

pynds-0.0.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (344.1 kB view details)

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

pynds-0.0.2-cp311-cp311-macosx_11_0_arm64.whl (287.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pynds-0.0.2-cp310-cp310-win_amd64.whl (262.5 kB view details)

Uploaded CPython 3.10Windows x86-64

pynds-0.0.2-cp310-cp310-musllinux_1_2_x86_64.whl (805.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pynds-0.0.2-cp310-cp310-musllinux_1_2_aarch64.whl (786.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pynds-0.0.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (347.6 kB view details)

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

pynds-0.0.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (344.1 kB view details)

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

pynds-0.0.2-cp310-cp310-macosx_11_0_arm64.whl (287.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pynds-0.0.2-cp39-cp39-win_amd64.whl (262.9 kB view details)

Uploaded CPython 3.9Windows x86-64

pynds-0.0.2-cp39-cp39-musllinux_1_2_x86_64.whl (805.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pynds-0.0.2-cp39-cp39-musllinux_1_2_aarch64.whl (787.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pynds-0.0.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (347.7 kB view details)

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

pynds-0.0.2-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (344.4 kB view details)

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

pynds-0.0.2-cp39-cp39-macosx_11_0_arm64.whl (287.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: pynds-0.0.2.tar.gz
  • Upload date:
  • Size: 42.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for pynds-0.0.2.tar.gz
Algorithm Hash digest
SHA256 65d9150dacb1377a8f8c0fb0c63097a4b793aebe0d414774a63576612ca2f052
MD5 7b831399b07b1aa1f17479ada37d19e1
BLAKE2b-256 5c6a57cab216be53956157d30830c4a28a01332b26802804e7642a3fe1d5f08d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pynds-0.0.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 261.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for pynds-0.0.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 abb9099ba26f5e71dc4f989bc968f425566be1d242b36a9f7d94b80df7231fb3
MD5 c1f3e7fef597b5ddb7d0142332a8e85e
BLAKE2b-256 01afe03491e7b33c71e8a33bd79567365e6971eca783c96f25269589a0cb5ea2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pynds-0.0.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2d46ca664a21c40cff3560eb98615604e4a372ab9ab607979e4945aae4cdd73b
MD5 6fc8a406d88f5c3a5df9079632d89297
BLAKE2b-256 80177eeea6ccfd65da119c834f2f58fa02a968d57739c4b964906ce495018033

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pynds-0.0.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d37e98a15d192283452daa04fd0798f926511610858f95bb484d4450c25891c9
MD5 79c39ce9a30d2365fff81c88e56ce1e9
BLAKE2b-256 bb2dbee67809c76a67b3622b9e416a84171a0e81d3075ac086330b079349ea32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pynds-0.0.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6dd16da3bf79e78be85b5831e1385442d5459732dcb2d49e9cdd74cd8b861458
MD5 cdb841a2e811057c9ec37c20ecac9158
BLAKE2b-256 ec8646bebe15dc25198a0471d348defbb81d88ee9091443ffe14db3e61b59c79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pynds-0.0.2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 31bc689fef2a726209030f41538c29addbc966f690b8b241a20d7029e06ecacb
MD5 2a9da8d98a26c2352542ec94aacd23ec
BLAKE2b-256 eda9312934104b8f7bc6524e4d6a85145213be7199ea0afccd5867d4cda6baef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pynds-0.0.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9b1eb01a6d12063ca971f2aab2149429f130da88f9dc88e6d4926cd621767823
MD5 b697a001a6888935ca5aed372308df25
BLAKE2b-256 4227c7c5cc369b17000d666cf1a8b8be3c46be8449ce315af54dc82f6ec9db0d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pynds-0.0.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 261.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for pynds-0.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ad6f57d2800cea8b47e3c7ca4ebbefc18cdb4af56055daa16ed67a39e29d990c
MD5 51d8921559c4fc347f1cda80f7c591e3
BLAKE2b-256 bb7f99ad703980ffc052c8e5999ee093391ad29163355fc05e8991a4fc910dca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pynds-0.0.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bdb7fc4ceff367a744580c92a9f82d2269fb5318e7af9f9de10afa7db4627009
MD5 8e82e23c23e03bdcde9772489cedec04
BLAKE2b-256 3a8dd66a40b858da28de512a330b123d266915d322f7b3d142735d157634608b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pynds-0.0.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5c121f09e59fa16fc1380b3b1c0e27ecec2d8bc5b5011ad379f9d0aeceb948ae
MD5 22ce9b7b229e5a36be3847cfd16c4306
BLAKE2b-256 a3c8b5766d81cd0a34f4c256283bd612b88d308f4a84bb504385124652c6d5a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pynds-0.0.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6b93777056bc75fe6c4c41329d64165eea1bfc0382a49ae20d57af4acf95b71d
MD5 688b4c7983cac533c818117c86b14bc8
BLAKE2b-256 3f7d82944385df92193633a06ebf67044b8ef1299f3a6199a0d17a7d9f3a5747

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pynds-0.0.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 62f504f70129f45bca4eb4913dc4cac7ad2e9e64ee2316f29de89c932a57d3c5
MD5 44c9c941d40488078cdec55291043f89
BLAKE2b-256 90cd52c72af75f0188a0778746a2f7e62ffba2edb9170361fcb461d9b71d83cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pynds-0.0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aab7f99b8bbcfe1b6ee012c974b4a8259cf3b97fde16dea08136dda81b79cfcc
MD5 07231eb5811e421315507be98cfe1851
BLAKE2b-256 7c4ea9e19a2d7c51785a2562f988e2a32ef7b355ce51d6ecc39e1747f6fbc6f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pynds-0.0.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 262.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for pynds-0.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a5029eb0e0b336351491d0a15f6a63290e0c8faf1bbe45a4ba296865f15a9598
MD5 dbc601e3560e38ca7e286e0ce211c514
BLAKE2b-256 35a1b03b1f0ae4cc618608b3b0d0e1f2e32c5c3a37dff75b8f07692edc2c32ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pynds-0.0.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 208194222b6e9f8eee2a5eb2b0d6eaec56a4b1b192d0612c9243637be2578ee7
MD5 83629bcef1b770087efac150bd776414
BLAKE2b-256 56b79ac4dab51f836b8d61e954d92e886cdf12c9e12de95642aa04b68713e907

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pynds-0.0.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cbaf29b866c13a22b07bcb7c791c920b14890d5f0984bebcbe5b31d4cf0b169e
MD5 5ad103adf2d16f2ed0d75017d5f6cd59
BLAKE2b-256 6f8b7d746d5bd3805feb195f1d1990143b5e5c0658fac76d18b2a55ee4912dfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pynds-0.0.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 683b0db10447f13e0fd8f6a058a15337050dbf6c35b2d665d3b99baa9c212e7f
MD5 e97230d9cb1dadec73dc8017e2fb26c2
BLAKE2b-256 bdbb82fc24b6f4a066885b7b59b62225315fbced0ca3ea300f30231515fae42a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pynds-0.0.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5178f76679e04482675f7b29747f0039576c25b77eff658381fc9f35e7e6bf22
MD5 77609e6ac7ce4e8b87d8a5cdcc7b8c3b
BLAKE2b-256 204c07ce19d2b90f7f89a0e07a547ea73315a8ffed5f66b18f9539242e28ab30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pynds-0.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df6d25546e26dabed5ca4ac922102b7bf7578fe09e431001d72e96e161be78a3
MD5 7f0e6f32aed760394c9172c8ff88607c
BLAKE2b-256 f14ccfbe48926926207bf5a97ae67782a1aa73091f69bc23391515074b5c8719

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pynds-0.0.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 262.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for pynds-0.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1528ca34c44cd7666215d554131b0a705c6dc45e7c2b3926578b8d9a5ab2eea7
MD5 f28e579b7bbcb26737b4ca530bc6a297
BLAKE2b-256 3b67e4496c6a363b1e26a7064f42a123e72308c306684709d5434de38a9704a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pynds-0.0.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b25f1355166ec92d129c7c2e138f0613193b03edd14392ceac257b7389e6e29d
MD5 813246db2a7e2b8c649a278aefca0101
BLAKE2b-256 c1e0d43a339c82dd27fa1a0a5d2b341767c23b538ffcd84aa1274c1a6ce3eebb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pynds-0.0.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cbde92a1281e2e785a970e8d0585b712c929faa1c4e3a37105aa68f5635a51ee
MD5 a764af27c8db6e3f32dc246b68ad96ac
BLAKE2b-256 bb97a800c292d8170c9fb5b73a1c77f83b1535913934772dfa39c835e787ece4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pynds-0.0.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 71d5a6cf9c09b97fbd0a330a101e2d472bf62f1c05dd073222de4f62d4cd008e
MD5 4e790ba7ef11975b801efe7c6e4f9d7a
BLAKE2b-256 974322af8354590569318ba2c418073cb2df79e4981e85eaaa1e797cfdac24b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pynds-0.0.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bdd2cff21e171e59eac55870a4877df5a04de1dc03ac5482cd36750f1f6694e2
MD5 dc9755110465a1a83aafd3270f83f98b
BLAKE2b-256 c344682fb9bf1cf2d8aabab6a2a4686c664eb2c9deaac0169a54e70f18511b51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pynds-0.0.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bd35703a39606bbcd02632edfad264592c59ad60c3d18f1e26f9e18cdc507c1b
MD5 302a061b33af98b75a41f72ae89c80fb
BLAKE2b-256 50f06b6444e077c4929afd2ff478abb8edac26294a8509515a74eec17ec3ceac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pynds-0.0.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 262.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for pynds-0.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4fd039f0039a62ab771c52721061ccf2756c2e545e0923bc48a020988aa1cc07
MD5 680e41128d0cb82e9c832c435448ebb4
BLAKE2b-256 cb2221ecca76ca3cf1c5968ffb907bb36c4ed121d769d15321dfb2ef1fccb218

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pynds-0.0.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5cfab7d3e15cdfcae97d6948f22897993fa3a5bc9f956a1d59077f52f196ce2a
MD5 be10d969ae74e3426fa39a5e8d8e381e
BLAKE2b-256 716614f408379757af79f7c19ecb8b7b3c37d3c780571ba5a40f7b333733b7bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pynds-0.0.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4329ce9b50044bab8427038540492dc43520251ee7d32d1b8cea9a91d79649f3
MD5 d0cd436369acd44c25c614f51c9b42f6
BLAKE2b-256 5c1ee5120a5bdd898f2d55ea40ecbea53dff20a72d996ff3b2bdfb7297808e0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pynds-0.0.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ba82da7d764e24b72c5c8de538e8a0545027e0fe8a5e0f12dfeb8f4d0f133a67
MD5 63aa06a7b5d4d82520512117166f9360
BLAKE2b-256 f8aa3ea9d4d212ed9048db9c6b4b8265a90b7642ef46f304558dc14c2d818f31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pynds-0.0.2-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 21976b52eed0cb5e751761c147744d2a52b5a80013fdb90b656dab621fd7f5ae
MD5 da7870cc1094db0f2055e0da853f2656
BLAKE2b-256 508e1a9e7a7dc98d8525ccae1d7336f3dd914db8c8fdf52ba762c5b42b5e32f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pynds-0.0.2-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 287.5 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for pynds-0.0.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0fee68b12675fb751090905e0497d01c9e4d8fb2774cec4fedd1644f65618e99
MD5 0123f8d6b096fb5aa25f66bd095281ce
BLAKE2b-256 446e71f312e8441c1dfbad0a75c790863864cd20383e81fa63765adc6df92830

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