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.0rc5.tar.gz (75.2 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.0rc5-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (612.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

mdka-1.5.0rc5-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (613.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

mdka-1.5.0rc5-pp311-pypy311_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.0rc5-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (432.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

mdka-1.5.0rc5-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (612.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

mdka-1.5.0rc5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (440.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

mdka-1.5.0rc5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (432.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

mdka-1.5.0rc5-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (612.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

mdka-1.5.0rc5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (432.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

mdka-1.5.0rc5-cp313-cp313t-musllinux_1_2_x86_64.whl (611.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

mdka-1.5.0rc5-cp313-cp313t-musllinux_1_2_aarch64.whl (612.3 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

mdka-1.5.0rc5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (431.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

mdka-1.5.0rc5-cp313-cp313-win_amd64.whl (316.9 kB view details)

Uploaded CPython 3.13Windows x86-64

mdka-1.5.0rc5-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.0rc5-cp313-cp313-musllinux_1_2_aarch64.whl (612.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

mdka-1.5.0rc5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (439.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

mdka-1.5.0rc5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (431.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

mdka-1.5.0rc5-cp313-cp313-macosx_11_0_arm64.whl (370.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mdka-1.5.0rc5-cp312-cp312-win_amd64.whl (317.1 kB view details)

Uploaded CPython 3.12Windows x86-64

mdka-1.5.0rc5-cp312-cp312-musllinux_1_2_x86_64.whl (610.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

mdka-1.5.0rc5-cp312-cp312-musllinux_1_2_aarch64.whl (612.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

mdka-1.5.0rc5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (439.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

mdka-1.5.0rc5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (431.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

mdka-1.5.0rc5-cp312-cp312-macosx_11_0_arm64.whl (370.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mdka-1.5.0rc5-cp311-cp311-win_amd64.whl (317.8 kB view details)

Uploaded CPython 3.11Windows x86-64

mdka-1.5.0rc5-cp311-cp311-musllinux_1_2_x86_64.whl (611.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

mdka-1.5.0rc5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (440.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

mdka-1.5.0rc5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (432.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

mdka-1.5.0rc5-cp311-cp311-macosx_11_0_arm64.whl (370.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mdka-1.5.0rc5-cp310-cp310-win_amd64.whl (317.9 kB view details)

Uploaded CPython 3.10Windows x86-64

mdka-1.5.0rc5-cp310-cp310-musllinux_1_2_x86_64.whl (611.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

mdka-1.5.0rc5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (440.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

mdka-1.5.0rc5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (432.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

mdka-1.5.0rc5-cp39-cp39-win_amd64.whl (317.9 kB view details)

Uploaded CPython 3.9Windows x86-64

mdka-1.5.0rc5-cp39-cp39-musllinux_1_2_x86_64.whl (611.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

mdka-1.5.0rc5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (440.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

mdka-1.5.0rc5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (432.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

mdka-1.5.0rc5-cp38-cp38-win_amd64.whl (317.7 kB view details)

Uploaded CPython 3.8Windows x86-64

mdka-1.5.0rc5-cp38-cp38-musllinux_1_2_x86_64.whl (611.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

mdka-1.5.0rc5-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.0rc5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (432.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file mdka-1.5.0rc5.tar.gz.

File metadata

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

File hashes

Hashes for mdka-1.5.0rc5.tar.gz
Algorithm Hash digest
SHA256 32f40d11afea544edbbe9aeaf68c02e6781ce393b2ef999e748ba800bab689c5
MD5 ff207b60419733981bd7aa410832cf24
BLAKE2b-256 73cb7bfbd77b2e0c053d179d701e518b7ad7e42d64f8212b21a42d2eb3104c8d

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3871a4d0d384e3f9bec30f166d19372d439f5cf0b5469414fd5e6b3e8f9fc574
MD5 1571b64341366e450ec8444aa007dd64
BLAKE2b-256 c5d16cf3970de700a83e05c849a612758cf0bf86edf2f0d2ea3720544f02757d

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 857bb4df194fb5b1c1a02b585af67fc0e092959ede8d040e820f7dab0cf91331
MD5 57bf3163a1179352356e9b74bba234fd
BLAKE2b-256 ce600fb0c93b803dc2190bf962364a8ab61d934b83bad3e576274725771de636

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.5.0rc5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 abe4183bcb39f6179f5b40b186beb391c554935572fa281b4188c1d97de0cdd4
MD5 e2fd491726165e47a330abe51103ef81
BLAKE2b-256 2e06d4fba060349e51026a9d1560d08dcbb0db452c1c3e2e3e80ea4fc1cba13a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.5.0rc5-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 27b3bf0185d4272c098df50f5b791ebefe79d0d34c11cf44628baffe6d79b911
MD5 c6c9d17c56facc684f2b2245b4f70239
BLAKE2b-256 dc31d1ff3ee08a6c2210c8c0cc48d876bada66ce9d0973ef80cb80bf40d554c8

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 96e68e5570e705774a53827c93a85aa7faf1d44ee3d33a0427f9baf3f3db8b1c
MD5 58f992a26516537c3151aba763b7977d
BLAKE2b-256 a91d97e4cd4c4e891b286a489921565b32ed454289b884908cccdfcd39ef606e

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ab2a0f2b343de8a1913574c99cbbe02968dd1bfcf415c4008d692c614ab10381
MD5 4d646a851c2ef125953759fa5c4323cb
BLAKE2b-256 fa3acd2fe4b1b994bc85b5fad33ae3fe51857c572ecc82d3b067912c96cbf9e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.5.0rc5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd8fe1cbab548090491604363e15d128695a0d29d2e11dacc7b6f1613f2fc39b
MD5 416f6461aa9ddb0df7e7606122dd84bd
BLAKE2b-256 50ff52823a3e93037e8e9923405871455b26cab78716567d7965a4da065e5a96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.5.0rc5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bec0f8ed4d4fb3f72013e6bf085684ddd5c3d0d54baaf900f6c0f6a546372465
MD5 9a4590deae19d481cb44138dd833b92a
BLAKE2b-256 d596fbcfa5f3b9a7acb64aea33a197872e09a59e5240121e319220feb955953a

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cd49c7783e62d0801764f8421a271303914a98dc061a50d14803b97cf374d316
MD5 ee4c737a99c64d36dd2c0e7eef10636c
BLAKE2b-256 e000403ce8821121d345e4ed87f86f0cd9d5d37c99ad4408734a363ee0ad4db5

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 87f67aa112a6f3b4353dffed50f5efe3304f8f85d7fd49029e01c97fe3e40125
MD5 6f0752a169783f0bfc88a370480ce3be
BLAKE2b-256 4ed650c28eceff406136209278d35962f74e180efffbd6895f4d74634ee702fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.5.0rc5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8c3190d1b4750f7f0893668c5691740a0356ff1bc518266059c283d3fe36aad6
MD5 6b57f5df12b9b63eaa709c004f73e173
BLAKE2b-256 a9ecfbdbc80b5c411db6b656741258db46d95db7f5adc6fed046058081b21b9e

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b1f0ed21d554ad43b658e02efcd9ead3c808bf70ab2d9564d52d0a0d29047332
MD5 004129249777ddb9603d2bd6440a2506
BLAKE2b-256 95f5887aa9227f4319e3879e73f04df853276ff9f9ee7e38cf84bc753689b353

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bdd60e42d665cde90f2dacf8d2c491841a2032e5fc25c222a2c6026ad02ce573
MD5 fd19122ff2f2d99c4414ccc012646d5a
BLAKE2b-256 641c6facac4e72025071102f582e95a008aa3edeb08f4c1992d700795b74ef6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8732abce473815921670f3ca5fa16449168b9e6d81372941c5cb65cf72468bea
MD5 3cf970078b1eb86e3dfd885576fd877e
BLAKE2b-256 bec0bc79f7056dea452966ad6082baafe5af904b49b39bd79fc9d832888736a0

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: mdka-1.5.0rc5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 316.9 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.0rc5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 878b5ee892a434e555ef608ae1dfe93fe270a4744283107bed975baea8b6d416
MD5 432b20b76e8033b7115be9a13607cd4b
BLAKE2b-256 466eccee29dbada7c7796ff20ea0ecae0d9861cbb45833fed0079c31f24cff88

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1cd50dca2939eac1c8bf60aa9667cf19fd28720a7bce07ef6bd60c541d951f7c
MD5 410ca160f9979a49d26002da06e3e90b
BLAKE2b-256 dfe4f9b6acf80689de02ec92d4de4e644e95136aa06241ac980e6fe2b9de0be9

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 73cea78fbbafd13d8969c624ececf81564b6f29313d98bd61b84720f81291a71
MD5 7dbd46fa1a2839ca88244cff2c325019
BLAKE2b-256 5bc6c7dba486d3a605f2e62e5220e9ce318e5ceb53a453fe7f0da0910105e28f

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bfc53ea58dc6b0ea4bdee13375fa2736174c2ae534be520c4e1560669484fa90
MD5 74d64cd1136c05076518b090e4981f33
BLAKE2b-256 9a437a6cbc4f64b50391b96ff32f967f2b891aacfe39511e44a2a3be2ecbfebb

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dec15470979c5f844437cc0fbee112c8c5e7257ad981b5c6b87fa9a873b1e341
MD5 230e455b3e1ae00ad9e7e1665a6386a0
BLAKE2b-256 a0e266a2a058467f63f41cdf763a3465566f73069696ee3ae777e15a44ac7ce9

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f40cf287e1e902af87ec6e71f18ac37f8c844e2e0c5b9c628f67fd7573265861
MD5 f38480a7688dddc3d11b4035125889eb
BLAKE2b-256 1b07ad283eaf3f5185c9455afd34b1918609ff9b0b7e4996ffb6e11a7899c0e9

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: mdka-1.5.0rc5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 317.1 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.0rc5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 79d3a0ea7e555c755d7adc2ade868fbf7657d286d8db294a225f5b00f85c3796
MD5 6dfcfe9d04d1ddb96e7a9278719bd745
BLAKE2b-256 2f56d47995e103899db9426c41e6f9a6a0d69b2732ed89c8699863ef1912da9f

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ccdd1a3e744a59ab4f18a16635417b80eaa33fc40ead79101909eb5049dba995
MD5 54ad7de240f7f11f5fdf8d4277aff69c
BLAKE2b-256 3c8eb9edc076b7ccaa489a00c3642c0dcabe45a8821ab4ae3e189258adb7a3c2

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d4d0663d1b6759872458264e4d094ea644327ca3d36b896a61f0d4edaec39f15
MD5 4e04057bf3a8cca20d39c2a139b3eecb
BLAKE2b-256 9cefe8242fb56e7ae9a20436d6b6bae9c442f9d443309dc50f5b1b8b6f3c442e

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 166a213d114b6d1febd892709a038bfe6becdc5d046569d407a52f65392a8f24
MD5 3f291b56f2900cd23e981a3f6964c900
BLAKE2b-256 cd75832fdf945535e463afde31d8551311eac3314456db64c90f01984fe18f64

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b6be0d1fde6a970162dc34b132bb6cc0918938a32495fa3f715ae47c4ffb561f
MD5 ac26c8890e8bcd4ab7301d9ca9d97f98
BLAKE2b-256 15324188b688065133f05b0fe6fcc9dba47104b0cec67987ba46420cf7a1c739

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aa6b68f0a1e77028c2fbd6d979e3ea7c9e93566757a73843d08f7738125eea9c
MD5 1442a4f66e74cf306ff64da12d459534
BLAKE2b-256 901819604fd5126bd48efbbbbd80df78560f34cde322bb3136adcaeacb13d16b

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: mdka-1.5.0rc5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 317.8 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.0rc5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c43a1cee26ca026694c13c9dbf1efcd651f365b27a360471ed37f75a294581dc
MD5 6a935a922eab09a4649e11fe29f1f21e
BLAKE2b-256 680b987d553ac59d7eb5ebf4e22e82b751349d762b4646d908fa96dc062c30d0

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 59674e50835c7144f90a96b9622a45b6699fec5e226ff6a927b3dda78af3b759
MD5 3c521bab272060de9ec7598e43c86e9b
BLAKE2b-256 74be1cb680f97a9fb7271ea81902661e6c936cbc3cfd5e876ea36c44d7e6a1ab

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1d4ab01f68d4e1cb4900ac4d7d856d70840a691b1741f566611c2c5cdfa9a676
MD5 57e4542b3dcf2733e71dff537969e21c
BLAKE2b-256 b3296b9d57bcbbe0ddec280fa1a3ae6cca4cee85eb42d58accefb38fef17dc98

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e556e9cb54073987fe8aeadab3571b3851afe5f7d1cced0ada4c790ae34775d4
MD5 2a41650d40c1cdadffed8a8c58175840
BLAKE2b-256 affb590b9265371ce1567dfd6b538209d901bfd81afa8205648d035bc9e1fb5d

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 14e2248cdcbaa9bd6cbc378418175b512d45ee7ab89130721fb8ee3934ef1796
MD5 05e9ab289218101bed6a4db9963bb6ad
BLAKE2b-256 a7bc7da4c83c4d3040b90d5940e298043f03ac9ee89fcf5b9ea127368a1450a0

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1b80da61bf5b03a2e2001725ef339ae9fc5db2111d0d845ffa7106b45b94fc56
MD5 3b08b2145a20c4d7f10d1a3e81a5c5f7
BLAKE2b-256 1c89c1d41e460a28120d513ef8bee460ac739d576d86540e865d8403021a67db

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mdka-1.5.0rc5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 317.9 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.0rc5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d7b08527bb3aa1dce79869257fd9b0583ffa21ea3a5288da032e42faadb87e31
MD5 58e0738ef54e6c49f061a1813b8f1408
BLAKE2b-256 f4f19882ee0c819250f96db0fbaaa0fd88b7f4ffe8095efda00259d8ec714163

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ac4421b57c8794130b7d8e5facb8e2c4e7e180262c93f2294fbbde8cfff08845
MD5 d226c60e9306fd97241c7537e8474d7e
BLAKE2b-256 83f96e5cc7ca92fd208c1777c6e271cc6ef2aa0ae046c8dda0e82b6d50291cdd

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fe4da5cc67979492e3b514821777bed3c00e1de19c0514095b4ce4f285ad7239
MD5 4dc3cbfc46ed1e9321d511afd81d4d41
BLAKE2b-256 e1d7b193313d463f6db40d9ba7e0648fc03aaf8bb4e48f0ee599c5b9961f0f81

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ed7e4e83c1e409ffa6e474ad54c2dff6d8d0c6b989fc2ac811372b7d39dd9b01
MD5 3b712145fce7243795b12d585adcc400
BLAKE2b-256 4c029142d4cf0d5e4af2dd0dae7b55eb905713a269bce26e71396ad242727211

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 adc465dd4d86ced6335ac3dfc92b710876e75fd6138ca2cd5935fc564abd5a68
MD5 627f596fa1f4463df6ae8800ec603b28
BLAKE2b-256 f5a49ef5e09e19b25bc1c4273cf944a6f27e277377b8f4cc6f8b288371fdd611

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: mdka-1.5.0rc5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 317.9 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.0rc5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 39cc835ed5938175ec32e5404bdb3841570a49ad3dc2fe82f49693ad0b61874c
MD5 00803817e686a168e5924a48cf0e4b0e
BLAKE2b-256 58436c69c80979d36ec63ac5e06598b97ae774b5a3a971c6295f2e5beb737d73

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b1fe8cf448811d870ad0e102a8dbc691032a8c6a851f6f25d44ed68714db548b
MD5 a1392c68bf4dd89bfdc5f4e40b671f80
BLAKE2b-256 0d81acf7355f761d7996e2e8eea47e130f27939d464c32f4fb6e0eb69cdbe1f1

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f41c15c81d164a9b30deaab6a46e46e2c9b1a55f7b8b008e29f9ac3ac299d031
MD5 06fe040a49617a2a5b4c37c2e0e650fe
BLAKE2b-256 47b20f0257159925e961dcf830be7155b70c1404f8bbba3409135fa574d82880

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa0743526e484b84bdbed3756de205331e9345bb9d58b0e7f349c3866cbe68d8
MD5 936d3e904cc97ddba1757eff9dd4ca09
BLAKE2b-256 f306714529529104dcf61f7aa267c4c3ad86e507ea392331209646ee575f819a

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e74da9eebfcab391eb465f68e355c8cf94da42f4d7f2480925a0919c187cf5b9
MD5 322f8492657c4f74ec4de0d4e65283df
BLAKE2b-256 8e0c067d2d50788f19e9e5e9783d02f13652d8ec7c1191081794f430d8390b7a

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: mdka-1.5.0rc5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 317.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for mdka-1.5.0rc5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2fd77d3d6daa004aefeb945d55ffe74c7cf4d6033e2c165d9ec5f5025c7f533a
MD5 ffcd8b7be5be55dd46ac113ec1dd5a28
BLAKE2b-256 53a75515d35ed66b86769f59db1f20c520102a8835d41834f6bed92bd7d245f3

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a412c54753c498ae566cabf91b0be4a66d7a2f29b2302f91f849b0c72daed564
MD5 21c7c2f32d19467f908f9f8f28a3b2e6
BLAKE2b-256 27554cfd64eb2e9c83801033821aefe1da2d79345becef2b82ad393260306c0a

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e57161374f83b191bdc6df415778a2619e2729bc77d33ee2fc5bf69bc5cf45cd
MD5 b1aa61642126944b6398622e267168d1
BLAKE2b-256 4c9c52cf72df5e9f7ba7dbbe692e5b245c99f3935979cd9ab6361e58d140b07b

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 54aa58dc604a914a4b3fb73f7b8c31b76023e898e6aed57b93a75d91caf677bc
MD5 63c851b30df492230b8b4c58f0d55c70
BLAKE2b-256 e95cc4ff02906516571c1d876aa808de13f4acf0a579ad9da74337ddededc291

See more details on using hashes here.

File details

Details for the file mdka-1.5.0rc5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mdka-1.5.0rc5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cd9777eaa1a2d39e2b4238e88eef00144d0abbd0845b450aef0820514a3a9f69
MD5 16f637d945cfea7e2599dff1f036991d
BLAKE2b-256 1e5e905dcb41794628a2da10d7af72151746a5c4edc75e67682dbd93898c5c1b

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