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.post17.tar.gz (124.0 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.post17-cp314-cp314t-win_arm64.whl (224.8 kB view details)

Uploaded CPython 3.14tWindows ARM64

nanopy-28.0.1.post17-cp314-cp314t-win_amd64.whl (209.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

nanopy-28.0.1.post17-cp314-cp314t-win32.whl (207.4 kB view details)

Uploaded CPython 3.14tWindows x86

nanopy-28.0.1.post17-cp314-cp314t-musllinux_1_2_x86_64.whl (653.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

nanopy-28.0.1.post17-cp314-cp314t-musllinux_1_2_aarch64.whl (524.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

nanopy-28.0.1.post17-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (628.6 kB view details)

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

nanopy-28.0.1.post17-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (483.6 kB view details)

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

nanopy-28.0.1.post17-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.post17-cp314-cp314t-macosx_26_0_arm64.whl (388.5 kB view details)

Uploaded CPython 3.14tmacOS 26.0+ ARM64

nanopy-28.0.1.post17-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.post17-cp314-cp314t-macosx_15_0_arm64.whl (388.8 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

nanopy-28.0.1.post17-cp314-cp314-win_arm64.whl (224.8 kB view details)

Uploaded CPython 3.14Windows ARM64

nanopy-28.0.1.post17-cp314-cp314-win_amd64.whl (209.8 kB view details)

Uploaded CPython 3.14Windows x86-64

nanopy-28.0.1.post17-cp314-cp314-win32.whl (207.4 kB view details)

Uploaded CPython 3.14Windows x86

nanopy-28.0.1.post17-cp314-cp314-musllinux_1_2_x86_64.whl (653.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

nanopy-28.0.1.post17-cp314-cp314-musllinux_1_2_aarch64.whl (524.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

nanopy-28.0.1.post17-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (628.6 kB view details)

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

nanopy-28.0.1.post17-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (483.5 kB view details)

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

nanopy-28.0.1.post17-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.post17-cp314-cp314-macosx_26_0_arm64.whl (388.5 kB view details)

Uploaded CPython 3.14macOS 26.0+ ARM64

nanopy-28.0.1.post17-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.post17-cp314-cp314-macosx_15_0_arm64.whl (388.8 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

nanopy-28.0.1.post17-cp313-cp313-win_arm64.whl (221.8 kB view details)

Uploaded CPython 3.13Windows ARM64

nanopy-28.0.1.post17-cp313-cp313-win_amd64.whl (209.0 kB view details)

Uploaded CPython 3.13Windows x86-64

nanopy-28.0.1.post17-cp313-cp313-win32.whl (206.7 kB view details)

Uploaded CPython 3.13Windows x86

nanopy-28.0.1.post17-cp313-cp313-musllinux_1_2_x86_64.whl (653.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

nanopy-28.0.1.post17-cp313-cp313-musllinux_1_2_aarch64.whl (524.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

nanopy-28.0.1.post17-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (628.5 kB view details)

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

nanopy-28.0.1.post17-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (483.5 kB view details)

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

nanopy-28.0.1.post17-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.post17-cp313-cp313-macosx_26_0_arm64.whl (388.5 kB view details)

Uploaded CPython 3.13macOS 26.0+ ARM64

nanopy-28.0.1.post17-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.post17-cp313-cp313-macosx_15_0_arm64.whl (388.8 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

nanopy-28.0.1.post17-cp312-cp312-win_arm64.whl (221.8 kB view details)

Uploaded CPython 3.12Windows ARM64

nanopy-28.0.1.post17-cp312-cp312-win_amd64.whl (209.0 kB view details)

Uploaded CPython 3.12Windows x86-64

nanopy-28.0.1.post17-cp312-cp312-win32.whl (206.7 kB view details)

Uploaded CPython 3.12Windows x86

nanopy-28.0.1.post17-cp312-cp312-musllinux_1_2_x86_64.whl (653.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

nanopy-28.0.1.post17-cp312-cp312-musllinux_1_2_aarch64.whl (524.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

nanopy-28.0.1.post17-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (628.6 kB view details)

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

nanopy-28.0.1.post17-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (483.5 kB view details)

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

nanopy-28.0.1.post17-cp312-cp312-macosx_26_0_x86_64.whl (554.6 kB view details)

Uploaded CPython 3.12macOS 26.0+ x86-64

nanopy-28.0.1.post17-cp312-cp312-macosx_26_0_arm64.whl (488.8 kB view details)

Uploaded CPython 3.12macOS 26.0+ ARM64

nanopy-28.0.1.post17-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.post17-cp312-cp312-macosx_15_0_arm64.whl (489.0 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

nanopy-28.0.1.post17-cp311-cp311-win_arm64.whl (221.8 kB view details)

Uploaded CPython 3.11Windows ARM64

nanopy-28.0.1.post17-cp311-cp311-win_amd64.whl (209.0 kB view details)

Uploaded CPython 3.11Windows x86-64

nanopy-28.0.1.post17-cp311-cp311-win32.whl (206.7 kB view details)

Uploaded CPython 3.11Windows x86

nanopy-28.0.1.post17-cp311-cp311-musllinux_1_2_x86_64.whl (653.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

nanopy-28.0.1.post17-cp311-cp311-musllinux_1_2_aarch64.whl (524.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

nanopy-28.0.1.post17-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (628.5 kB view details)

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

nanopy-28.0.1.post17-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (483.4 kB view details)

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

nanopy-28.0.1.post17-cp311-cp311-macosx_26_0_x86_64.whl (554.6 kB view details)

Uploaded CPython 3.11macOS 26.0+ x86-64

nanopy-28.0.1.post17-cp311-cp311-macosx_26_0_arm64.whl (488.7 kB view details)

Uploaded CPython 3.11macOS 26.0+ ARM64

nanopy-28.0.1.post17-cp311-cp311-macosx_15_0_x86_64.whl (554.6 kB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

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

Uploaded CPython 3.11macOS 15.0+ ARM64

nanopy-28.0.1.post17-cp310-cp310-win_arm64.whl (221.8 kB view details)

Uploaded CPython 3.10Windows ARM64

nanopy-28.0.1.post17-cp310-cp310-win_amd64.whl (209.0 kB view details)

Uploaded CPython 3.10Windows x86-64

nanopy-28.0.1.post17-cp310-cp310-win32.whl (206.7 kB view details)

Uploaded CPython 3.10Windows x86

nanopy-28.0.1.post17-cp310-cp310-musllinux_1_2_x86_64.whl (653.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

nanopy-28.0.1.post17-cp310-cp310-musllinux_1_2_aarch64.whl (524.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

nanopy-28.0.1.post17-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (628.5 kB view details)

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

nanopy-28.0.1.post17-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (483.4 kB view details)

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

nanopy-28.0.1.post17-cp310-cp310-macosx_26_0_x86_64.whl (554.6 kB view details)

Uploaded CPython 3.10macOS 26.0+ x86-64

nanopy-28.0.1.post17-cp310-cp310-macosx_26_0_arm64.whl (488.7 kB view details)

Uploaded CPython 3.10macOS 26.0+ ARM64

nanopy-28.0.1.post17-cp310-cp310-macosx_15_0_x86_64.whl (554.6 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

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

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

  • Download URL: nanopy-28.0.1.post17.tar.gz
  • Upload date:
  • Size: 124.0 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.post17.tar.gz
Algorithm Hash digest
SHA256 f11a09027d85b3a46396b7214d45f07c93f2ead8cc320dcbbef5e7c0ca1e07f8
MD5 d978bb7c4f40262d020bd9e0dbbb4ff0
BLAKE2b-256 32b43b3456fd78d601416175efd82c371c67a1c06f91b5af2b143d6fce6d36ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17.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.post17-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 baa7354336cc41ebcb49060ea4247b9ac9035fd4c44f8404645343bcb69e49fe
MD5 92c7d82eb14190aad847c861ec539497
BLAKE2b-256 c058944dcd680e63e4b78fa49be14687a2de6ae3a551831818f0d867c487ca1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 1ebbbacb6e5dbdf4e1a598df20d7fe5763814d0f07937a7aecdcbf854a250887
MD5 abe58a18230abc35145719228ac5a5e0
BLAKE2b-256 0adaa928c6de00b83dd0fbee9049f1e371bf90bfe7ffad21c7ee0b9b1964fd8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp314-cp314t-win32.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 98ce52e83efee795e5f2b62ac8b67941f3bc055dcc8eca805d8702157c58b518
MD5 7826924260d1e747005a436085a96740
BLAKE2b-256 3dadc19f94e0ca3e3977dafca8f8cd82859927e6517efaa2b113fa920de5762d

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c0697db3edc39d9cb9fa580befabab37d3a2c9c77faffff1cdf9c38839d09a03
MD5 82cbf7b24357fc71ab20533442ad60ab
BLAKE2b-256 a355cb80a3cd1f36e39052a81e0c5c99caa4c5734cb3ff10657d4185491ac752

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e1fa40c46c3c1019444c0b9f6647a7b24d25cec499639ae498abbc67c0eed35b
MD5 d385bd071f6c33005a90150d7411869a
BLAKE2b-256 926396f41e61572738ccdcb1aff095fe7c044dcbc6b0ae0e52396ce46ed2b74f

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-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.post17-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 574ab650b5f07e04dfb5fe32f71999d328825358ee38b5c845c007828f5b0045
MD5 e561859daa6be20127b1ed5441edf99c
BLAKE2b-256 ac74ffd2ed0383871f08b9a54362a8110f251aaa4c6305607840b7f1b96e40fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2edb1f7fb5cf301f8082f20dd4bc91aa8010a3c18189bd6ffea33148f6449f62
MD5 ad00cf7a37db074f11f6f3875f0cf0b0
BLAKE2b-256 f0e562009e955167d68bff811f0997b9d17f241bf7a0857aff06b0c10b5442a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp314-cp314t-macosx_26_0_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp314-cp314t-macosx_26_0_x86_64.whl
Algorithm Hash digest
SHA256 513e79a05b5ffb0572cf5bc6f52610a886eb0c41d4c3e9faf185139bf14fe2c4
MD5 1b7574dab7c3ff8ca753f3c76346ffed
BLAKE2b-256 43defab5f66dd9497f64935e1ced4708341ef803628477c47417ab79305efac5

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp314-cp314t-macosx_26_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp314-cp314t-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 df4fd37419f3d5e3da34ee0c1c651b82fd9c28c6a088023e5b4af21ba5c48491
MD5 a92be64d224d0f389109a7f348738ae0
BLAKE2b-256 3a4ad958c204ad7cef5a5f70079f9cf0eff1271d03f1c1310a23ffde272b77b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp314-cp314t-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 8809ba8a79e01e623b9a5fa746d68726e071a38dcb2ea9fecb5a0c38d5175b05
MD5 d53f3bdfc59d3fc8be39be22a0841b69
BLAKE2b-256 b71058be5d5a2cabb06a48b86f3779436bab5440b856b66b401d7bdcde408e6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp314-cp314t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 01c3c68cd7bedc8570aceeba93e9c8229efc228ac9f1b2e11fbcf9921488148f
MD5 ee917919d13e610e1237e7ba95736517
BLAKE2b-256 b0ffdf0cc0e7c8d4d2b2ebfcfb3baf1a2ddfafa7f0bd1b93b091d38bec93c91f

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 a4d12d7b4b81a208f36f7e7acd78630afc59c815f945d79dedf21edbd5b8ec12
MD5 b5f5e5ae0b8f48e6603cb5a0a025036c
BLAKE2b-256 a7d965b9b3b33f4e5a356e09796053b830dd1734f84fc7148a7cbe14de6e725b

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 81700658479213cecec0ce1d81db219c0634dc8f08df81f0043a97c0b36a1e32
MD5 4b9455c7af0fa158ddc3edf370bd031c
BLAKE2b-256 cca90db701c91b3f83a3fb41af75adcae2df3c7240cd191850ecf681dff5be74

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp314-cp314-win32.whl.

File metadata

  • Download URL: nanopy-28.0.1.post17-cp314-cp314-win32.whl
  • Upload date:
  • Size: 207.4 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.post17-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 77fb8c8c9a1c282e53884b32d131ff6129cf7f74ccc6d0befa16216cfe1ad2f4
MD5 b21a344d99fe6654fa59f5cccea77fdd
BLAKE2b-256 a1a7c6c624406864ff9e3cd0fe3d0bf0d2429e04e8c09cdd55f75e416ebab908

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 37a3de7dcfc6fb21ce35c546a49e0b0f21ee086029243631f321fa9d7e4cbb82
MD5 43b0759e7aa72ffbb0de4ed558a785c7
BLAKE2b-256 f4891bd718e138d3a0b311e43f345e8e44e6ea5f0e2b688c5e6fe4489422dab3

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 de5a8d730c225ddf99eb2e5337c1422256274adda5d838e9972a2f36bce429ec
MD5 445663d2a1918616a6ddc8e28c69708b
BLAKE2b-256 7ab6c1406a843d5a0d186c88d5e2de9644e47eb96fe7c1a6a1f584a5e54c42b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-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.post17-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3c0443da42e153d0f7c3fd7075d68d5e99c045a1d2db4b293c16fd28c919f931
MD5 3bca6a020ec986ea3e51fd1050207c00
BLAKE2b-256 57d50e8aba5ffe7a97aa157fa2f638b66298c25318e55ff3f8f8bc4fda29e7d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cb69e76f5b7fd299da9165bddc1173f4c222ae269bf66a34fa5e93cd29095bb5
MD5 b7f3d9d833d5ffd1c5d2e806b4f3bc83
BLAKE2b-256 43b58b067de2393f7dd4aa4a5ed7e582b2bf2ae1c447b4643111572ec52a892e

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp314-cp314-macosx_26_0_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp314-cp314-macosx_26_0_x86_64.whl
Algorithm Hash digest
SHA256 f02edc0d8d781ada7c3fbd734a853feff8f5c534a016ea73304e7a06e05681e8
MD5 f24d7f72e29533d50716404964491447
BLAKE2b-256 6f0b11050d1216222288a03d89e830d45d67e35123d35f7de9a25f034c2790c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp314-cp314-macosx_26_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp314-cp314-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 2fe52d3d0235af43af4537c1ef52bc1b663d306a8ef2d31253543e468e1cd9f1
MD5 9126d366bf21ff5df13ed6a999036f6a
BLAKE2b-256 302462f45cc91aab569785c4a6ac660d22150e16283460a4cff245a1a8ca0e4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp314-cp314-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 b7ad116fc1e11a4d84e650557743f31cb03b0e5ab21667a22ef4a9198bf8c472
MD5 73f99178aeb2f5df7347e3223bb7e385
BLAKE2b-256 b928764cfbf51af9119f6dbf074745c5380bbb8cee148be85b46402e8cb618e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 4a50bef5384d05d6eea3448787d772ce2c5df9655b4f911f316e9793509ca3dd
MD5 35e0e4d0a2ab8414d7df66b8071cc4fe
BLAKE2b-256 0cb406f03709d3382a3a08467cdef8d87fe25292270ba450077e07843c7ab620

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 af233c35785b26367815ffcefd88f25c72b3d8adf5a6789baa149544f3a7afd1
MD5 93ffc095aa4cc4ff51506c0c102a9014
BLAKE2b-256 70e79d41caab9264e16d575a7749439b9baae49d0fa555b3ecaa4342a759a7c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9ca421f10b918b00ad18c90b8a6a43951ec755618101942e8319acaa21b640b2
MD5 9e6b8e4cab243e0c3a1b66d8963305a9
BLAKE2b-256 e9a1a4e20284b56d5cfee524de92c5e5340f9ebba7434069435e9a379702b0ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp313-cp313-win32.whl.

File metadata

  • Download URL: nanopy-28.0.1.post17-cp313-cp313-win32.whl
  • Upload date:
  • Size: 206.7 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.post17-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 7b029a534aa015abace276951621d9ba499b1bfa83b3e21dfdac282619079d01
MD5 12a127c6fdc99d7128f12f9533c6bd08
BLAKE2b-256 e9ff43d67c955e21aa3be804e2f9fffe854b86d2b68599c575194bbc40042e18

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 111a436873acaa89ed89f26c7be4eb0c64422003e1e66f190ab27760f8f14569
MD5 1bffed4854e44fc3cc677cd4bf93f9b3
BLAKE2b-256 a1ff916ffc28cbaf67d9a14d757559d12091dc9c27e674448b873fa277bbb3f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2c241e7d1bb08390c5f758f9e3ff571fd0173b5cf1a4297f4430708892bb54bc
MD5 dc3a0cd508c3decf8a09eb31580e0a84
BLAKE2b-256 e3fed98255d23b744ccdf3caa4f20ae6add15030f600aa31720d85d4d62be4ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-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.post17-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1eff3af27cbd4461e6965f088f2b702dcbfed87a59f6523913904fdfd065d91d
MD5 4cc1e304331ae3f98cb71fa83f1d9840
BLAKE2b-256 62888935622fbe738bbb083d5f67537299172f3d93619d5633a8a90013001264

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 96fdfe026052956214b8a107b72bc8c9e014d0f9596678e050b8596782dad625
MD5 7d518ae32fcc23f284f988550db96cf5
BLAKE2b-256 d92f4e4443565fc76014a1935fa0590a5a3d5a0c48e5b7c10a0313d63e498e14

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp313-cp313-macosx_26_0_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp313-cp313-macosx_26_0_x86_64.whl
Algorithm Hash digest
SHA256 12509822d7a6838cecd26f21ae8af36c192909481ce0a5fecaa6c594df575984
MD5 16696dd02567d56136db3fd5ec4ec408
BLAKE2b-256 a9dcf33a033bcd7de115e8918e4520f8db00fc4292e441dec04ee00d835e07fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp313-cp313-macosx_26_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp313-cp313-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 5a196879e76bcad7105d61622e89891a9e0751d371feb200d8ad86e353e18b95
MD5 c565344b226a9f25431cf4bb9d2ed546
BLAKE2b-256 330097964d365c016ea209ec069820dc2c1fc1588a6a16e823f4c1f5b6796926

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 104ded328f5a94b48f885f3bd69110d05bad08d95b977d00cbfbe480c5322b78
MD5 093f85c1f65c02e7bd22a52a811cb04c
BLAKE2b-256 fe5d6ea00829441d3fcdd70cd1c0b18293e4c5cedf80eace0af49469a43ac758

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 64d5baff12ed32104f3405923dee67fb43030147f225e6502802753d6b0d76c5
MD5 49e170274940a45d55c0e20639b90cd4
BLAKE2b-256 aac3ed455d046980c928997417bc4318a9cae430c5238f0dcb109283ef9b6fb1

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 5e68ce1d24a87da0506edddfd937e9e46a567a51fbfac3d48617ddfc6458da37
MD5 abaccd68ab4e2a8bfdb167ff908b6703
BLAKE2b-256 f0a34a5856ef745b9b4a39f68333cf28831727de12af89f2cdddaddcbc3e193d

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 dd9c7ac5a3867707012df529f653a36d5f9bc14bfe080dd40545322a61be2f29
MD5 0eaafee411e3d5deda54c090e2468095
BLAKE2b-256 c5634eaa2c3b5e0164233b9dabc81331ee006d487d8f7e5cc3b379cbb7e72bb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp312-cp312-win32.whl.

File metadata

  • Download URL: nanopy-28.0.1.post17-cp312-cp312-win32.whl
  • Upload date:
  • Size: 206.7 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.post17-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c185f8b9ea4929709635b81803edd60f606ec406a42025e1196821b17934c597
MD5 663f13b1f86d33b818d269b2a59dd66f
BLAKE2b-256 86f8994d402b5f49d6b62d0a2a06b3390a82632ae43245a37662e1fada7059ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e82b2f564862e6842624050d720bd81b797b2f9303ba1f1ab0ce714b4c8193f4
MD5 65e98f7aa4559b53ade1766e9f772b6a
BLAKE2b-256 ec4fc4520b07925fcae685337220bc866d558749b7fc905247e0dcdbf4d47650

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eb9980996bbee0ded359a207778509072fc699e99ca1c3c4ecfcea39000e6c99
MD5 8fbaaa7dcf359b676105f96ee3ebd59b
BLAKE2b-256 5812a5161e75fbc13ed5c599a017c9ff168fd249c96d3345fc9a96b46f82f821

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-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.post17-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d8798e0e119900f426050131b9e399744ab66ae9da3ec5c73c3dc33e73ef4553
MD5 e99a5ddb9f9bc945d2bdce716110acfe
BLAKE2b-256 d7362e5150127700b8fac02d36d9e3a808273eaf564955ad4b5c615ad6a0ede0

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4359ce0f383b39488cdb09a52455e4582ffcd1231e48504c44450a43914759cc
MD5 014c7bc4e03cdc75312b2ebc01fbb36e
BLAKE2b-256 804cb54bb7cb982fc7f27b4cc6618c8461de3d1f45bf01ed6cf34543914bbd47

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp312-cp312-macosx_26_0_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp312-cp312-macosx_26_0_x86_64.whl
Algorithm Hash digest
SHA256 c584265cc845060a0a2a4699bef4e668f1dfcaca8cd3e46b6c6372bbbd58e229
MD5 7db04b9bded7767e9db64d4b2ec79eed
BLAKE2b-256 99d01b0e8b9d125717b8b3d47f99f964a907e9ff4610af7d7eaa4b15ef943176

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp312-cp312-macosx_26_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp312-cp312-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 3ab94f99f5a315c7ac14909f0866aea7311fa66c0de9fb20dce0ed0e4e7951d9
MD5 7983c044c449f027b284a0b63201db3a
BLAKE2b-256 c8f49aadc0d1aa721f95dd21de78edbe7cdd775b8d478eb9eca97eb5f43ec8a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 e9cbf7f4a479d4d5a9eebf8a8f7ba44b16aef2767bcc77a4a60a76f47d9295f9
MD5 df3bf3cbc8be5b4a7c7ce2e8daee7eb2
BLAKE2b-256 57e497a1cb68c20e894631bd7d9d4c1f41bcec5c2553476ee143c1ec92e8214e

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 a25994637dc624e5803f48cef24de9ffbb02d3c777471a89a1e30ca4b5b77fab
MD5 73d24ceebbba68ad9b08b7000c1f669c
BLAKE2b-256 f48525fa5fca79b3e8f954d6aff1e985dad97e3883c6ec835b93b88ee54600d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 9c2cb7cb89b33664d049d8584beb034d25dc7e8f775452b6652ca5d607cb8f52
MD5 39b84c7cb2bd196e977c88a7cf9275e0
BLAKE2b-256 9fb4a596038de478ba753f4f5ef0f557c8b004abe3c53e2c94f9bb1a69ac58bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 67b3443c509f5b7d8a1fc71ee294c75e9539817cfa65ab5147b90ff1746155e5
MD5 556ffaef583c75db9c51a2e5074a1cc0
BLAKE2b-256 58734485f066e2e94482727a7dec2e6bd223d97944f1548490c662db5aca91d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp311-cp311-win32.whl.

File metadata

  • Download URL: nanopy-28.0.1.post17-cp311-cp311-win32.whl
  • Upload date:
  • Size: 206.7 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.post17-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0cf129e588d69835d272a78de251f709a906e3b33357d412de9ba7aa46fa0b70
MD5 33aeb5d58c825f1fb6736fbcbc84ad1c
BLAKE2b-256 a84ad232fff0e7f1a1ee73346bbaa352546a66ad604c3234aad40606e19d7f67

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 14f3844a843109351447c1f3b6b0b19919cb134b183c554ae075717202421e16
MD5 a0a73ef774b6a847f0b2e77e6e557560
BLAKE2b-256 90ed18f967981b35f3694d9f58c5737b2ea8af5867e8d6a1bf337c22b7f23046

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6a341490da882442ea710a8fa6a911feae48c8ab6be382dd96123056729c68a9
MD5 f741935b7f180889ad230f21767355dd
BLAKE2b-256 46f9a06746f7e87d069f24e1fd9c245ec4a73080228a423f0f2d3a904d40096f

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-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.post17-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bddfed773927beab8740c5bf56e2afc6d526508fdec390fca928c66dda4e8e30
MD5 12b230da86a371452d4085d671ffc1ea
BLAKE2b-256 dc4fee5ee0d7120ebf7a8cc8ff11cba32e5e92bb052a7fd39e01a6748258544b

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac6aaed681715b0a26d7e56d0a9ea4e5f0a38d5ac11c3156104145bedd502292
MD5 d3fe4f28c6095f460330006f2d9f93ab
BLAKE2b-256 5e243a8bde919513a9fce29fe13c07f68ee5b1583dba9769ec1ae57c837b929e

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp311-cp311-macosx_26_0_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp311-cp311-macosx_26_0_x86_64.whl
Algorithm Hash digest
SHA256 cd6fb464c51d3dc497f4963c6f945661a12ba001cc37db8a36622bdc18d6a6d7
MD5 b449f6de48561abf4267169d6eb0730c
BLAKE2b-256 9e67478583b1d7ed9e0b0ad6a51f216a5e92ce5db32317c3de62ae890a139898

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp311-cp311-macosx_26_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp311-cp311-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 cc2871506c70dfe2aae890ef617321f2da0e07944d4460a92e37ed7f5d5563fd
MD5 8f833b8fbada860d87d04dfe1ba74c63
BLAKE2b-256 1af8b4a90f1ce1f65bc1b0f2ed132387e28e57b9b01507b4b8093cc609a6916a

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 b47058165189ef5b8365e5ca304863e2d4129d532fd6f06d4cb4f679bfd2c654
MD5 967f85cc3c458562544aeeb39f3affa3
BLAKE2b-256 dd97b7573a31faa6d369cc308fd667f0c51591e99c10599c67ed489f57517b49

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 4d0bed3465b63b43ea68c8a5052dee09d826b270517a621e4c8bf34edcbe92b4
MD5 a0db12aa96e5cb56f16bf2d702226be3
BLAKE2b-256 490a8a41967a545264ff33231791b02dfa666984251b2cb7f2637596e889e833

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 8b9ddde14bb9cf54ace4d7bbb2da76d031b7abb82ba9a1a18e870ecd6eca9b79
MD5 e18faa989105555867b20d543ed85160
BLAKE2b-256 130cd69d6fa74f6e5d2884475e89e6ca11f4ff73c31ed7d2c607c63ea05c8179

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ed45aae83bdd64ef2b1c325b8e0450046907ddf6381a65a4d8f0ab9820e2fc1a
MD5 bbe42501bf236fb72cd2daca8741b3f4
BLAKE2b-256 2ce389f19ca15f8311c823d39656a8e18572d1a375fdbf5f3aca82312422fe2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp310-cp310-win32.whl.

File metadata

  • Download URL: nanopy-28.0.1.post17-cp310-cp310-win32.whl
  • Upload date:
  • Size: 206.7 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.post17-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 9337ac08b905d1e3debf4bbb3b3aa83c94ade92ac057c18f8f440eb8c540208e
MD5 9083efd2f339ea4ce22c262b043971d2
BLAKE2b-256 8dcaad1496be5bcee58d3261560f70797185ade63b6b7cb490b820921307c4a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 28ebaacb451fe8922bfc63d6a42a0e54a639d9ef3df3a551d5533fc3678a8851
MD5 60804434d0d7300525c853406ca38eaf
BLAKE2b-256 e2fc1929fcf000b31c04447fea08787092a6fc6258737a267550c6663e1dfb09

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a638d8a2191f347d2cf8a37cab709f375bb46f79b1843d141ef1e0b41ba1f158
MD5 fbb52af90774cc86d59dcb1dbafd917c
BLAKE2b-256 39a8004730f054de425c2c17b48ca27e4fa97ec3ef4fbdfb5de128b20950ac4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-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.post17-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1f278c1a32e7b29631bfd89dd9e73e8f7491dce4583ddb2cbd8295fe246bb37f
MD5 193b69612e761f08f1eab9eeac64823c
BLAKE2b-256 ddc14e20d4b2e616d2e4c5af872d83ca3a3b177a12f0aebeb3373a00293fb867

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 880403f0bcb39d0d73fc87f08347436d66c4c6f8b52583418e02675952b24539
MD5 46aed5536ce778c49c8f3f422fe27f33
BLAKE2b-256 2ddc291f136ddfd64ff4f25408d4d62f18b54d9315816806487b972875b6cb5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp310-cp310-macosx_26_0_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp310-cp310-macosx_26_0_x86_64.whl
Algorithm Hash digest
SHA256 f273d013dab82507662c1e55e80b13d6b0680fb246ede6831fd1301738248e96
MD5 68cddc5e37f059354529e97c609b8d8c
BLAKE2b-256 4ed74f4960ea73073023ba559a2c96dc082c9c468b6375945d96c21f661da66c

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp310-cp310-macosx_26_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp310-cp310-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 9c5ce92c6798579dc5b0ab847f1053894449b891e811ad67cd8427843f58b707
MD5 d481f5e57acdc86faaf8842efdbf0eb3
BLAKE2b-256 c60c2e551f17cafda599de3d7d4852d0ce9c9e7c236ef0be30fa89db043bddb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 5f4d3743a1c0335c12623a82a9aa60f021db2ae6b97786efd3aedf10155c6fb3
MD5 774f8456158a6dab0b14aede1648dde1
BLAKE2b-256 5ca2c5914a0eb6a875e741b5f7fb55fd8313574dbc73bfd737bc0b5956e48685

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.post17-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post17-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 81c72864155986b54038abb22ad751c1f1646439b3d509dd905d8ff84a8caf2e
MD5 ce2542b9690d8817937503a31436e7c5
BLAKE2b-256 b59c272a7e2fe1ffb86745640e98aa56c8ead4311c8820f3a19305f5f1add527

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post17-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.

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