Skip to main content

Python implementation of NANO currency related functions

Project description

nanopy

pip install nanopy

When needed, install from source and use the environment variables CC, LDSHARED, CFLAGS, and LDFLAGS to tweak build options of the C extension for work generation and signing. See setuptools documentation for further info.

For e.g., GPU support can be enabled with USE_OCL=1 and appropriate OpenCL dependencies.

sudo apt install gcc python3-dev ocl-icd-opencl-dev intel/mesa/nvidia/pocl/rocm-opencl-icd
USE_OCL=1 pip install --no-binary=nanopy nanopy

Usage

from nanopy import Account, deterministic_key
from nanopy.rpc import HTTP

# create an account (defaults to NANO network) and set secret key
acc = Account(sk=deterministic_key(seed="0000000...."))

# if it is not a new account, set the current state of the account (frontier, raw bal, rep)
acc.state = ("1234....", 1200000000000000, Account(addr="nano_repaddress..."))

# create a receive block and optionally, change rep along with it
rb = acc.receive(hash_="5678....", raw_amt=acc.network.to_raw("10"), rep=Account(addr="nano_newrepaddress..."))

# create a send block
sb = acc.send(Account(addr="nano_sendaddress..."), acc.network.to_raw("1"))

# broadcast
r = HTTP(url="http://localhost:7076")
r.process(rb.dict_)
r.process(sb.dict_)

Wallet

A cli wallet is included with the library

  • Configuration is in ~/.config/nanopy.ini
[nano]
nano_1111111111111111111111111111111111111111111111111111hifc8npp
nano_16aj46aj46aj46aj46aj46aj46aj46aj46aj46aj46aj46aj46ajbtsyew7c
rpc = http://localhost:7076
  • -n, --network. Choose the network to interact with - nano, banano, or beta. The default network is nano.
  • Checks state of accounts in ~/.config/nanopy.ini by default.
  • Open a wallet, nanopy-wallet open FILE KEY. KEY is a seed in a KDBX FILE. See nanopy-wallet open -h for options.

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

nanopy-28.0.1.post19.tar.gz (124.1 kB view details)

Uploaded Source

Built Distributions

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

nanopy-28.0.1.post19-cp314-cp314t-win_arm64.whl (224.7 kB view details)

Uploaded CPython 3.14tWindows ARM64

nanopy-28.0.1.post19-cp314-cp314t-win_amd64.whl (209.7 kB view details)

Uploaded CPython 3.14tWindows x86-64

nanopy-28.0.1.post19-cp314-cp314t-win32.whl (207.3 kB view details)

Uploaded CPython 3.14tWindows x86

