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.post21.tar.gz (124.2 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.post21-cp314-cp314t-win_arm64.whl (224.7 kB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

nanopy-28.0.1.post21-cp314-cp314t-musllinux_1_2_x86_64.whl (672.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

nanopy-28.0.1.post21-cp314-cp314t-musllinux_1_2_aarch64.whl (525.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

nanopy-28.0.1.post21-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (649.6 kB view details)

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

nanopy-28.0.1.post21-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (486.4 kB view details)

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

nanopy-28.0.1.post21-cp314-cp314t-macosx_26_0_x86_64.whl (387.5 kB view details)

Uploaded CPython 3.14tmacOS 26.0+ x86-64

nanopy-28.0.1.post21-cp314-cp314t-macosx_26_0_arm64.whl (388.8 kB view details)

Uploaded CPython 3.14tmacOS 26.0+ ARM64

nanopy-28.0.1.post21-cp314-cp314t-macosx_15_0_x86_64.whl (387.5 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ x86-64

nanopy-28.0.1.post21-cp314-cp314t-macosx_15_0_arm64.whl (389.0 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

nanopy-28.0.1.post21-cp314-cp314t-macosx_14_0_arm64.whl (389.1 kB view details)

Uploaded CPython 3.14tmacOS 14.0+ ARM64

nanopy-28.0.1.post21-cp310-abi3-win_arm64.whl (221.6 kB view details)

Uploaded CPython 3.10+Windows ARM64

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

Uploaded CPython 3.10+Windows x86-64

nanopy-28.0.1.post21-cp310-abi3-win32.whl (206.5 kB view details)

Uploaded CPython 3.10+Windows x86

nanopy-28.0.1.post21-cp310-abi3-musllinux_1_2_x86_64.whl (669.3 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ x86-64

nanopy-28.0.1.post21-cp310-abi3-musllinux_1_2_aarch64.whl (523.1 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARM64

nanopy-28.0.1.post21-cp310-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (646.2 kB view details)

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

nanopy-28.0.1.post21-cp310-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (483.7 kB view details)

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

nanopy-28.0.1.post21-cp310-abi3-macosx_26_0_x86_64.whl (387.5 kB view details)

Uploaded CPython 3.10+macOS 26.0+ x86-64

nanopy-28.0.1.post21-cp310-abi3-macosx_26_0_arm64.whl (388.7 kB view details)

Uploaded CPython 3.10+macOS 26.0+ ARM64

nanopy-28.0.1.post21-cp310-abi3-macosx_15_0_x86_64.whl (387.5 kB view details)

Uploaded CPython 3.10+macOS 15.0+ x86-64

nanopy-28.0.1.post21-cp310-abi3-macosx_15_0_arm64.whl (389.0 kB view details)

Uploaded CPython 3.10+macOS 15.0+ ARM64

nanopy-28.0.1.post21-cp310-abi3-macosx_14_0_arm64.whl (389.1 kB view details)

Uploaded CPython 3.10+macOS 14.0+ ARM64

File details

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

File metadata

  • Download URL: nanopy-28.0.1.post21.tar.gz
  • Upload date:
  • Size: 124.2 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.post21.tar.gz
Algorithm Hash digest
SHA256 5f900cb6d79560f5bac074ef27042dfe8d2518112ff7b2b471d1adddbb5a30e7
MD5 29b32d0fb98a7a8f9483dd1612c386e0
BLAKE2b-256 a8698b1d6c727242e43d0dcc92b61bfcad0c7d053f5e1c8b01bc7ec40257d680

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post21-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 94b367d04f9d3c8c7c4fecde37f774bcfc6e41f9a5ccfd0743b7c4acdca2a896
MD5 b08ee672392cf8b775ab262bca3479ed
BLAKE2b-256 fde1ee92f118b20b9be1f52fa5ab05e5cd3e1d170d8aa4cb37ca394f503b3f4e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post21-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 4e97b716fe4db405f01f85034fc09e21aece330f25ec307e9223e894b0463cf3
MD5 2aedb186142010e5d0ce76087d0d5fe1
BLAKE2b-256 5a48d875b7f8927d91bee31c59b6df63772f3105a736eae1b3cebe02e08fabcb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post21-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 1dff0c707167dc71249679d08820032c7ad93ad3ff6e43cb528e0da07fbab1af
MD5 72def2c8c9d7d3bbfd374fa40ea2087d
BLAKE2b-256 72562e303e339e6a01b54879f70b8ee8227041d49f601ea5c260906903158e35

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post21-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0e94baa0c680808390227c529096cd07ef84da23b67815b35ac553b1142d242a
MD5 5a03a5be82b837396aa6040c0063721a
BLAKE2b-256 fb12f32b969d6c1f62556696c981f5ba8ad13fef54736b581fb02f7389059ab0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post21-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2408a5df3ae4da4bbdcd4a17ba406a817a66671cfbd4c52ad985e6b9616a2d59
MD5 6502cafe5411f6dea13d28b25f9a2014
BLAKE2b-256 3585801b251d90a54c55fd3521bf7cb5648c432fbb2451621d81a62e4fb5f62e

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post21-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.post21-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.post21-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 05ed627f03e2995f0db4a2290649b80d359ea3e370b4b5735c2b503b800af063
MD5 d12be0abf27d42f108a05a27b1a40b39
BLAKE2b-256 2b5abb26274155eff0374e3f333800d8e24b3eea6ba213e7806e6b2d5fee3c65

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post21-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2829c0973ec50fab38e54e372256c91fa4610c85a94d8eb887897c46eae7d25c
MD5 7c6d906eeb239f8e751924257bee6227
BLAKE2b-256 3a8d3625b7fbeae68f1cde9d61c3b05d3350ee64a94ba279d5e6c45aaebaa9c4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post21-cp314-cp314t-macosx_26_0_x86_64.whl
Algorithm Hash digest
SHA256 562229ce36f449bf2b8eae5a19e6b5ebffa30d0e837dc905a4a9e8d029804a99
MD5 89cc117d8c67ec27c98f4d56e65bcd5d
BLAKE2b-256 f3580094feb6583845b5772b2c23e246a0078f7f35a2d96f20ba8e37dacac39c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post21-cp314-cp314t-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 8de02163b116415cf3adc5492b13e7a7fc873cab8b7f0f1dac12c26f53483df2
MD5 020479656c24987257828f1bf2dafc99
BLAKE2b-256 669ed02c5564003328958fb267ae4444f3b4092761d8517db211a4cefd48d65a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post21-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 708f907f5d626e5b732bd93bfb617c34755799d5ffa4c44f82fd46609f2bcdb0
MD5 8db7d64f035d8a2012b058f50b839aa0
BLAKE2b-256 965ce5bea5588bcff41dc521e5cc657775f3d48e47425e7ea0fdec977382027c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post21-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 44b3d065fe68d885239a7709024d30ad04ea3ac403eb1b6a8388f9ae4ee82f76
MD5 3d59da43c791f8a16961949bd8197ba8
BLAKE2b-256 2d99d24ee55ae14ebf94de18e5841945e75372c3dba2c35404f49de6a06ae926

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post21-cp314-cp314t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3c406f45ebb6fd20d159016f1374510c3c1892a192803b18c2cbaa1bca9a6908
MD5 23f7fe771d9d9c75732fc9392d9387be
BLAKE2b-256 1183e4917a749f78e39ac7579f9e6578f4545e3d4667c3c3af1e28767d8e2c2d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post21-cp310-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 9e5eee44ec20402c3ce94efd43b22411e8562625727fe91e3b40e687b9f819cd
MD5 ecc33b71b576e7ed093acd97df58b8b6
BLAKE2b-256 c6cdb03cba992f9a908ca9a3f5a654394466641a5834bc39c345e1cbd5f2db64

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post21-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 a1a6549b101b59cd6e500e4ae97c51bafb98f207939ddac002b0f8d530aff6aa
MD5 3532206885bb554aacbbe5c8fb423fc4
BLAKE2b-256 76f4f6e4afa7d8fe40e00f9584ab191703bef565c1ad3b6dcc3841353019cc3f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nanopy-28.0.1.post21-cp310-abi3-win32.whl
  • Upload date:
  • Size: 206.5 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.post21-cp310-abi3-win32.whl
Algorithm Hash digest
SHA256 23f7a86885062b10dc1ace3adf2b8aae3451f671ff72c75c3321d6a413c01c59
MD5 2f3c9f14803ad8067a6ab04cd4cf8346
BLAKE2b-256 5d3c4558b93699e5c239d3e6b9fc8b86d53ba4c4e734f8cf57129be12f2395c3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post21-cp310-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dd9823840b809eb5737005fb0c029a637b3fc12a143d83576ec993e54b6268a3
MD5 dcaab012ff0cb5a06d470f88964b4eba
BLAKE2b-256 6d19bb6c15b1f78c56af00dc11cb9a6b0a36153417c96e9eb5e00e2d569f9ee4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post21-cp310-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0b8f17e2a08e551b37570ecbfc976963bbc47ba0924749f59df1889b31ab383f
MD5 ae08a31fa1499e5d24af869b816ff772
BLAKE2b-256 f8b3429b90fc1e11e1a315a59f62a753fe9d74a929b7049a932fd8e4a10ae01c

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post21-cp310-abi3-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.post21-cp310-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for nanopy-28.0.1.post21-cp310-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4cd02089bcbcb5dbed0c358e47a133faa1c9013a9b96035b725e90b36c654a27
MD5 38f082aa89e092bc19b819e10d93657a
BLAKE2b-256 2a92055089ded06c6ee0b957bf78197e9fc6476402d62e9255a377987240ef03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post21-cp310-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 15401d4a2d74160886b831a5da0ebf3c6dd6b2bb937b02a290c7511de066547b
MD5 3877a9f452b60593ed4015d89d24cb7d
BLAKE2b-256 e0ab1a10ebc809bd93a27a28b88296df12e7169398a472d9328337b1b3f32236

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post21-cp310-abi3-macosx_26_0_x86_64.whl
Algorithm Hash digest
SHA256 c01662c01e43312290e50252c6e1dd9490cd42ea1c7c278728ec808d7fde59e6
MD5 a1dfb12f275b8fef6a4ec6ec3298dd1a
BLAKE2b-256 6f28b852c522231259339c58f622aeb9bc73d766c526df1aab66f16a5086700b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post21-cp310-abi3-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 fc1c5e6557b77ad533a6b161239258ca39eda9c60ad16c5bcf89690af1790452
MD5 cca364ed79fec3305a25371c1ff57eba
BLAKE2b-256 7c649cbc118d8faf01575a11cc027f04c234405d365d2a4925b6f8b9d3d488eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post21-cp310-abi3-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 43b6bf37740cb242e8085bbe569cb5b567ba90916b45df02d08785f97ff8770b
MD5 404b9ba098e52ae4a96e85159b2a6395
BLAKE2b-256 192871f6334840bcda7dcb01be398b76b01362461335f770ab32246a0cbb619c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post21-cp310-abi3-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 9c33655c292ba88b17bea9f8a1eb38503653012fd5d9c242803c0cb2855c57dc
MD5 3f7d95e3433f8425cad75b714813c80a
BLAKE2b-256 cbb94d02de7378680c0b0cc6be25b629aa921fb6319d30dd540ecf6884e89a40

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post21-cp310-abi3-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 22837fddfd07708ea31e3dac203f7773088ee0e3035f240737fc8be06d65678f
MD5 1c60b1e8abfb6041c4519c678f4225f0
BLAKE2b-256 ec76882e750e483f1b94d86012f9c3366f33e519af59d9f28684a8eae6a1fcd5

See more details on using hashes here.

Provenance

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