The fast, most optimal, and correct HTML & XML parsing library.
Project description
The fast, most optimal, and correct HTML & XML parsing library
Documentation | Releases | Benchmarks
MarkupEver is a modern, fast (high-performance), XML & HTML languages parsing library written in Rust.
KEY FEATURES:
- 🚀 Fast: Very high performance and fast (thanks to html5ever and selectors).
- 🔥 Easy: Designed to be easy to use and learn. Completion everywhere.
- ✨ Low-Memory: Written in Rust. Uses low memory. Don't worry about memory leaks. Uses Rust memory allocator.
- 🧶 Thread-safe: Completely thread-safe.
- 🎯 Quering: Use your CSS knowledge for selecting elements from a HTML or XML document.
- ⚡ Streaming: Incremental/streaming parsing support.
Installation
You can install MarkupEver by using pip:
It's recommended to use virtual environments.
$ pip3 install markupever
Example
Parse
Parsing a HTML content and selecting elements:
import markupever
dom = markupever.parse_file("file.html", "html")
# Or parse a HTML content directly:
# dom = markupever.parse("... content ...", "html")
for element in dom.select("div.section > p:child-nth(1)"):
print(element.text())
Create DOM
Creating a DOM from zero:
from markupever import dom
dom = dom.TreeDom()
root: dom.Document = dom.root()
root.create_doctype("html")
html = root.create_element("html", {"lang": "en"})
body = html.create_element("body")
body.create_text("Hello Everyone ...")
print(root.serialize())
# <!DOCTYPE html>
# <html lang="en">
# <body>Hello Everyone ...</body>
# </html>
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 markupever-0.3.2.tar.gz.
File metadata
- Download URL: markupever-0.3.2.tar.gz
- Upload date:
- Size: 102.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fa606b28e402ddb7238187af9373a6559993dcd7875461b7ae96c9110dde790
|
|
| MD5 |
7abfd0a26ce7a5534d2b2c3882aa306e
|
|
| BLAKE2b-256 |
ab564c20e3c22c29af2b79b16d98e4cbe3311b227993eb58674aaf59315da8d4
|
File details
Details for the file markupever-0.3.2-pp311-pypy311_pp73-win_amd64.whl.
File metadata
- Download URL: markupever-0.3.2-pp311-pypy311_pp73-win_amd64.whl
- Upload date:
- Size: 540.4 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3525a436a29b2f82e992250b100a01d9fe58b7d91d49f441f049ec72a5c81945
|
|
| MD5 |
4e39aa5978d890efc03c38f0303870b0
|
|
| BLAKE2b-256 |
d613c1988ed35d351d1f17d6965b142a38f493e005687d6c690c20d890dbf73f
|
File details
Details for the file markupever-0.3.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 862.6 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc291a44361dcb515df13fddcebda93c600aa02681ccac857b76acc2622d2191
|
|
| MD5 |
742d1b23f89471719a0e0609b12c37df
|
|
| BLAKE2b-256 |
8929d752e048cefb9ef0a77db8af24c352ae8e75b3d0f6ea6e00ffa2056f1747
|
File details
Details for the file markupever-0.3.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: markupever-0.3.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 861.2 kB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
093f42dac87bb4e68f7b092fa8b18d99349c62a45cad7a8215e9fcfe65403ac8
|
|
| MD5 |
79b5166e19f5d69f093a1c1313a098a3
|
|
| BLAKE2b-256 |
2e02ebf1817e1a96ac09971175317d2f4c3314f8ecbedf080da0c62b6c6df080
|
File details
Details for the file markupever-0.3.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: markupever-0.3.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 927.0 kB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94ce63b2df2478d60db168eccb15def8387fcbeaf12dd20eec64b0d381e26da7
|
|
| MD5 |
429ff639e2aa212602feee0401c45569
|
|
| BLAKE2b-256 |
de49e5a37984bc79857a3cb671a1af302dcf0a9753fe6347c8c2e29ad1c1f009
|
File details
Details for the file markupever-0.3.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: markupever-0.3.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 843.8 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ab8a96b5e88d744507293efd2ee0fdb7674637ebef41ab1be6ab1efa9ac6d52
|
|
| MD5 |
61901ec32de08f80367d565d3da4ad7b
|
|
| BLAKE2b-256 |
15175d18c39da99ad479f5eff91c8777d8dcdef173a616d4ee4c109bc7c6fbd3
|
File details
Details for the file markupever-0.3.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 668.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b99eddfef2623132cbb91313ec73edcea40a544ce4538980c2d0383661145a3
|
|
| MD5 |
44cfe427585ac3a01ba2f56205735c47
|
|
| BLAKE2b-256 |
95c259d604d75ad78391af14be1bea5227ef6f37f6ac29912ca688a982c26c65
|
File details
Details for the file markupever-0.3.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: markupever-0.3.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 805.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
444f42dad7fad00a0278ede72ff13bea291bcb6cf916bef958ccec144ec6b197
|
|
| MD5 |
327a38c632a453b3bdb799ca5506f0e4
|
|
| BLAKE2b-256 |
41ef94d7e600d18ff4f05582313a2ac5d0f9bedd18b5e5c2c03209438b3aad1e
|
File details
Details for the file markupever-0.3.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: markupever-0.3.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 753.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3cf7bb465c89f679beda2be7c3e73b2b821d0a6ffcf42aa467aca8dc91614eb0
|
|
| MD5 |
fb57892151b2d1802d6b7b87d6b70bc8
|
|
| BLAKE2b-256 |
eb77f05de01cae0bbd22a2e0fb8253f241c3d4cd3d69d11bd719f9a47882a9cd
|
File details
Details for the file markupever-0.3.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: markupever-0.3.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 662.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5199516c594e6a085bb13d4654e6e03024ff37ecde34146a0afab2c4de92feda
|
|
| MD5 |
56eb732d454aa0533aa0f95405d42623
|
|
| BLAKE2b-256 |
7e2a97986ec67d74bf2b2ba532679ef6e2d1f6b244427013499b0e015ae9c12b
|
File details
Details for the file markupever-0.3.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: markupever-0.3.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 661.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe0f40e14efa5c4ca7c02ef8a83327c528936e807a7b9493a4fa1051c8508875
|
|
| MD5 |
2ba502b6373fd3b81cb4f86bfc30c8c8
|
|
| BLAKE2b-256 |
2a0fd2b39b19b9743e4b109f32709e0636e8256f87660da0210c51d6c23ffe75
|
File details
Details for the file markupever-0.3.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: markupever-0.3.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 693.3 kB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49a6aaf5287ea445dcca7a7c449789d8c523d70e94c4dee19b6825f3bc7e7fad
|
|
| MD5 |
12455b919f7a43cae443aca6716ed2d7
|
|
| BLAKE2b-256 |
2d47e67b15c318e831414f974cf98cafb72a573a14f890a396abcc14cf3439e1
|
File details
Details for the file markupever-0.3.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl.
File metadata
- Download URL: markupever-0.3.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 584.7 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13902cf92de04b0259306c018e9308dd4549afa3dfc921493b24452ba4451cbf
|
|
| MD5 |
8048b57d8403ebc514110e207d6702db
|
|
| BLAKE2b-256 |
cd2a07d9b7bb39ed39bfe15b9c40037305e0b1e9c5edcd6ca2886caaecbc0ba4
|
File details
Details for the file markupever-0.3.2-pp311-pypy311_pp73-macosx_10_12_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
- Upload date:
- Size: 621.5 kB
- Tags: PyPy, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9e0f9330e21ef13a2ad8fefee4fd2d461b4f0990aa3fed476eca1ea346be5c3
|
|
| MD5 |
1677522366f84d4974a048f2d2b09768
|
|
| BLAKE2b-256 |
515a97290ae7298dbf546a1691adbb1b9c2646e8b23d9c32f2a7a0601b7e7467
|
File details
Details for the file markupever-0.3.2-cp314-cp314t-win_amd64.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314t-win_amd64.whl
- Upload date:
- Size: 537.5 kB
- Tags: CPython 3.14t, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c22649b8fea10994e8bfd62f7ac8e417e24e110a81670732a1dd490cde414220
|
|
| MD5 |
4a2ff62c57291d3b7859b1eae8692894
|
|
| BLAKE2b-256 |
2e17bc3ca11a13e015395f70dae1e02e54a14f4f5ccdc5820eb59b9f56836b49
|
File details
Details for the file markupever-0.3.2-cp314-cp314t-win32.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314t-win32.whl
- Upload date:
- Size: 534.0 kB
- Tags: CPython 3.14t, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
449ad255920cb502c701ab7fa409a89898214d0af28a045e9c8b71e1d3c54a2e
|
|
| MD5 |
cedc546d303f7af729f2a322a491aeef
|
|
| BLAKE2b-256 |
92245f780386678b3a578f43ba9168bbd1b7036186e3505935057540d679817c
|
File details
Details for the file markupever-0.3.2-cp314-cp314t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 862.3 kB
- Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b21ef960fa5d7b78123e188b8e82afb90f7c2280ce56b98348579d4be7d9c85
|
|
| MD5 |
f0067c41e9c3a4ee2279a8d3d47bf337
|
|
| BLAKE2b-256 |
050c729ab6cf249d1138b66e2dd0773f09157c2383ca9e79ec5be46e7cff97ab
|
File details
Details for the file markupever-0.3.2-cp314-cp314t-musllinux_1_2_i686.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314t-musllinux_1_2_i686.whl
- Upload date:
- Size: 857.0 kB
- Tags: CPython 3.14t, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a38345ed666232c2b1c17bcc735efc817c247b00e3aa82215fc4f645b43a1c50
|
|
| MD5 |
e3fb61a66e06c9314fce792cd93474e1
|
|
| BLAKE2b-256 |
d5d4f91a5406f4e57d2ecf1535d448bd3973bdb547a08f2d97b4d38ffc748fe3
|
File details
Details for the file markupever-0.3.2-cp314-cp314t-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 922.2 kB
- Tags: CPython 3.14t, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
392282b5659afb96d989ca3e67868c9b98d55078be127472deabe93fe14cc980
|
|
| MD5 |
20e7c24adab219ff969fd9913d0b867a
|
|
| BLAKE2b-256 |
7e2cc43e9a10c0d878e5658a02e8aaa9a68e2184f64745ea2ca145a9830e3987
|
File details
Details for the file markupever-0.3.2-cp314-cp314t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 840.6 kB
- Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adcee3dafad4ceb44943260a6a03e56b15d880baed558d7a30d125a51ca4a58f
|
|
| MD5 |
bd557fe6a99f11a5d88f2ee55c675219
|
|
| BLAKE2b-256 |
a8c23a21adaa870698a83feeb2e954fe333c6d6df2bdebbd05ff378804bcf1f2
|
File details
Details for the file markupever-0.3.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 667.8 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a05ccb8836896ddd9e735f667663c2ba94b6161d718fe21c48aaffd0a425cf8
|
|
| MD5 |
31a629e61cf3dc5f82f23b5427a75608
|
|
| BLAKE2b-256 |
1112092ab1840f8bf251e1ebed9db190026b4ec6e0d064c906728d3c9775baa0
|
File details
Details for the file markupever-0.3.2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 802.8 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9125ca5515193e07bac04762084ea5a7dc8f5598c2a7177ae8c27eb32fb41e6
|
|
| MD5 |
4e3b20ddd1819d9cc372f0bee8d938b7
|
|
| BLAKE2b-256 |
7f082da7fc6834f167bb902aabd6621ea11559f7fc1be71b9671dc8e53882e47
|
File details
Details for the file markupever-0.3.2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 749.8 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3cefc8919b308388de38006ac0be5502666284e9db8a4749a1d1f587a252abe3
|
|
| MD5 |
477d3013f7a3337390190e4a35617440
|
|
| BLAKE2b-256 |
729270f27775325a0c4e6fd9a30fd81510d7f4f1b4829c01726f7eb8c2e5ec68
|
File details
Details for the file markupever-0.3.2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 657.1 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3301d3846c5a0c824c39db2b89bc10beb3ab7b4738f6432eae25d8d054203e3
|
|
| MD5 |
1fdee8e621f94145b3b4f185e3c772a7
|
|
| BLAKE2b-256 |
47fe5cb788b28ee9c629068779711c177c81cb03d5fc0b7091b49f5ddee065b0
|
File details
Details for the file markupever-0.3.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 658.8 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e2a98ef471df942780a94a139880006f0ab2f7cefe85ab090c157dfdbeef18f
|
|
| MD5 |
fe9d937438d3ff1fb5322d38ef71c2b1
|
|
| BLAKE2b-256 |
de88025deb49a6aa8a43da254e65bbb6dcf00a7cff1835504dc15338863f42c3
|
File details
Details for the file markupever-0.3.2-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 689.2 kB
- Tags: CPython 3.14t, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d54f536154a6ee9d65672e63b2c7e566fbf33a622dcc2dcc31d1801b32d5c3e2
|
|
| MD5 |
32509b6ba697baef1b8c7dd545656edc
|
|
| BLAKE2b-256 |
ba8711295ea52fc2a9afee9a72d7773ecffde131f11c167598e9e97858160592
|
File details
Details for the file markupever-0.3.2-cp314-cp314t-macosx_11_0_arm64.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314t-macosx_11_0_arm64.whl
- Upload date:
- Size: 582.8 kB
- Tags: CPython 3.14t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e88e05aff1180fb3d8a1e428b306fb48c995883c8b0ca6df9bc5c94cccc6660b
|
|
| MD5 |
40a879a14f39729755a39e3d01fd5596
|
|
| BLAKE2b-256 |
ee6abd9db951b13630ecf5726ab6cff7f5a179fb86ffe4166508e29ec67fcab3
|
File details
Details for the file markupever-0.3.2-cp314-cp314t-macosx_10_12_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314t-macosx_10_12_x86_64.whl
- Upload date:
- Size: 619.0 kB
- Tags: CPython 3.14t, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf6ca5d857628886f0bd4f8af966f3b908f8039a13483a5507706c3fd4f1d4a1
|
|
| MD5 |
69f2cc2cfe69934a2c87c98bf9759419
|
|
| BLAKE2b-256 |
d061f07da57d372bbbf31ed779142fe1967c95c11f4722f6111d16fc4b173fdf
|
File details
Details for the file markupever-0.3.2-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 541.3 kB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ed9afcacbc1196366b21935182459b3ae1a87da7ca2bc8f5e1ae25f36c3564a
|
|
| MD5 |
c1abfdaee32b4a410c25674520f53fa4
|
|
| BLAKE2b-256 |
9f8090526822561bd5ed5efa97c4f06f82b0563fa4a5f71930cfc0e22f6f25f0
|
File details
Details for the file markupever-0.3.2-cp314-cp314-win32.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314-win32.whl
- Upload date:
- Size: 538.4 kB
- Tags: CPython 3.14, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
231a0b66bc0e0febcef7ff31a7ce99c62cf591581781a88e45d5ca170e165162
|
|
| MD5 |
30741ea13390738a6adfc5b172aa4b3e
|
|
| BLAKE2b-256 |
434515ef7d3dab5c45718a03f8505d62842b3daa033697ae2425d0655a6dbd01
|
File details
Details for the file markupever-0.3.2-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 865.4 kB
- Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5154e459dea56f5d38ba812152b1e799e73f15bcb4f2f133d311317e309a999f
|
|
| MD5 |
727df4573b45f703b8c9a51be54e743e
|
|
| BLAKE2b-256 |
8d9d37479119cf062487b82da33fe1bb3f2cf9832ad1d69edca8f698357e54d9
|
File details
Details for the file markupever-0.3.2-cp314-cp314-musllinux_1_2_i686.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314-musllinux_1_2_i686.whl
- Upload date:
- Size: 859.3 kB
- Tags: CPython 3.14, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
185807afde44c808b1af2b1263001aa8a474b2fb2ec92bfb3d9fe4524f233080
|
|
| MD5 |
9d2c9ad06e22296d316cef90cbb64b5f
|
|
| BLAKE2b-256 |
ba697956f816a4a0cd7fc002286430bbde1de2b194673d95f8a4a16f562aa67a
|
File details
Details for the file markupever-0.3.2-cp314-cp314-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 926.9 kB
- Tags: CPython 3.14, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3dba3b7213a834187837a80549312e82200f264cf64841fa1e710f10ba59eb0a
|
|
| MD5 |
6845b4432e10fe64981681e2050705b5
|
|
| BLAKE2b-256 |
7344f099d8538017bc09544acf26d30567c3583f2b7995c6e8aba91fb2704f20
|
File details
Details for the file markupever-0.3.2-cp314-cp314-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 845.2 kB
- Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37cc62136c7dbc0c59c26b2051f0198367b98e7676dcee9bdb07094da4b4d11c
|
|
| MD5 |
8af979c884eeccd4cb30e7378c8980c1
|
|
| BLAKE2b-256 |
e2cbbe2e1a415c049d9f5ac03c12247a5cfe7655ae40722f805492c4f12ad5b7
|
File details
Details for the file markupever-0.3.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 670.5 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15eaa69091dacdeb9677c77c6efad74aad3699b7dfafd6ed63ae63fa90df71ba
|
|
| MD5 |
87b81243d4cee4aba62cf03d030ffd67
|
|
| BLAKE2b-256 |
a850b5e28febc14ac78fb788f1c71225c22585610de84c287808952c6eba0a8f
|
File details
Details for the file markupever-0.3.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 806.4 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
268c23036346cb1034d74ec2a39ff6469c703ad98db6f86d660e29d34b1fdcb4
|
|
| MD5 |
77c5a0996170a4edaa38956c6f434ad1
|
|
| BLAKE2b-256 |
2b4a3c0e7cac2f437e2b9648fcce01070c478048146b231762df614b944a3f7f
|
File details
Details for the file markupever-0.3.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 751.2 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
523035638c2a1eadfbc48c77ad34c19bff8763b5d537825624357eb3b6a0d35f
|
|
| MD5 |
bb2208ec647edfa80ac921a72c24f82b
|
|
| BLAKE2b-256 |
8d01d50a2d542f60aa659d68dc84cbc1a2e0bbc39c6caa2f8dc15b8446330e95
|
File details
Details for the file markupever-0.3.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 661.7 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
341a9cf710af85ed5c86adc029ffe9dd17fd8152319d21df08c01793925e4ef7
|
|
| MD5 |
88a1e5d4631768d8aa025bd069a8d99c
|
|
| BLAKE2b-256 |
e8757edf526238c5800ef39e1ef6e88e6c21004d386797793da824686ba79068
|
File details
Details for the file markupever-0.3.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 662.8 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78b88480685c8180c361fc96d74cf6b32c9742a77ab1cba10378e6480075df80
|
|
| MD5 |
71ec9e9cfbe9e8ee008a8c18b3e51e47
|
|
| BLAKE2b-256 |
e794f3f30ad27a75dc196c11ebecc6032e17ecf74f3724312aa99fe8b2ae7e3b
|
File details
Details for the file markupever-0.3.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 692.2 kB
- Tags: CPython 3.14, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c78aa229a15b8060c271c9740baae009c9ab958890e0e1b3c07b2b8dbe9927b8
|
|
| MD5 |
6e95d9f7e7c312463ed251458eeba1af
|
|
| BLAKE2b-256 |
63ce12c18e34d5048cb6345c47357952bc5c32c4cc202b73a240899100fec810
|
File details
Details for the file markupever-0.3.2-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 586.6 kB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6070e8fa45ad655784f24d032b97a5f1b580495430c28a96877b6ed4091783f6
|
|
| MD5 |
3062b9a8e1c6f8c0d7643381ec5893b0
|
|
| BLAKE2b-256 |
648aa2c2cb189694a7e7e656632c1f981f8d55ec623297acd4f01e5daa1e5877
|
File details
Details for the file markupever-0.3.2-cp314-cp314-macosx_10_12_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-cp314-cp314-macosx_10_12_x86_64.whl
- Upload date:
- Size: 621.7 kB
- Tags: CPython 3.14, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
136d475e84fbd90ef306a17aa55e71b6f4a0db1e74119070d3591556800388d7
|
|
| MD5 |
6e7d917c5c1411f22807ddde73343d08
|
|
| BLAKE2b-256 |
9dfbf8d7bc555e08315972788669509b18344ba82bea29d967dd56825e8cb34c
|
File details
Details for the file markupever-0.3.2-cp313-cp313t-win_amd64.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313t-win_amd64.whl
- Upload date:
- Size: 538.8 kB
- Tags: CPython 3.13t, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7c62fa436cbd873cf12cc6ed01075ac9b71dbb069b289d78dfdd412c42ef425
|
|
| MD5 |
eeda88463c7693ddc84d7da6a1ccbfd6
|
|
| BLAKE2b-256 |
c89118cd49a12e1543cb9564d4bccc6590bdfac40d315596199d0c6312329d1b
|
File details
Details for the file markupever-0.3.2-cp313-cp313t-win32.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313t-win32.whl
- Upload date:
- Size: 534.6 kB
- Tags: CPython 3.13t, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
feae1ac1460a6377539b34413e2b410419af2cea9b1059232d54a6b928ad7bb6
|
|
| MD5 |
69e457413ed5347995291bf2da02dd37
|
|
| BLAKE2b-256 |
e7b956af446db1bccfe84e191d0ec315f727646aa0acb8d70d7909421faaefa7
|
File details
Details for the file markupever-0.3.2-cp313-cp313t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 862.4 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6898f7ab4885f35c01161fe4a8821148b5729af0e9ba0e208050492640a24e5
|
|
| MD5 |
f215481cba761b24881b69a6f1ffab27
|
|
| BLAKE2b-256 |
f2de2ccfb9b5df585897d6c6f86dd7b3b777fcb09198c43de425233f60246c6c
|
File details
Details for the file markupever-0.3.2-cp313-cp313t-musllinux_1_2_i686.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313t-musllinux_1_2_i686.whl
- Upload date:
- Size: 857.6 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afc5a8947def6c533511a64adab41eb7352b7dcbc75b80256e4394fc198e88c6
|
|
| MD5 |
3e10e50606a793a630ef2700bf4a07ad
|
|
| BLAKE2b-256 |
f77a633c8a199b07d3cd81dd772e14015ecab3b008bd5d2824100efa63b9fdd6
|
File details
Details for the file markupever-0.3.2-cp313-cp313t-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 923.0 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c60968b46c6cb6ca44695de6318df5be514a3664e838ad9393b7ca4016be7e7
|
|
| MD5 |
4b7c2da8a4e919df4f63afa78cf581db
|
|
| BLAKE2b-256 |
d2c44796da3f8a3f5a6c9afe8c896012f4ba1a569e827f79aa8fa543829ab8bb
|
File details
Details for the file markupever-0.3.2-cp313-cp313t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 839.9 kB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bb11771ef71bce40e6d70dc5481ef98d90ae245246a5d31941bd2b90d689915
|
|
| MD5 |
cfce522ac11d6b9385612dbb2e18b192
|
|
| BLAKE2b-256 |
b71ab40c536f5586017986cd596dd71bf391d8cb6af2deb1af431e41b3df03ea
|
File details
Details for the file markupever-0.3.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 668.4 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6c9742b5c84b87c65c0ebe4edc5f1f02163ff17423c54af8aff9693ecb556e3
|
|
| MD5 |
7dcd5642bb80d5f07ae95dfe24baaad0
|
|
| BLAKE2b-256 |
46113d25db65e5b1d72b22ea7d25a7caa53b0ce18b2a5b639bc6cae595f9f963
|
File details
Details for the file markupever-0.3.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 802.6 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1419cc316bbf8c7be23b3a52110380b7da91884ec963bf0f33d4a41ddbbf4646
|
|
| MD5 |
b9c3880bbe81f9fc665d1a89813d8a90
|
|
| BLAKE2b-256 |
49bf1d53644f5ba6c401e77ed9bc8d27b6aa4a07dcdabab03efa8de7bb2aff33
|
File details
Details for the file markupever-0.3.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 749.6 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5b74eb9ef1069fd90b54177a998bc5a436d697ca537a141eb0944d01e04125d
|
|
| MD5 |
304aefe2bb671296168bdd70233b9c70
|
|
| BLAKE2b-256 |
7ed58d49e4f92968da099bc2a73d7d7c85253c1e7d6a6debef372b8760817880
|
File details
Details for the file markupever-0.3.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 658.0 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7fc476a5705598d0a8fde933d82a5ca43d6d43651b20c30810e1ad584bb57f4
|
|
| MD5 |
9e0ad7359c9d33c4173648bd4e844752
|
|
| BLAKE2b-256 |
edb64141437dbeb4617c3902a2ff344bed5e2ec0504112f2c186d10255e1bfb9
|
File details
Details for the file markupever-0.3.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 658.0 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b28cbb0556cd5105f8b56ed0238df2829002f49b89be3ef6d10a9d24adb96b94
|
|
| MD5 |
d465263f21ffd372f5572192d2562eac
|
|
| BLAKE2b-256 |
1590276519fdb68f8a71d256cb86ef66f51c0499b3c1e81e070dcbaddc4d99a5
|
File details
Details for the file markupever-0.3.2-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 689.4 kB
- Tags: CPython 3.13t, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79f25bd5cd327d0c541239abf5f7fc70218c8c1bc7bf2560781281b1cfa6b2a5
|
|
| MD5 |
796c5bf540f5211ddd88223ea3c28e01
|
|
| BLAKE2b-256 |
76010a889c5b5b7bfa8a2a2a671546c3e6f407dd3f936956fd0445ffac958c99
|
File details
Details for the file markupever-0.3.2-cp313-cp313t-macosx_11_0_arm64.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313t-macosx_11_0_arm64.whl
- Upload date:
- Size: 581.2 kB
- Tags: CPython 3.13t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
706f0764da2f080fbbb1c1c8329cdb08379bc5241c5f331ad9f54b3464e0f167
|
|
| MD5 |
6e723eaff369b0b29a451fa0d6b029ad
|
|
| BLAKE2b-256 |
b1f1a65cf6b93f2f3bf8091b40271af2025ffd7d5e1c08149ead6869c5a23d2f
|
File details
Details for the file markupever-0.3.2-cp313-cp313t-macosx_10_12_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313t-macosx_10_12_x86_64.whl
- Upload date:
- Size: 618.4 kB
- Tags: CPython 3.13t, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e80e6ecf64f507f12331927168630b6b1207abaaf527bb7b9b2c98f33c121e1
|
|
| MD5 |
8289ed9c269959a5941dde03be77bd48
|
|
| BLAKE2b-256 |
d2699ce1f84175f24b7ecbf156fca3bfc16e8ec0cfada7e90f3ffe7a39f95abb
|
File details
Details for the file markupever-0.3.2-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 541.5 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a541f1294025c0464be2b80b503e80c887b175986c23437d0131f216e0c9db0
|
|
| MD5 |
381180676b41f77c0099feec913423bf
|
|
| BLAKE2b-256 |
569bebfaf739f92ff0800d6890d511e9eaca71c9b7ed2ec88103320e339c2d23
|
File details
Details for the file markupever-0.3.2-cp313-cp313-win32.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313-win32.whl
- Upload date:
- Size: 538.2 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a3293502e39fa79cb769a6ef4d1280352744fafb8d64f166d389584c471933a
|
|
| MD5 |
de22a1c88f74c42485ee8af807938b67
|
|
| BLAKE2b-256 |
a8b19bbd49f96c90da54f30d9825c393f144c7cc58077683293922bd8816accf
|
File details
Details for the file markupever-0.3.2-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 866.0 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f08db7fff504dbee86fba99ae28aa3406afed4d7b544246b48b6720a15f3dd7
|
|
| MD5 |
0873f2fb6154549bef03f4057d8e9345
|
|
| BLAKE2b-256 |
d23e56e13c56bce186921412566e3a21dd58fae900b86231c662341399292b42
|
File details
Details for the file markupever-0.3.2-cp313-cp313-musllinux_1_2_i686.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 859.8 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbacfc806c8738f5ada95b46cfc672a2d024e60fe93b2a1926c13f80cd36fb1f
|
|
| MD5 |
05061f984b5d07deedb73d2a09a06f6d
|
|
| BLAKE2b-256 |
8ce65dfffdd2fc692711b08a7fe2fdee5383f3d3bb0f89bc01e674ded7184c5d
|
File details
Details for the file markupever-0.3.2-cp313-cp313-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 926.3 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa1e6c7cd0e0a14a8653deb88382c3070e31e5193339892c7081b962c156d805
|
|
| MD5 |
c540677a6c2957c3bf2a56bf7b7a7e73
|
|
| BLAKE2b-256 |
71cb1f17513e133e098f21510c9a67c3be5339c310a1d37aa291f9a456416da4
|
File details
Details for the file markupever-0.3.2-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 844.1 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c759f67b5e8c2fa637004ba9306b276f6322bfd38c624ae1110615a9370a5d3f
|
|
| MD5 |
51497120e948912861cb13a2bbd05607
|
|
| BLAKE2b-256 |
c3946fdb04f23fdbea942b5d54a717e48562eff45b85571a8b658b966fba5cc0
|
File details
Details for the file markupever-0.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 671.1 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b27143b92cac51b01347b5fbf7ef41da14b4f08fe4ebb26c12b9c210e6903957
|
|
| MD5 |
6c0017943a560535400e124269d2c27b
|
|
| BLAKE2b-256 |
9060da44deae4667dc3d00f52891882ffa6de3b4d2ce890f1b3e7e1dbf59528a
|
File details
Details for the file markupever-0.3.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 807.3 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b8a7ce2b8a68b09895524fb0309c30d63981e7733232f1e7d304d9e2c32b55d
|
|
| MD5 |
29dc7690882fba42e7b8700a6be7f599
|
|
| BLAKE2b-256 |
bfc3bf1994ccb94ba35290ac3f11b69277c8e01bc11e8e37e8fdb144f4d740cf
|
File details
Details for the file markupever-0.3.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 750.9 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ef99963bfc9e807344c3553807aac4c4bfc28a99649e31d06fa8a429b44d2bb
|
|
| MD5 |
c8c9ce3969c828d58b8602e970209d88
|
|
| BLAKE2b-256 |
579ad601d90587ab93eee61ce4472d9bcfe8a52a41e0380b50fd1c705977565c
|
File details
Details for the file markupever-0.3.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 661.0 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
672f44350db366428d9d3126c05eeaea82261c7a71c2e1ea04f2838b9efc4c02
|
|
| MD5 |
c3e21f1734728ada3dba7c8e854bb6c5
|
|
| BLAKE2b-256 |
9dae70ea5e6ca4f49d197570b752cd9ea6c7f726761d3202cf909da9264daa49
|
File details
Details for the file markupever-0.3.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 661.5 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de5dc14f5b5a699e0794c3c543a4e51296ebddda3f4ebc7205600933bf118e5a
|
|
| MD5 |
13fac548e45d0e4a77125663bf581efe
|
|
| BLAKE2b-256 |
373988091a6246cbc51d10ce8ffc27e20fde6516cf6d1e16e0dc6a87366ff5ac
|
File details
Details for the file markupever-0.3.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 692.3 kB
- Tags: CPython 3.13, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0b9c6e362294a004b9f65f3356f4c55e2b5f92d90f489422dbb5ed20ea39987
|
|
| MD5 |
50ae20a1f447fa38001324fcd70a58a9
|
|
| BLAKE2b-256 |
bed4730ea6e0f1e8682558cd0cbe9839d4bc486a7a8c1c56705476930fcaa26e
|
File details
Details for the file markupever-0.3.2-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 584.4 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af0576fb42119f25ea940d51b880ad4138415127fa73fcc540cd722f4c719e1b
|
|
| MD5 |
4da7369846b2c05be81c6a2f0b5381c5
|
|
| BLAKE2b-256 |
834307c3724f9c00f3557bac26cf734aefeea06d54d2d6fb14c0e0bd5496a47a
|
File details
Details for the file markupever-0.3.2-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 621.6 kB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5b1d514dde1b202d2cf9498443ef340a249be03ec02d22a7371a9489b6eed48
|
|
| MD5 |
4b45570df4ae91e4912c453b5295a8e7
|
|
| BLAKE2b-256 |
0adb151c04bd6a4f110ca544ae2dd178409fa1d32c1aa8e338747972cfc504f1
|
File details
Details for the file markupever-0.3.2-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: markupever-0.3.2-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 541.7 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a58c83a17152628254b3ac18fb8da21b2867b96f90a2a43cee7d41c1521e8bd1
|
|
| MD5 |
e4a36ff7c65b7988967f3f1c0221afaa
|
|
| BLAKE2b-256 |
9dd17f374ea244e314dedb9cd72800631121581440fd56a57af4f4768e4ada10
|
File details
Details for the file markupever-0.3.2-cp312-cp312-win32.whl.
File metadata
- Download URL: markupever-0.3.2-cp312-cp312-win32.whl
- Upload date:
- Size: 538.5 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5aa87123bab9029faf110b1656ee6912aadf563961d5f1f9f77f64045f6a22fe
|
|
| MD5 |
7d0c3f697524ad3011574846d6004748
|
|
| BLAKE2b-256 |
278b337c6f228e633832bc5a333dbe8a4b11415a45de8b3e2f8672bf3173451d
|
File details
Details for the file markupever-0.3.2-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 866.3 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b6d9a3df60e01a1a4ef2c8b2fe45bb1b81c5ecaa22b60bea79e815188afd1a2
|
|
| MD5 |
efb6cff3880e3acdf2c6aab5d1fe7e5e
|
|
| BLAKE2b-256 |
6c82490e3b3696691fd88efacfa34aaae66fe1e021e19c9ff30851c06bfb1578
|
File details
Details for the file markupever-0.3.2-cp312-cp312-musllinux_1_2_i686.whl.
File metadata
- Download URL: markupever-0.3.2-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 860.2 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8b65549e8fc1a0c2b14b0eb72eb2abec5ddab8a6a9dac372746b8bf16a91744
|
|
| MD5 |
c81d8c2f8775c14a13d590ac62845b08
|
|
| BLAKE2b-256 |
7ea06789feb0c6d086c8a651f5b59ac3ac036a72395a135dcb5b7921c812ccbd
|
File details
Details for the file markupever-0.3.2-cp312-cp312-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: markupever-0.3.2-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 926.6 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2530838aeeccd0b127aa5cd70ad8f49b09273de5f5136748d0c0cbc2d2687e3
|
|
| MD5 |
a13e85eb4952535412ab1e1a4697e47e
|
|
| BLAKE2b-256 |
97352cfa0c7df5ccb8e4d83de3f64a73b7d5114eb35ccb4b8adeee4a1fea722b
|
File details
Details for the file markupever-0.3.2-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: markupever-0.3.2-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 844.2 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3948bbd67ca8aa954a5965ea7dedad90ef513947164bc5879e646bab56ef56d
|
|
| MD5 |
1ff70056352597a7acecf89c397d6b17
|
|
| BLAKE2b-256 |
dad166f8a460683cba30b96397f0f94ca10121fe5166e1bdb1f363f3338fc946
|
File details
Details for the file markupever-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 671.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
696f5bae320d2e8bb34e3c79aa95e415d50d908cd01a95e613100b2b6b8ee75c
|
|
| MD5 |
0f79fb5cfface7c81fcb920498008dce
|
|
| BLAKE2b-256 |
95a9d7502d0dc0196a42dec5e6fe946aad48cacc008e6069a999df6aca827ea1
|
File details
Details for the file markupever-0.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: markupever-0.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 807.5 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6957557e40500d4b0609a85f1014f145cfb1da471832ea55acf61a67fcc30c32
|
|
| MD5 |
85b8b70501ddb78e4ae4fa47dad68506
|
|
| BLAKE2b-256 |
6ebef5c4df391395245f9898c2454e49ca70bb8fc365d0da8a2246bf2d3187ad
|
File details
Details for the file markupever-0.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: markupever-0.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 751.0 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8a9eb41a0ac5324bd272f7b72ea6ab8528fbf2bbdb7da7b58e55e8aae82bd00
|
|
| MD5 |
9858d12da1cdf9441075288e8e53ad5e
|
|
| BLAKE2b-256 |
92f4c45a07785adc44debb2f7fab57366dbfa1e944fee602221f675a44110304
|
File details
Details for the file markupever-0.3.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: markupever-0.3.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 661.1 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
675396a7f8dbec4d0de8fed835869adf8de6eb0e55a0b6be28edef4d9006b856
|
|
| MD5 |
1329c58e054fb8ed643f38e8e8b0fe6f
|
|
| BLAKE2b-256 |
1c2f7eb0d0e6a1b6047cb4d085789473af8f32c02191575f8b3a47f672f5d8d8
|
File details
Details for the file markupever-0.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: markupever-0.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 661.5 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c000cf872c1ff4feefd36490aca59593e285f8f946d0c7911c4cc0e2a945680d
|
|
| MD5 |
a77f55a3d6cd4dc8587ab340e09a70fe
|
|
| BLAKE2b-256 |
98cd9142d0959393d710e199e9f7019e4a041b57ed9fc190839083ce2e90ea33
|
File details
Details for the file markupever-0.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: markupever-0.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 692.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9532fa8e367330182cb228d90b9d2a2a7ccf4df8dce2453c834d218afb24928
|
|
| MD5 |
ed9299f63854bc8324afc9182ef21ee0
|
|
| BLAKE2b-256 |
41bb02272a8e447216a78cc6768957f72f1368602ef6570646a66be62f91c2fa
|
File details
Details for the file markupever-0.3.2-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: markupever-0.3.2-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 584.6 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28c0e553d89a93910ce20048174be2eccbcc65a41213fb42450b8625b6f1e12f
|
|
| MD5 |
a82dc54a775396472355dd744c5b1661
|
|
| BLAKE2b-256 |
0bd75c6554fd4c30dffe760cc9b33f03fea90a33f24ebf00aa859b595f9c1c61
|
File details
Details for the file markupever-0.3.2-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 621.9 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ed35dbe0f00369e224baf12023574eb45bf47d78ce4aa6e60bb901bd5be48b7
|
|
| MD5 |
d6c59ec4821a38201342d703a8fa55e3
|
|
| BLAKE2b-256 |
b3d8d1ebcf268179df6f6b63e116dd30a08acd607d7ea64482101fb011934de3
|
File details
Details for the file markupever-0.3.2-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: markupever-0.3.2-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 539.5 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
727b78dbb9017caf3d3bee14b415fbd30464848dfaf72bb7889655f2843f29bb
|
|
| MD5 |
146b621ab718c7cdec0839f8d7e7fcfa
|
|
| BLAKE2b-256 |
541cf2332b2993c9ecfab7fa303cac9237a6e8cb84cb69daefee52746ccfc19a
|
File details
Details for the file markupever-0.3.2-cp311-cp311-win32.whl.
File metadata
- Download URL: markupever-0.3.2-cp311-cp311-win32.whl
- Upload date:
- Size: 535.4 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2818abc6fcaacfc815b80756b3c2eeaa3a7b5cc3fb6856732316f379b23052b
|
|
| MD5 |
9f3a5d55bb66a37f3b6c6d8b45de8ade
|
|
| BLAKE2b-256 |
3bb2f0fc51188641fb0f166ce4ccc169b48e362d310735ffa4941210ba669e54
|
File details
Details for the file markupever-0.3.2-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 862.5 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fa1433ca4c21b4615cf77ab535238abf075b9d79f562a083f0544b5f18a86f4
|
|
| MD5 |
f2e80d5e747f45b52706b3343ca8a459
|
|
| BLAKE2b-256 |
08d0f10367ecffab2a57daa3964c1f4d2c15d64a80831495616d3ca4b5c3704a
|
File details
Details for the file markupever-0.3.2-cp311-cp311-musllinux_1_2_i686.whl.
File metadata
- Download URL: markupever-0.3.2-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 860.6 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e95f06aa92362b547d6e0a475cf60bee993a964a19fa19a7d67b0982ba593138
|
|
| MD5 |
3c1f3aa207a0c2c8e4e629359073f30d
|
|
| BLAKE2b-256 |
73ba9acf875d968d7ee192748f2d81883b15c08ba1c1c5e7392ce292ee376406
|
File details
Details for the file markupever-0.3.2-cp311-cp311-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: markupever-0.3.2-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 926.7 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f6cfe87a485012bc9c81b332ec26011f55d23d39905822527c0c87ea96a995c
|
|
| MD5 |
1df159a39a0379309eed0759b7e80af2
|
|
| BLAKE2b-256 |
d3580f54ec4bfe45149cb23d02a6c07c4b37e1a3df69cbac65467dbc9c630336
|
File details
Details for the file markupever-0.3.2-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: markupever-0.3.2-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 842.8 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1919f82ceef39694d6c7fca18c9a79dd8a7b4e7d6c16537547cbc66494c97dda
|
|
| MD5 |
c6f829ff4c6220adfe624df9a11b144e
|
|
| BLAKE2b-256 |
80e07fe3f401170ad0e033b04a5ec505225799fd4f2c517b3f054cedf3cafb2e
|
File details
Details for the file markupever-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 668.4 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb768b6bf06ba319bc11782ad5d0b7623cd59793ee08b0710184daefe987e807
|
|
| MD5 |
06e13bf88526aee88ec0a88718aa9b50
|
|
| BLAKE2b-256 |
79fe2bf978812aa18959143f54c46f4cfb808d9766d8b9f9fdd33719f59d47de
|
File details
Details for the file markupever-0.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: markupever-0.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 805.2 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08631ddc7a6b56b4fbdf9b37cdbb9035b5d506662fa3a189361024c958ced6ac
|
|
| MD5 |
14e0c66ee3934158b220076582545268
|
|
| BLAKE2b-256 |
5f142771de3365fdc2150fc3a6c787e2ce81866f71142026e91058274dc79783
|
File details
Details for the file markupever-0.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: markupever-0.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 752.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8bae20525bdf9ffe94a56c1dcb20dca5546a8c1f5dbe4107c045ab217c65d17
|
|
| MD5 |
2a42dc0de8383917496ae993ec9b8a5c
|
|
| BLAKE2b-256 |
af7d25bb1bce81e1884f4e850c26a008969b4cd1ac86c537b384733f85591e2f
|
File details
Details for the file markupever-0.3.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: markupever-0.3.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 661.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aec4968a9b33dc67dd265047bca23dbc95b302ec008de38eeabb32ddedc76343
|
|
| MD5 |
dbc3dde4d10a3e7234733a68976152c4
|
|
| BLAKE2b-256 |
4b037303946a8f4ab8ff9c0e2e07c4eef43bb50c5cb3d65929a9815c4e93eb90
|
File details
Details for the file markupever-0.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: markupever-0.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 660.8 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ce8e27619bbdaaf736413b2ee0c8de75ec4f3672392a2bdc44b71f337180e96
|
|
| MD5 |
e1319fd22265fb87ea5ed6e1d2e98c34
|
|
| BLAKE2b-256 |
52a110ee635496655e4ffa434b5ab694d43ffac184610cf589b1a4be38246f75
|
File details
Details for the file markupever-0.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: markupever-0.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 693.0 kB
- Tags: CPython 3.11, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa8204fd9a8d3e1d064582023bdfd2ea141a16fd3f3ddd4092aae0d8a037faff
|
|
| MD5 |
7bf36af7899cd3fbdc0d9fd3d1fe9b02
|
|
| BLAKE2b-256 |
ea2ed515177f8f4e881f8cdffa9f738148d2812a60233402d047ffdef5f46d83
|
File details
Details for the file markupever-0.3.2-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: markupever-0.3.2-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 583.8 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff38ef40fc7c2f91f2724bb26b57d0f7532d9d476d69faa5e61f1cb97bf98c6c
|
|
| MD5 |
3d2063635fc4b73b37dbf380079dfb2c
|
|
| BLAKE2b-256 |
de7b2dead7f64b35eaa3012ab7b1967e4098bf5097a7b9436369c5f41e95df9a
|
File details
Details for the file markupever-0.3.2-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 620.4 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60707cf586e3d6be3a9191176026e7626266a6ccff2c3fd9e4371fe9e33d7974
|
|
| MD5 |
530d3471bb0c13f2ae4fc6f5efb5243e
|
|
| BLAKE2b-256 |
f8d972553a3b3249351437b4da7e64481fd8186b3b9855976617724f1ec92a28
|
File details
Details for the file markupever-0.3.2-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: markupever-0.3.2-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 539.5 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a9477a4b48fdbe1c211a7119112ec317794247bf6d1bb98b0095f70553e5a86
|
|
| MD5 |
f2b5c8088f439741714441b682601102
|
|
| BLAKE2b-256 |
20f06cabc83aa1701ab54f23a109fbe80ee577144ed14100181dfa563c55ce93
|
File details
Details for the file markupever-0.3.2-cp310-cp310-win32.whl.
File metadata
- Download URL: markupever-0.3.2-cp310-cp310-win32.whl
- Upload date:
- Size: 535.2 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2203b5f238e4f91758305b2038ec8cfa48d7f05a41a09497c662a0c61dfd69fa
|
|
| MD5 |
10093aec12087c8a36b693b2c0228572
|
|
| BLAKE2b-256 |
65174156da90ebd72f1779320e489693482e2af57e6078fc21134afba988025f
|
File details
Details for the file markupever-0.3.2-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 862.5 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ab41ad401f2085574107970dce7e798b08fa4e52b7666aa06abd06fba773ce0
|
|
| MD5 |
36407129ee3b7d9b6dbb35a18e804ed6
|
|
| BLAKE2b-256 |
255f70ef428f645942da966a307a6698895872be162b074feb34ddbbf9c13b2b
|
File details
Details for the file markupever-0.3.2-cp310-cp310-musllinux_1_2_i686.whl.
File metadata
- Download URL: markupever-0.3.2-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 860.6 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3daf2ef5f24390b97d1c922f863084ab924e66e44ed6a5698f1e5b4649ca5293
|
|
| MD5 |
c019dd0ff1b9f58065519417b13ccf45
|
|
| BLAKE2b-256 |
217bdd749be0ea82dcb5258e031bf842e172fd2eb9493f85ae64227d51c212c6
|
File details
Details for the file markupever-0.3.2-cp310-cp310-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: markupever-0.3.2-cp310-cp310-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 925.8 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70cb650891e770081d27222936793a3cd41993384c717c3b09a4b0fc0ba83cce
|
|
| MD5 |
ba87e78438e1a7a94f54403698533112
|
|
| BLAKE2b-256 |
bb7eebf93a6a7d41bfac0c12361caefc41e3050c8ebfa51a9318d23d6cf26ada
|
File details
Details for the file markupever-0.3.2-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: markupever-0.3.2-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 842.9 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75400e252df2ff9f3bbbe4a759b0efb9cca7387a14c2c805b18599adb06bcf06
|
|
| MD5 |
5b94d2d4a3292ebe5b88cfba9368782a
|
|
| BLAKE2b-256 |
0864447bd8bf916e50e9a709621b7547ea5929a6d22f9305dfd8350cea85a889
|
File details
Details for the file markupever-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 668.4 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd2bfe4ef0046140995833d5eac8250a73398980e7f3fe12590d96663e71e60a
|
|
| MD5 |
b4a356784e8dfca3879418284c793fff
|
|
| BLAKE2b-256 |
3ae0a2db4dae2b2193306c88fccf4ddce9774f87d171a9ab680fc98442be05c2
|
File details
Details for the file markupever-0.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: markupever-0.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 805.6 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89fec225876b2be3b69b01eb69c6bddd045e81afc7377763c6cf2405d458b323
|
|
| MD5 |
eb3da7761bbba5494724648f4a5b6652
|
|
| BLAKE2b-256 |
dc57ed0b6da9d8ac341cdb16d2ea016560f4edefd08bb1ae9371da0a05c1746f
|
File details
Details for the file markupever-0.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: markupever-0.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 752.3 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c5a7e21b4da45637fe0456c15510686153511b816738900f1bfef8388437641
|
|
| MD5 |
cf66c320ed4777e80ebe5c3d8f0aaf0f
|
|
| BLAKE2b-256 |
7dbe41325b857a7c148298295624577691c878807d27e3bd246afb7d67b5655b
|
File details
Details for the file markupever-0.3.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: markupever-0.3.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 660.5 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30588f09518b4153224c2a9562d10228effff80c8366ecf9c26397b343617243
|
|
| MD5 |
5691f25c978144781b6cf21e93f85ca6
|
|
| BLAKE2b-256 |
f559a0bd1c1f6419e9b13774086e9385214486f69637b26eabd1618bab97bb92
|
File details
Details for the file markupever-0.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: markupever-0.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 660.7 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8277e2737e5d832b42dbcceb6bcec3ab97dd6bd8a4ff6900cd0d4777ba9ae59
|
|
| MD5 |
f9da9ba24e102a73b212d10c3b71407e
|
|
| BLAKE2b-256 |
2d7a01c6a4ec5ef75cc43b2f6cda99a867cbb69bf9619c7cf131537fe4ded2b5
|
File details
Details for the file markupever-0.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: markupever-0.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 692.9 kB
- Tags: CPython 3.10, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
397702cc730bc78774403c51b2d1d121d68ae957404c0785cab7fc451b633158
|
|
| MD5 |
3313e03dd3a68ee664d8f0e4cb4b2dd8
|
|
| BLAKE2b-256 |
6659ebbf65e403e5bc2bc0b07c1b708e8c349c200b622881695dea29d37975ae
|
File details
Details for the file markupever-0.3.2-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: markupever-0.3.2-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 583.7 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ada957836c2918db78831874c8d981cb980637e5ba42fd81947045c4ab7ec27
|
|
| MD5 |
07cbd77dd8e8e18bb27cac2192d52e5e
|
|
| BLAKE2b-256 |
e0833096a43f3125eb3c7d873c5ff59bd78f905b76afaaf4e9eb7ee0129e1294
|
File details
Details for the file markupever-0.3.2-cp310-cp310-macosx_10_12_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 620.3 kB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b31030401217afae0a48df3dbc99ea88b1572b9c5b827711c5cda83dd7652e8e
|
|
| MD5 |
a6b825cab5f7b14dd2973506c27b49db
|
|
| BLAKE2b-256 |
77e3c8a2a184f15191b63bc9f28ef7ab8b734a92410c242b936fe8aa51fc53d9
|
File details
Details for the file markupever-0.3.2-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: markupever-0.3.2-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 540.6 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c882ead46ca04871c27c3770ba6dfa06a72e1ca187e457992843d56c5881026e
|
|
| MD5 |
c82bf9d407168bbef1be6e17c853039b
|
|
| BLAKE2b-256 |
7f49cc4bcbb459ff13cf5dd242e5456951c4cb6fb5e53f0073248416657d3065
|
File details
Details for the file markupever-0.3.2-cp39-cp39-win32.whl.
File metadata
- Download URL: markupever-0.3.2-cp39-cp39-win32.whl
- Upload date:
- Size: 536.5 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00923dec52cb626a235092da1480fd4a56949900c4d7579229ba862c773ce1dd
|
|
| MD5 |
b7102ae65dcb436c1b810ec4b4f9e8b8
|
|
| BLAKE2b-256 |
0a4a4b4d8e114f354626f3f1f0ced23b3b2bf3f4d7ece6eda30750b69b657b09
|
File details
Details for the file markupever-0.3.2-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 863.5 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6359411e987eb2f9bfb9388b530780eb1b8cce476423fc77ec9f66a1dfe9789
|
|
| MD5 |
53075b7ec0e8c4a08814f78df78e1fc2
|
|
| BLAKE2b-256 |
41683d901ff5e740e46cbe07dc276676fb7493f7aed26c474de48f52a3ae06fe
|
File details
Details for the file markupever-0.3.2-cp39-cp39-musllinux_1_2_i686.whl.
File metadata
- Download URL: markupever-0.3.2-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 861.5 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25129d90ac1e61fa2f49cd3bb3f86bdef4da5d996626d9de43b1e8dc62ab52dc
|
|
| MD5 |
f93364241a13fd52a8b8234dd816f680
|
|
| BLAKE2b-256 |
b68f276c05795754f81206c5e957941e7606867def553a1b2884d200a0b17886
|
File details
Details for the file markupever-0.3.2-cp39-cp39-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: markupever-0.3.2-cp39-cp39-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 927.0 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ba0320b1298e7d97912e73a9078e213bde44897a537dceb620fd892ce348391
|
|
| MD5 |
3ed083d9669fbba611f414c0d1ac9912
|
|
| BLAKE2b-256 |
fbd973ef52223548143942186056d803d163c97c67ddffa5844aab1b5040e30b
|
File details
Details for the file markupever-0.3.2-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: markupever-0.3.2-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 844.0 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46fcfe07bbeeb9d32a1b51f94b8decf407eba0007ecf8ae6d0f8ae69bc45341d
|
|
| MD5 |
d2a22ed6313741eb1d67579ecac0108d
|
|
| BLAKE2b-256 |
eb93c1a28e5cb3f441556da384d6243f4c173e0852cb245952de3031881a8288
|
File details
Details for the file markupever-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 669.3 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
613b96d3d53d6a7e09ee74242bea52ecf4ba7f1007c87b16b35f7a4ee3279d43
|
|
| MD5 |
39eb7a9edef5281ef5c61dcb284c45b2
|
|
| BLAKE2b-256 |
bbb2d2c737afbcd8669a06be6af329521906460aa21d0c4725408b118bc14a88
|
File details
Details for the file markupever-0.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: markupever-0.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 806.7 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92d515b2cfbbea710795e5f8f13a45386c241951eb142b8338838788739dd47c
|
|
| MD5 |
8277a3529e4e5e0edd5c8a9662dfe4c7
|
|
| BLAKE2b-256 |
4e7b4909b2d24bfcc88e2de5f0f631421660e18e12183a71e49a4691e9c90478
|
File details
Details for the file markupever-0.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: markupever-0.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 752.9 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cbe6f42902cea788a78369992c8a315523c14d6ba65f2f6a947596871d4b4e4
|
|
| MD5 |
f253ea6e7593ce458e5e0c075769beaa
|
|
| BLAKE2b-256 |
6681018877bcf22d040824ccc569192d90c343f11952be0f27829fa7158dc3ab
|
File details
Details for the file markupever-0.3.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: markupever-0.3.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 661.7 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a806cd11de4eda8c034e62bc1d1c4a15bb4e96d372c03c6678bc48dfcea6550c
|
|
| MD5 |
38d5f1f72d0969df93a78dcd2658e70b
|
|
| BLAKE2b-256 |
14c4f384bb75e89d98a7961eb40ad6a70484b0efa40f8368a00c9dcab31ad50b
|
File details
Details for the file markupever-0.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: markupever-0.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 661.4 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ded8a4f51c7e19c0cb72969940489b15e7da6dcc853e980eaad11ae8025a2b3
|
|
| MD5 |
55e259b21639946cdc3c0d088b7c0727
|
|
| BLAKE2b-256 |
f61b5e195c05ea134ecb663e917410728176a78ffec990ed1b2ae425b25d8c74
|
File details
Details for the file markupever-0.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: markupever-0.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 694.0 kB
- Tags: CPython 3.9, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e37bcc75c12711c5c1042f9b933658476451e4278178340bf0688a11ccc9763
|
|
| MD5 |
0441e92adbf92041b4c21c5975196cae
|
|
| BLAKE2b-256 |
85e0e7e51ea7813cc0c2fe4f506d0153cf3a4d3b9fc1983685ea00b9720d969e
|
File details
Details for the file markupever-0.3.2-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: markupever-0.3.2-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 584.8 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcea15ea842fffb22837327c37251090d3d6cb36b27b25b1aae8b005889a64ca
|
|
| MD5 |
63c086856501cf557dfd4991c1a6c99b
|
|
| BLAKE2b-256 |
5683176b09dba82aedc4a3bb8673d87051f228a4e1cfc996272eaf48fb4ddd1c
|
File details
Details for the file markupever-0.3.2-cp39-cp39-macosx_10_12_x86_64.whl.
File metadata
- Download URL: markupever-0.3.2-cp39-cp39-macosx_10_12_x86_64.whl
- Upload date:
- Size: 621.1 kB
- Tags: CPython 3.9, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebd535dc7a814ec880e093955d4a9d2d65e1600c068d772ec41359a6397a62b3
|
|
| MD5 |
369bf0567e2d76238a0a97796b4ed115
|
|
| BLAKE2b-256 |
1fd4f30d1d7829ae3fcca6a4e8ed7e6b1e568f95b2d7a046d07e2b236d086b52
|