nanopy-28.0.1.post19-cp314-cp314t-musllinux_1_2_x86_64.whl (653.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

nanopy-28.0.1.post19-cp314-cp314t-musllinux_1_2_aarch64.whl (524.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

nanopy-28.0.1.post19-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (628.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

nanopy-28.0.1.post19-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (483.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

nanopy-28.0.1.post19-cp314-cp314t-macosx_26_0_x86_64.whl (387.8 kB view details)

Uploaded CPython 3.14tmacOS 26.0+ x86-64

nanopy-28.0.1.post19-cp314-cp314t-macosx_26_0_arm64.whl (388.4 kB view details)

Uploaded CPython 3.14tmacOS 26.0+ ARM64

nanopy-28.0.1.post19-cp314-cp314t-macosx_15_0_x86_64.whl (387.8 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ x86-64

nanopy-28.0.1.post19-cp314-cp314t-macosx_15_0_arm64.whl (388.7 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

nanopy-28.0.1.post19-cp314-cp314t-macosx_14_0_arm64.whl (388.8 kB view details)

Uploaded CPython 3.14tmacOS 14.0+ ARM64

nanopy-28.0.1.post19-cp314-cp314-win_arm64.whl (224.7 kB view details)

Uploaded CPython 3.14Windows ARM64

nanopy-28.0.1.post19-cp314-cp314-win_amd64.whl (209.7 kB view details)

Uploaded CPython 3.14Windows x86-64

nanopy-28.0.1.post19-cp314-cp314-win32.whl (207.3 kB view details)

Uploaded CPython 3.14Windows x86

nanopy-28.0.1.post19-cp314-cp314-musllinux_1_2_x86_64.whl (653.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

nanopy-28.0.1.post19-cp314-cp314-musllinux_1_2_aarch64.whl (524.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

nanopy-28.0.1.post19-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (628.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

nanopy-28.0.1.post19-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (483.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

nanopy-28.0.1.post19-cp314-cp314-macosx_26_0_x86_64.whl (387.8 kB view details)

Uploaded CPython 3.14macOS 26.0+ x86-64

nanopy-28.0.1.post19-cp314-cp314-macosx_26_0_arm64.whl (388.4 kB view details)

Uploaded CPython 3.14macOS 26.0+ ARM64

nanopy-28.0.1.post19-cp314-cp314-macosx_15_0_x86_64.whl (387.8 kB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

nanopy-28.0.1.post19-cp314-cp314-macosx_15_0_arm64.whl (388.7 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

nanopy-28.0.1.post19-cp314-cp314-macosx_14_0_arm64.whl (388.8 kB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

nanopy-28.0.1.post19-cp313-cp313-win_arm64.whl (221.7 kB view details)

Uploaded CPython 3.13Windows ARM64

nanopy-28.0.1.post19-cp313-cp313-win_amd64.whl (208.8 kB view details)

Uploaded CPython 3.13Windows x86-64

nanopy-28.0.1.post19-cp313-cp313-win32.whl (206.6 kB view details)

Uploaded CPython 3.13Windows x86

nanopy-28.0.1.post19-cp313-cp313-musllinux_1_2_x86_64.whl (653.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

nanopy-28.0.1.post19-cp313-cp313-musllinux_1_2_aarch64.whl (524.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

nanopy-28.0.1.post19-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (628.3 kB view details)

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

nanopy-28.0.1.post19-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (483.1 kB view details)

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

nanopy-28.0.1.post19-cp313-cp313-macosx_26_0_x86_64.whl (387.8 kB view details)

Uploaded CPython 3.13macOS 26.0+ x86-64

nanopy-28.0.1.post19-cp313-cp313-macosx_26_0_arm64.whl (388.4 kB view details)

Uploaded CPython 3.13macOS 26.0+ ARM64

nanopy-28.0.1.post19-cp313-cp313-macosx_15_0_x86_64.whl (387.8 kB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

nanopy-28.0.1.post19-cp313-cp313-macosx_15_0_arm64.whl (388.7 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

nanopy-28.0.1.post19-cp313-cp313-macosx_14_0_arm64.whl (388.8 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

nanopy-28.0.1.post19-cp312-cp312-win_arm64.whl (221.7 kB view details)

Uploaded CPython 3.12Windows ARM64

nanopy-28.0.1.post19-cp312-cp312-win_amd64.whl (208.8 kB view details)

Uploaded CPython 3.12Windows x86-64

nanopy-28.0.1.post19-cp312-cp312-win32.whl (206.6 kB view details)

Uploaded CPython 3.12Windows x86

nanopy-28.0.1.post19-cp312-cp312-musllinux_1_2_x86_64.whl (653.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

nanopy-28.0.1.post19-cp312-cp312-musllinux_1_2_aarch64.whl (524.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

nanopy-28.0.1.post19-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (628.3 kB view details)

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

nanopy-28.0.1.post19-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (483.2 kB view details)

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

nanopy-28.0.1.post19-cp312-cp312-macosx_26_0_x86_64.whl (554.5 kB view details)

Uploaded CPython 3.12macOS 26.0+ x86-64

nanopy-28.0.1.post19-cp312-cp312-macosx_26_0_arm64.whl (488.7 kB view details)

Uploaded CPython 3.12macOS 26.0+ ARM64

nanopy-28.0.1.post19-cp312-cp312-macosx_15_0_x86_64.whl (554.6 kB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

nanopy-28.0.1.post19-cp312-cp312-macosx_15_0_arm64.whl (488.9 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

nanopy-28.0.1.post19-cp312-cp312-macosx_14_0_arm64.whl (487.0 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

nanopy-28.0.1.post19-cp311-cp311-win_arm64.whl (221.7 kB view details)

Uploaded CPython 3.11Windows ARM64

nanopy-28.0.1.post19-cp311-cp311-win_amd64.whl (208.8 kB view details)

Uploaded CPython 3.11Windows x86-64

nanopy-28.0.1.post19-cp311-cp311-win32.whl (206.6 kB view details)

Uploaded CPython 3.11Windows x86

nanopy-28.0.1.post19-cp311-cp311-musllinux_1_2_x86_64.whl (652.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

nanopy-28.0.1.post19-cp311-cp311-musllinux_1_2_aarch64.whl (523.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

nanopy-28.0.1.post19-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (628.2 kB view details)

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

nanopy-28.0.1.post19-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (483.0 kB view details)

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

nanopy-28.0.1.post19-cp311-cp311-macosx_26_0_x86_64.whl (554.5 kB view details)

Uploaded CPython 3.11macOS 26.0+ x86-64

nanopy-28.0.1.post19-cp311-cp311-macosx_26_0_arm64.whl (488.6 kB view details)

Uploaded CPython 3.11macOS 26.0+ ARM64

nanopy-28.0.1.post19-cp311-cp311-macosx_15_0_x86_64.whl (554.5 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

nanopy-28.0.1.post19-cp311-cp311-macosx_15_0_arm64.whl (488.9 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

nanopy-28.0.1.post19-cp311-cp311-macosx_14_0_arm64.whl (487.0 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

nanopy-28.0.1.post19-cp310-cp310-win_arm64.whl (221.7 kB view details)

Uploaded CPython 3.10Windows ARM64

nanopy-28.0.1.post19-cp310-cp310-win_amd64.whl (208.8 kB view details)

Uploaded CPython 3.10Windows x86-64

nanopy-28.0.1.post19-cp310-cp310-win32.whl (206.6 kB view details)

Uploaded CPython 3.10Windows x86

nanopy-28.0.1.post19-cp310-cp310-musllinux_1_2_x86_64.whl (652.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

nanopy-28.0.1.post19-cp310-cp310-musllinux_1_2_aarch64.whl (523.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

nanopy-28.0.1.post19-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (628.2 kB view details)

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

nanopy-28.0.1.post19-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (483.0 kB view details)

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

nanopy-28.0.1.post19-cp310-cp310-macosx_26_0_x86_64.whl (554.5 kB view details)

Uploaded CPython 3.10macOS 26.0+ x86-64

nanopy-28.0.1.post19-cp310-cp310-macosx_26_0_arm64.whl (488.6 kB view details)

Uploaded CPython 3.10macOS 26.0+ ARM64

nanopy-28.0.1.post19-cp310-cp310-macosx_15_0_x86_64.whl (554.5 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

nanopy-28.0.1.post19-cp310-cp310-macosx_15_0_arm64.whl (488.9 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

nanopy-28.0.1.post19-cp310-cp310-macosx_14_0_arm64.whl (487.0 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

File details

Details for the file nanopy-28.0.1.post19.tar.gz.

File metadata

  • Download URL: nanopy-28.0.1.post19.tar.gz
  • Upload date:
  • Size: 124.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for nanopy-28.0.1.post19.tar.gz
Algorithm Hash digest
SHA256 3e26841911a4fdda43ceda8534ce48ede5e0db26e203fefc51254e7b1be4e82f
MD5 7424aeab8f69941c5f78f57e2c85db17
BLAKE2b-256 7782812d635979079f61c66900c5fc900bec4d872edf2b8faa61595e3099500f

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19.tar.gz:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 088e21dc0260c52d3449ab44586e0de432f6fabcc51e12d355e46d49c58653f2
MD5 750b0a09d8723a542343cbf657c4cd4d
BLAKE2b-256 347a447bf486a2a7198e266692e8a1f30637f6335620dc2fcef59d6a4a6698cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp314-cp314t-win_arm64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 b97d28738a644a26b824b3436fb7ebe1a7221e8bef258aa2b09913c9ac36217c
MD5 de1d84c790180614ec607db769476eb8
BLAKE2b-256 192306d928b0da5297be097e65e8e13e9f9fc11623b641c7c7012fe13dd9065b

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp314-cp314t-win_amd64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp314-cp314t-win32.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 427c6b0caa8ca48eb41b78fd1094cbdd3c01613610c17cb58f13686f0f39197c
MD5 15fb8a1d2532b33d5b000301c7feb74e
BLAKE2b-256 59fceac80afb412cbcdb39d0003e81c7c484431f0affc65cfce60db1caee23af

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp314-cp314t-win32.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ca0c1ecc26dba6f4a6e7e55f276c7092d7cb6765f3422b20f6a4749800895f6e
MD5 c9f34bfa6a1144fcb88b65c8cdb383d8
BLAKE2b-256 54254d23b136859a5804c2cf94ebda9f00a4a19d2ab4d0034fccc81d9c365e40

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0f9aff6c261fa1f6327df70df56b066d4fb676c4b2ceb76f0c58dd15c9d89580
MD5 327127cb10290dfc5faacb30da1aa182
BLAKE2b-256 860fb0949dd1feac7ab1e36e326868ff4db80b0d04ead371ba9eb8f878e92e71

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3e3086189949aa84da007f26c52d40fc659854c574f03ebacc63b0d1572cd805
MD5 76cbeb2127d2aebdee98cb61dbceb91b
BLAKE2b-256 52fe4acab33d25a6f6c65b04b95856c0b63c40d25141089b334ec0ebd3289bb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 852ecaaafd24167869669a6f65114297ee454dc0131f04760eba9a6d0e8c2960
MD5 d2963e31e7beb475ee8101c68c2fd8c8
BLAKE2b-256 023f977cfc44ad1d8f930ab7c8c751baedf6e99511810cfa1f0186de406c5161

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp314-cp314t-macosx_26_0_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp314-cp314t-macosx_26_0_x86_64.whl
Algorithm Hash digest
SHA256 df8d5a1e5d614ede743fa4f880e4545852490019f29a3928de2613b1c278e89a
MD5 6736e1acef559c0ffab643908203900b
BLAKE2b-256 c0afb7371220489f426a287a085ca9466d461b36465dbd66e6410810b1e17cfd

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp314-cp314t-macosx_26_0_x86_64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp314-cp314t-macosx_26_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp314-cp314t-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 fe5caf21af0444a46a5c7a7784cdbcebefc3343af2f4c964d3ed1a7149298ed9
MD5 17bac3bb5e1bef4a79c2ddc760ed488c
BLAKE2b-256 f5f13414c9e5223564f7db4ea888bac9c4ced7c9b6c25622eb9ea8b314081622

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp314-cp314t-macosx_26_0_arm64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp314-cp314t-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 23f14f563fc6e8f287ce82baec4697acaef06582e138295facfca8f61dddc955
MD5 d6c0aaa7bd779e630f9b5e75ee34c044
BLAKE2b-256 a601fff296eff540db4b32bfa04ffbfe752ab7483ea4c576ceedcaa17cf6b852

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp314-cp314t-macosx_15_0_x86_64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp314-cp314t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 eeee68e185859fa56c5b65a862e46c32ffedbda104fcdcd2543721e33ff31c04
MD5 6e1e7de2f2f5d8c8ee4f92ca19fd8f9f
BLAKE2b-256 edd6645436da067cce92735b8ade1526f01705b102a7c3cdec1606b196e65d57

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp314-cp314t-macosx_15_0_arm64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp314-cp314t-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp314-cp314t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0d584db73ccb78f82a35d3f005eac9c785f42ed262a9876d2993e71c1ce9f4ee
MD5 79775b0889117270cbb5d349454cb014
BLAKE2b-256 f3ffe6d2bff585b98c17e87c2a1aae309299654b7567562de3ad8840142d3530

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp314-cp314t-macosx_14_0_arm64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 d922bfcdb7807b5ba59f9972c2391621535321e8c2b418ea3e6eeeac974c8ebe
MD5 fd10c6c7d31e29bea43acc141149fcd6
BLAKE2b-256 0867dda162992c5ec7fb7eca1224a1f41e16e50dff918ca4b0218044f9df9835

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp314-cp314-win_arm64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b6c1b27c907500172f4d96f26e219943103e8026f98851398386f29a3dbf91f8
MD5 1945f3b16994b4e27dc82300e65dd1bc
BLAKE2b-256 f00da82a6fdf5b87db0588c856f5a639ae0256411c2b3d9e9e21bbbf778adce9

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp314-cp314-win_amd64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp314-cp314-win32.whl.

File metadata

  • Download URL: nanopy-28.0.1.post19-cp314-cp314-win32.whl
  • Upload date:
  • Size: 207.3 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for nanopy-28.0.1.post19-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 10174b18d293eb9ad0f7e2e2ce30be1e95d0d335a8b00a632ebd80ed55e3e419
MD5 9153a90e16ac9f337e270716e67842cc
BLAKE2b-256 3d065c64aad0cca5060ecd3fe531fe7b4018a68a3a5d5c09e682d0a3d74fa4e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp314-cp314-win32.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8dc63be75acf936ec4b077735fe3dd855df14149a8cf73beed78b7d911ffc452
MD5 645c1c8edd16d8b46b761f8862437622
BLAKE2b-256 da495f1ea2829cc0f268d670acf8b66d7eb15fb994c2b1e0d917128243eead53

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 90f81bfb1379b45b8967b97bf4d0273830e995d022e0e6eed88d759cc9e789a7
MD5 e9bf4ec27757fb4395efb73ddefd93d1
BLAKE2b-256 4dd97f913552afb498c470104acc5082b4cf54eafd733be73485ca86e5099b47

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 102ebfeda4839c381b6424fb9ae74635219dc7eb79f08ef4c3c8375eaffe7624
MD5 b72fd0793c69263645e819c4aa1507a5
BLAKE2b-256 bfb75adc99d5a3f13445bc1fd0e761fe250f60011320a432ac3ac5066e81207d

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 89df02f5e39b2daacad2ba237f180e7986fc9196c5cdc5924c2d2e45e737b377
MD5 e1566a6ce68b1b50329b0deb20cc2776
BLAKE2b-256 e487048c60fd75158315ee4d6fe49a6233cbb8fa23b8af9d9325e99ea742226c

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp314-cp314-macosx_26_0_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp314-cp314-macosx_26_0_x86_64.whl
Algorithm Hash digest
SHA256 44d3503de09a6d8c0b0ae7263ebfe739fe7114ee863016626e3020a52b1bb7b2
MD5 963fe3534624969410bdee66f1f90bec
BLAKE2b-256 09979bf18bd18c59f7bca52dbfba361a2822593b92de448d328c831b837f6dda

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp314-cp314-macosx_26_0_x86_64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp314-cp314-macosx_26_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp314-cp314-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 fce36cc9c181c6bcdbb9436fd15140f2bc222b64e8f2992ccd05c6c3fafa0a46
MD5 14858d451ccc6cd29edab01296d5282d
BLAKE2b-256 08716d159f02b767d5e71d6548e6a61c99c390f96fe598fc1308722963e1c8d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp314-cp314-macosx_26_0_arm64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp314-cp314-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 491d37e868787bd2bb720c1bebcceffe592637bdea39ebf73455df554eedaeff
MD5 4c099ed60f04ae67d5a1f39bc94169b0
BLAKE2b-256 0662492ce6fdc55b1542929008dcf1f06378da2923ad81fe1db1816c0824f306

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp314-cp314-macosx_15_0_x86_64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 83e5b7acfdc4fd23dcd922682ba34a6c341765000740e09ada904d4c916dc720
MD5 4b1c25174bc27eeac6d9b0a3e773e1a7
BLAKE2b-256 0fd1ad5f7eb9f4a61f7c68878775867920ca44a9662efcdc5a434e9aec2d5a1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp314-cp314-macosx_15_0_arm64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d12c7062ed556a4035716454675ccbc1cb7f4df6a3e7578e0ad6b9d8b81603c5
MD5 15b07da7cc9801b632ca81b69b905175
BLAKE2b-256 48306570fa569bee7ff383120fcd0ba1296d481e1e07300fd424532bcae7507e

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp314-cp314-macosx_14_0_arm64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 496ed17b5cdf484a343c340da6a1064ef16d6f5102ec14d41383d85b8668bd1b
MD5 ba458c7cf6fea8cd2e7c87f572579540
BLAKE2b-256 124c29c0136ddd84af0c07969ff51c32413d1a499071c3c717815739309d8550

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp313-cp313-win_arm64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 68710409cb7ee2b2147c094b34982d0896c7907e2d0b11d559ebebefe6708cbe
MD5 85b79c1c2bae7ee3c2b8c006efe10867
BLAKE2b-256 eb6788e3821db687091bcb104becfbf15c8b0d9d3d515cd9eae1d3b5b48e9a30

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp313-cp313-win_amd64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp313-cp313-win32.whl.

File metadata

  • Download URL: nanopy-28.0.1.post19-cp313-cp313-win32.whl
  • Upload date:
  • Size: 206.6 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for nanopy-28.0.1.post19-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 a82cf892adb2a13394f5539ef46d3576470ffa34dddc28a166aba66e7964162f
MD5 738c6836829c42fcc4634ea461751210
BLAKE2b-256 99bd39ed1c0a7ab80cd93dfae6e28faf79bcdd94d9e29f8e8f6d6b40058e6089

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp313-cp313-win32.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 adf277fbe3364660592374fe8a7b77fdbc6277e901b9eacb482af83e52d2cc36
MD5 f49dbdcdc3026c1cb621454613bcd652
BLAKE2b-256 55411ea0a8c277e8a06204a2aa2505f8bf6e584eca2a8e8dfe2dde6dfea2c851

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 90c4bd1c504a4febcff6e8afdf450f8f4dda23d4b0a5d300805eb7caa8701670
MD5 b9767d80c0324a79f02b3015dc78e62b
BLAKE2b-256 e866543f1d83cc6a3c6e431e65a2d763082b14e58f4de823125279d992f2adb1

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1fbf5ad623ec921802dabb96a47f30c450460c120af9cd5ed66d518a41eed7b6
MD5 826ad0235bc2ea1de095a9aed65730d9
BLAKE2b-256 3f2a1e401cd1defc6a00ac9ffc0c5ac1b523bafc615cba5c9293cdd2e9d9fdd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 120063cba704cc7e6503e5a54658d61fc5b6399864044670e357dfc78d319293
MD5 0d80551c094facf7bf9191c1239a61f3
BLAKE2b-256 d7f8295e6f1da69909ff93d79e29f4d6e5c19b42924eb1f03a7e559d4ef80167

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp313-cp313-macosx_26_0_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp313-cp313-macosx_26_0_x86_64.whl
Algorithm Hash digest
SHA256 59b18fb40d0bbb9efdf38c5a0dd3c2ec8b2ef9d6a878e53ee8ef59845f86300e
MD5 9842140d1a7b9eed13a29e9337939d11
BLAKE2b-256 1a7fe917854f162b2f15312ab03127154536b566b40ddf2f3eec8775d253a7ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp313-cp313-macosx_26_0_x86_64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp313-cp313-macosx_26_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp313-cp313-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 3aeacedf0bb6b8a02996733f9fc5a5ab49e40dc2191208d5196db338d4bd3e7d
MD5 b8c3996332940561f6c108229af007b5
BLAKE2b-256 c00855d68ca9a2040f3e2d36174fd6452c21b199dafa1a1be9cb5bf0437c84bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp313-cp313-macosx_26_0_arm64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 72de422d6d8c0d7d556685236794993f378de38a78fc10073547223a428417b6
MD5 8af08260c7c2901c30e030eefd375cd4
BLAKE2b-256 d1f2d68f1dc7024c40ff94c392d6ae37dc040a182309de69e6389572c66a9d1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp313-cp313-macosx_15_0_x86_64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 a94d871bab59b10b7e82b1b2c770cbe77264144a41cbeeeb02f1d2589d806231
MD5 8f9e1a22aa4b33d658b7a61ab524c1d2
BLAKE2b-256 1eceea73a189aaaf7803a63f87f79cea2b0fa7097888bca13ebfc35deddcac80

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp313-cp313-macosx_15_0_arm64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1752c271c16f8dc595a230455d39a56e6731eafc7ef405b66457870d936e3670
MD5 dd29abedbcc7e45257f43628d193a26a
BLAKE2b-256 51b7cb5db09963200e0488e177c5ebca0e4cc0a36375df39ed13468a378a05d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp313-cp313-macosx_14_0_arm64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 000001d6ebc3f485c0da1035443e877d0c2c2c7a018fcfb558bd554d84ff3a09
MD5 88bade07e4c7c086b6bdf9c2375ee203
BLAKE2b-256 2bcb2df5d55cc32d0065bc555caf7274159354c87f16197170041e270ae35204

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp312-cp312-win_arm64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4717e5d74b75f605e79c1289de47727ea321beaac66b8d021a28fd42003c4e11
MD5 f67b7cf269485113a43ab5c02323e56f
BLAKE2b-256 bdb6e3d27b31ead4313d79e9bd9446e366382a73443488f541880d339ca9ea76

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp312-cp312-win_amd64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp312-cp312-win32.whl.

File metadata

  • Download URL: nanopy-28.0.1.post19-cp312-cp312-win32.whl
  • Upload date:
  • Size: 206.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for nanopy-28.0.1.post19-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 baa060afcb67291ae732a23cb83bd0b7e010a1bd061fe3abdb371e84bbd5b4d9
MD5 3b806391a5d90ea31b6e44ffbdd37089
BLAKE2b-256 e95472f3ea8e85edd00f7e8ff0b3774bfa4c71b2be24926eea9df8e9fc756bcd

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp312-cp312-win32.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f065302bea8c4dd1104809e7871b65dfc157a60e5445d5c7cf2588aece893cc
MD5 64fb0b54837360adb116b7e8d9ef1aea
BLAKE2b-256 e9e0a8addae2669060bd237924d9a8444488290d46695f24ef63723d7e5703dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 549f14dc39d1e72075b3f439bc6128751742c00f001e6038b42b6cd40f4f9bcc
MD5 cfc740a8bef4e02c3914a55b1cad8fbc
BLAKE2b-256 776913bf9eb10bb033a321dc1cae1db15f1bcc3ae209eec80afd56ad4cbe0908

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0b553b1cf39d80995e32e2fda07a8e1e4cc70fa8a4b58554cb1895a3e5c482de
MD5 3fd841bef11fb96af054777ab4376d11
BLAKE2b-256 c84e04c5d00808170fba1ea068fb4a47b37bf1e8318a84afcad6a921cd50031f

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e6281f85003760864ebf9d1a1491f7aa0725502c4e3a5631a3f527251f1f751f
MD5 9b70fd56e0fad0235c3e90386d3fb810
BLAKE2b-256 90ee45742b309209ac148a2ed900facb2b21c40554692c85aa9035e569b79b5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp312-cp312-macosx_26_0_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp312-cp312-macosx_26_0_x86_64.whl
Algorithm Hash digest
SHA256 635ea6938c4738256cc6a776de05274ec63a6c095b4a5df8967f5fdc602efb32
MD5 d22f5fa0a23c89044f92c8e5012250cf
BLAKE2b-256 7c1b765fe32171b44a79dea1033c0657e2fa8147eff69c50c66ef200fad8496e

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp312-cp312-macosx_26_0_x86_64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp312-cp312-macosx_26_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp312-cp312-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 ab75d37cab0feb776e1fd5c2d7d765c8d584f61372f9d9d7d6c68449cd178326
MD5 71a1d2d901a07c6b1956f38a3071f3e0
BLAKE2b-256 8dd1364a663946234cdf687183d5a2a306bd123d1e11716741fd40d9f13aed01

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp312-cp312-macosx_26_0_arm64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 368ce6112a078187da0538584eca5acc69cde23795694fda38a908f7f77bba1f
MD5 185a1eb6aa820d06ddd8a5b194ec2896
BLAKE2b-256 55c954eb6abddf1076c3edb1929953608d0ede10270224d3878a4a3d407bf872

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp312-cp312-macosx_15_0_x86_64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 5bac7e3938bb709fc1d2e26c0871c9fee515b0fd3b2142444fca0c46e2147a70
MD5 d420f645afd81e6429a01612a8f6aa80
BLAKE2b-256 f9ebff97359328b10e653a9bc36ee8684c0baf7794a144b04426e795c2010621

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp312-cp312-macosx_15_0_arm64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 bca2f85a0a0634a031c45fde88184e344e96174e1987ee5e2514994e0c5baa99
MD5 e7dc7590710cfcb4904623b98dddaf0d
BLAKE2b-256 66a143e5ab7933d246d53a330d58d0f210e500b8136bf7c546038c0a5ac34dc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp312-cp312-macosx_14_0_arm64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 4a878ca532cd7b444817dcb374b2304a61c513c93c5e0fcae4d51e0ac790ddec
MD5 4797f55a5dd62f33da7faf15e052d16c
BLAKE2b-256 21a92972d6b528e300b5ffc843bc2e3779f8d4bcb41ac754405d86417ea9c6d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp311-cp311-win_arm64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 dd2744655e56625e6cf9e920da27b9d3d09a8bcaa957b8d9465f002f099eabfe
MD5 aa6e1d238eecd5704832ad004db0d0fd
BLAKE2b-256 e6f09e2cc1875078c0290393b088c5445b8d448bc30eaa9a68c376b5aa15d122

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp311-cp311-win_amd64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp311-cp311-win32.whl.

File metadata

  • Download URL: nanopy-28.0.1.post19-cp311-cp311-win32.whl
  • Upload date:
  • Size: 206.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for nanopy-28.0.1.post19-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 2ae589dd321d48956dbf2af9e27f844540301754df38fa91594d425a81f12594
MD5 d5ff058e6146d9212c58881e2d872512
BLAKE2b-256 022c36777715ec029da1c41df09cd0e8ccb9ab8407851e68a734113b28204d1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp311-cp311-win32.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e4586f5700b13bf82b328b63c0e7f2fb0dd1225982e993ae1107ed28b650f7fb
MD5 cf8f4bcf491f21b07154c449b8330b4b
BLAKE2b-256 a288f396d296f3cae3739db2f7f455913a5ff38ea55e58923ef08c6360d14bc1

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f7145e0ba2466481452fe2a29d29d611c57df1d472a21510c8690a2f0286cf1a
MD5 6ed6bdbee95aea7de070649943e7a3c9
BLAKE2b-256 f49e2f60bfe0cbd707a0509b4d0d971269f4fd382229dcc45c6a3b517670a6c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2c6eb491cf0dfa5de7dcdafcc91ab9c71cac0d63219bb308f3b0f0f8993ece71
MD5 190b2334c3f3471b5f0d7562aec3e7c2
BLAKE2b-256 f49412d5c7083ed48f001ed9e7542ec32c54f8ec75cc14e4af89a68ba9359503

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7760e9671acba655091fe916e722445eab3fb9a155df5703c976f52cf678329e
MD5 95cc0b235cd9932975dabd1a0038474f
BLAKE2b-256 e89af80f1c27a66c9cd3e09d31514e22a39bd2c527e29438d1933c5a2efa9037

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp311-cp311-macosx_26_0_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp311-cp311-macosx_26_0_x86_64.whl
Algorithm Hash digest
SHA256 74d7dfdad7136d25f4efc0c057e2d8ebd4db64ed000a9085b890c3d363a1f0fc
MD5 2f6239938d1ffbce1a0abfd5cb11aeb9
BLAKE2b-256 fbe115289faa6651408633ab8bd6c70cb95d65c45b28688ddf2a6354a534d5b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp311-cp311-macosx_26_0_x86_64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp311-cp311-macosx_26_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp311-cp311-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 78c8573906662da43c360728d7a6dfca27db2e47565b7b632f81d2f667a0d723
MD5 694820e9a306c82fe239e5ea762f2959
BLAKE2b-256 f439d70a9a3a571a1a1d8bdc93c598921a1d18bcf68d0df746a0e6e8de8baccf

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp311-cp311-macosx_26_0_arm64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 f34ae6611f9e57544e2770cc71edbbc3262fb4b86cea46af6a877ab051f12f2e
MD5 47362744dbd6336393da44aa4ce4306a
BLAKE2b-256 54326656a762eb9ff6ff83f8c4c865e3d9b07d6a294e31044bc6270fa4dab037

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp311-cp311-macosx_15_0_x86_64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 be6a461f772e7fe464bcf008b35e66741d3d0c259b6d3221bb1b9e87f9581c22
MD5 af7988c2c5b65b748b5e2f4078901a76
BLAKE2b-256 8f16df7c4763d15db6735ecdceb39a0a3eba76c2085ad27f7e845a6b30f7137a

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp311-cp311-macosx_15_0_arm64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 44d057ae3c04c156015ee32bd38f72b9500b4418c5e97de5d48e1a7af8213fec
MD5 5a40041c872fd02b34674d0406804a0c
BLAKE2b-256 feb6ec9a909cafb4eaa370e7e121524e6aa86ea622f46c9eb90b3738f3f9126f

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp311-cp311-macosx_14_0_arm64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 5beae95995516e7af63eb35919a79fbee1f729b7778981bcb3ffb78c46b38691
MD5 68bdd03cfdf61f70307ead8a97baa9f2
BLAKE2b-256 cc33960d6c1ecd6ff10798a2c9730f39e517f172d956aa2598d96047f4a6ec1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp310-cp310-win_arm64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7fd3a8f5c704308c4ac8830aaf000fa26b99281b0bc83be6e42b88c98b31096f
MD5 6ad69e06e8642a452d98d552a46e83cf
BLAKE2b-256 f60aa14131551c49ee08fb67d6f374f158e6818d668333b9c44346ba0e5a39c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp310-cp310-win_amd64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp310-cp310-win32.whl.

File metadata

  • Download URL: nanopy-28.0.1.post19-cp310-cp310-win32.whl
  • Upload date:
  • Size: 206.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for nanopy-28.0.1.post19-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 40265c5e5e92c367038ff245a9f673c9e0c54b942068161f57163afe3d65f52a
MD5 2100c355d50b3191bc5e7d9b39df601a
BLAKE2b-256 777ddb46a66b59db5c900734bbdd8f0e10a8cf6bfa9b95a7e439f8c91c447805

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp310-cp310-win32.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c3e97482bb2d2ea84084b7d146bcb619d70dff5b9e98b50bb567a2041ce2f9ef
MD5 7452f5af8df163d0b8436a10cf53b716
BLAKE2b-256 d17e099c48121fcc2817f6b379d9ec770b7f98f37339538e3b9be6fd687b329f

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 97ae31d2f21fbe7df9445fbb58fc1ea7d90c885eb1b8cfdba194d1d6989abe39
MD5 dd9cf04dc0269ae2904ca459ad7c0374
BLAKE2b-256 d4849d027ff334ca163eee635f318ba95ceee474eb8883372a68370eda15b74e

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 630b93dbd7e7c90834aed3f3abcfd135df41171c7d309529609bba1c7a6394d1
MD5 a8a5bb4f883b75bcbdc389c7549a325e
BLAKE2b-256 da8ee6daf9e8cf8527405d9b90626cd730578ae0591209d83fde1519394804f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d07e6dd4df26086475de5c0b1c952b588d2ec71d3ca6931c933226957dac55e8
MD5 ab39a96524e7b0db84598f228e9940e0
BLAKE2b-256 921601a1169a8222e3de1b5c53247799573217cc662ed92d9cfde864ee743501

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp310-cp310-macosx_26_0_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp310-cp310-macosx_26_0_x86_64.whl
Algorithm Hash digest
SHA256 47ec315d73917b8c29cd7fb8fad3ce9f29092fd4169dae6c539d3db67622fd4a
MD5 e4905f5f0fef0efa315c9c3a182cdbe9
BLAKE2b-256 77a9df6e369475a059b748570f3a3b2685acdb727da48004509050182ed3ee0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp310-cp310-macosx_26_0_x86_64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp310-cp310-macosx_26_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp310-cp310-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 4171e73efdaebb344a149e02c44c7af50e0ff30adca9e98823afb95578b134fc
MD5 9eca5f3561739a51b609c8265be636fc
BLAKE2b-256 78f9301c73774ff3f828a599da2e2c13f8fe33463fa2bd1c396918da4446d136

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp310-cp310-macosx_26_0_arm64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 8477b9d3b84e441f675421926e3d31179a200fe41fcc41b887f2caa27d957657
MD5 6305509337a1e794f2b32bb9a1c61e07
BLAKE2b-256 b7c35ee2d16bdcaf7165c27011284bbd10759dfdfd5a7b6e743f519c486043d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp310-cp310-macosx_15_0_x86_64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 5ec2ce6d377e9297d37132418d1d1e7ed703d5acf23c5512278dbc8286376b15
MD5 3f2b8e19511efa6f56602135e14aafbf
BLAKE2b-256 d4607733968afe58b2e077096404e00fb420747540f98a4e194b127c4a298c49

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp310-cp310-macosx_15_0_arm64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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

File details

Details for the file nanopy-28.0.1.post19-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post19-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 40d7b9ebb502fbb8e30af57be159b8575e2396f589a0d97d6ed61cb40a60dd1e
MD5 156007597f743b45315a777c3534ca47
BLAKE2b-256 5777a79d521d2b65ab8531531bf1c1d9a8939afe4aa45f9e5ef45545924307ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post19-cp310-cp310-macosx_14_0_arm64.whl:

Publisher: nanopy.yml on nkr0/nanopy

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