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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

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

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

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

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

Uploaded CPython 3.14tmacOS 26.0+ ARM64

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

Uploaded CPython 3.14tmacOS 15.0+ ARM64

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

Uploaded CPython 3.14tmacOS 14.0+ ARM64

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

Uploaded CPython 3.10+Windows ARM64

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

Uploaded CPython 3.10+Windows x86-64

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

Uploaded CPython 3.10+Windows x86

nanopy-28.0.1.post20-cp310-abi3-musllinux_1_2_x86_64.whl (650.1 kB view details)

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

nanopy-28.0.1.post20-cp310-abi3-musllinux_1_2_aarch64.whl (520.8 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARM64

nanopy-28.0.1.post20-cp310-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (626.2 kB view details)

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

nanopy-28.0.1.post20-cp310-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (480.4 kB view details)

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

nanopy-28.0.1.post20-cp310-abi3-macosx_26_0_x86_64.whl (554.1 kB view details)

Uploaded CPython 3.10+macOS 26.0+ x86-64

nanopy-28.0.1.post20-cp310-abi3-macosx_26_0_arm64.whl (488.3 kB view details)

Uploaded CPython 3.10+macOS 26.0+ ARM64

nanopy-28.0.1.post20-cp310-abi3-macosx_15_0_x86_64.whl (554.1 kB view details)

Uploaded CPython 3.10+macOS 15.0+ x86-64

nanopy-28.0.1.post20-cp310-abi3-macosx_15_0_arm64.whl (488.5 kB view details)

Uploaded CPython 3.10+macOS 15.0+ ARM64

nanopy-28.0.1.post20-cp310-abi3-macosx_14_0_arm64.whl (486.6 kB view details)

Uploaded CPython 3.10+macOS 14.0+ ARM64

File details

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

File metadata

  • Download URL: nanopy-28.0.1.post20.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.post20.tar.gz
Algorithm Hash digest
SHA256 51cd694bacffad5a99cf245719ad6adbdddd7be919563713e619e65331322c90
MD5 2143d233e495b681e64f3f6eaea8a297
BLAKE2b-256 0114213cec023cb80651ad648b7432666fde48825cad40079a2851b258ca358c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post20-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 066045246bfb1ae8b07e50d7a5443ad1c3193c8198f46996bb23eed7c5c5d6e1
MD5 0aec2fbf7f511717ef1dbb4fd2069ac7
BLAKE2b-256 e506a55c0de4759913f2290fe9f45007ed21df763962bfbbc44e4b0018833726

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post20-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 736da604bf42d17c77b4f5299feef459d6d4db382bd1f2e1acf9bd85998985e7
MD5 12c939b77a6a6b91998fd330cb67c02b
BLAKE2b-256 bbdc78571227118a6b523051776596a6b7eb7cea4071ac777cbceb70f9861c99

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post20-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 b381dbcf6925679429817b5751aa1994bd695d9f4ca61349de59732ae3201a59
MD5 5433af6abb38f770b2a7b7a2ad084797
BLAKE2b-256 8fe0928e9519c10e8ce4ad4b3edf52fd3a9209adbed93ff6349322fda630256a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post20-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 33649c8acb0bb089335dbb95512ccb9ecd031e27d24ce7281528dc0df56b6e1c
MD5 d0c1803e1b89cf4011df6226ecded651
BLAKE2b-256 991baf4ac31c494d6ed12e54316882cef9f7997c7b9e2f759314cc436c3ced97

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post20-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 450635cdcef80085a043ab86c282fadd057afb6c0a8d09d106b67fa3044bd4c3
MD5 12460486e196c03771f6bda5774893ee
BLAKE2b-256 dc71e60d84355d5e14baa4459dca2b76dcd9faa8a1030a0684a9dcbb87f4c73b

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post20-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.post20-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.post20-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f3368e841d541e2ff3ead192a2accb437084c11a21ad45a2446e6220051d8fc0
MD5 5f2873992ee576206f5475251dbf6c3f
BLAKE2b-256 3d615787c5c94d19c8971ee6b6deaf011d3e70fa43e55bb3371ba54095da68d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post20-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6138bca1e9e1addf70b8fc36906d6de8f1954879d6052da24b58610cd49c46a2
MD5 8f665d6244c81259e1bbe6c228370da9
BLAKE2b-256 143a358385dbae3bc0e52f7cb8874ca8f1f6fccf01b82b488fe78f155de75d86

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post20-cp314-cp314t-macosx_26_0_x86_64.whl
Algorithm Hash digest
SHA256 2d22d4f392a348832cad2aa7549de0ffc876e1dd4c3a45c866ea689f889032b3
MD5 62a70d6e5cbe2e49f6640aba7cf9709f
BLAKE2b-256 8484ba199076cf9197cbab36d11fddaf149aa96ba2083441ebf9ecd0401785eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post20-cp314-cp314t-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 0caadb4cfb1b333699b18adb505782962d64b2e7e8dd06a4006beaea0df58cdc
MD5 da54c7b76c0d42c76b370375046a908e
BLAKE2b-256 151295d1ff4bd74d1c601db3ba1ec2276b5290146a700a0a076785cbe0cdcf9e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post20-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 b26d05ab87e208062d9291052c897d268254264f55bdab4f85edd64bde6e7726
MD5 169b05e20b46e5fb2c6120864ed246f1
BLAKE2b-256 f28643d96d7af09b60eccc772dbfc3097a1be809ee58b3bf78d7fffeacc2f54e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post20-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 7ca122dcb4762350eef7b95fa907bd89b61b7c6945a83d9623f80ee680dba7f1
MD5 3dd8782d02e21970268dc99fa2e0208b
BLAKE2b-256 e576cadcb428e0ea372423ca56677aa98334fdd258e7314fcf710978f87f91d2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post20-cp314-cp314t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3f8ad9122d8140e56fa4906d98db93a64e01540fb7b16a314fabd9e8f2e63a62
MD5 6a146a77179747185c34193a0b22693a
BLAKE2b-256 790129157d6b4c7c18ec823b20e3e2ac2dfa3305f3611dd88c86a59ed41d907d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post20-cp310-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 e66a77e01013a9cdeaf090c68e80ef88b4e3214e912e517e9c39400e2962d42a
MD5 40ed4f14f2de048dffaaf8e07ffbf6b0
BLAKE2b-256 cc790c60fc64156d981534f6327860acf0c89e101cd81f42eaa501d06139b571

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post20-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 02e89b9c46acf529853d41ddd9e1ecd49a27f51c76ad330f1be28956bb9a1b0d
MD5 0894d97fc1675038e0767c8f902cdd20
BLAKE2b-256 4e4020e0d3475ea69045de89f071bfbe34579ede19fed5792e17d5e31296191e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nanopy-28.0.1.post20-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.post20-cp310-abi3-win32.whl
Algorithm Hash digest
SHA256 3df5c1d7872b4d6db1cd8d3c8e6b8984a4d556b35a5e60e6ce92c0f746bf7956
MD5 a3555b9b9e42a957c64ed3a51a3bd687
BLAKE2b-256 a6ace7a8d3ec8f2b927be056281b9f699a9ef67529cc2ce703270738c34baac3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post20-cp310-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 93c0976c1643568c8336eefb6024cf473234cfcb2d3936a7f5bcb98a59546d23
MD5 d528da50858e01e94b38b5756dabc14d
BLAKE2b-256 35a1353bb768a21046d9ab01bb3e1af1b388a3dd167b735cb8962b642ef1b700

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post20-cp310-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 18a181a52d66cd7f03d34c6167cf648d5e6b8b66ea64344ddbb95b24e0a9694f
MD5 db3ad15460d64d7723e44edbc6739cf5
BLAKE2b-256 bd44e6c35e4b92982a61279c7fe27b5ce5b64035e98fe5e458d8b01a426f94e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for nanopy-28.0.1.post20-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.post20-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.post20-cp310-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0ff1f9d0da58dd44256992ccd80fb0c686a38c96676704c8dcae3f48d89e0c5c
MD5 efc4625c16d160ec8f48edf880e0f49c
BLAKE2b-256 7ec0f668d642ce333404871a9f103636fa741699a0fe37004ccc3b5c48f8f813

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post20-cp310-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eaa67126d00e622291a6895ddbea3a245fb55975a0ece04dfb64325a15e0efd1
MD5 10bf7b7c38831da9254c0fa459afd2f7
BLAKE2b-256 313bbec241b817259a9be19c8764cd5595e863ba6a5063977aad6ba65681964e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post20-cp310-abi3-macosx_26_0_x86_64.whl
Algorithm Hash digest
SHA256 e719047a4417e93d0c588b02712e165a4998e660ce0fa1a6d673b0f1ad09d48d
MD5 022e3b527d0866fd562b25c7e3960551
BLAKE2b-256 d294ebe5cbaf936cb088a6cfb6822e7dbb4c44150a8a9458c11c91bde1037de3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post20-cp310-abi3-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 5a083d74e58c76b392bdf2cb9dbdd1c0c3a29f9a22f852444bae226052d06d37
MD5 b05bd9860ed4ee98909df609867361a2
BLAKE2b-256 fb69d38519768448459591e1f0c945d2558ac536df6ac5592f0241c2251069ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post20-cp310-abi3-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 eb3c6d0c9f725a7ed5dddfebf24bfd9971983db16b78f629e17b92b355ce142e
MD5 cb80a1e62428cd68564beda8cd79296c
BLAKE2b-256 fa80bc7876c5e142a6daa05a3e96e205d278f98b63457d810a57e5de5f386509

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post20-cp310-abi3-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 b4bb38a4f4e29d9c933f98e68dfb3223d8b17b75a8cbc524137116b8bd6e8c4e
MD5 00610df7553a76c4f6a0c09562b4654e
BLAKE2b-256 b9eacfbac0c3cf6b9b2831426ae6521c4c88e26d82ea6ef87080aa826b2a496e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for nanopy-28.0.1.post20-cp310-abi3-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 42e4a7a32475419d2503d53cfd3711cbb452b9714436a9488b0596bac565a0a7
MD5 bcb20611f69ad62ad9ce8bf098925f28
BLAKE2b-256 b8fc4c5f56ed1f3511741442aad926850d629e27131c121068feea77906f2cdd

See more details on using hashes here.

Provenance

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