Skip to main content

Net Python

The PyO3 extension for the Net mesh — a latency-first encrypted mesh where services and agents announce capabilities, discover each other, and invoke work over typed RPC.

Most people want net-mesh-sdk instead. That's the Pythonic wrapper — context managers, generators, typed channels, dataclass and Pydantic support — and it depends on this package. Use net-mesh directly when you want the raw binding, or need one of the few surfaces the wrapper doesn't re-export.

Docs: https://ai2070.net/docs/sdk/python/quickstart · Concepts

Install

pip install net-mesh

Publishes as net-mesh, imports as net.

Quickstart

from net import Net

with Net(num_shards=4) as bus:
    bus.ingest_raw('{"sensor": "lidar", "range_m": 12.5}')
    bus.ingest({"sensor": "radar", "range_m": 45.0})

    # Cursor-paginated. None starts from the earliest buffered event.
    resp = bus.poll(100)
    for event in resp.events:
        print("event", event)
    # resp.next_id -> pass back as `cursor` to page forward

    stats = bus.stats()
    print(stats.events_ingested, "ingested,", stats.events_dropped, "dropped")

Ingest returns once the event is accepted into the local ring buffer — acceptance, not delivery. Under backpressure events can drop; check events_dropped. See Submitted Is Not Completed.

What lives only here

The wrapper re-exports most of this module, with two notable exceptions you must import from net directly:

from net import RedisStreamDedup            # consumer-side dedup helper
from net import RpcTimeoutError, RpcError   # the nRPC error family

See Deduplication and Errors — the latter documents a trap worth knowing: without the nRPC feature compiled in, every Rpc*Error aliases down to Exception.

Cargo features

PyPI wheels ship every feature enabled, so this only matters for source builds via maturin develop, where a disabled feature's classes are simply absent from the module.

maturin develop --features "cortex meshdb meshos"

Claude Code Skill

Net looks like Kafka or NATS from the outside, and the model underneath is different enough that an agent working from surface familiarity will write integration code that runs and is quietly wrong. Install the skills first:

npx skills add ai-2070/net-claude-skill -g

Drop -g to install into the current project only. To update to the latest version:

npx skills update -g

Restart Claude Code and run /skillsnet-event-bus and net-payments should be listed. net-event-bus covers pub/sub, nRPC, the MCP bridge, organization capability auth, the gang-claim scheduler, and RedEX / CortEX / Dataforts. net-payments covers x402 pricing, quotes, settlement and spend policy. Full install options in Claude Skills.

What's in the box

Surface Guide
Event bus — shards, backpressure, Redis / JetStream Event bus
Mesh streams — direct peer-to-peer, windowed Mesh streams
Capabilities — announce and discover Discover and invoke
nRPC — typed request/response and streaming Typed RPC
Channels — hierarchical pub/sub with capability auth Channels
RedEX / CortEX / NetDB — logs, folds, queries Durable logs, Folds, NetDB
MeshDB — federated queries NetDB
Dataforts — blobs, greedy cache, data gravity Blob storage
Compute + Groups — daemons, migration, replica/fork/standby Daemons, Continuity
Deck — the operator surface Deck
Security — identity, delegable tokens, subnets Identity, Security model
Errors — the full exception hierarchy Errors

License

MIT OR Apache-2.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

net_mesh-0.36.0.tar.gz (8.1 MB view details)

Uploaded Source

Built Distributions

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

