HTML to Markdown converter
Project description
mdka
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
Usage
Executable
Releases' Assets offer executables for multiple platforms.
$ ./mdka <html-text> # not html file path
Development with Rust and cargo
Cargo.toml
[dependencies]
mdka = "1"
awesome.rs
use mdka::from_html
fn awesome_fn() {
let input = r#"
<h1>heading 1</h1>
<p>Hello, world.</p>"#;
let ret = from_html(input);
println!("{}", ret);
// # heading 1
//
// Hello, world.
//
}
Python integration
As of 1.3.1, this library can be called from Python script.
Releases' Assets offer .whl for multiple platforms.
Install:
$ pip install ./${RELEASE_ASSET_FOR_PLATFORM}.whl
awesome.py
from mdka import md_from_html
print(md_from_html("<p>Hello, world.</p>"))
# Hello, world.
#
Acknowledgements
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.3.2.tar.gz.
File metadata
- Download URL: mdka-1.3.2.tar.gz
- Upload date:
- Size: 44.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59b49ee84b74ed3661f57ee2e6e445ca5420a120f99d85dc4df73dff0a22ca81
|
|
| MD5 |
606be3fc968a9761e4635eb7ca1d3b3b
|
|
| BLAKE2b-256 |
6e19b101f7dabc4d110060d66354cbf71f78c97bcd157110e0ec2d072f1eacda
|
File details
Details for the file mdka-1.3.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mdka-1.3.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 605.9 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
717c68262a81887492f70689409bb9e0b28867d23a6d2b800dba80a61ef8074f
|
|
| MD5 |
a828e5dd45e8fd766a135d5a3b9e278f
|
|
| BLAKE2b-256 |
d7b7aaaabbec65b348f15737942202b706d26cebcec81242a434b489e2df7f2f
|
File details
Details for the file mdka-1.3.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mdka-1.3.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 606.5 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9011a6d429efbf5777c13fd8218aa02b5032009bf926428c1ca69357621bb81a
|
|
| MD5 |
7299c476db6f648617b8774ce1770fa5
|
|
| BLAKE2b-256 |
0b027a62d0ed40da8175b0389d00935346fe708dd2ce38a154a8309151b3acf3
|
File details
Details for the file mdka-1.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: mdka-1.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 437.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b272cb69126ebcf1610af07788d5d12282a8731fa6647ae3708e9b6c0318942
|
|
| MD5 |
243f8c5e5e47bd990eb56746309953a1
|
|
| BLAKE2b-256 |
398e3413b34d4ca02d5c95cf6e86a60d65bb04bb059f499a1a4610656d1d5e19
|
File details
Details for the file mdka-1.3.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mdka-1.3.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 428.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a85a9568a96d80f8e9bf5c0028203d1e40eb8fdc1d67b44103809e6d149f02df
|
|
| MD5 |
2331f8f9bb4a0ad1be82a4d0df50df89
|
|
| BLAKE2b-256 |
69a09f9cf166e61c2d04c5b4282acea34ee255a5fcf407a85c527eca69d8dc6c
|
File details
Details for the file mdka-1.3.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mdka-1.3.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 605.9 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d280a36fdc2f82033c911becba071cd3d2d3c67f3e3102ac27d13fac697a42b
|
|
| MD5 |
ba68e15d2cf263a334535f830012ab15
|
|
| BLAKE2b-256 |
359a7fa672d907ffb37fab3cf2067294e7fc651ddeb294d8c3ccfff973aaf4a9
|
File details
Details for the file mdka-1.3.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mdka-1.3.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 606.5 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc9cbb11c2ade6104b398f3ff4469279c73cb3f0197b9d3bfe890e53d8c2efa6
|
|
| MD5 |
a2c23696d8827d8bdcce79deabe40b26
|
|
| BLAKE2b-256 |
9a2c63c4506d6beb5ce20f27a5171e0305d03749c0076ed1685b41f3bde9f096
|
File details
Details for the file mdka-1.3.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mdka-1.3.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 428.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5c5fc27acf11b005e8a6a2f6d2720d4eb10a6367d494fca4a9b9e1c74355550
|
|
| MD5 |
2b9dcb8eea208c01d32694803193fe3d
|
|
| BLAKE2b-256 |
c1e42be4e18337db1ed787ce5214306010e78b979dbef885a62b1f0d2cbb4d31
|
File details
Details for the file mdka-1.3.2-cp313-cp313t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mdka-1.3.2-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 605.1 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1770a2d1a3d60f0db5c70b849d3591a279245e92560d23d8d32e237d6b16bcd
|
|
| MD5 |
d0ae7d8c0a135c70aa3959d069b04b49
|
|
| BLAKE2b-256 |
9bbe0f145ea87e42b41661f5fb32e59d12432c08319908cd16553cd44ab069d0
|
File details
Details for the file mdka-1.3.2-cp313-cp313t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mdka-1.3.2-cp313-cp313t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 605.7 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19acb748046f82efefef3a921474f5bfceaa8d52e7e4bbcf0a10baa792245a0a
|
|
| MD5 |
e1af6bc1eccf09f2f74f8f6b0b30d637
|
|
| BLAKE2b-256 |
f5fa99a40b590108b79cba65c3cd62e816ad3e025e8259cf058c1b83e1d8655a
|
File details
Details for the file mdka-1.3.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mdka-1.3.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 427.9 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c052feb3ea798ea65c79d29d14d919c9c2c9a84068962d2894d5710f8ea077f8
|
|
| MD5 |
c46f2c311d6670ea564a800421bb26a0
|
|
| BLAKE2b-256 |
9f106dbe2a069560aa78b1692528f576845981c87957e7fe539f8b53a8195df0
|
File details
Details for the file mdka-1.3.2-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: mdka-1.3.2-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 303.0 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21df31cefdc2c25de83367101d99f4300f578d54215019a2dad59017cb1dc558
|
|
| MD5 |
f63f624bfcd27bb6716537803b4535a5
|
|
| BLAKE2b-256 |
63e8a3111a404036c17ecf8236556ef2ce2139a7085766adc49867629a66f0ed
|
File details
Details for the file mdka-1.3.2-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mdka-1.3.2-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 605.0 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
910f5cd297e2e72d003d6d2742c73a4262bd9a487075f62ddd649e966a7c78a7
|
|
| MD5 |
16d54cf01c80605daf6854110bcd036c
|
|
| BLAKE2b-256 |
a4b2ae1b18bca66264d891fab772d9f9d1213316679ebdfedb16dcd15fcd8436
|
File details
Details for the file mdka-1.3.2-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mdka-1.3.2-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 605.9 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c9bdb747547abb4cc107b6f523cd6e54f62374e1c2e3eb306f80653f220cff4
|
|
| MD5 |
05c6f2069c5a104b24e8cbbbb700369e
|
|
| BLAKE2b-256 |
86afb23ff56af449943c00bab6c94c8eb1b774de7d083f8dc5a9e9cb2973e268
|
File details
Details for the file mdka-1.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: mdka-1.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 436.4 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21ea387e00794d1db1ed8665908deb7bfbdae47689323104e5925efe6b2540cf
|
|
| MD5 |
1de8f50c459098bb1d5f802cb10150e3
|
|
| BLAKE2b-256 |
766908ba5dd9e5780a3a76f7a50a0bfc50f56138aaad00954c1593520343c388
|
File details
Details for the file mdka-1.3.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mdka-1.3.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 428.0 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3376d1e17915097036def84201f8d0145ef4ee127b834ec82559aca1b2aecd3a
|
|
| MD5 |
32076890fec27796bb0106bf694d4d4a
|
|
| BLAKE2b-256 |
05515602c6f33bca59e5ccdc8dd8e35a537db67f1894da49f1b840d7e9fb12fc
|
File details
Details for the file mdka-1.3.2-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: mdka-1.3.2-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 363.2 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf8e92316e5079fff522e3c6afbe2782ebcd66882ab8440ae51a8f44dff7a16c
|
|
| MD5 |
bcd7adcdc7707f910037767ec818643b
|
|
| BLAKE2b-256 |
ced8b6b9c50e374178916508c7e16972eb8e5c03e3d1ad2b0bfa0893353b6a14
|
File details
Details for the file mdka-1.3.2-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: mdka-1.3.2-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 303.1 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c554151e3fd40ab037ec209d08bcf2fd0b66bdb7dcc7fdabaceb9686156c968a
|
|
| MD5 |
a98ce2a5c51fd92ed44ada3d7e5dd7f1
|
|
| BLAKE2b-256 |
a38ca34fc899b1c8d569f65cdb562d90379ee4b81715902cbfcbeeba956f0752
|
File details
Details for the file mdka-1.3.2-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mdka-1.3.2-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 605.0 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1fe9b1b01d073db1d9358f2db8721a0591285f39c4c368e2d935eaaf7815eed
|
|
| MD5 |
e2aab73c6b5d723f82de4846a5f9c5a9
|
|
| BLAKE2b-256 |
0b6b9a40fbdbe4a6c97711e13a10fe088111a0f466e03307e731e17383d674d0
|
File details
Details for the file mdka-1.3.2-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mdka-1.3.2-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 605.9 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e13879d7468da703d22f19b4075da8c6144eceddd595804707c04f19a104936
|
|
| MD5 |
1e1aca5f1094f622a499bd60a6a468b4
|
|
| BLAKE2b-256 |
abe26858b9e56a1c2333312662936a0ca8cb2431e26ba89b4381b37a12d31d60
|
File details
Details for the file mdka-1.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: mdka-1.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 436.3 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83693c237384bda4e70112c5e2c4d924fafcdce9ad01c08f55bdb0fe920e9662
|
|
| MD5 |
7cfe6a2baead84ef6f0209f3acb4d301
|
|
| BLAKE2b-256 |
308659c36ed060343727a3f9d17e0af9368e68e04659771c088f2b4fdf0e9253
|
File details
Details for the file mdka-1.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mdka-1.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 428.0 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fce20aa354579b4e4a5a73c947f6035f5017ccb41018932ce07dcbb90ab0b4c1
|
|
| MD5 |
2f737af749ae082446d12804699d79dc
|
|
| BLAKE2b-256 |
230d70dbb1930c574019e26c98807d6979bff3f34317849497005ef8738a58d5
|
File details
Details for the file mdka-1.3.2-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: mdka-1.3.2-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 363.2 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4167666c9e6b884c0f2b787386ee4e3b409b0f90a5123598ef0cdcff52b2c17f
|
|
| MD5 |
f82f279b69e6aef472c41b2e3c4be52b
|
|
| BLAKE2b-256 |
b4f5e27987a2d4badcc4330f0c402a58630a90984e7ed7fd771dd16d0bd985d7
|
File details
Details for the file mdka-1.3.2-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: mdka-1.3.2-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 303.8 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
481afac7b242f444856683ab6225c53819c5e6c7460447c89e3e08d0274fea04
|
|
| MD5 |
99435bb3d564c636869ac113dfc60d36
|
|
| BLAKE2b-256 |
d9bb7bdeda3b22dd8e2ecf69002c50a40b60e12923108c35522536cf61827351
|
File details
Details for the file mdka-1.3.2-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mdka-1.3.2-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 605.6 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46828ffd327139b6202da2974d14f103a672de437d1c27fad37483e236d61c3e
|
|
| MD5 |
2c57465f3079d0ba6602af5f579ee016
|
|
| BLAKE2b-256 |
1ba5c7c94264868a51bdbaad784eef49ce45749197b759acaaeb0382fff7d6c5
|
File details
Details for the file mdka-1.3.2-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mdka-1.3.2-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 606.4 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35523236ec8f6b6b8c2ccf3d66970f85e002ca7e9b2650d90b2b357d0be12c53
|
|
| MD5 |
ae059017b1964343a0c47a13945b818f
|
|
| BLAKE2b-256 |
3a298eeeb72b7dc52df5dcbdc0a9b0b07a60de41706738248aec88ecbfa5578a
|
File details
Details for the file mdka-1.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: mdka-1.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 437.0 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c76edd82827acc73ccfec265d12f2b7b4bcdb125c34739405d60585e276cd057
|
|
| MD5 |
a12085249fd14eb106f811cb4510acef
|
|
| BLAKE2b-256 |
dbc958520bacc8b1d7115758a7d551c3e6976f61f796c599a7dd45d4b4afe5b8
|
File details
Details for the file mdka-1.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mdka-1.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 428.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
800717ce7b912ba05e09ce6d40ae3ffcb0edb77a32ba06eb97aa9a0d5af95456
|
|
| MD5 |
6316a454e2d5d286e01412fc4a3d92f2
|
|
| BLAKE2b-256 |
6cf92dd35210ee93d4f5e56f6d749f695f2182336d30c6a95f6a47f884d7effc
|
File details
Details for the file mdka-1.3.2-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: mdka-1.3.2-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 363.7 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94a4be4d87fce6c53e8e8e28c4d6a90c7b1b89e09608026a37953929d43592fc
|
|
| MD5 |
090c301e4aa6df9940985ce24546ec03
|
|
| BLAKE2b-256 |
5947ec5e83d3402b0a7caa4f9695d3ac5d62a16741ad70fe081055f9d047bb26
|
File details
Details for the file mdka-1.3.2-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: mdka-1.3.2-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 303.9 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b839d3e9621ee5e35b4cc27cbe909056dad629f2c0aa3b8160ae88d6e15beb3
|
|
| MD5 |
33fb316c1c2036a39e5e235a6acd0468
|
|
| BLAKE2b-256 |
c5e052fd569a0dcc646f521a736d282af804fcc983f45e004994b1fd35bc2434
|
File details
Details for the file mdka-1.3.2-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mdka-1.3.2-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 605.8 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4fb4198f3843539a69f10f3d1203bdcda7b043ca305cef361edc423d7095e72
|
|
| MD5 |
4b2c20dc379cbec5e0ebf0b924a968a1
|
|
| BLAKE2b-256 |
4420d0e1d27a7bbaa37061735bc90a358e66c9fbe898c2ecfafb06d47799e14c
|
File details
Details for the file mdka-1.3.2-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mdka-1.3.2-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 606.5 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b1655e885be8e40cd3688dd8799990e432f1ed507d2e45c1b8aafb654ffb5ac
|
|
| MD5 |
88a87166341522b7db39cc10ba0e8f12
|
|
| BLAKE2b-256 |
0236465de1acd77456fef978cf184517e60285afecd5d81bd354d6e6eb1385ea
|
File details
Details for the file mdka-1.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: mdka-1.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 437.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c8e73cbd7b69e37d53ae10b91bd4267b25e880dc484bb124ea1ba80f07b5fca
|
|
| MD5 |
8186f771a6caf4bc42ee5a5ca2908cdf
|
|
| BLAKE2b-256 |
97464bb0c7fe6cb0f5fa2ab8da238d2e15db6f3e5a25c6fd3042d2c4e238a4e7
|
File details
Details for the file mdka-1.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mdka-1.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 428.6 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de26d22234aed905d6ae715f0aa8671ba420982c5606070c228740b0d6f2a9f4
|
|
| MD5 |
4a126aa07f105e4e2010746ebd515f7c
|
|
| BLAKE2b-256 |
e4f542ea56e2b246025e6a46726b4fcd76b41a9d24e0728b50a960d8192e68f8
|
File details
Details for the file mdka-1.3.2-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: mdka-1.3.2-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 303.9 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e091b266485aecde2bdf54cc1fe33bd8ac3e22c69ff0ae662ab74ed070ce7ef0
|
|
| MD5 |
d27f15f28b4db045aeee985b7a34cc0a
|
|
| BLAKE2b-256 |
f9a7aea03893814becb1140c173d343cfb84d11edbf1f4a02b1121c1feb30837
|
File details
Details for the file mdka-1.3.2-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mdka-1.3.2-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 605.8 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f55806cb19269e4c8aac37cd97c3a02f7824fe5e91d1f8b7c05caed2fd051fc8
|
|
| MD5 |
f574f8248fab9e67ecf26c049cba9f4d
|
|
| BLAKE2b-256 |
6a74711151a373548f5b502bcfa967873e86508752a65787ddbe23b62744138e
|
File details
Details for the file mdka-1.3.2-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mdka-1.3.2-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 606.5 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9272f45fa56ba7a25135dabeeb5308c0a0d8406c857c89a5ff2424e6a6eca5e8
|
|
| MD5 |
4a5922f7a822e7893b7171f3d3f1d2c2
|
|
| BLAKE2b-256 |
b3bdd1272b5c332586f9cd7fb350f01fd8b0b16c58a3e9f119e33b0742e12f0d
|
File details
Details for the file mdka-1.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: mdka-1.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 437.2 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a803d33880704145bbca14d2604f11696f8603afe578ddbe039012ea8872e3a
|
|
| MD5 |
e1fba4f5900f525fe8396e8b512fe6c2
|
|
| BLAKE2b-256 |
c1a46b39efc5edd36361a7a821fa042a996cb50758a12970df59e11b6b900a22
|
File details
Details for the file mdka-1.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mdka-1.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 428.6 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74615559102f8513e03bb700c3909a853b2b122da8309373f35d999f37f8ea33
|
|
| MD5 |
3e4cbc1f5c69d3065a6975b21138da7f
|
|
| BLAKE2b-256 |
c9b01f6b9ba0b40213c97df51964042fb677f576065dbf0433455794efe85877
|
File details
Details for the file mdka-1.3.2-cp38-cp38-win_amd64.whl.
File metadata
- Download URL: mdka-1.3.2-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 303.7 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
653d7219665c4173dec4bd5f807528402fa293e94dedbe64058037cac1c1ef54
|
|
| MD5 |
25e3724a6d52b77bf55c939df8cd330e
|
|
| BLAKE2b-256 |
9f60c99c21f943b91d66e3d5681d687d8b6e6c34ae2330eb0c56701680304bdf
|
File details
Details for the file mdka-1.3.2-cp38-cp38-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: mdka-1.3.2-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 605.7 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f5ae7f0e121a67ccc1adbe68f552ab75b040bb95a2835dbf84b55823ba86227
|
|
| MD5 |
5522964771c8cd7e12c2d2a84bfdcb13
|
|
| BLAKE2b-256 |
ee301629a203c9528c2d15161ba85790be4d01e4bdb8c653dc95f0a931593dda
|
File details
Details for the file mdka-1.3.2-cp38-cp38-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: mdka-1.3.2-cp38-cp38-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 606.4 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba40077791527bf1e2a52f74c75cd64fd234b09fd2abbd6c2036020a6d8b93d2
|
|
| MD5 |
0f0aba9ac7bf863b7313d246dab05101
|
|
| BLAKE2b-256 |
f744172d0a34aa77ede13578eca3dcc38ea1d1bdada4c0e0da751d3c17ae06f3
|
File details
Details for the file mdka-1.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: mdka-1.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 437.1 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf0bc6fc4c356884461f013d0c3c6c572f14f6a23ef96ba25ef0cb438f6c3c0c
|
|
| MD5 |
f84e8d1937c0f578e5de3cf5d220880e
|
|
| BLAKE2b-256 |
bb61f473ba32f97733da1817e30531f8e14eecc1415d6c8abb7f424040d22999
|
File details
Details for the file mdka-1.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: mdka-1.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 428.5 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac406d1d20c406fe08c534b79c99409ff809041ab5cec29e539d818a96ebfeb4
|
|
| MD5 |
f8a64039c9f90211aec6a59697870dfb
|
|
| BLAKE2b-256 |
b1d981a4dbb6dcce818ac1c1799f90a2962d43462e3df0ade682e419bf422949
|