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.post18.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.post18-cp314-cp314t-win_arm64.whl (224.8 kB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

nanopy-28.0.1.post18-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.post18-cp314-cp314t-musllinux_1_2_aarch64.whl (524.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 26.0+ ARM64

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

Uploaded CPython 3.14tmacOS 15.0+ ARM64

nanopy-28.0.1.post18-cp314-cp314t-macosx_14_0_arm64.whl (388.9 kB view details)

Uploaded CPython 3.14tmacOS 14.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

nanopy-28.0.1.post18-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.post18-cp314-cp314-musllinux_1_2_aarch64.whl (524.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 26.0+ ARM64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

nanopy-28.0.1.post18-cp314-cp314-macosx_14_0_arm64.whl (388.9 kB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

nanopy-28.0.1.post18-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.post18-cp313-cp313-musllinux_1_2_aarch64.whl (524.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 26.0+ ARM64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

nanopy-28.0.1.post18-cp313-cp313-macosx_14_0_arm64.whl (388.9 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

nanopy-28.0.1.post18-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.post18-cp312-cp312-musllinux_1_2_aarch64.whl (524.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

nanopy-28.0.1.post18-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.post18-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.post18-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.post18-cp312-cp312-macosx_26_0_arm64.whl (488.8 kB view details)

Uploaded CPython 3.12macOS 26.0+ ARM64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

nanopy-28.0.1.post18-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.post18-cp311-cp311-musllinux_1_2_aarch64.whl (524.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

nanopy-28.0.1.post18-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.post18-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.post18-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.post18-cp311-cp311-macosx_26_0_arm64.whl (488.7 kB view details)

Uploaded CPython 3.11macOS 26.0+ ARM64

nanopy-28.0.1.post18-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.post18-cp311-cp311-macosx_15_0_arm64.whl (488.9 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

nanopy-28.0.1.post18-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.post18-cp310-cp310-musllinux_1_2_aarch64.whl (524.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

nanopy-28.0.1.post18-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.post18-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.post18-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.post18-cp310-cp310-macosx_26_0_arm64.whl (488.7 kB view details)

Uploaded CPython 3.10macOS 26.0+ ARM64

nanopy-28.0.1.post18-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.post18-cp310-cp310-macosx_15_0_arm64.whl (488.9 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

nanopy-28.0.1.post18-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.post18.tar.gz.

File metadata

  • Download URL: nanopy-28.0.1.post18.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.post18.tar.gz
Algorithm Hash digest
SHA256 2005bec0c63ad7df37f8e6e362c1e0130563819745f75b24945ffeb4d7c3880b
MD5 600acdea55aaf9ffe486458adb043b6a
BLAKE2b-256 0c1337f647c03fc7325d87cd80fab506653a579b63bafa894a09eaaba1e1f09f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 0951d0d9a2afa2bea88d5440993ab9ea70ccf95a78e4c29abea05aeea7a1678e
MD5 86d73af86e9c680f74f5dc6dc45ea1bf
BLAKE2b-256 65b6e24ff58e140e1abefe9491cc563971afccf657bc420e0e7d567bff6daf21

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 3d84804d198b89fa423ed42cfa568044f824dfae9cc1c6fa27b599118a2558f3
MD5 782d529f2d23dcd1caa9c6c087d883c7
BLAKE2b-256 06ad664d8430720db3aa8c24f70cbfabded5dff003a351cdc97bdeb17af33c63

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 a949955d1ef7329910b41459453a164bf870032606fef628d729676fd1f8a2ac
MD5 62db4344e226176319b6aa7cc991ba62
BLAKE2b-256 17bc85df4bf4d282cb38ee548649c05d8758032a1fdb1da91e262d42349e3776

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cba84e25b21fe298e152de4add2cc17defb733ee5719807ba256c53caec227ad
MD5 fd54d91dce0247c9bdb6a7653955605e
BLAKE2b-256 20d73ef85440615e7392412afe18fc32c35317c6e8c357810b2f382179b12134

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9dff275979559f64ca5db3cd8442f8613fdea00ea6d4800ec934fd92a76a5bef
MD5 6fc415cdd16fc78ebb30ecd783278668
BLAKE2b-256 147637839b656fcf8545938093dd6ddcc2e00fa4aab45b8b76b218e5440b9b3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post18-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.post18-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.post18-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cca99548fe568ee3a53a0d1baae3afa020e517e4aae73f8c07a7a178e84d7c65
MD5 52d66f978a86cfa7dda592c5d3ed5a29
BLAKE2b-256 a2950c40a14499cd8e5e4d3108ee449b06c6a3c0fbd127c03be08ebb479a9616

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 35a5d5782bc760946bee076a71e24cce7777908944e5ba88c7ea7d482373ed96
MD5 139f350db0d548f7591f92fd9a2731ae
BLAKE2b-256 dd4e78156cf1daffb6331f1aa1b80e8d8ce900974e9678cca053803ebe2ee5bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp314-cp314t-macosx_26_0_x86_64.whl
Algorithm Hash digest
SHA256 b2f90e3b46b062c0d88f97e148097f2491e3bde07c393b5cdd5d84ee24d3f46c
MD5 f066fc14a3d5d86923bfe5eabb168f17
BLAKE2b-256 97e5cf47bfb8efc6906d69fe6d598d70b715f7aa81e2f0b34ddd627deadd26ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp314-cp314t-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 6d1273d9a9339c65e696514c14f7c0d455a32f3432e5d35d9d8bf1dbc9f5d9f7
MD5 f995204c95bf54e63e4ec3bf7e11379a
BLAKE2b-256 8683d6b916780256da8a8d24c41312013244cc81601b5bbad1d4b81df4dd755c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 2fc43a28b0d022089abe890f90199fa84e30df5703b1e5b8b876fb3e8ad52f59
MD5 55e32acead8f623ae969678b9e8dc45c
BLAKE2b-256 e5cbf640adec78374bd3127463cc897ddcf72079b65b52d0f860d6c93857d7b9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 bd402e1b422499fdae9211a982ab5aa4e790b229ea2db778f805ce0a7b753618
MD5 2d7e3f6888f1a2a7533f0db9091d202b
BLAKE2b-256 8282d15c30a4588cc86b65d4761589fe49738cb009b7a0a6298725cdb184857e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp314-cp314t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 35d12bb260f21f54a0191be232f159e2a09b07df4976229a61a8ef3888a109f5
MD5 5a76522edcdb0ef962392350ab29613c
BLAKE2b-256 a81a8cc264c513929f666f2931c912e954fee78b9797fe33de8871fccae7017a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 998fa7099bbcd42ac1c0d26580f6f6d3a8d1d883b182947ee18493c697c80223
MD5 1eb41d1c3f490721724f614e44ea8814
BLAKE2b-256 29a6e491d984e772c75e226b78ac6d2cb5af079323a0ee480a625ae0265fb3e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 bd912e16d450833bdf8061a99687d7ab955fb70f69db44addf3a6a287a3eea7d
MD5 27680fdd00b85a204bc403a94522e297
BLAKE2b-256 e4262439e418c258f6a45893d81c2f66fd9fe49a75aef1affd2bc4a365ed855d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nanopy-28.0.1.post18-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.post18-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 aaef98b8347c6c4b818aaaf04a3ff0beef0846b9a12296d3547f01720a7139df
MD5 dc1d8353a0beacd509f3144bff3871f5
BLAKE2b-256 736752afa088e413a52933185b9d1f42ff93774d8126105e4e9dfb9a061d6735

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39a7da60b5f3b3ac3f290b5d5a2bad0d3ac2c857f7d5af16510269487b80e9e2
MD5 95c67dacbfcaffb82d3e6934bd2d48fa
BLAKE2b-256 f8f5e3776a45e09ae769b718a9922b8c0a969654cdee560991854309852cb2b7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c6d0213572beeb1ff57829d275fbe1a0bb9af23f11bcb731ca226778b4a9dadd
MD5 c933554fcd56d132be6be26cf9e949b9
BLAKE2b-256 eebb1555135e03baa42f345a447e7f5f0dccdf824bfcdbc1fc730f5aaa688a08

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post18-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.post18-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.post18-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 de218d212680495bb10759ef4e02effe19b14028dab6f2f34661b2f88d23c6cf
MD5 844b9eafc45983a33e5552fe47683d56
BLAKE2b-256 ade27cfa162a8c46048b2d6529ca1500414b1805d6cfb5e411d93067c6a07bef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c8820b1a334df392a6751007211c5ff7f324b010b2f7f6f3c5c28fa229c99226
MD5 d2049803993ae55f665b71f262e8657e
BLAKE2b-256 ea13f849ce84e4a64fa9ac7e2f7ac81f406dfe127bbf5fafcc8c7fa1002c9e4b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp314-cp314-macosx_26_0_x86_64.whl
Algorithm Hash digest
SHA256 dccf1fda4c230b0354be23e30111dcf4a85fa6bb6664ad0fdff93c5a911e869c
MD5 4a883663c2d580a9d2672502a52c5a0d
BLAKE2b-256 16eec5b7349c3cfce8b579cb0f02c333acbf99594f8a6e10b01031d2f01722d9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp314-cp314-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 d721bcf9cbf35e72134ee3c1c46411e9dd46de0d993fe16d32971e9a4abd4334
MD5 9fc63e837173fe1810f9a31bd2771781
BLAKE2b-256 47206f4651e3181e0b56f985285c102bcb2fedaa9b5048e6d431be96dcc45f1f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 3ec1c36aab2603181757ae670594dedb4712efa2f00f1295cee6cd84e983978b
MD5 50f8789669f7d1c80914d7524506db68
BLAKE2b-256 aa46d7944bd442383b50c7be67e3fd4e4c8956acfb776f33539e9ed448c2b0d5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 775042db17c8676c3988f2fddad8bf946f6d5439904e895026975597a298f02d
MD5 11d091d9f5c1e5626da1bd4d970b349f
BLAKE2b-256 1f103ff1a449823b7de235e9b8572dfffd54512776cfb654018ad1bb15addb78

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d85db0649709a0be906848198898dd859ac37fd6e81ed619d7b46af239726578
MD5 0de1352200daf78dd1888b0b36a43f46
BLAKE2b-256 16b18180150cf2184f8a5f88dbd2c64ec029ddfda7d173eaa1aa90555a054142

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 902b657526401d761794e86f59b95a24dd75d75de76a33a9c486e77b796ee362
MD5 3f17db535bc11a5c536048c428da4274
BLAKE2b-256 766190d8b017cacfc71207561ab8e9abffa66173b1097717ad4a4fafd17a8551

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d2c08b63d2a5c05947db38ef77dc1ab2b0d9636823b723b23bbb329dfa75289c
MD5 f95cb75a298a8e94d27446f550ef3e36
BLAKE2b-256 67dce137f77753ed7d6cb85c6247481e814af69e7a74ae15f3992d15c0328474

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nanopy-28.0.1.post18-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.post18-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2767809bb09d9559c3e28340c149ecd293d1d4857d060d17ab5d5fed34904f48
MD5 4d531554cc05c45b2a85492360dfccef
BLAKE2b-256 a48b2836cce3ed64d88b662ea94d590a43a8965aa2e156217f62924dcd47183d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b0cbc692d854a1a18f63658e4a8e622ec34e650d503a35643a0974f2457120ef
MD5 73cbc7e7ae4311b95faf1eaf6ea31f42
BLAKE2b-256 a4076ba339a275301b41ca8c3103358ec8a6135d08cf121c9f02e1695f619710

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c271456762921492f83ea0cee9c8a31964944b693b59597a0146299c7dd1cbe6
MD5 d079cd174201fb1d88993ba4c5f082aa
BLAKE2b-256 d4b5ead75d4dd4f53b395f415972974649ae45891762736096654bcdefa0dcec

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post18-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.post18-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.post18-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5f0786434d340ca50dcb07e70f2dc2cff2ccb751095bd13d37d0fd39a1f855c6
MD5 9c56befc7e1b3c722a6941c1d18d86e8
BLAKE2b-256 7d9372573b6971e976b5bfaaeafdecd57c5111e4ae31691c5c70e71b8b77c182

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3746317c08dc3ed92327e3f74793dcc74378b0336c341289fea804ecfd26ae00
MD5 42b63924d094d2d1a61bab89a9af51dd
BLAKE2b-256 fddba3977757c72ac1d2ea3707f07fb0453aabf4904f1061dc2b5d509a19dc70

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp313-cp313-macosx_26_0_x86_64.whl
Algorithm Hash digest
SHA256 1b5294e9742050214e91f1b1832aad3de8d5bfbd8393e7ae16e2204755745c85
MD5 f74eb7df417ea6c7b15f683208ba9b19
BLAKE2b-256 af88ae3127504676742e36e00b3270a6917701f2ecbca253af08a0c914441436

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp313-cp313-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 47d97325b4b807b74bd76f5bdc3396afc75da3b2f1940b2552f9fa3ea84ad483
MD5 5f30c64846f0fe1af121bb419871279b
BLAKE2b-256 a361c8c362faa1282affc6171509a5bd3c17ed8ce1f8339625ba9f3afa0e2c01

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 04d5729edffe116fd1df0ddd498420c0ee2820b274bd539f654b1bc4a52a817c
MD5 54b261036538400c9de32569605e055d
BLAKE2b-256 96565726cac3344c11a0d5de728ebb4559ab313eb7013f56346cdf804dc89eea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d7f908f807447715ee1c75c1abd38d92b8309f62957d60b2e99c4d60c6d8a88a
MD5 fe55d3edcfe090e517e0ff0fa17a5956
BLAKE2b-256 2f1696eaba2ff634c3cca6b3eec7f03918bce471cce01694c03ff8d951dda475

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 79fb699b370bb315d74fa8db487308d4a32f551733aa65037184f012fbe211bd
MD5 52426b3cc5e93489c6c7c9dd7838738f
BLAKE2b-256 3e8057e874156226066804cef669b9aee032bd44c7029008ed2473675f52f06a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 e2a0e417950ea2018af14eed9f7a6cad57badf220ebf6fcdbfab41cf1778ea0b
MD5 68f07e3d1a97164e30e6b78f46196cad
BLAKE2b-256 629b2c0669cedf5d4c4db9ea1e3f8856f9f925ba3d65f6786310540477e28f95

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 55e04ab8c6dd1ee1d7f508eab735512b71b64685f099abb49005c13997c5d170
MD5 a3107ac41d0ea626ba24a261443bb102
BLAKE2b-256 3f4d7c5e2e39361a352af30b586924254e88a8ac11b4919c9b7fc4e5b58f2336

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nanopy-28.0.1.post18-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.post18-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9cda03cc207330b23ac51aef316b2937c27b8e67ad83733b223fb94589e0fe06
MD5 cf0a8fc3193854508506f72bbd1fc1c1
BLAKE2b-256 7d9d8ecd0b03b17841dce93f1b89999489ee206583141362d5871ce9659e6cb2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4ca46790b1709c0ac87b53d4eed48dc367cf18c131ef1f6a518ebf82b97d85af
MD5 7997c73b2350683638953038ba754c8a
BLAKE2b-256 bce77ca682f9bee7f3277b2d5c9692df38bb27c871315f6a57fa7fc5d40a11bf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ef8340ef44588a5d4198cddbec37d8d37bea01173f9d5a48bc9aecca9ae5d7a4
MD5 47bc57024707c06069e579e5820745fc
BLAKE2b-256 7ce54bc925799e3d83e9d08e2c25ae7d0e7978b414fe4cb6ac77b40617ca4b8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post18-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.post18-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.post18-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f26b4d504a66f97c621bfb2bc61e1e3688af481c92210898c13e68ec9fe446b2
MD5 692c61393261f7fadc8e950ff6948566
BLAKE2b-256 6df3ed388f4cfe228485177d4c5e5224ebb5c5df47a11b5b4b1bb015f92fd7d5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 72c3c3dcbbe59537b1eb09382f27a07ad98fbde45b4632a8114560450e05aaca
MD5 7664b2af4bf2fa402b5000e6d122e1a8
BLAKE2b-256 88f7ae6396a3cd7bce787eb71f01aff4eb7aa3a4226fd580f41947602d62aa59

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp312-cp312-macosx_26_0_x86_64.whl
Algorithm Hash digest
SHA256 6bf20b6e3548455e82375b2d444003aae10721ff8ecdecd97cfb828729687236
MD5 cf2b97a9f87a49fff489f559bdf78a31
BLAKE2b-256 789e789840749b9156f906afe1d2b305ca7a19ad3445b01b1e1ed5ae139f23a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp312-cp312-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 5048d74bc5901f07019292ef5cd412d76311d0fae2db31438a045cec1a71e283
MD5 4a37aa5fed85528b750d220df9b11041
BLAKE2b-256 7885ddc9fa12703b199df82dc2f3b137b6fe8890d7d65a5e21dca4dbfe0ea26c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 77375bae2914039a89ec31b64ada67ef960dc50eff547b3688ecf4396304fb1b
MD5 91f267cba92141c21fc73b4e43992e52
BLAKE2b-256 5922191a161b5164a0e939fd85d591ce70143aeb381cd49373be393b910da81e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 79aff8fb775b83c1c1e2ef72a2cb0c609d30459e7cad2d0fac4ee1ba59810950
MD5 0ea2336eebeb0fe59af2ab208edcd519
BLAKE2b-256 133e5abf8b31393718636cd858058ecdd7f686979130e9c80633b2d61bf4fd9c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3104f0fee519e4b1dbebe255fc5d022531328827d7809e2f21f0acb2f30a1967
MD5 d45b0661cf0116849ebf6f018f4f41bb
BLAKE2b-256 69a1f0fd33df86524b4b356d012d1e4a4960f3b77798a8ebac2c8f02cc9b6a4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 92b35de24dde4734068eedccc56a4da6a08da12fdf055db9c73a0da175cbb41b
MD5 2caf45e4a9dbe52d6e0e6246417a266a
BLAKE2b-256 9d31985bcb133cbb07660cb317b4dbeba68486dc56793cdfaf668789011fc34f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4c5de5a93e806051ceccbdcb08093625d2e48ce5ce5e3633b8f64d6d2a20f07b
MD5 dc9626ab6f276d40d9bb2d72982074e1
BLAKE2b-256 e50916a52172c7e09e4fd9fb8dd5fa9ba65215a05208b12cbf583b15214cb4a5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nanopy-28.0.1.post18-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.post18-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 bca533916675b8ac77a8c8b1b6347605f0a85669618784b7eceb5a5e2cb1598f
MD5 9ac9d9e3ea66cdc16a75214a0cbbc889
BLAKE2b-256 3d479afa68039bf8f7e82efb4837c8711210f59e471ad797967465c67f80151c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 54d552152bb71689a22c2a276aff5df064dbf640eaf635bd1df1a57679244d2c
MD5 5eaab5fd8679da31e39a5ae443bdaf64
BLAKE2b-256 f6b46f05a1b29076bb82c8347258bc9f5301e292168952c7d10af8cdcf91d3eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d36c91b05845cc0aeb6efb6ff3b504727f4e22fbd276f5745961635499f1598c
MD5 ba4df6eb96a67b65a68ec021a1e43916
BLAKE2b-256 3e9263241fc9c0e1d6013236f1a4a864a98859d3a16ad6f9441d2c44c156c6a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post18-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.post18-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.post18-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bcf6a49a9db71014666fcedb81a7ceefd152d14ebdd395c307ea861c24c29ea9
MD5 1f5a36c8d3153dad6b236fcfa3fbd735
BLAKE2b-256 5275660e2a6dd4b0a586fa7a9f66a43ce75f3fdefe9bc48fda6dfd850355a00a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8edeee647df859e984873fe312e474906e315f357d3c1128ba0993af676bd64a
MD5 7af49dd774dfc23f02f3d711e4f6cdc5
BLAKE2b-256 fcd3b19fdfbe3e88de42a0299f7213d9643f9c32dd1d1bbbb8a7d193f074072b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp311-cp311-macosx_26_0_x86_64.whl
Algorithm Hash digest
SHA256 025c9d90d09fe462c77334d4ebf6f26647861988f76f81d6597a3978fa71ac97
MD5 055f1d4b248d4675a97bc5e70370e7a4
BLAKE2b-256 739abb3e1bcb9ccee432f0545084ad24030bda0252085759a4559efb0c93691b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp311-cp311-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 28a42e9596f7219d1751c12243896a002ae659bcee3f5ff7bf7a382d497c2dab
MD5 354c1167a759a886d405fcf98d908a12
BLAKE2b-256 4d07b0e8a24c05409f54c4c9ff0c64dd8fba746d392f25ebce73f331d192f3c3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 2b711b4625aae9ce5d58ad38e2ae70d471188df7d663305aa4c7ebe76a76b147
MD5 f779db993796fa9d9adc11b85b2a76fe
BLAKE2b-256 523dee510cb39c53416fd9662cfccc0a20c1ac306563cda36fb998ac5739b29d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 192e75a7775daa4a0772397bcd3666b34ff11b654e3018dc1e1f126dee7f2ace
MD5 c4e8268c27479213c4615df985f1dcaa
BLAKE2b-256 cfa53a53a9d434a370bd0eceb51c9f4f4f32cafb8b855edc5706499a7a2c45c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f4dac0bf909ad8fa6c0f96e341440d3f628429f857c736f6be628c065c62886c
MD5 b0ffe04db775c445dcd6a3e0f6cb3dc5
BLAKE2b-256 ea8bc8845262d2cffcd91d2f710d67b7c70dab12b8a4e2ca70d35c0a51ea1df7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 4fa7d4041d52e134a81acc8d607e2248230cf4978d64f39fc0888454993c7f2e
MD5 5566a955599940511358c2f4506ee64d
BLAKE2b-256 9b8b60398e6ba4fe3b92878d0187ef4b692c493b1fa8a6be24f2092011544a03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3afe46491a4ca72a3669d25698c9ad5c853dae4846d6c6cf3bd02d077e45b425
MD5 cc19657aa2ad516ec55e114e1ae97a05
BLAKE2b-256 a790f0a9485c023ab6784b7a0da5a94a862517637362bbaacc67094d3b23bf7c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nanopy-28.0.1.post18-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.post18-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 52e576950296d8f04fa59b478da564b33944332a1edf2b5e9636bf2da53edc22
MD5 f96979ba7a823297a3cbe2bb72759328
BLAKE2b-256 fbefcbd1f037b620f89a96abf63f9e956888707e05cffa6155938fc306183846

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 205b3d4d76a284ae8e3eeba0087c3cc74d117acaf1cb18ef3e58f78535e436f6
MD5 8da4b9a87637b1305cbbb80f6c71ba6a
BLAKE2b-256 b51fc7213a1acf5610a0736292aa5150c14a3db206f0cc78095e2063c07ed642

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 400390d2b8eea2e0e8f93b0cf144148221e0c5210e499c97500f358b270f05d0
MD5 fe2e9f670901fcf55a1f60a157e6bbc9
BLAKE2b-256 34ab147ac135e90597616af7875de36547b5ed426eb6c68c629ae33a0d8a4f89

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post18-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.post18-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.post18-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dc8f8cac5d9f55f66685a3ba28ad2a0a05aae74fb7c6079d7fd9b4484be307aa
MD5 fb4da818ba013b81b048ae0a0deca969
BLAKE2b-256 18e6e5db08743ca83620d60e5e0c418f5a2074df037a35b181541beb2070f5c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cd42ab7cd4085f2a689baf119cfa8a856ef0611c3a359528d456fd1368eceece
MD5 d0e92000559b226f0ab11c7853f23a37
BLAKE2b-256 867f1b215381046fc972d7464d9a1094ba9b88f4fb0ac2b5ec3d05708c61acac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp310-cp310-macosx_26_0_x86_64.whl
Algorithm Hash digest
SHA256 fe090842cf1b0d67b2390d661ab99b7316dc6185d5d326567df4c6c2fadb8697
MD5 4329a0210c5edd24afc236bec9ffb328
BLAKE2b-256 189db637ea8a3505816831de865af1f08dd12ec2e507e518edcf11daf8b99b0c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp310-cp310-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 c309d05a13c9b54342b2f654908938b3f6c0ce36cc585821d4448bc2ca499a8a
MD5 859f4d2d0752e92df203ac764538fd60
BLAKE2b-256 d4135dde3a7ca90780d500ffe6e832b6f6cc9c6b3a7cd6c3f13e9da3869bc52b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 882f42a72c3bee002553f1b57f7bb8f5be93eddfdb01a51e075efe3e5e72d989
MD5 5bab96ddb565a63b9ecda82aee4f2fad
BLAKE2b-256 1998a08545d1317ebbe00bbb41760dff22f83b3dba2cbec9072c92d6b9dec69e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 6a5f8d30fda8bf838c32373045fb61a462187f40c2ec888a2c6fd68edec5f4e4
MD5 322f9fbf765b8c5b6b1d40df83e941ee
BLAKE2b-256 71278b8c285a9e7fff6f4ce493ec6fbf9f83ab16944b251097d55598454eecaa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post18-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 42e3fa2d92919c141eff717b1200c05eb215ef7ff0d4e561ea3694d11d69bea7
MD5 9532f91ac6d556381aa2789c4bc7a605
BLAKE2b-256 c9d5fc643e416e956e0c1006e8a7e6ff9a1d76d147981a5518e579e78a3b6b49

See more details on using hashes here.

Provenance

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