net_mesh-0.36.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl (10.8 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

net_mesh-0.36.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (10.6 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

net_mesh-0.36.0-cp315-cp315t-manylinux_2_28_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.28+ x86-64

net_mesh-0.36.0-cp315-cp315-manylinux_2_28_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ x86-64

net_mesh-0.36.0-cp314-cp314t-manylinux_2_28_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

net_mesh-0.36.0-cp314-cp314t-manylinux_2_28_aarch64.whl (10.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

net_mesh-0.36.0-cp314-cp314-win_arm64.whl (10.8 MB view details)

Uploaded CPython 3.14Windows ARM64

net_mesh-0.36.0-cp314-cp314-win_amd64.whl (11.6 MB view details)

Uploaded CPython 3.14Windows x86-64

net_mesh-0.36.0-cp314-cp314-manylinux_2_28_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

net_mesh-0.36.0-cp314-cp314-manylinux_2_28_aarch64.whl (10.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

net_mesh-0.36.0-cp314-cp314-macosx_11_0_arm64.whl (10.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

net_mesh-0.36.0-cp314-cp314-macosx_10_12_x86_64.whl (10.6 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

net_mesh-0.36.0-cp313-cp313-win_arm64.whl (10.8 MB view details)

Uploaded CPython 3.13Windows ARM64

net_mesh-0.36.0-cp313-cp313-win_amd64.whl (11.6 MB view details)

Uploaded CPython 3.13Windows x86-64

net_mesh-0.36.0-cp313-cp313-manylinux_2_28_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

net_mesh-0.36.0-cp313-cp313-manylinux_2_28_aarch64.whl (10.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

net_mesh-0.36.0-cp313-cp313-macosx_11_0_arm64.whl (10.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

net_mesh-0.36.0-cp313-cp313-macosx_10_12_x86_64.whl (10.6 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

net_mesh-0.36.0-cp312-cp312-win_arm64.whl (10.8 MB view details)

Uploaded CPython 3.12Windows ARM64

net_mesh-0.36.0-cp312-cp312-win_amd64.whl (11.6 MB view details)

Uploaded CPython 3.12Windows x86-64

net_mesh-0.36.0-cp312-cp312-manylinux_2_28_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

net_mesh-0.36.0-cp312-cp312-manylinux_2_28_aarch64.whl (10.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

net_mesh-0.36.0-cp312-cp312-macosx_11_0_arm64.whl (10.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

net_mesh-0.36.0-cp312-cp312-macosx_10_12_x86_64.whl (10.6 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

net_mesh-0.36.0-cp311-cp311-win_arm64.whl (10.8 MB view details)

Uploaded CPython 3.11Windows ARM64

net_mesh-0.36.0-cp311-cp311-win_amd64.whl (11.6 MB view details)

Uploaded CPython 3.11Windows x86-64

net_mesh-0.36.0-cp311-cp311-manylinux_2_28_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

net_mesh-0.36.0-cp311-cp311-manylinux_2_28_aarch64.whl (10.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

net_mesh-0.36.0-cp311-cp311-macosx_11_0_arm64.whl (10.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

net_mesh-0.36.0-cp311-cp311-macosx_10_12_x86_64.whl (10.5 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

net_mesh-0.36.0-cp310-cp310-win_amd64.whl (11.6 MB view details)

Uploaded CPython 3.10Windows x86-64

net_mesh-0.36.0-cp310-cp310-manylinux_2_28_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

net_mesh-0.36.0-cp310-cp310-manylinux_2_28_aarch64.whl (10.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

File details

Details for the file net_mesh-0.36.0.tar.gz.

File metadata

  • Download URL: net_mesh-0.36.0.tar.gz
  • Upload date:
  • Size: 8.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for net_mesh-0.36.0.tar.gz
Algorithm Hash digest
SHA256 bf6e3962be35e98a4b0e6dc81c25ba36ee432c85268d33d711d825098c3e7bc4
MD5 66df56e3a03ac98ac011bb82954a5509
BLAKE2b-256 d50711ca2c2e473533ff18c1491695ad510dae4f68dd7a418153c473db19f320

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for net_mesh-0.36.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f8652db3c46c5cbf5f26a606906e0d6ff3d597b2dbe51370191aa722cd7c2228
MD5 5a42b042fe690eabf995c05dd67302eb
BLAKE2b-256 d7bf9321297a920de928cc0841510e54c4ea1a331505fdec92d3d895b131ae9f

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for net_mesh-0.36.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c198971bbb280726318e3e343de2e72ad95c9b3d9b15873cd39348363ecc1a0d
MD5 055fe4f90fb1c30063215ab533530202
BLAKE2b-256 e1f6dc381c781e98b41b820804dab8acc63fa24d072e974b0e8c86520d48a924

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp315-cp315t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for net_mesh-0.36.0-cp315-cp315t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e9f5abf8a4c23c5fff6defc701e8602be0a133bdd64a4279073f900b8e39ee57
MD5 99f9f2374bfc2760828d84ed9cb1b7db
BLAKE2b-256 c6831af898a3a082c15957ef5b2abc4bb78d1b5df946cbff9e281bb2ff6085d8

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp315-cp315-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for net_mesh-0.36.0-cp315-cp315-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5237461f0b059c59bd31dd8d90ed945538e79e05a5fa957564b168e5db3cceba
MD5 d19faf63da9f06a525b470dd9b093aff
BLAKE2b-256 3c321a13e014af7c6a31e45bdf8de27d82a1f8ff6e1a591d71323812186ac7f8

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for net_mesh-0.36.0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 09d991e87d250f877edf43ae2cbeba34454c0468188bd901fb04e5e53e83765b
MD5 a0b5973303c98ebda0ec1319399bff7c
BLAKE2b-256 fa7afef083c1facd6382391d7594c4e444cc0a923f30244b8d4506808cb577da

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for net_mesh-0.36.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a5c5e0ad8b5320aef7882506d19f1c814af93a02c5e28ac82d5d6166846b9c25
MD5 2999188c02ed4162aef191aad248d1b3
BLAKE2b-256 577a47b819be2141c69e8b522de48d59458ca1d1cd1c3d727615614d9e746b0c

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: net_mesh-0.36.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 10.8 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for net_mesh-0.36.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 d80b8ae2ba4c1b0c15f32ff87068f170ddc15cb90812c2c6412e7586d8b49a56
MD5 204fc3bc07f764d66b0c80b6a6c73de0
BLAKE2b-256 f8f2dd58a84048d5b086a8a223b965ee53efd77dc276eb7d291efcb25257cfc9

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: net_mesh-0.36.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 11.6 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for net_mesh-0.36.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 05fc1224450d2484dbd97a371e10fd4a9ac69c22e1435a3c95982183de5425a5
MD5 7ca4465266826f95e3c613909b464339
BLAKE2b-256 1b5449ec293816d096f6ceee2acb2b52bd543bcb44f01fe5194a81d2bff36796

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for net_mesh-0.36.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 86c7a504a4b95b070f38e33a9ea55511b998db1af4d2ae432f7514ac40e4304e
MD5 4fef3540d1d4be003af3e271737bffb2
BLAKE2b-256 c86dc609bc585c40c1e3834e88a927f0c8d289957160aa3011fb8837c67531f7

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for net_mesh-0.36.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f11c8e5f7f573a87bfa1fc9d20f3dd94cd671445ee9febb3d5a5d9cce30a693b
MD5 90505b57fdfdfbea71674c81e9bc8d37
BLAKE2b-256 c90430c901f51eec10590c80c84242344b4b8910e0e9c98f4f7d0a55ba017593

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for net_mesh-0.36.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6433c3cc4397033114f1ca144230e7ce40fb7681e4579d0ec7bbffe1ecfe3342
MD5 deb661637e28e660a3e185ed110d361d
BLAKE2b-256 32303e3f250db7f606d4040ce7a1d9473aab747a6b2b03584127bffea41c0972

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for net_mesh-0.36.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d5dd62c951810401b990504b808218db10fa2cfcc6a58d0494dbbca22ad85f13
MD5 32fea255ff0d362e6e1be6f6cb0ba3ca
BLAKE2b-256 2a75b84abb3b2dd9dae7c5e0f9ef284ee665078659c21da7f7d61a6a8a0c7f71

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: net_mesh-0.36.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 10.8 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for net_mesh-0.36.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 53e1b7dbd3ea0e60c57ae6ab776f632de75a2fac5b63cdf0a7478dcd7093f18d
MD5 a775f18be87057fbcf81384c1128d6e1
BLAKE2b-256 fa9f15e10581ec94aa9ac56e97fcd7396bf73734e2ae178b310076fa2eab933d

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: net_mesh-0.36.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 11.6 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for net_mesh-0.36.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 09fd9ab0ccf1692617becc67e055ba4c3d501a2cea4aa81cc109bd998244969d
MD5 54cfc760998ff3ae781a626b2d4bef42
BLAKE2b-256 817e746d08ec778d5158bf7bb8a838619db1e94b48260698f6d7470ca4658103

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for net_mesh-0.36.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 84a2ce89438b9c6d738d12cc76fbbbf51f761678933bf2e66ff3b1a13713d2fb
MD5 7c031e5d3af1f0a3d6c5f9024dd80c89
BLAKE2b-256 0ae536ca2df37565674a1ed424f018f46b048577b21f653b4001fe844685b608

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for net_mesh-0.36.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 58a38ad3a79bf864425e74f1d1a587e2717ab21741ea81edcf55130605e9ed08
MD5 d6ec9a020c8095e02b8d1a06e7fb5ee6
BLAKE2b-256 0c212ee1fd365cc8732e4eb259dbba75773d50033ba6ce51e85352784c0a390f

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for net_mesh-0.36.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0d5d69ab8231d9b653c3a1b267f9540e7be714b120569ff0b4c156a6a3860e6c
MD5 188532202416a663ad0bac95ff9b4b32
BLAKE2b-256 832554fcda7360e8654d2d742a601d1e2574b23c2c5e6e49a72e206c9d30460a

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for net_mesh-0.36.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e28f03119bcdecfc4ccdd562d2f61ff57d5ffe7923bd2ad7731c0c1b424e0e65
MD5 148adb51dbb8a5ab2b89cda5dbf1a5f4
BLAKE2b-256 8cd6e5c8c1d32cf27ae01c46932d6454790b1dc7fb9ad4bd26b66131a27c8601

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: net_mesh-0.36.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 10.8 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for net_mesh-0.36.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 fce4bb8630a4fdb6fb2d86e0bfd4ef2393d6af03d182b8d9180fd88ff894dccc
MD5 b355acd2f89bd03deea2fc25ce365e6c
BLAKE2b-256 0d88f88eabd1841dbce3b3f66cc13f10b436a0b36a7f01ae63734c229bf8d6c9

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: net_mesh-0.36.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 11.6 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for net_mesh-0.36.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c124403d19408b3b1099ec315b470b247af5640f17b3758d7b75718471b02c04
MD5 d7cf02832f9fade5be5b5d6f00b14345
BLAKE2b-256 ae6d0868d226c0e4d3bbb7644852b0662f1f18f5510e9e6297ed28f174c7e038

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for net_mesh-0.36.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cb021c017e2163032ba6d0b56541144443001349e8f44e574e19781388311e91
MD5 76b27862f6c0a0d7224a08b9e50f98dd
BLAKE2b-256 3a696e380cb276d891d18f3e0f3d17e945f1a86fab6eca97ff80f5d3e4d1b7ce

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for net_mesh-0.36.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0b989587041b46ad7a18c369ad0bc702ae07e226c4fbdea65f3f9148036f6d22
MD5 58d0526df0320bd85fb09f3e04cc5639
BLAKE2b-256 f72cd7bb88441a1c40eeaed233eced39a5a983f69cb188cc970ef8c1d6581f75

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for net_mesh-0.36.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5ea2604d5f01e6b2bb3eb793172d69b5d353708720abbeb514e467467e1be8cc
MD5 2dfc846079e6e178e663972097146cbf
BLAKE2b-256 80b63b97098f932a0109c85863ad608d7b514b34b2d78b303e596a367260f3e2

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for net_mesh-0.36.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 538c61511d1f92630d54b73751fe46f6e165a4f6c326aaa9b36ab28e8e9f5a15
MD5 e610fcf094e24b59ebab7ec3786a56d6
BLAKE2b-256 1677da22c40d8b7e535a835a391ff6f6b9ff83fadee640e8b6c8114e8a215735

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: net_mesh-0.36.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 10.8 MB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for net_mesh-0.36.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 6fd2104568d9ab9e624c685973453f8c8b7ac6e35e7a0a492c845a7bff04e491
MD5 7f5da5bedb0d37382954d54a32b8fd0c
BLAKE2b-256 4a073feeac2a834a8837d2ff93fc6e715d3928cfe7d640ed706209f9997acc02

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: net_mesh-0.36.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 11.6 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for net_mesh-0.36.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8f0f63349fc7310f3a4b8aa96c6a733f352282d27529ff83c6225b4d8e477b83
MD5 42ddc8e8b53205f35fd3f7db49c200c3
BLAKE2b-256 35cfca75d8245e06cbcf605d3534cd7a2318734ea7ed971d22c858fefc0c5c3c

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for net_mesh-0.36.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 09dd1971dd41a0c5933e1020f466c5f081ff9f371f4a2a37ed3978fb2fcd2948
MD5 1e561ff80855335f35e465ef13c6fcc9
BLAKE2b-256 39b75cd017e6852f80e0331bcc1db78d97fd4f5c86ab6b86eca1bcf4dcbaf100

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for net_mesh-0.36.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e0f1cdf25ce050b2d15174b632433154e3b80eece54eebde91a3a9d594812f95
MD5 e23e7268be62486b4e597582a2625fa4
BLAKE2b-256 400c4dd88f1f7542772c1f45fc63290d4d6660b98ddf9076a15276ac52fc317e

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for net_mesh-0.36.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9b4f677b2250e4e3b681dd45ac2f3d6a096bf336e6d926c40a8fa16ac9f5cba9
MD5 14919d988a3e98bb371b5306fa7b3256
BLAKE2b-256 563154e19df0376c3a74b74587cc3e28cd1eabd0deff30171127c0eaa6746ee7

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for net_mesh-0.36.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7fd5a045ddacda8d7893c0fcc9c2645ac52e08750d961ca301b3e9f229bfc27e
MD5 6d60e193b55b6b91a2426a6971b38acf
BLAKE2b-256 ab134842e1d2bddb8b7f96b7fa5d07e958266854039d9fb349e3481e58668983

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: net_mesh-0.36.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 11.6 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for net_mesh-0.36.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f4631a2c80e451a6158d1be435f91b3972b4da2e517f71865df50c9cc52a6bdb
MD5 37dbaba050b514e96aa54fa3a6a521b0
BLAKE2b-256 9cb3aed37bfac93cde93ccacda0abec0e36572e9b3841f5fac1fa2a7c2f31127

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for net_mesh-0.36.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c8fffa60d40fc70c69313fca0cea169273d9a48b3ea3aa071146b75cd4b5e9bf
MD5 dc56582de886726883ee68ad6732b18f
BLAKE2b-256 71c1b062bde3962461c597d73bd10b2edef6ead59ac5dfee176c79f4775b6cef

See more details on using hashes here.

File details

Details for the file net_mesh-0.36.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for net_mesh-0.36.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2e66c76c12813bb003966daa92eed131c208d699167113e9e03398604c77a8d6
MD5 926bb2be16cd272af714629f2f299b82
BLAKE2b-256 40e351180c28d46ae5f57b3742c58e1092c524c5790e3be6cfcb0a88732940fd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page