Skip to main content

HTML to Markdown converter

Project description

mdka: Bindings for Python

HTML to Markdown (MD) converter written in Rust.

Summary

A kind of text manipulator named mdka. "ka" means "化 (か)" pointing to conversion.
Designed with in mind:

  • Fast speed
  • Low memory consumption
  • Easy usage

Bindings for Python are supported. Functions are available Python scripts can import. For more details about functions, check out the docs.

Install

$ pip install mdka

Usage

Convert from HTML text

from mdka import from_html

print(from_html("<p>Hello, world.</p>"))
# Hello, world.
# 

Convert from HTML file

from mdka import from_file

print(from_file("tests/fixtures/simple-01.html"))
# Hello, world.
# 

Convert from HTML text and write the result to file

from mdka import from_html_to_file

from_html_to_file("<p>Hello, world.</p>", "tests/tmp/out.md", False)

Convert from HTML file and write the result to file

from mdka import from_file_to_file

from_file_to_file("tests/fixtures/simple-01.html", "tests/tmp/out.md", False)

Open-source, with care

This project is lovingly built and maintained by volunteers.
We hope it helps streamline your API development.
Please understand that the project has its own direction — while we welcome feedback, it might not fit every edge case 🌱

Acknowledgements

Depends on Servo's html5ever / markup5ever. Also, on PyO3's pyo3 / maturin on bindings for Python. napi-rs for binding for Node.js.

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

mdka-1.5.3.tar.gz (75.1 kB view details)

Uploaded Source

Built Distributions

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

