Skip to main content

misuka logo

misuka

Documentation Linux macOS Windows PyPI
docs Linux macOS Windows pypi

Introduction

misuka is a research-focused room acoustic renderer for forward and inverse sound transport simulation, developed in collaboration between the Audio Communication Group and the Computer Graphics Group at TU Berlin.

It is a fully compatible extension to Mitsuba 3, adding plugins for acoustic simulation. The renderer is described in misuka: An Open-Source Differentiable Room Acoustic Renderer.

Main Features

  • Differentiation: misuka is a differentiable renderer, meaning that it can compute derivatives of the entire simulation with respect to input parameters such as material properties, emitter and receiver positions, and scene geometry. It implements Time-Resolved Path Replay Backpropagation for efficient gradient estimation.

  • Cross-platform: misuka has been tested on Linux (x86_64), macOS (arm64), and Windows (x86_64).

  • High performance: The underlying Dr.Jit compiler fuses rendering code into kernels that achieve state-of-the-art performance using an LLVM backend targeting the CPU, a CUDA/OptiX backend targeting NVIDIA GPUs, and a Metal backend targeting Apple Silicon GPUs, all with hardware-accelerated ray tracing.

  • Python first: misuka is deeply integrated with Python. Materials, textures, and even full rendering algorithms can be developed in Python, which the system JIT-compiles (and optionally differentiates) on the fly. This enables the experimentation needed for research.

Disclaimer

misuka is currently under heavy development. Additional features will be added in the near future. The user interface might change.

Tutorials, documentation

You can find tutorials for forward rendering and gradient-based optimization in the folder tutorials_acoustic. More tutorials and a full documentation will be added successively.

Installation

We provide pre-compiled binary wheels via PyPI. Installing misuka this way is as simple as running

pip install misuka

on the command line. The Python package includes the following variants by default:

  • scalar_rgb
  • scalar_acoustic
  • cuda_ad_rgb
  • cuda_ad_acoustic
  • llvm_ad_rgb
  • llvm_ad_acoustic
  • metal_ad_rgb
  • metal_ad_acoustic

Additional variants can be enabled by compiling misuka. Please refer to the Developer's Guide for instructions.

Requirements

  • Python >= 3.9
  • (optional) For computation on the GPU: Nvidia driver >= 535
  • (optional) For vectorized / parallel computation on the CPU: LLVM >= 15
  • (optional) For computation on Apple Silicon GPUs: macOS 15 or newer with a Metal-capable GPU

The optional ones are loaded from your system at runtime rather than shipped with misuka. See Runtime requirements for how to install them and, where needed, how to point misuka at them.

License

misuka is licensed under the PolyForm Noncommercial License 1.0.0, which permits academic and private use. Files inherited from Mitsuba 3 remain under the original BSD-3-Clause license. See LICENSE for the file-level rules.

If you are interested in using misuka commercially, please contact a.jueterbock@tu-berlin.de.

Citation

When using misuka in academic projects, please cite:

