Skip to main content

HTML to Markdown converter

Project description

mdka: Bindings for Python

Summary

HTML to Markdown (MD) converter written in Rust.

A kind of text manipulator named mdka. "ka" means "化 (か)" pointing to conversion.

Bindings for Python are supported. Python scripts can import this Rust library to use the functions.

Install

$ pip install mdka

Code examples

awesome.py

Convert from HTML text

from mdka import md_from_html

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

Paramter(s)

position name / description
1 html_text

Return

String

Error(s)

(None)


Convert from HTML file

from mdka import md_from_file

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

Paramter(s)

position name / description
1 html_filepath

Return

String

Error(s)

File I/O


Convert from HTML text and write the result to file

from mdka import md_from_html_to_file

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

Paramter(s)

position name / description
1 html_text
2 markdown_filepath
3 overwrites : Overwrite if Markdown file exists.

Return

(None)

Error(s)

File I/O


Convert from HTML file and write the result to file

from mdka import md_from_file_to_file

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

Paramter(s)

position name / description
1 html_filepath
2 markdown_filepath
3 overwrites : Overwrite if Markdown file exists.

Return

(None)

Error(s)

File I/O

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.4.3.tar.gz (47.0 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.4.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (615.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

mdka-1.4.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (615.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

mdka-1.4.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (444.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

mdka-1.4.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (435.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

mdka-1.4.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (615.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

mdka-1.4.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (615.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

mdka-1.4.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (435.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

mdka-1.4.3-cp313-cp313t-musllinux_1_2_x86_64.whl (614.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

mdka-1.4.3-cp313-cp313t-musllinux_1_2_aarch64.whl (614.6 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

mdka-1.4.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (434.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

mdka-1.4.3-cp313-cp313-win_amd64.whl (314.9 kB view details)

Uploaded CPython 3.13Windows x86-64

mdka-1.4.3-cp313-cp313-musllinux_1_2_x86_64.whl (614.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

mdka-1.4.3-cp313-cp313-musllinux_1_2_aarch64.whl (614.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

mdka-1.4.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (442.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

mdka-1.4.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (434.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

mdka-1.4.3-cp313-cp313-macosx_11_0_arm64.whl (367.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mdka-1.4.3-cp312-cp312-win_amd64.whl (315.0 kB view details)

Uploaded CPython 3.12Windows x86-64

mdka-1.4.3-cp312-cp312-musllinux_1_2_x86_64.whl (614.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

mdka-1.4.3-cp312-cp312-musllinux_1_2_aarch64.whl (614.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

mdka-1.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (442.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

mdka-1.4.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (434.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

mdka-1.4.3-cp312-cp312-macosx_11_0_arm64.whl (367.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mdka-1.4.3-cp311-cp311-win_amd64.whl (315.5 kB view details)

Uploaded CPython 3.11Windows x86-64

mdka-1.4.3-cp311-cp311-musllinux_1_2_x86_64.whl (614.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

mdka-1.4.3-cp311-cp311-musllinux_1_2_aarch64.whl (615.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

mdka-1.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

mdka-1.4.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (435.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

mdka-1.4.3-cp311-cp311-macosx_11_0_arm64.whl (368.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mdka-1.4.3-cp310-cp310-win_amd64.whl (315.6 kB view details)

Uploaded CPython 3.10Windows x86-64

mdka-1.4.3-cp310-cp310-musllinux_1_2_x86_64.whl (614.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

mdka-1.4.3-cp310-cp310-musllinux_1_2_aarch64.whl (615.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

mdka-1.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

mdka-1.4.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (435.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

mdka-1.4.3-cp39-cp39-win_amd64.whl (315.6 kB view details)

Uploaded CPython 3.9Windows x86-64

mdka-1.4.3-cp39-cp39-musllinux_1_2_x86_64.whl (614.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

mdka-1.4.3-cp39-cp39-musllinux_1_2_aarch64.whl (615.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

mdka-1.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

mdka-1.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (435.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

mdka-1.4.3-cp38-cp38-win_amd64.whl (315.5 kB view details)

Uploaded CPython 3.8Windows x86-64

mdka-1.4.3-cp38-cp38-musllinux_1_2_x86_64.whl (614.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

mdka-1.4.3-cp38-cp38-musllinux_1_2_aarch64.whl (615.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

mdka-1.4.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

mdka-1.4.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (434.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for mdka-1.4.3.tar.gz
Algorithm Hash digest
SHA256 d66f6047fcf4dac130070012b7e30a17dd80d954b6148e13d6d4249a6bc9e619
MD5 a54b5db9c788311ed98edabdb3f47dff
BLAKE2b-256 1e397e28e0afc88ebef0020caba097f2ad1e139a3f64aa0f4f3e6b942a208a84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 69f275d5acd6d0aa2ed2a55155daeb243f0cae90364a40c18b4762d1fde2348e
MD5 5dfd12514f54c8f5f693abc30831f53e
BLAKE2b-256 da1bb7b358b610bb86f5f9babdfa3f3e3aa3c56cf75d12921333794e96fd13e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 10a7a2904cf92e8f41bdfcd455139381b768855152025356c666761f2afbce91
MD5 9be1a8b41fc1945ff482d5195d9de246
BLAKE2b-256 c518dfc6b46ae1352f06b8cb986993e36b5bf4315cc8ae0d96fdd52733599525

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e3be77ef1dc0aaedd0e2da694fb47b913ad91c4fb1774df170c5e73fb5260ca5
MD5 731039f04aa0bb75adcadab52cbd1198
BLAKE2b-256 9bdb04297339973300c47efe4c369690d601179d74d3535949ef1436da7857dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3df9a356028a0a2eb50597deef5e8c50f2953cafb75607ee740f684891ef534e
MD5 7f7bf29bddd4b72ad963fade5d044312
BLAKE2b-256 a0ea84da4fde29e9726b457b10b8f4ab2742e73b9ea91991b05c27cc433de8fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 152dbe0518662bfa32e9accec5c5a08a22c727be7da958838ebd78297ad9e59f
MD5 7dee5e0a064ad9f4154c5ccbe743c930
BLAKE2b-256 87b5ac47e3e676ff42e3af7285bc5fc771d333f7bcb82d618d265ab5c4c14c95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fb11759d07c49f0a787790a456763714e5a6287263420b05100f6ec4925331b4
MD5 039c6526fa05a348f74e638e08adbf0c
BLAKE2b-256 a10528a2446f6477651d9003a88ad0d149d926dc31ef6942163bcf64888ad426

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5cde18db39cb369c332d65b3141228aeb89c39bb9a17f5ecd66ecaf3840f5e72
MD5 dad41e666be8ffde6dfd487a0b759225
BLAKE2b-256 50f291138c0347f6b00987cbf993a0c754494d0e70ba9af680d7775c405a1545

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a83e700c6110ebe91cf7cfce372ba43b9ef3a8f60386dc009b6489743b2cfe84
MD5 307b65ddcd854cfc5a9c7f7e87d5ce5b
BLAKE2b-256 07950d5cdb66142d7a5b178d11b16bc4ffe8ebe6d33fae79165fbe015a29f08e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a04654ac8825d8a223e57c142ec696d36fc414e04fc0e6dafa0bbb6ae7893a53
MD5 72efd4f0c3791ad2a60e2d5ee8037c2e
BLAKE2b-256 6b1010375b7deba87eb1272235a2ac820eec17028ac7a222de94f862c311e36c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 64a36a829bdfdd1e5845758019de2f9f39f15d6865a6451e01c25445a1571905
MD5 5711533a6b85776ec7c5b946e3562375
BLAKE2b-256 39d1b72162ae2e46e5ec419de0aaa678a1d74e5cce2bb83458e708470d8ec6fb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mdka-1.4.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 53e6d6b31f7ba09d38ab623ffddfdf7c2a9b4d0fa9959e939bae7669008dba9a
MD5 e8b37fef46caa9492b423b992b86e261
BLAKE2b-256 4e9ef7dcc0033faee428ddc83cdb17fa05a2a084e044bfb5b37c139e62bfd047

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0014c987a4adcc635276ff0a57b411400762794fafe4712424382707c2ff5b1e
MD5 d7cc44bce61015ef4d1f6518418680f7
BLAKE2b-256 2ee3e044d93a3d14cdeb8f2eafc9fe32ad6d493675bfb22988ba4ba349ed3a65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 273da5dd5f168c3cb3fddf29f18af386dd2d9f6ff0e3306e106c86bec8d1fcb6
MD5 347a5056b7a79c40c6622af3a4e5400c
BLAKE2b-256 931a86f87920a2f12de98915c75ec0e40e663e1743ceb53fc4a0b8a9fbf40b3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b4c5f3cdc0d74680866d8e9cbb7157dcf2f634957eeff95227763c042523f08
MD5 58c6394c61217f7829132f32cfbc5f8e
BLAKE2b-256 3a23972d0245ef9e4be103441a25dbf5534dc46a25c79df8327dc8fffa18eb26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b15b208c0fad5cadab99bbde5c864348a45f8e1eab36150d74dee8fe1820a24e
MD5 c8bb7de6a3f3f43a25fe450c2631588c
BLAKE2b-256 c74f80675e641293c0345c33e7750ccc1f3730b696f7f4de005c31834473f41f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 273b0c6867b50e81da39ee6a9fcdfecb315d29f470cd5078daadbe80ffd100f9
MD5 a330408cf521725182788ef4de1f1041
BLAKE2b-256 c547a66927b34cf4e4bec82894c6681b0093e8e3b8ac7d28805a9c4a53888390

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mdka-1.4.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 aa17fb960d87b3f503d1f041a239c10054f55801bf3b21c3144379720b347b30
MD5 1e1a9664f989a44bea5a4d36ce39af09
BLAKE2b-256 6234c04858c7a4151a9f0433ba21c2707d11594663655bf25418af42cef9df32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3a403629503d23335f988d4723d62673754c5ebe2e1019b8660796323869e24d
MD5 ec526d04717ffc4cd61b991adc29d46c
BLAKE2b-256 b1ecced9eac37bb9cca36ee63c1cfed337893615eec3736df53a0968958c415b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ac429e7b329663983abe5f4188e28f7a93f1a90452571c36b7495ea16d79d5a4
MD5 96ba0319cec73b6e4419fd16a0fc0fa6
BLAKE2b-256 ef45c5f40fa08acd16c73a6d4a527c94fc8fce0ad00c03e12471c1a8c9aa7640

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7fae2c884db473fa5cb334792237da7bbfa42cf2d11fb846d8f705d01e7364f1
MD5 55b7a5ad25d9c07cf789ff8acaf1f27f
BLAKE2b-256 1cdfa340122e5b8d3df2280648ca3313c3b89ee16b6676399ab5b0c3ee8bbd7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3300002c7daf71361242ab4f1a7208c8e4c933c908ca148bd8536272bd2b5ef8
MD5 b895f217dbdf03d791c8081a9dddcc70
BLAKE2b-256 66aea511baebcc13effc9661c1706ae09c1fbdc6ee8afada51db3084bbd4e0b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c9869b2f651e2a69e89647dd5ab1bb10ece2703ad124f762c23d6c087e35899e
MD5 be568bc96a5758d0b9b02fae33610e83
BLAKE2b-256 14914e9883e57c45c6c16e09a6f6a7eb341b8df26144b9938e1e79cbfd289d77

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mdka-1.4.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8353a3347f4ce88194bd48f98c04a09f3e2972554d7f1a5330502c0f7bf213a6
MD5 cb1b1a67e7ecd6751e68b1fe6f33076a
BLAKE2b-256 010b14208c10380b1668c8fd23c821d137d3dfe761a57557da2e7d026f2c55b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c98baaf191449e5431af9a669fc95312e25cc264ed90845eb89147983ef84690
MD5 03b2ebcb974bf3d20908526e8ef51099
BLAKE2b-256 ee07bbb37f676db32a4e08835ee76e71fca5c22f15355fb3cc3118acaa52992c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 85c62591600ac794c2ee644f26ccdb1eed83cac3f05d898dcc0238bea7e9861e
MD5 cdbd9c9545a03d9f3a6ae7ee62f282f1
BLAKE2b-256 28578af22d4485d993761db0e79b97e12f16b6d24c20186553a1c6aa0f4f43c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc1b493759404d3711f7021dcc63ef05724f93ae4f2ef74fb21d87adb3623548
MD5 0050b61f270df2c5f597c0740ae07700
BLAKE2b-256 628af0225e35fb3065143cc4a3e488a8c38162279ec5b1cdff7840ebe1935ebe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ec14f8bfcc397f1395e324b27e56eeb92aec33c9e6dcf1bc687bbccb8ec23338
MD5 21b161edb0dcf6e94bad58026321fdef
BLAKE2b-256 69d90ee4bc2c3602eae64b65592f7cfb3842141ecc7f3c374a8bdafc8595ab2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9d5c30b1e0c13eed897bde7a18b5800b583e613e40ed24e98fb7bf33a5a9920e
MD5 282fca0c75187df53a98daf6d1a929ac
BLAKE2b-256 ba26b7dc2ecf694bf4637f1645169a3cca16ebcde8e6c8e4d8d62f18a7ac17f2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mdka-1.4.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b21382044c377d3dfd84b524b5c2276584f40abdb649a31d74b0a8d1d4350dbc
MD5 4a619bddd52b0e36228f5d96d9bb4574
BLAKE2b-256 7264615c6bedb6bfd7bae26aaf874b7460cada5fb71cba8160ccc181cbcd1a9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eaa07f200e5a390079f8f154b2664d87c67aef17523d7b8b340e4b6454f34b04
MD5 9b445cb5a6c33962f7dc4c1a43dedfe8
BLAKE2b-256 e9efa8093e4169072d7a48cbea323610e2b6f5cc5d3b30f9da306d2061d61573

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e0ba1a0b9f0e948cf8efc8db1561b26dd3b2d46e0384b4cd2d61d2262e56afbc
MD5 95d4d0fb989f3df0bd6261059144283b
BLAKE2b-256 6540e1c8fb84b71cbdc03aef912ce423ca3771f5751f5e86c116398cb7b7ee52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b4dc6a2479bd3b49e4072ec1d23de2b84be7c0d1c7b07765ec07f2246be8eb9
MD5 8df78ed8c8492bb4f7ca97bc4a09b7bf
BLAKE2b-256 aaeb6a9df54699ab2d2624dfe83db8b34ffa87e366a6504e73436ff33fc5bf9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f615a3de5eb257a3207aef0c660278fd3a121a0e7b72676eebd2adac6441e822
MD5 6e2c72de96c815769fc7bc74ee732688
BLAKE2b-256 d45c41a11eddcdb4a6d58ba2e00057246b7cfe88e3e2e1470b4cced2ee456158

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mdka-1.4.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2386361f60fd2b1d8ce4838129743a7ba0b9493448c7e2840674a045319a3f81
MD5 47ff7f9668cb774bc75d3b55b04d1dd6
BLAKE2b-256 4322e6ce47f70863c407ca5ce71e6c84a415bd94b9e9e6b36bbf11f19d6086f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aafd615977eb6610538a3bd640876c8464d650e8f01f11b6aef4bd1fc7e633aa
MD5 347abf37b7f15fb738c894692957c664
BLAKE2b-256 48d5ea8aecae96c3f2d8d9740d6a26ba32c2ad2161281fd0318355e5494d71fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0877e936ee77e8edc8ce2094568577515ea29ec2c63f2a913c6e6e986a80d73d
MD5 01f0e5270f8fd229adc3e45987bf8cce
BLAKE2b-256 150d978bfc8638d3c0c155309de76880a42e5a839e30322274d1cee3a0330b00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3ac27c551ae216ab79f2fe9e5531d808d03c4309cf71ffc373d663a1ab89881a
MD5 201e5ceb8d71e3e913315bc4c65894d6
BLAKE2b-256 0af676b5d270dc82294a1e121caa3b4898f4a49ecbfec4067a45ed9c0a1fc44f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 237c252cc971f03883b7dbf156900dcc6951afe4e01b4035c6ee8f4454e11a6c
MD5 d90b3464064a16c11cb1f73ecbdfae09
BLAKE2b-256 b1dcee675785a64344b3b3d5d1ba251de64908f98ffe6c530804f20505fd9f32

See more details on using hashes here.

File details

Details for the file mdka-1.4.3-cp38-cp38-win_amd64.whl.

File metadata

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

File hashes

Hashes for mdka-1.4.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8fdcfdfa678273da3d82f92ce99bbf735b76f584dfdfd9dae534f76770354481
MD5 4cb42c2ea9736aab5f742ed7a24a6e9e
BLAKE2b-256 536eec4236cb7e5bc187455336a0ad56aef28da92db44a8b2fe9070a51b9622c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 adcb9855f2363141876419dbf36961f81505d5532332961bce408596a467a882
MD5 5a7ae7311b38ec15951c36820e22fc29
BLAKE2b-256 b1a5ed9f6eb4c6fd19b0ec00ea394ae9956755f2b9b6b7882d34e5004667c96a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2519c182b29b4aaef363d4973e37f57eed0bdbfb042dc9032715ff73c2b2ee8e
MD5 84e861945c22b4de07c326050b771db4
BLAKE2b-256 1b809006185a6927f89ba7dc85d38d950f6a702f1232d178b1680839a0f99131

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cae4a496d819ca171d284e7047e47e8caa7d538a3da5174921eee45b55cb64f5
MD5 e0d6e8429804c4a9b28517d25c44fcb3
BLAKE2b-256 9c005e875054c985f83328a106b39eaf89afff62be0d936376bfe82092b366ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mdka-1.4.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 46a4a366064ee533b1675cd023b7f0a24e1251509c75371d42f9e9a049d3fff4
MD5 d13cac69bb041f2e6e072b14cbe5e6b6
BLAKE2b-256 3cccd06292256fba0256b7ed0908a60ddab301489ca7acfbd626f50214861a61

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