mdka-1.5.3-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (612.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

mdka-1.5.3-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (613.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

mdka-1.5.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (440.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

mdka-1.5.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (432.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

mdka-1.5.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (612.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

mdka-1.5.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (613.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

mdka-1.5.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (440.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

mdka-1.5.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (432.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

mdka-1.5.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (612.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

mdka-1.5.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (613.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

mdka-1.5.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (432.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

mdka-1.5.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (439.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

mdka-1.5.3-cp313-cp313t-musllinux_1_2_x86_64.whl (611.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

mdka-1.5.3-cp313-cp313t-musllinux_1_2_aarch64.whl (612.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

mdka-1.5.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (431.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

mdka-1.5.3-cp313-cp313-win_amd64.whl (314.6 kB view details)

Uploaded CPython 3.13Windows x86-64

mdka-1.5.3-cp313-cp313-musllinux_1_2_x86_64.whl (610.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

mdka-1.5.3-cp313-cp313-musllinux_1_2_aarch64.whl (612.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

mdka-1.5.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (439.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

mdka-1.5.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (431.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

mdka-1.5.3-cp313-cp313-macosx_11_0_arm64.whl (366.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mdka-1.5.3-cp312-cp312-win_amd64.whl (314.7 kB view details)

Uploaded CPython 3.12Windows x86-64

mdka-1.5.3-cp312-cp312-musllinux_1_2_x86_64.whl (611.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

mdka-1.5.3-cp312-cp312-musllinux_1_2_aarch64.whl (612.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

mdka-1.5.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (439.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

mdka-1.5.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (431.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

mdka-1.5.3-cp312-cp312-macosx_11_0_arm64.whl (366.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mdka-1.5.3-cp311-cp311-win_amd64.whl (315.4 kB view details)

Uploaded CPython 3.11Windows x86-64

mdka-1.5.3-cp311-cp311-musllinux_1_2_x86_64.whl (611.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

mdka-1.5.3-cp311-cp311-musllinux_1_2_aarch64.whl (613.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

mdka-1.5.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (440.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

mdka-1.5.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (432.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

mdka-1.5.3-cp311-cp311-macosx_11_0_arm64.whl (366.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mdka-1.5.3-cp310-cp310-win_amd64.whl (315.4 kB view details)

Uploaded CPython 3.10Windows x86-64

mdka-1.5.3-cp310-cp310-musllinux_1_2_x86_64.whl (611.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

mdka-1.5.3-cp310-cp310-musllinux_1_2_aarch64.whl (613.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

mdka-1.5.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (440.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

mdka-1.5.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (432.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

mdka-1.5.3-cp39-cp39-win_amd64.whl (315.4 kB view details)

Uploaded CPython 3.9Windows x86-64

mdka-1.5.3-cp39-cp39-musllinux_1_2_x86_64.whl (611.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

mdka-1.5.3-cp39-cp39-musllinux_1_2_aarch64.whl (613.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

mdka-1.5.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (440.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

mdka-1.5.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (432.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

mdka-1.5.3-cp38-cp38-musllinux_1_2_x86_64.whl (611.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

mdka-1.5.3-cp38-cp38-musllinux_1_2_aarch64.whl (612.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

mdka-1.5.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (440.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

mdka-1.5.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (432.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file mdka-1.5.3.tar.gz.

File metadata

  • Download URL: mdka-1.5.3.tar.gz
  • Upload date:
  • Size: 75.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for mdka-1.5.3.tar.gz
Algorithm Hash digest
SHA256 16acf65299ac58f06e2cd86461ab0ee23d64c8a1f3edf163a57f9d3b85ea0ce6
MD5 7f3b06fa1d4250d6f512eee48ed2ddea
BLAKE2b-256 415b9cece03284fd7e7ab9b688428618a42e36740f42df775fc51f2ed3e304f1

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f9a9a143fb033edee7daafa1ee430277ad99f560faae71ef5482673c991163f9
MD5 7198626f3fd821052bef7e69cb873e7b
BLAKE2b-256 cbb4279b3127a1f30b0fc6977df66072f2288240e98acd1a01b67d2a47031c05

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 215d2e1ad00ed6088a75904258899775b2e2cd7a1a80eea57fbdb9e699134809
MD5 fcbbbd33b2d23f946c8fc103b72e7fe7
BLAKE2b-256 cb0738e86a795c1dc23cec4b27f9ab2fef5832865520463499cb0f7935a252a9

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9569c48a80bfd64845295e940b396c938c4c26a836ad692450dce8da82f9f184
MD5 1cf8c5611c73253983710fa73fe04f82
BLAKE2b-256 6297c0182587db31529970caf8c3bdcebecff06f26e81ec37818b32a52b379ac

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3dce784660e1611b847fd711f26d32b5e4a14d711d6cc4edfa32fa8d97333944
MD5 4df406c1a587af28e484cde22bd1f3bc
BLAKE2b-256 3d88a1c4159160336523ee63dc30ee0cbdfbe46a12dc814174e7f1d0af9e48e3

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 976e166a8ce086a7bb3fae8b8c63ee37f0da2ad1eef92b5faa16efbc4c068d29
MD5 79fb600685ec34065437fe23c17d814c
BLAKE2b-256 0e3a7607110c203b71d7a159ea839f974a0000d558318b88a01c27de808a8cf6

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 69311dd548121276e60dc7cfefdc678bc0d846581fc04379b7bc5a525db7ce20
MD5 d604551021a1d5a395ccd33da063e62f
BLAKE2b-256 ca9dccbb2e5f41c38acb3f66e7b92c7b9d4a3dbc879285b31ee95e0a45f7f763

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b90b9e95159b715cecef1de8a9cc60785d7c14cddf6b8ebc5c633c0d4b874896
MD5 ca794a4f6cbdfc99a8d511fe48a13613
BLAKE2b-256 77f53cc986977dce0ac6d25533f57bf5fede96d4c7cdab7f15e32edd8cf311f2

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e3a3ec42af5915003073d3fd198bef909f5a5512ca702b7e5df201f1f40371d7
MD5 cf12ebc5da895b91c29337ad307dff7d
BLAKE2b-256 5691eddc4fb0814c0da035f591c2aed17ea118cbd5befdae016cf4a5dd4fcece

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ab9c63c7a4891034b1604794d061c268ad8992796a3f23c8fe04bb7c06ea1115
MD5 60e2e88a897f15efcb4e8db078d5073b
BLAKE2b-256 134836c2be86c081294ee0a32be9e0625f7f7dbb89d1263719b450ad9660fb0f

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b95281a04eaa49fbdc44e9ee58ce75ff3c32fd8e9a2bf6247619816eb6175c16
MD5 95d18ed7cb49af5b3d18b57cde54aa02
BLAKE2b-256 acf331959c8879e1591ece27feaa1a87f22e7824ed6ad6431f76c94e0e577e42

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d0decca42c04317fedc3aac42babc57b949bb4df191baea970dcb6848bbaf326
MD5 927316feaeb26839b6e7c13f963073eb
BLAKE2b-256 886fe073927ffd1d5df806cf32c7da2a8f08646ff4393b6df0c6d53c2f97a042

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7a11a62f3a4baf7200decb1e0f35de3f51508363048f358ea32c2b021362c711
MD5 1f0778699b2873528f02b136d92b47e2
BLAKE2b-256 4ae5f19276c3075910962f645813a5bd823a69e20db5d47f0ea1083174587e5f

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8548ab14afb50be370b939c7c79d6cad4213fea2c181a1978dca62fba1cf3666
MD5 cc309d50abe8d7c090d4b9a91af53519
BLAKE2b-256 7e55cba1e7513f33f6e2e13cd2772a45babde09648bd7f3c83ea9816dc6ee468

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be0f6c6a36287e00129cc1fc1186a47675891e2b1502d5c99fd9a0f2262d847a
MD5 8f3ce18d45b625fbb0523bc361dd87c6
BLAKE2b-256 64305645e9fa7a224630c7091425a2eed7ed6ec12e3080a42a6fa3a921d2c9b5

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 19b879208b81cff6628331bfcb5c6a1a24b09062adc6c266e539b147b968b954
MD5 48c5b687d1cb04dc73f0b5090960d403
BLAKE2b-256 b8622ce62ce2b010ca4309425c5860a1fc1d284c2cbbdf49bc4df19f4261abc0

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: mdka-1.5.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 314.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for mdka-1.5.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 855940638c5054f2e42edc07bfddb91a5e8975a176d017e3b013709775ce4d80
MD5 42a22122ddd858e4f3bb2736b9b445a8
BLAKE2b-256 ebcc4d4665533e775679400d573d6dfa77377bc4fb662d57d253c88f5183c197

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dd6e7a3f9cc24f12a5cd138d2cb955fc7586f64041eb8207f746edf4069597a7
MD5 8b865afa07e382b8bbcf071aa6392c92
BLAKE2b-256 4835c53c3db6359b77f6c00a97e51a4af708767e39ecfbe29505cc806d9b11ef

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9b8cbfa812d654edc0d8326f79b4d1e5a4f22af4920feabd0f57c1b5f7402681
MD5 e26c4b73bb4123a4f0ac0c368e60f396
BLAKE2b-256 3e708d2e7a2d11ba532799fb6b456707b4963aa56584b09b24bb588759586ca6

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9a5b3ad34908a1ebfe94b8fa40609b2f1a93d89ea617a66bfe6e575963dd3684
MD5 164b6cf65bdb3b1cd1bfec7ef51420f7
BLAKE2b-256 b89018774c9cc175c9952592fd43ce8d1b278aff2db23afd0625f7fc7295bb6a

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b8c6640dfc47294dea4d62862239d0ee1caa5e40858ec0faeee2f57f782a9410
MD5 84bac6ac157d44f3a650f4c98d96e184
BLAKE2b-256 3156f855550fc541265e65f94e2684dbd78e34d29b9481e3b848d731c5d0bf5f

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b690c880c6567c780b0327e55348ad4cc0c20730117b39954e66106f863539e4
MD5 87c7d0e73641098975272e8e7b1fa1ed
BLAKE2b-256 37cf68c06f9a67780a8b75ea2410a37d1405d46c73a82e9c56268ffaf0b227d7

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: mdka-1.5.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 314.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for mdka-1.5.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 301f75528ceb23073eb5c5c3a1944dbe35677547217ee4ee33b4d0d960b20f04
MD5 8bc5881ae31eb0c432d4acb6ab80d023
BLAKE2b-256 032370fa9b4613d70051432b2fc057359aa5c5f11c58d8f9c9c1778709cc3299

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 67eadd78284c53111073f92e89a195ed39405902b69ebe555c5e322f4f726fbd
MD5 67d829ced50840c5abdde19f782df8d7
BLAKE2b-256 a3238229f110587ba1ad162f3bd50a2d446758c7b25d841a1173865b63a56f0f

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fc0bc4961edf420278ee4ff281b79c288f174008957f73a72e527ab6e308230a
MD5 c6cf1e81fab0f0fcbb8a941b0eb02c24
BLAKE2b-256 867e049fded4a85494daf24614746840d679d14cfe65f8a97a1ea5def305a64e

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f915df2836875f5f212987bdaf6de898197a9b0c69f99b01b30b45f154b22271
MD5 4372ba6266016cdd392eb973501c087d
BLAKE2b-256 5abadf2e54db694043ff21e35bb7b3bd93e186a8aa057e01e76c039c51cd9fef

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7abd67da8e46788e3572ee89e75f8c176d44322a373c02ab77f738f2d299914b
MD5 15ce5db5ff9edcc325a18108708af249
BLAKE2b-256 07d37c9c0c1c1f81b029e50bd69b052e6c64ef018286226d312a73f29d3fd1cf

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 531280b6fb5696799889e931a9e609055992cbe9a8927ce9eb0efabf6d4db4d5
MD5 0276ef78e59b82eaf6cd0ae0602e6a3e
BLAKE2b-256 b7020df97a1e1999fee53231b5f4b96543ba664a642b86c4dbc760518bc0d11a

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: mdka-1.5.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 315.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for mdka-1.5.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 db425d33b27692ca1c42cb2b84112645a9b3b0d124f6e0ec6e97d72fa51c9d56
MD5 7aa212a73e7cbdde0a7e8ef23bef5e5d
BLAKE2b-256 74d6baf62a83ac139274a061effbf9e38262c7f54ea4aa23be08f6290a56b8af

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 79f83c76ac150811260f162d81353b0f99704097432c31ffd6c7e87c84e1af11
MD5 a427a2b5e8defb36cba32286a5c7f78b
BLAKE2b-256 0b2eb7ae58415bff2f4bcef51be6cf4eca36ba216b807be13554b8ae3eb584d1

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d09c01b182549b55ba0cfb80aa7dc6bc4cbbc66617bb6154afbb0e62103b68a8
MD5 0248caaec5386b8e0c22f4b1a7ff59db
BLAKE2b-256 2bfa7221c65a1a53cbee662efddbe4f120052cf4def9c9830e41b85662ae7149

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1bdf8d1f47ab43e26c8318abd2e11726a1533fe8eccf98c8cb5f9afe3e084ae1
MD5 114d37d4b2a3c4138c0ba709375b7aa8
BLAKE2b-256 73b4dd99f1dffb8f5c2b641c6ac9b01f14f25a7adc4b024f9deb8d2fc8c3a894

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 070dd00841ca90daca04d6aff1c80c9a16a30b093d81c66f559d911f6698c4f0
MD5 29a9720ebe1db12c5245dd0381285747
BLAKE2b-256 02c77b6f01cc57bb2b327867f9ba3c0d41854c367dc7380f541d46260fb0f8fc

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ecd6cd944123bd86478e445cf4f2c04332f959ddaa191c6eab4c85bf298865f6
MD5 866385f920bbe25fa29576c3d3e9b6ff
BLAKE2b-256 05bb47f7097efa3aca8b416ef511cb79628ea9ef7318b636aaa643f99afbcc2d

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mdka-1.5.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 315.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for mdka-1.5.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3114f31bd475a5a659194acd5c342e6eae43511176a87179f81cd6dbf46e6498
MD5 7ef3e9144cb6bb62db4153520864a8c6
BLAKE2b-256 02e04a74ef49ac06ad4b86b5cba4ca34650c5b66b0ffd5c543ecf42caf076dd7

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2b9d27c2d06d0d8c5e0fd3dcd21846770d60690a99468df21f8dfec9cb635b17
MD5 7be3a027bd090036ba40ee6f3d961420
BLAKE2b-256 6bdc0cb81697cde76f413d1f1a869dd876013ab7052423f401bad3286866d41a

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8ae2d08b0ee95e7a77c52c6c5095230883f9b02ed3a65561dff470434776f98b
MD5 c3ab27920b1aee6407bd88c643c82459
BLAKE2b-256 0e660a22588d78af4fbe078e50bcb95661fc5fcbb92c41cc1f5c569f29ee3131

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4f849807d6fdde0396d8eed35bd68718e56d137e92717423b8b3ff90593bc42f
MD5 98fbfcde3c331b8b3c031edb1cdf5f5f
BLAKE2b-256 f64475987e999204da23c70853deec3015bd9aac3b333df8398222ff94168a66

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 370e2366415eba311c7b9b63f76e6ecc41c29c973f3f9245198540fe2f671f2c
MD5 a175dd80d1631509dbb7c587a532f7eb
BLAKE2b-256 27e3d540caaa03b2e216b101953b3b59d083135c22965ec625fd004780271f52

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: mdka-1.5.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 315.4 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for mdka-1.5.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 167588d531dc5bcb51c24a0e0445fb9109fc58e24b544f561962f5d102112123
MD5 3fc24a55947ee43374153f106bad0eca
BLAKE2b-256 837c1415a1ef89e4eba99e12837938d5294aa841423f16d1573c2905cff24dc3

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 38b7abce1cb62afc711cecddae70e54266f156acaa21b124560eaf683d65cc07
MD5 5203b3598297550e5cdd87247526af28
BLAKE2b-256 b4f6e96129383c60e28e3fe7e341615a37293e4d5ea93d6a27a24cabecceb8ad

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 66d6a07f5f42aa8c3ebe5b0809be95b17a30f1a308675e9b8309ddc0e08149c1
MD5 38028f5634a0b618fee042500015a7cf
BLAKE2b-256 660db54da9c9f1202df1c4f9c18e20b2fd0bf87137f69aed3fbbb12387694c88

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a4ce8f1046c78e47c8a71c43ea6584888626226714c72bcd81087154ad4f0eb3
MD5 be1405a429de14b2890880da7b566e4d
BLAKE2b-256 106ea2467c77aea7501bca154abd3c454c46c995726448ddca69c4eec6b3699a

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d992982f3cd7409efcf5ba504fc30962019704de51f48e26e47a2baea3d736fe
MD5 21dde9c0d8524285a65ec14635de4cf9
BLAKE2b-256 c93c1013ff9b612c950195a693045a566dd19b17cd01aed4063a8b67a3d8d0e2

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d99ae090275ebd0428fea43f42a6d7759025b503cfe2afe2684412ab1580cf58
MD5 451d72f874d6b28f27641b4353de59c1
BLAKE2b-256 b79f5c58203cd626593bf37eabe2ff745880a24fb2d32f691f9f87de25cbafe6

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6baf020d3a4714451b76b0c811716183d72330ad9105d3598d2f606a62ffea6a
MD5 adc4e3104dfffd5b7085c73e1bade648
BLAKE2b-256 6b326f7cbaff252db8b470444d8f0f746fccd0fe7e3f270ead7f716b867d60c1

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0db0630808005459427103f28800fc7aaf337f2df69be534205dbce54ad0d14d
MD5 804e4ae6620a7cd726175f30eebefa87
BLAKE2b-256 c3956e495bb02019cdeadcd4845a30de1cf95cd3ff1e4b96be04f15c825e65fe

See more details on using hashes here.

File details

Details for the file mdka-1.5.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 83a32d8402757837a3ec86f41111c29976ee57d69122fe5140e778b3b09db8fb
MD5 00b53eb96c20657930673d4b2d6be71a
BLAKE2b-256 b4a0433696a1f0ed67cfff5fa1e1b4c1911132b82123fca665b9e56b583b043a

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 Pingdom Monitoring Sentry Error logging StatusPage Status page