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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mdka-1.4.8.tar.gz.
File metadata
- Download URL: mdka-1.4.8.tar.gz
- Upload date:
- Size: 46.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ddad078698918fd959ce789ac455b4813201b21276cb3f5ffe53bb34b18fafb4
|
|
| MD5 |
7d314e625e476ab63da7e1c288a5eea9
|
|
| BLAKE2b-256 |
2accfed52285df9aeb3cb57c065bbda698c12141ed77a3afa5c000881b79e02b
|
File details
Details for the file mdka-1.4.8-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mdka-1.4.8-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 616.1 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a60c8e722aa457a694a69757453c2d493c0ad42508c01b81923abb74c4f87e72
|
|
| MD5 |
ba660738e8cd53beb837db4a0b0effa9
|
|
| BLAKE2b-256 |
a43f9ded359981682dcaa4b62919558aecdc4004291733d74fd134bfa30700f4
|
File details
Details for the file mdka-1.4.8-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mdka-1.4.8-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 620.0 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da0fcb2a7df4d501fdaa4c0aa577c611acae12a525a6ac0bdbfc31c99acd8134
|
|
| MD5 |
bd66ef00f927ea664590e0f71a9aac8e
|
|
| BLAKE2b-256 |
c0d2cc639a4825b79a701c566d998c023806b6d7c12e52e2ab6eebbe37b6b986
|
File details
Details for the file mdka-1.4.8-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: mdka-1.4.8-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 445.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5faa36ad791f8091d08ab27ec93bf2e35a939573f9fd2d6f647ef86f71e58e97
|
|
| MD5 |
1fd7d8f8d4f6da6d4a5e09c0eed7a513
|
|
| BLAKE2b-256 |
f148f1545820d829529ff0ada338cf9083a7e4bdaa63e5c7f0bbda5de3805040
|
File details
Details for the file mdka-1.4.8-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mdka-1.4.8-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 441.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02a00e67b3d95dbf4b3cd188924443fce533a4cf96d266ec6a9bf1456838cd69
|
|
| MD5 |
7ef4492cba2dc7fa9c580995d608cedc
|
|
| BLAKE2b-256 |
54c97100b3bcadad650dc982d51292a61548cb72db7055630368d3acb6df1f3c
|
File details
Details for the file mdka-1.4.8-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mdka-1.4.8-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 616.1 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93b59b6e8c51e5f540a2f2636f4744d2755a93c8b8be5b76c62399b8c4c41392
|
|
| MD5 |
4078727faaabb8b4442ae28b7b3160dd
|
|
| BLAKE2b-256 |
6e2bea47e943551404bfcc2d6e773198721fe409c552798f1d6f0c9388f6ebe3
|
File details
Details for the file mdka-1.4.8-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mdka-1.4.8-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 620.1 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14704955d3009bed935ecf68cb08a32ee2bfd311c21bcd70a68f27fc966f1a7f
|
|
| MD5 |
8371b6e0e9aba5722316e22cbf2faaa5
|
|
| BLAKE2b-256 |
829cc7d438f77ca1d8d8e0dd3a863e64ff8bdef53bed8f9e961fc422c9462541
|
File details
Details for the file mdka-1.4.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: mdka-1.4.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 445.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d19e6fcc911785f066f1a8718c8d8190197559a4ab34a8350652ba557a15b9bc
|
|
| MD5 |
9ce3d30c3a15492db6766c9c4404d473
|
|
| BLAKE2b-256 |
c892d4df4ed72138c70ad5236602f5818be3605f7eeb392de034e3f2b19942a3
|
File details
Details for the file mdka-1.4.8-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mdka-1.4.8-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 441.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16e618b7211c22fbcce033e637ee8dadd76c0a95557779dcc20a53e52aba1d08
|
|
| MD5 |
08988af8a119d77e964ace68f2cc6f0d
|
|
| BLAKE2b-256 |
3d314b157835a4fba9d2f8ce5a7e0459f1201b741425b7ac4b4f0882e045774a
|
File details
Details for the file mdka-1.4.8-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mdka-1.4.8-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 616.1 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b40875e71cdd853dd48ceeecfed19c94f3c21c9726336b2ef0632e974ab451fb
|
|
| MD5 |
1b971186e05b96eac35ecd58eb50d653
|
|
| BLAKE2b-256 |
5ff7d9289a2513ef000f718f00bea18e0088344ce10a92a46e92d47e0ed0d2e8
|
File details
Details for the file mdka-1.4.8-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mdka-1.4.8-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 620.1 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f46de0b41bc2aa490f7ac356423695a49f556a252738a63312949d9fbb4dad4
|
|
| MD5 |
b7b51328e7123b0c1ee0b6c4002da849
|
|
| BLAKE2b-256 |
3c013c26c885a570e77a9b4800ce7caa1ce5edc6a4c17efef0c42e19c0bea3ad
|
File details
Details for the file mdka-1.4.8-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mdka-1.4.8-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 441.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7f644e0d1ebd2442451a5a686b2c3829d92c7e448ebea16cfea7adf39998812
|
|
| MD5 |
763705075ad5973a6340d633a03b08b9
|
|
| BLAKE2b-256 |
bf97d9a85671ac894ef4ff22a54c2bedd25c95bbfb62fb93d78333aa44a2c800
|
File details
Details for the file mdka-1.4.8-cp313-cp313t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mdka-1.4.8-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 615.1 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4dbbedda7a778263de4748b27bde905e93337a8a68e2d9be29837fa5875f034b
|
|
| MD5 |
894186330dc57b18598d61975dadecb7
|
|
| BLAKE2b-256 |
889c030902fad0948fe6fbe84591e0aebbfd129576b32f8d566c4cba5b436703
|
File details
Details for the file mdka-1.4.8-cp313-cp313t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mdka-1.4.8-cp313-cp313t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 618.4 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc666826318cffdf6b98b4c494eb0c063f7961b832c806b35f13b327707bc3b6
|
|
| MD5 |
cb4069bc001ea2e24cd33ff76e7a90f9
|
|
| BLAKE2b-256 |
ad3482c618a226d50e23bde81e96c3bf6c195ccf36aef480cf3ff128133014df
|
File details
Details for the file mdka-1.4.8-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mdka-1.4.8-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 439.6 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9c1c8150f5e6ba87cb7bd617cb8419116afd9a9ba27aadd573a6a34c0683bd2
|
|
| MD5 |
1403d83a14a41e0eb3ce742b7fcc4a78
|
|
| BLAKE2b-256 |
ffe5ec3d07c725b4301ab44a3593360f220be5c9d475cbbdccd119ee5b8b87f3
|
File details
Details for the file mdka-1.4.8-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: mdka-1.4.8-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 315.2 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22a6ae604b889033ee783c4c68162ca4d275e4c5c665b33c9e2907111ee3b6fe
|
|
| MD5 |
6672f000ed6cec7e12d3666241f7bd37
|
|
| BLAKE2b-256 |
04d632cefac543ca4118fa0f66e87fa0a0a4ae6117c633a0578a4427f5b86cd9
|
File details
Details for the file mdka-1.4.8-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mdka-1.4.8-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 614.9 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b9226219031487ae14ae49d15f1b64a073a1698a00a4661323b028c7dec38d9
|
|
| MD5 |
a0f215f0e5367f22ac9b8ea02b8b5596
|
|
| BLAKE2b-256 |
562cd0a2b04677309f3bdc9c65a8a347995462641731d5d86fc9f01b33353f79
|
File details
Details for the file mdka-1.4.8-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mdka-1.4.8-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 618.5 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd5b35ed49c2b475fef98cef41d3cbff12e7d3fd3df4afa424b1560bec2c5d71
|
|
| MD5 |
27db399848d1d6ae7fb1e65738cfd1af
|
|
| BLAKE2b-256 |
8eee87daa34d761879b8821d8f36838846499248e6218a69149c5c7728857cd6
|
File details
Details for the file mdka-1.4.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: mdka-1.4.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 443.7 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9cda1bdf3030f3502c9441c4f01cc84644b86b073d909055b3f10f164e8d0c7
|
|
| MD5 |
7e6b01883569f00d442aee9e050a23b5
|
|
| BLAKE2b-256 |
daae4963f08899804f66b827ed4a0c49efcfbc84165bf45ef2ff3e26c6b6d70a
|
File details
Details for the file mdka-1.4.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mdka-1.4.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 439.7 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9078a0d65e11780e92a535d2219ad10ccecfe7359e6610b97e43c581ef4124ce
|
|
| MD5 |
12de52a9ba41d31ebb8fa2edf03d9aa2
|
|
| BLAKE2b-256 |
f8d599a1ca6e660caf8221b27964ede0a8c525da9ecb55401e1af97ef347ad5f
|
File details
Details for the file mdka-1.4.8-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: mdka-1.4.8-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 368.7 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c93b67e00d7862bba1b53d44f72c28cca4296f7568a6b7c546d52eb7dc62519e
|
|
| MD5 |
39f96ade5e99502a4566c7f04d591b15
|
|
| BLAKE2b-256 |
dba6ddf96006bf61b0f76bac55bbe068f04598edd054e68165f1964a01d22a33
|
File details
Details for the file mdka-1.4.8-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: mdka-1.4.8-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 315.3 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c50643857026062cdbc99a34dcc6eaa4be9870131a2f731714fb8103cc4fd02
|
|
| MD5 |
602617aad3a6b5abd9daf6087f42a1e9
|
|
| BLAKE2b-256 |
c7831d7baad01f84d8ddcb0271c5e2cfde74bdf3705f65c4d7cc68f3c3fff6d6
|
File details
Details for the file mdka-1.4.8-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mdka-1.4.8-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 615.1 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b15d1d2d453fc5cfa45f797f51d1476298dcacfcebbfd4387530cc14f0b5abe
|
|
| MD5 |
b995f632dcf703d185430d8488331f92
|
|
| BLAKE2b-256 |
b3865bd932f412f8552b80fa1b15ca1fd452947a65becff2ef247d24ef83d557
|
File details
Details for the file mdka-1.4.8-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mdka-1.4.8-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 618.6 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b83b4f08d5fabc9dcf2eea2aaead002449f460d42bf55fb66ad0d454106ce415
|
|
| MD5 |
5b370f595431eb761abb0d6307f28bc1
|
|
| BLAKE2b-256 |
569d99c55ad3dad8982796c2b71b60af4980750d4662a7c0b1128874c6b1a4ff
|
File details
Details for the file mdka-1.4.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: mdka-1.4.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 443.8 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99eebf82faed089d325e46359ceda6bfb18c1009fba1095795b560a53c175141
|
|
| MD5 |
3a2e1afbbd06a7aa758cb5660e823d54
|
|
| BLAKE2b-256 |
717f8a8c46d11a603ebfb31e504b898c8834b5e40cfc52de631adfb1f71e5760
|
File details
Details for the file mdka-1.4.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mdka-1.4.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 439.9 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48c67b0723e3ccb79b4ac91653fba63ee5e857395470f39ebbbfa5cfa6cfc8e1
|
|
| MD5 |
10ef27ed4da6c40f87eadd8ecf0b4c14
|
|
| BLAKE2b-256 |
9253e4a06998eebf2a83984dc8689d802fd4ab64b900662b3e0901bd99208ccc
|
File details
Details for the file mdka-1.4.8-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: mdka-1.4.8-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 368.8 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4838e76561c4e79ec00f03e6d567a3dfe169b9a952285b03a4af1dca1edf51d6
|
|
| MD5 |
b0967098251367b2dd4e9acb5e6be528
|
|
| BLAKE2b-256 |
f64ca3165220fb376c564ebcc95e0f308e84176756692829284a4247dd21d476
|
File details
Details for the file mdka-1.4.8-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: mdka-1.4.8-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 316.2 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9458b6d5fc5908154525119a67b1807fea77b9635d78a8bc60d99aa6adcaed58
|
|
| MD5 |
3dc17459e88b5aac3076b4a0399a5769
|
|
| BLAKE2b-256 |
4297d30487918c31a4229b367f1bd6bdfe1079f873dbb05833abcb013db9589e
|
File details
Details for the file mdka-1.4.8-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mdka-1.4.8-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 615.6 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10ecc465562bdd67a427a4e4c3b18e1d93e4852194940e92eac7661274453baf
|
|
| MD5 |
c1d96f50ecfe9dbef3df8870252b2f32
|
|
| BLAKE2b-256 |
08393dc704df8912e693caefa1ce5ac33457a5d92bda963adecc3b08de080ca2
|
File details
Details for the file mdka-1.4.8-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mdka-1.4.8-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 619.3 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3ff8e1080bb25970d16012de0e965e1601d61e758bb74b4021c573db8136831
|
|
| MD5 |
35e3ce86c7c18a44436ad94e8bfe230b
|
|
| BLAKE2b-256 |
c558a81c7601f33f99f1d7f3c010e8f986fd9cac4ebb0e73bbc56cbfa2805f76
|
File details
Details for the file mdka-1.4.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: mdka-1.4.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 444.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b65b51493a6cd6df49695aa0d43bdf8e69bcd3a235f65161ff38b134e06978f8
|
|
| MD5 |
70b4c4bbb864fed9dc82cbb43102ded4
|
|
| BLAKE2b-256 |
a3ea33e855b81bc46738379ca298c174288a3b717ce798b9c5fdebef029631ce
|
File details
Details for the file mdka-1.4.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mdka-1.4.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 440.7 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e21cad54cd2bc90c7b36d5ff82f4acb7c57508674ef26bb8bb673b4f9ac1e31
|
|
| MD5 |
167876441ff3b18a2de929941461300d
|
|
| BLAKE2b-256 |
434a3863e1bb1c7e47c62a70699fdf3f334cf9dac9824a9aec342a68fcf1cc2d
|
File details
Details for the file mdka-1.4.8-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: mdka-1.4.8-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 369.3 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eabc05ac33021c071247de088f3e0c6566be7db51b0ae9e951c16317374ef1bd
|
|
| MD5 |
09fe527fd394450be498e01dad2ff78d
|
|
| BLAKE2b-256 |
58fbae9626443193c65a730ab26cc70c951adfbeb83026a04530948fd41bfdc8
|
File details
Details for the file mdka-1.4.8-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: mdka-1.4.8-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 316.3 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bfd1ee2e2641fc1e94da7e5030fa8bd39e24e20ebea9133f2ceb034364dd660
|
|
| MD5 |
46bef3213e625a61537a71b29946ae39
|
|
| BLAKE2b-256 |
607a1ce7b00a2474c37d651ae85b28c199c4bd20d8083a5f32662734502cfa04
|
File details
Details for the file mdka-1.4.8-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mdka-1.4.8-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 615.6 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c06c0f0eb62155e1d41da352ad513dad2eedffa741203bd1243ab2875ca7a07
|
|
| MD5 |
ad1cc3bde87e6d400aebe2fbf0b8b665
|
|
| BLAKE2b-256 |
baff8cd62b5ac0039a783c04f064f497d1ef9d9d919a273500013fbf5dcf7402
|
File details
Details for the file mdka-1.4.8-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mdka-1.4.8-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 619.3 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eaedb74aeb04d1bb23466719fa0d2727cfe8b09257592a231ebbaaeaeaf19ed6
|
|
| MD5 |
b08410ecf73b0e85293bc363e65dc192
|
|
| BLAKE2b-256 |
8250bf39dc98ea42cfad50447f6ed01798ba4a503d40e2de281818f801584153
|
File details
Details for the file mdka-1.4.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: mdka-1.4.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 444.5 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aae5cdecf9afe1236666fb2215b9121c2220bcdcd008cc6e959f0806c8296f3f
|
|
| MD5 |
07b893ca138433f6b053184d5dbc8a7d
|
|
| BLAKE2b-256 |
c56dfbf004306aae4c9f679dad6f7327cf7ba4d17ae5516317e89e17fa10b857
|
File details
Details for the file mdka-1.4.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mdka-1.4.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 440.8 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f1d321b4096a1669722f19e9eee3b051af8cb1594b5cfe8e21efeeb84ea2f5c
|
|
| MD5 |
7d5cbf4db3bebeac96932d1f234a7e4b
|
|
| BLAKE2b-256 |
e83c00bbacbfd67ef0c2786a44f664a767549ee44d41b9beb8e28b7854613788
|
File details
Details for the file mdka-1.4.8-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: mdka-1.4.8-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 316.3 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6db521b5f7053f5e09e46583c528284802fdcd4112c13afbf9891c9dec143cec
|
|
| MD5 |
851370adc6266657708c3f58879d8ba8
|
|
| BLAKE2b-256 |
9f6edb19040aa7b1d9aa78329944c354d140c6e973f6e1a1dfaf76113a0ca376
|
File details
Details for the file mdka-1.4.8-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mdka-1.4.8-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 615.6 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9ed344ec8ad6a992d51c592767429b0972a04433b1cea94fe350f3d653e2e97
|
|
| MD5 |
d552ec626a301f9f44602bcb0ae72acd
|
|
| BLAKE2b-256 |
25ce9bd710975606630acc202ba75ef6abf0181955ba07a1e29aaf2422011f28
|
File details
Details for the file mdka-1.4.8-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mdka-1.4.8-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 619.3 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87f7d85efa764ca5c16aa053ee803f996cc2337edb36e64ee1f966d7619a83f4
|
|
| MD5 |
0cc68c2a7f045d07dac67be8310a5fa6
|
|
| BLAKE2b-256 |
80a60fc1433fb586781e833dfd6489d76c028cf1b870d14486ddb0cd4a9af91e
|
File details
Details for the file mdka-1.4.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: mdka-1.4.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 444.5 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b070592ad52540dc0085b5f44d957683d66b423f50d0dd7ea4315a721ae0012
|
|
| MD5 |
6db7b3f028ea3757c286ddffe2f017a3
|
|
| BLAKE2b-256 |
c26500b13a5ebc9890b30ec20b75305e89710c0a4022bb34e7ac5fcfbb4ea922
|
File details
Details for the file mdka-1.4.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mdka-1.4.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 440.8 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7603ac9cdbeb6fdc9e38804c8cf6c3633be932632a948ad3bd54a617e4e9926e
|
|
| MD5 |
9049d648ea89f521e9276ed75e33eddf
|
|
| BLAKE2b-256 |
b0909cdfefec910a50a0f53b8e87abefcc7b9322e72778b51f1dbb9b3153aa67
|
File details
Details for the file mdka-1.4.8-cp38-cp38-win_amd64.whl.
File metadata
- Download URL: mdka-1.4.8-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 316.2 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac68451b9d3817cb52537c0c4a7cf688bfdda2a0c55e2415d987ee6e2f8337a3
|
|
| MD5 |
db5ce0e7d41d1fc21d70a97113425413
|
|
| BLAKE2b-256 |
bd57fa4e08df02e1d7529563e6e990f6230f8931ea6e35db8ec6c92522ca105d
|
File details
Details for the file mdka-1.4.8-cp38-cp38-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mdka-1.4.8-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 615.5 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
420e1cabfd1e25cf1598ec8191a00051a6d6f9cc2eb128c1065bbeb8f36399b1
|
|
| MD5 |
c1d2390b97bce71802c94a72370beafa
|
|
| BLAKE2b-256 |
212d51c8e697ac90e18e731dec47b163bdce23b569536ecc0d67878f21be5014
|
File details
Details for the file mdka-1.4.8-cp38-cp38-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mdka-1.4.8-cp38-cp38-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 619.3 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edcdd8d069a410a950a869f1cffcf78d0f72244828849264ddf42801eb4a7fd2
|
|
| MD5 |
3fb1ed5859b4ebf90b1bb7ef9ff3fe7a
|
|
| BLAKE2b-256 |
7e5a438a3b07b1beac2845720777868d1638a750c9f151dbd38564612714d28f
|
File details
Details for the file mdka-1.4.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: mdka-1.4.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 444.4 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a72c3d15180b9412a61482c05a838a24073f4d99c9317c519d17eb8cecf4510f
|
|
| MD5 |
8b6b5be74183ad1d6cc4544e87039e3e
|
|
| BLAKE2b-256 |
9ee6fcaf2269606519698d876c3502f1c6dad10180b1a8fcd31192dfc0fa5e55
|
File details
Details for the file mdka-1.4.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mdka-1.4.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 440.5 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f652911e711af8af027bd8b70f9b5b49633daa8e2aa0f781be4ba79f34a7bc0a
|
|
| MD5 |
f1673ff98dff75a2c376023dce057c02
|
|
| BLAKE2b-256 |
8b24a8b5149823b9709f09b1d2f028ad70f7d8b146db007b5a55583ab602a1c3
|