Skip to main content

C++ sEMG engine for Mudra Link raw SNC decoding

Project description

mudraka

A transport-agnostic C++17 engine that decodes the Mudra Link wristband's raw surface-EMG (SNC) stream into samples, buffers them, and serves them for real-time use. It is the shared core of three projects (this repo is mudraka only):

  • mudraka — this engine.
  • mudra-lsl — Python/PyPI wrapper publishing LSL (consumes the wheel).
  • mudra-web-viewer — Web Bluetooth live viewer (consumes the WASM/npm build).

One C++ core fans out to two distributions: npm (Emscripten→WASM) and PyPI (nanobind wheel). See docs/ for the full design (start with docs/CONTEXT.md).

Status

Part State
Native C++ core (decoder, ring, clock, stream, diagnostics) ✅ implemented, tested against real captures (22k+ assertions)
Python binding (nanobind) ✅ builds & verified end-to-end on real fixtures
WASM binding (Embind) ✅ written & CMake-wired (build needs the Emscripten toolchain)
SNC decode ✅ decoded directly, empirically validated for Mudra Link (16-bit, ~834 Hz); no official lib/oracle (see docs/DECODE_VERIFICATION.md)

Target is the retail Mudra Link (~834 Hz / 16-bit — the vendor-confirmed limit). The 2080 Hz figure is a separate product, Mudra Pro, a future target that slots in as a new IDecoder — see docs/CONTEXT.md.

Layout

include/mudraka/   public headers          src/        core implementation
tests/             doctest suite           bindings/   python (nanobind) + wasm (embind)
tools/             BLE capture (bleak)      fixtures/   recorded test sessions
docs/              design docs (indexed by docs/README.md)

Build & test (native)

cmake -S . -B build -G Ninja -DMUDRAKA_BUILD_TESTS=ON
cmake --build build
ctest --test-dir build --output-on-failure      # or: ./build/tests/mudraka_tests

Python wheel

pip install .            # scikit-build-core + nanobind; needs a C++17 compiler
import numpy as np
from mudraka import Stream, Config
s = Stream(Config())
s.feed(notification_bytes, recv_time_s)          # one BLE notification per call
out = np.empty((3, 4096), dtype=np.int32)
written, cursor, lost = s.latest_into(out)       # zero-copy into `out`

WASM (npm)

emcmake cmake -S . -B build-wasm -DMUDRAKA_BUILD_WASM=ON -DMUDRAKA_BUILD_TESTS=OFF
cmake --build build-wasm                         # -> mudraka.js + mudraka.wasm

Recording fixtures

See tools/README.mdcapture_session.py records a full BLE session from a real band.

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

mudraka-0.1.1.tar.gz (1.4 MB view details)

Uploaded Source

Built Distributions

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