@article{misuka,
  title = {{{misuka}}: {{An}} Open-Source Differentiable Room Acoustic Renderer},
  shorttitle = {Misuka},
  author = {J{\"u}terbock, Tobias and Finnendahl, Ugo and Worchel, Markus and Wujecki, Daniel and Alexa, Marc and Weinzierl, Stefan},
  year = 2025,
  journal = {Proceedings of Meetings on Acoustics},
  volume = {58},
  number = {1},
  pages = {022004:1--022004:13},
  publisher = {Acoustical Society of America},
  doi = {10.1121/2.0002193},
  issn = {1939-800X},
}

If your work uses Time-Resolved Path Replay Backpropagation, please also cite:

@article{acoustic_prb,
  title = {Differentiable Geometric Acoustic Path Tracing Using Time-Resolved Path Replay Backpropagation},
  author = {Finnendahl, Ugo and Worchel, Markus and J{\"u}terbock, Tobias and Wujecki, Daniel and Brinkmann, Fabian and Weinzierl, Stefan and Alexa, Marc},
  year = 2025,
  month = jul,
  issue_date = {August 2025},
  journal = {ACM Transactions on Graphics},
  volume = {44},
  number = {4},
  pages = {82:1--82:17},
  publisher = {Association for Computing Machinery},
  address = {New York, NY, USA},
  issn = {0730-0301},
  doi = {10.1145/3730900},
}

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

misuka-0.1.0-cp314-cp314-win_amd64.whl (33.6 MB view details)

Uploaded CPython 3.14Windows x86-64

misuka-0.1.0-cp314-cp314-manylinux_2_28_x86_64.whl (42.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

misuka-0.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (34.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

misuka-0.1.0-cp314-cp314-macosx_11_0_arm64.whl (33.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

misuka-0.1.0-cp313-cp313-win_amd64.whl (32.9 MB view details)

Uploaded CPython 3.13Windows x86-64

misuka-0.1.0-cp313-cp313-manylinux_2_28_x86_64.whl (42.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

misuka-0.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (34.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

misuka-0.1.0-cp313-cp313-macosx_11_0_arm64.whl (33.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

misuka-0.1.0-cp312-cp312-win_amd64.whl (32.9 MB view details)

Uploaded CPython 3.12Windows x86-64

misuka-0.1.0-cp312-cp312-manylinux_2_28_x86_64.whl (42.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

misuka-0.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (34.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

misuka-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (33.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

misuka-0.1.0-cp312-abi3-win_amd64.whl (32.9 MB view details)

Uploaded CPython 3.12+Windows x86-64

misuka-0.1.0-cp312-abi3-manylinux_2_28_x86_64.whl (42.9 MB view details)

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

misuka-0.1.0-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (34.5 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ ARM64

misuka-0.1.0-cp312-abi3-macosx_11_0_arm64.whl (33.3 MB view details)

Uploaded CPython 3.12+macOS 11.0+ ARM64

misuka-0.1.0-cp311-cp311-win_amd64.whl (32.9 MB view details)

Uploaded CPython 3.11Windows x86-64

misuka-0.1.0-cp311-cp311-manylinux_2_28_x86_64.whl (42.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

misuka-0.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (34.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

misuka-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (33.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

misuka-0.1.0-cp310-cp310-win_amd64.whl (32.9 MB view details)

Uploaded CPython 3.10Windows x86-64

misuka-0.1.0-cp310-cp310-manylinux_2_28_x86_64.whl (42.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

misuka-0.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (34.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

misuka-0.1.0-cp310-cp310-macosx_11_0_arm64.whl (33.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

misuka-0.1.0-cp39-cp39-win_amd64.whl (32.9 MB view details)

Uploaded CPython 3.9Windows x86-64

misuka-0.1.0-cp39-cp39-manylinux_2_28_x86_64.whl (42.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

misuka-0.1.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (34.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

misuka-0.1.0-cp39-cp39-macosx_11_0_arm64.whl (33.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file misuka-0.1.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: misuka-0.1.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 33.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 misuka-0.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 832c2e28dbe6ed76a1cba4830c9a1e24ccec5aeb1d056d1307ef7335027e8a1c
MD5 67b6519962ee38b2abb6864ae0ef9d68
BLAKE2b-256 67c5df1188c15177e5937e68979a9c19bf5a44a5a898e062475e11fab23a65d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp314-cp314-win_amd64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for misuka-0.1.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 01ac358ee7b112636de2fb121f2d00c8c69278fd11fecb71d2e11567283f8d3c
MD5 eb96a01b6de4d6db8883e6c33c6955e3
BLAKE2b-256 4a80770e29eb928aa7489b77574eb436fe03ea1ba5714d729ed206eb532d9511

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for misuka-0.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 03c0bec6628eeb737ad368b27dba4326fee0384fdbfd51d608849be96801fc1d
MD5 f0adf6ba30d6c5b640a7e568b356ad61
BLAKE2b-256 12ebd2ccfbe2eaf258cab3138738f2bd24184b57ecaeafed6f2078fca33230c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for misuka-0.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 125ac49a79d2d5447c2f4e6661fed38691b7436d6adc96e04da40c7088534a4b
MD5 ebfb64a1a4bc39881048ffda7346567c
BLAKE2b-256 ffde087682c8f44fa41da5486ce11ec1f8a512c093e1b0945fd21432f3e6c2de

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: misuka-0.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 32.9 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 misuka-0.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9b68dc7744b2c99c0accc4a13e36bee58fe7022ffa659abea23f2198fd0550f3
MD5 7b3860caa88c3a24cd91254f4f1e00c3
BLAKE2b-256 96f597426c904bfbbd6e8fb4bd49084f2a640b66a0f24aed68dd4fd05052997b

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for misuka-0.1.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6bbd7873ae6ca721874c85ef77e9a588593c7c14ce7decf319040e5ef30fbbb1
MD5 a1595ee5575ae670c0ccebca4ccc3cb5
BLAKE2b-256 7a55928909c8627417ccd33d2b6a9bed4b07e4650dd96dfe1d056dca9ecfff32

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for misuka-0.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 02750b44fc4222a8eddd890f86be5d553faca50f7dcd721583f622672b6fe35c
MD5 0ba35b996c78f2075715080e003d676e
BLAKE2b-256 b3087b30a7186c00daf3d7b0310cb2b13e4515e4667760baa42b21e31537cfc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for misuka-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1d180380555ee7be68d87a02925703a1a12161330f34c632ab9fa1abfd8a7242
MD5 04dca0d498ffbe0ab22fb2b414d7f434
BLAKE2b-256 7ff4b97716b69fe6c9178b6f315ad13361fa0430d32498e5316f11fb85c3aafa

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: misuka-0.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 32.9 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 misuka-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f01739a1893b6ef3a2e9d9ad98c862a55cde6a7648f8bbdb2ab601e780dc1105
MD5 625c9fcd104a0ab934c6ea7cbfe3b350
BLAKE2b-256 3bddac3698fad4ac3b010bf7d8c4413880b03ef64e962b1728252e22cd34b47c

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for misuka-0.1.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c791e6314abb2e7201b66bfaf4a490c0660ecead485329351399b612d0c960c7
MD5 8f903aa70131efd5472537e221da56c7
BLAKE2b-256 33afeab82d6963a7cbc86e3771134551d6ae4737b7ed2c56d943c9690d70f883

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for misuka-0.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e57a0b5855a0736c00babf14f07d0b34243a12b7428cbac0bcfde8d9968160e5
MD5 89126372d96c54be36958ff085a338e8
BLAKE2b-256 236ee10c363218986a6a17580137090cf1e80008b8b8d752c9973fec9820daf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for misuka-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c111bc5d9f8b41a7fb07c9ef103d6e9f0ecdebaff703cf22f2231725d29f9f17
MD5 6b2ba834f5c77bc35b0ae0e9d6d0eb90
BLAKE2b-256 a828f55b6b866545b1853cf84ec18a945b88d3188d882ab20ea2cdc6219b7f7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp312-abi3-win_amd64.whl.

File metadata

  • Download URL: misuka-0.1.0-cp312-abi3-win_amd64.whl
  • Upload date:
  • Size: 32.9 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 misuka-0.1.0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 3c41bb5e5264d840658a44a90e0ba8b077ffd692db0d297bd7880c16646b80c2
MD5 6f200d228fe541f451361847a6e4919b
BLAKE2b-256 5a07a444ab575bac67539f81314e044fae66dce4dc20a1f16ce14b65f0a579bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp312-abi3-win_amd64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp312-abi3-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for misuka-0.1.0-cp312-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b8b43e55297685a6d7f56ab17e233d42987fcf439a3a3942de5b415bb9f59998
MD5 b71816083b27eb656108e387ecc2a167
BLAKE2b-256 ce60df4783caeeab6600fa362e12309db1888b5d006183d30979a344df9d9029

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp312-abi3-manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for misuka-0.1.0-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 cb6158478ef076586f5691c0e2825dfd3f91a7370480f6c483f4e47293329666
MD5 811c4dc17b73a320220466bca6391a9c
BLAKE2b-256 8310d2f73aca77e0c72de24f4e5fd80e7d79cfe2c61c61c95efc83d685bd9a47

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp312-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for misuka-0.1.0-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 afdb3c90bd75b3ee92e11e2f80e974db54d6f939ccd7440b95f626e3624f007a
MD5 85aa56bef2288419128ae94da4923be2
BLAKE2b-256 dab293d71d151d135934f89c8e992a2ffb86e05acbc5447515a4963f613bd8c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp312-abi3-macosx_11_0_arm64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: misuka-0.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 32.9 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 misuka-0.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b51e189b37554d0d7f7f8364d8978241ff5d5db626973f201b5336dcbf3e470d
MD5 d84965cc452969fb05668ad9ce60440a
BLAKE2b-256 95b2f7f0fec9eff79f4abf4bbe100be87618d7bfde2d63e64aa50dcc56b6d751

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for misuka-0.1.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 29b3d80d71caccb09ca38f1c0f6fb586f0214ae7881cbe86b591dcaae8dfbfb1
MD5 59e39de0abe2f8cab403a8327bc02fa7
BLAKE2b-256 e2a8f7d5830a1bc21873f3feb41646564a405cb1c5d1b510a3e953dd5954fa15

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for misuka-0.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 9031f47c20a8f340d5b33b13b96453c3747f7a32da31d004e66a7a3b15a3fc44
MD5 37884c06842dea295dde42635704d675
BLAKE2b-256 a70b2fecc9f4924411702951b297092558f7498b9dcdac1a44b49adda922800f

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for misuka-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df860943bea2092451665bf1d0fb906cdfb35efff098b521dc674f3f770bf6a3
MD5 73c40c746118b1724f46b3d65d949e1f
BLAKE2b-256 854a9e0dbcb5df9d8f2eb7a4ef64fec2fde4a570495d93b1019f77ec22ad866d

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: misuka-0.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 32.9 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 misuka-0.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8d93951548600613e7001d08572f1c158251b1cbb2a28ffebf8ad560a217efbc
MD5 5ad366019ff5f77f420348a787ab9198
BLAKE2b-256 a41c2e566bc8393849a7ed9a18afbe5f71cbad82345c49a3c41effb0586cf49f

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for misuka-0.1.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c8bbd12d0eae5828f4fc078a3b62452d81a9301bb93630f4c2a47ecb151c1fcb
MD5 1bdf80d59c20b65e997e43f0296e6a72
BLAKE2b-256 d018f62d77fc8fad791c4ab0390e007229099b75e12a157533da9c55b463de30

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for misuka-0.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 fe9c1d109904e27145aec0d839fb74c7f25a08543ca24e3d000e0caae3a5bbd1
MD5 43221112e3f5a273954a6f75a6348e48
BLAKE2b-256 58c8597c8f6e9d64a5b9e94568e5a39879e4cc4904698adab8042a4ce4b7d279

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for misuka-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ffe6db1f989da5257ad973e9ceb42e89f5e1d1e9762088f98e7b6969efbe416a
MD5 de394173fbf1cb7198a961ec8dcf7fdf
BLAKE2b-256 8c179bcbdd5d35cafcaf28bd5da0ffb089c9e5c758cb95593e84ff64f05a124c

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: misuka-0.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 32.9 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for misuka-0.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1ffede47394e85a829f8d7f1bf402ab7179674b7322d7cde0f6e8eb8166c30d1
MD5 323221727849810e57f136bf9f30ad04
BLAKE2b-256 1e1f4d61d38d44630365828682300e3061bb75371e53aa15f59f57462d4eb1ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp39-cp39-win_amd64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for misuka-0.1.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cff5f0416f18002a0f13ba207a6cca042da95e79001111c5d50dedaa5661aefb
MD5 881f2cbb7e37c1c0603303ccb8e2e4b5
BLAKE2b-256 e6dc836f70e65c9d6d9eba76c149c429b02b3adc2a2e453e1682348599a2e0b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp39-cp39-manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for misuka-0.1.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 936076f9e65bdfb389c9d08164c4b3833ae26ee43880220c02a8690c64d440cf
MD5 75007a6f47a5eb5ce1081426e48e8aba
BLAKE2b-256 9523b57dae0d3edb8e2f3c47bc228823b8f9b264a0ba461056cb0b7e254a8cd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

File details

Details for the file misuka-0.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for misuka-0.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a2359a9ad6c24f94b3a69f81dbb6bdc5c72c83d37dadecbaa877afe75213d8e2
MD5 dad02daf789a16ffd35e86f8359be1bf
BLAKE2b-256 f11120160ba15fc64e49e3fb1693620feab97c4159fd1d958275a3329c4fa55b

See more details on using hashes here.

Provenance

The following attestation bundles were made for misuka-0.1.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: wheels.yml on misuka-renderer/misuka

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

Release history Release notifications | RSS feed

This release

0.1.0 This release

28 files

0.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page