mudraka-0.1.1-cp314-cp314t-win_amd64.whl (269.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

mudraka-0.1.1-cp314-cp314t-win32.whl (263.3 kB view details)

Uploaded CPython 3.14tWindows x86

mudraka-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl (543.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

mudraka-0.1.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (86.4 kB view details)

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

mudraka-0.1.1-cp314-cp314t-macosx_11_0_arm64.whl (67.8 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

mudraka-0.1.1-cp314-cp314-win_amd64.whl (266.9 kB view details)

Uploaded CPython 3.14Windows x86-64

mudraka-0.1.1-cp314-cp314-win32.whl (261.8 kB view details)

Uploaded CPython 3.14Windows x86

mudraka-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl (540.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

mudraka-0.1.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (83.8 kB view details)

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

mudraka-0.1.1-cp314-cp314-macosx_11_0_arm64.whl (65.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

mudraka-0.1.1-cp313-cp313-win_amd64.whl (258.0 kB view details)

Uploaded CPython 3.13Windows x86-64

mudraka-0.1.1-cp313-cp313-win32.whl (254.1 kB view details)

Uploaded CPython 3.13Windows x86

mudraka-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl (540.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

mudraka-0.1.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (83.8 kB view details)

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

mudraka-0.1.1-cp313-cp313-macosx_11_0_arm64.whl (65.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mudraka-0.1.1-cp312-cp312-win_amd64.whl (258.1 kB view details)

Uploaded CPython 3.12Windows x86-64

mudraka-0.1.1-cp312-cp312-win32.whl (254.1 kB view details)

Uploaded CPython 3.12Windows x86

mudraka-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl (540.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

mudraka-0.1.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (83.9 kB view details)

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

mudraka-0.1.1-cp312-cp312-macosx_11_0_arm64.whl (66.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mudraka-0.1.1-cp311-cp311-win_amd64.whl (259.1 kB view details)

Uploaded CPython 3.11Windows x86-64

mudraka-0.1.1-cp311-cp311-win32.whl (254.7 kB view details)

Uploaded CPython 3.11Windows x86

mudraka-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl (541.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

mudraka-0.1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (84.9 kB view details)

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

mudraka-0.1.1-cp311-cp311-macosx_11_0_arm64.whl (67.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mudraka-0.1.1-cp310-cp310-win_amd64.whl (259.3 kB view details)

Uploaded CPython 3.10Windows x86-64

mudraka-0.1.1-cp310-cp310-win32.whl (254.9 kB view details)

Uploaded CPython 3.10Windows x86

mudraka-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl (541.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

mudraka-0.1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (85.2 kB view details)

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

mudraka-0.1.1-cp310-cp310-macosx_11_0_arm64.whl (67.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mudraka-0.1.1-cp39-cp39-win_amd64.whl (260.2 kB view details)

Uploaded CPython 3.9Windows x86-64

mudraka-0.1.1-cp39-cp39-win32.whl (255.9 kB view details)

Uploaded CPython 3.9Windows x86

mudraka-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl (542.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

mudraka-0.1.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (85.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mudraka-0.1.1-cp39-cp39-macosx_11_0_arm64.whl (67.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file mudraka-0.1.1.tar.gz.

File metadata

  • Download URL: mudraka-0.1.1.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mudraka-0.1.1.tar.gz
Algorithm Hash digest
SHA256 75e7d4476fadc946d5fff04700a7a03c631b6f42ca3cc56f62eb8b1d3e33bb4e
MD5 2f2ae2e9967a73ff214967c91d74c1f8
BLAKE2b-256 92a7a01dd773ce7b996821b0f1ce3e32380fc3029e3526fcd4472b6e94de6d67

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1.tar.gz:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: mudraka-0.1.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 269.0 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mudraka-0.1.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 1439b3dc158d55e0e48ef373d7fa63f4a5c6134999ca1cac82f79647c7236897
MD5 e6ba1ccd71ce524059ffb645270ee3ec
BLAKE2b-256 f5441ab1b56205011d21782d3a600e42f4e436ef307a8472fbc0be585ea5480c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp314-cp314t-win_amd64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp314-cp314t-win32.whl.

File metadata

  • Download URL: mudraka-0.1.1-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 263.3 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mudraka-0.1.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 e8d2a5bd55453a1c16f4edf79d70eee239a2e26a41bfdcc748779822031bdc88
MD5 157eb06cd339f846e59df9823bb81c3b
BLAKE2b-256 fd33a729427af7c085b2ee9bc848aab60fdb1d3740ae3d1ea7161155d97d9c44

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp314-cp314t-win32.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mudraka-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 262d045a55bf4897ca613b2fc157bf4b5823de11c437286291e73ecadde9c044
MD5 18da5d9bf1a5787a8a384afd52510e68
BLAKE2b-256 e21f02241c004087c3852b8e3c05d089484405f6f7798f77aa8ad476f30f0bcf

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mudraka-0.1.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9b9b0f561a3a94789a383f846a486834e51df4513580046b0a0073efe372c5e7
MD5 df1043a868146dfacb8422433cab58e2
BLAKE2b-256 4e5b9204f42cee1deb3a273a0709b6aeee26ac0dbad0f9d14c94a024b1ae3205

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mudraka-0.1.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5cfd183a975ebd39f1d4546aabd1ae48360fdf959304d4b3e4a5462f176d4681
MD5 4a8768c6ac9178f7bc12e821e53ce3b0
BLAKE2b-256 95c03b8bb76b584b14c8f1ac365377ba469f6902ee389def21890ce7672f5de0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: mudraka-0.1.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 266.9 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mudraka-0.1.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6c06eb688db02697a9b4b6e856c488b9f998438c3c17114c4db90ae4e8cc19a2
MD5 093d1483b5693a866b30cd7568d98fd0
BLAKE2b-256 94af82d624ba27e8f7244ae0009e6c211e674893f5b70bd098e9c0eedfc151da

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp314-cp314-win_amd64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp314-cp314-win32.whl.

File metadata

  • Download URL: mudraka-0.1.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 261.8 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 mudraka-0.1.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 6fdf6fd4de9fe6cb3b7318a53b5c10841f38fd3c8e855da4d794e5d44521c9df
MD5 c89b8eff8f6ea92f62d320f0489df241
BLAKE2b-256 6c8e283aac2a4d08429567508945f46ffe4fec756b3bcd2f8c4120bfaad0de0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp314-cp314-win32.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mudraka-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 46274f0c0a012ce2ff40507460f897612af7b68ff44ec4648331c7fe9cccae70
MD5 048d6eae8a54387a01455b45554f45d1
BLAKE2b-256 29fc7ded6464b05532a5096bf654227cd3170aa66384f5412cfb7fcd30645906

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mudraka-0.1.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8a4650f74b10f459b334d25e97ce30351b774b38a4e58d1f838e6b1411064173
MD5 cb5093704c99c953a61ea1c4e9c3b688
BLAKE2b-256 b5177f1a0fbc7eaa7fc5f18967f7fc8c826352288462ea9738ca7bb5e34f27a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mudraka-0.1.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c3de7458f50bfd53e6560cf8e2c26f7c929c4286d27d572d2e5d9d2b76ae7fec
MD5 7e20b47124850252571874226c73f960
BLAKE2b-256 a289e32635b5e354b8832cafb3d9432a4a0ed4c9936efb959eb6d66668731011

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: mudraka-0.1.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 258.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mudraka-0.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 be448397ca41c8258a6204aefed9ee4e2332219c50a6183ed23ab9b7a211774b
MD5 94ab0b052a6ec9fc4be8c71ddcc47c08
BLAKE2b-256 fc583763849163ee4e22fd93224db2c15364678416ccfaa99b375e25ac11f5fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp313-cp313-win_amd64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: mudraka-0.1.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 254.1 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 mudraka-0.1.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 eb43b61e8a46e22f28f19dce66131639e64481b6725459b8b7dbfca9e3f0a557
MD5 9cdace369502afbd8494b465c3114cac
BLAKE2b-256 dff254acba670d549ae31876c13133239ea05620c17eacd5dea10e543e1029ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp313-cp313-win32.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mudraka-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e5c7fccc22db9f40b152e2eaa20d9fe09b05e2c13388ad147b36271fd5d3c7c3
MD5 723f59d0bde21f78b211b102910454f2
BLAKE2b-256 5d15db982663763e3b0b267b89b0654eb87ef849fe19f7da2e5322318dc9e712

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mudraka-0.1.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 161acd82123834a56433375cebdfaa57fdf83f8b8bf8df7e76cf8932610a2617
MD5 88b8790895959dc3be249f5da9ce4efe
BLAKE2b-256 a543d7a6bbe86e447974b065f46928cc5cb3c7015e8c3aee1c1e920d393ed080

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mudraka-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5aa8772b39c3ac755876da4221731bd10d3212ff271c4ba92dcce7b2b79a39cf
MD5 a70a9892aae5c72805b3a2403f22527a
BLAKE2b-256 e27852d874c059a8aeafa68a70ca185df797910b28a70c9aa3b5c2af723ebffb

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: mudraka-0.1.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 258.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mudraka-0.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 be7963cb71c24c0e475c068ec3529676ef9ae78d233b6fae1cca9bfa71eab167
MD5 c930041dc5165240f589c1e81f3a0367
BLAKE2b-256 b5cee7bcff2f8313722039e83a26d28f43df29c25ba6950a63747802f476de6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp312-cp312-win_amd64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: mudraka-0.1.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 254.1 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 mudraka-0.1.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 4b7e917995583a1e33620b8550a0a99c6fdc1e8104b7da865b60fd2bed88d6ca
MD5 1f878f74fc7fde985d813502502cb217
BLAKE2b-256 84cca5b8a582be1d52eb27498b0c2c799609be3a9aad86b9ceff381cc068f00a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp312-cp312-win32.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mudraka-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7313f2dc2a62b803fde585561e1e72f3ea3b8c8b39d4698b7f9c5040c5764f5
MD5 2c88ec3a639a3b4721f8e8a2a41be780
BLAKE2b-256 473b1dc3424c44ef6fa080d8a2853d8108c5becfc80ae9669250003832c3ef40

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mudraka-0.1.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 47567c1f380e6162a6e7f1637795ee036b1eb008e9d2c5be9766ad11248cb2a9
MD5 f51a8ac0c558fc48456834dc94387325
BLAKE2b-256 f4b3dc3ee87c0e7946cfbeabf21f22c7649620cbe2b26483225a574b773d9dac

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mudraka-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1ab725397e0173c874e886d5cb58d803dd224770b5c28f0030d66bf88a568830
MD5 37fab081cb48f555e132eafdf76f993f
BLAKE2b-256 c7a26a8db0dad641ece5a66ebfeb90ebea8980e210b55010239b4416d5a1ed24

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: mudraka-0.1.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 259.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mudraka-0.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 53e4a1bf95ee9fbd0636c337da168bc4e1f9cb3f7348892bc11e7df036918fbf
MD5 56549c491a137b76b0e1f0e058ca4ed5
BLAKE2b-256 2b9d8474e0baead35ffa65f3f57dc50d0f47dbdbba15ac3b9b9ec11d3b34e02b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp311-cp311-win_amd64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: mudraka-0.1.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 254.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 mudraka-0.1.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e9e7b7278102bf3249de70b9a1c2bfd162d5514b51beacd644c03b2379169a26
MD5 75331a4f36382fa43688447ddc81cb1a
BLAKE2b-256 cdfbf4fe2bfff7fe587f1507829ebe61aff301e3e560cfdcf6ebcc5a41f6ff67

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp311-cp311-win32.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mudraka-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b9df59c860b0457919e8dabb3425adc819aa323ca65cf348773cb748abbc5669
MD5 ca8db5d88fd80d2504f6b02b9fd8f4ab
BLAKE2b-256 ff3fa2be3c59e3faa16d85df2be8ac9037e33d9dcbbab81d7d8d644080abf5a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mudraka-0.1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fbbf5ec9c655c734c2e3aa301de92790ad6221e511292dc31269ef1565971539
MD5 478691e2708e43bafa677a0d40dbc7e2
BLAKE2b-256 29d35aa1126e038e256d366a0aa6af18369c2b0d86be225c9e8c3a9d05b352c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mudraka-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c2492a19b838386a91da444b3c1f0553cc67fff58107513d8a1b4638d23f06a3
MD5 dab88a0fbec3db1e1a2f1afb0b81e531
BLAKE2b-256 5c19775b346b7218a9c8ed51afab6b80f819976e7554a18c70d49c564d492164

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mudraka-0.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 259.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mudraka-0.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f1d303ba9ae6b736f5cbb3618a5ddce699b2dd9eef6bcea145c5e503f518dbaa
MD5 5223233f47127b9d6c2fb06d0df1948a
BLAKE2b-256 9ff869698dd979c85affd84c444edf4c46556b50dfe2d2601c70e5f1168d6bea

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp310-cp310-win_amd64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: mudraka-0.1.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 254.9 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 mudraka-0.1.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1f7eddff088a28ebaebdc0dc7efe325b3ead70575a6f638158eb2696c5852a0f
MD5 2082f04ce84fe298203f77fac1c8c94f
BLAKE2b-256 7e5d287f7542a306663fbf908ec4a5509537c8af6218769634f861b043ccf1b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp310-cp310-win32.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mudraka-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6803bf30a494c7933ca1e867c155e6eb386376c82a2b57715b3b675095f7898e
MD5 f512508f34728fd2c1c48127d301c018
BLAKE2b-256 ce7d7d8fc0fdbd9999dcb18e61ac1cfcc85a73aa330acb9b8c23165c913ac693

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mudraka-0.1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7bd5c5e0e976fe6d2b15382158cb7267faddf2ea6ef81c89a6728966bb694182
MD5 0c22f3bb2460f34c0606e02c3adc6c38
BLAKE2b-256 7323877be79174487be1310a81dcbb5d066941f32a6db3bc90871185055e32d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mudraka-0.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 58d78e2266d1ab6e399b8fa05a780a51796374c4a9be739d6cfcff815c3ddb94
MD5 b5b5acb4e67107f828ae2ea90e3fed6b
BLAKE2b-256 2293eee28f749641e47b20388bcc1f803eb6725c78044fa1baecd0609ea59e83

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: mudraka-0.1.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 260.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mudraka-0.1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ec081b0da8359318e5d564093bf9d04b5cefab86b8879ee0ab0da381ffbbc0cc
MD5 4768ee86d11f5da6480591c3e24590b6
BLAKE2b-256 535fd0dba51c79312ac7dc1a102d96ccd1781a8662c82a05570d8812fca4616a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp39-cp39-win_amd64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: mudraka-0.1.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 255.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mudraka-0.1.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2cfc21795e82cf51eebc57f097f7c0cd6f52ec8789f086a038451f880553ccfc
MD5 b2d45930976e9506658ddda455086b76
BLAKE2b-256 d125254d7487dd88414abef6ed4a2bafab36933ee99ba683167ecd733de171a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp39-cp39-win32.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mudraka-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 af59352bb9ad3b33b800667834df93ceb45e8a5ad044fbdb12e2111d8c40663a
MD5 f6bb8dfeef80315fd6aa1224cdc38cba
BLAKE2b-256 14afc70d1d95be08e75e5a5c34e6e9b32af96c0b97f89c1c033d71753d0f460a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mudraka-0.1.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2f1dd7ba980256b3ba157a2f7bce30d37b659ef0ced750921132c57ec1a62b0f
MD5 9d0e3ded17226bb28129251733a2955c
BLAKE2b-256 49f021f3ec81d16e184a9ee1ef9b2cfdc90d2ba6bcfbbe3f20844706a1b44811

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on ttktjmt/mudraka

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mudraka-0.1.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mudraka-0.1.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 747aae6cec1929a67f1e891552467f77104703bcb153373b4afa5a6a466dc4e0
MD5 5d3f07b59337f8846d6b555dee4df3b5
BLAKE2b-256 45955a44850461b6fc0961b9079f143baf1c4640ec32c4a7bc7f1d842686016c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mudraka-0.1.1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on ttktjmt/mudraka

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