Skip to main content

The fast, most optimal, and correct HTML & XML parsing library.

Project description

MarkupEver

The fast, most optimal, and correct HTML & XML parsing library

Documentation | Releases | Benchmarks

text image image image python-test download


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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

markupever-0.3.4.tar.gz (99.0 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

markupever-0.3.4-pp311-pypy311_pp73-win_amd64.whl (549.2 kB view details)

Uploaded PyPyWindows x86-64

markupever-0.3.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (916.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

markupever-0.3.4-pp311-pypy311_pp73-musllinux_1_2_i686.whl (923.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

markupever-0.3.4-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (962.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

markupever-0.3.4-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (861.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

markupever-0.3.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (680.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

markupever-0.3.4-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (801.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

markupever-0.3.4-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (768.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

markupever-0.3.4-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (686.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

markupever-0.3.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (684.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

markupever-0.3.4-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (714.1 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

markupever-0.3.4-pp311-pypy311_pp73-macosx_11_0_arm64.whl (607.8 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

markupever-0.3.4-pp311-pypy311_pp73-macosx_10_12_x86_64.whl (632.0 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

markupever-0.3.4-cp315-cp315t-win_amd64.whl (538.2 kB view details)

Uploaded CPython 3.15tWindows x86-64

markupever-0.3.4-cp315-cp315t-win32.whl (532.4 kB view details)

Uploaded CPython 3.15tWindows x86

markupever-0.3.4-cp315-cp315t-musllinux_1_2_x86_64.whl (902.1 kB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ x86-64

markupever-0.3.4-cp315-cp315t-musllinux_1_2_i686.whl (906.8 kB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ i686

markupever-0.3.4-cp315-cp315t-musllinux_1_2_armv7l.whl (945.2 kB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ ARMv7l

markupever-0.3.4-cp315-cp315t-musllinux_1_2_aarch64.whl (846.4 kB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ ARM64

markupever-0.3.4-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (667.7 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

markupever-0.3.4-cp315-cp315t-manylinux_2_17_s390x.manylinux2014_s390x.whl (790.5 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ s390x

markupever-0.3.4-cp315-cp315t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (753.3 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ ppc64le

markupever-0.3.4-cp315-cp315t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (669.1 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ ARMv7l

markupever-0.3.4-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (669.4 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ ARM64

markupever-0.3.4-cp315-cp315t-manylinux_2_5_i686.manylinux1_i686.whl (697.3 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.5+ i686

markupever-0.3.4-cp315-cp315t-macosx_11_0_arm64.whl (590.4 kB view details)

Uploaded CPython 3.15tmacOS 11.0+ ARM64

markupever-0.3.4-cp315-cp315t-macosx_10_12_x86_64.whl (619.4 kB view details)

Uploaded CPython 3.15tmacOS 10.12+ x86-64

markupever-0.3.4-cp315-cp315-win_amd64.whl (540.9 kB view details)

Uploaded CPython 3.15Windows x86-64

markupever-0.3.4-cp315-cp315-win32.whl (535.3 kB view details)

Uploaded CPython 3.15Windows x86

markupever-0.3.4-cp315-cp315-musllinux_1_2_x86_64.whl (905.3 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

markupever-0.3.4-cp315-cp315-musllinux_1_2_i686.whl (909.4 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ i686

markupever-0.3.4-cp315-cp315-musllinux_1_2_armv7l.whl (948.6 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARMv7l

markupever-0.3.4-cp315-cp315-musllinux_1_2_aarch64.whl (851.2 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

markupever-0.3.4-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (672.1 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

markupever-0.3.4-cp315-cp315-manylinux_2_17_s390x.manylinux2014_s390x.whl (795.0 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ s390x

markupever-0.3.4-cp315-cp315-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (757.3 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ppc64le

markupever-0.3.4-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (673.1 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ARMv7l

markupever-0.3.4-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (674.1 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ARM64

markupever-0.3.4-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl (700.3 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.5+ i686

markupever-0.3.4-cp315-cp315-macosx_11_0_arm64.whl (593.5 kB view details)

Uploaded CPython 3.15macOS 11.0+ ARM64

markupever-0.3.4-cp315-cp315-macosx_10_12_x86_64.whl (622.6 kB view details)

Uploaded CPython 3.15macOS 10.12+ x86-64

markupever-0.3.4-cp314-cp314t-win_amd64.whl (538.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

markupever-0.3.4-cp314-cp314t-win32.whl (532.3 kB view details)

Uploaded CPython 3.14tWindows x86

markupever-0.3.4-cp314-cp314t-musllinux_1_2_x86_64.whl (902.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

markupever-0.3.4-cp314-cp314t-musllinux_1_2_i686.whl (906.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

markupever-0.3.4-cp314-cp314t-musllinux_1_2_armv7l.whl (945.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

markupever-0.3.4-cp314-cp314t-musllinux_1_2_aarch64.whl (846.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

markupever-0.3.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (667.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

markupever-0.3.4-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (790.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

markupever-0.3.4-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (753.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

markupever-0.3.4-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (668.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

markupever-0.3.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (669.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

markupever-0.3.4-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl (697.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.5+ i686

markupever-0.3.4-cp314-cp314t-macosx_11_0_arm64.whl (590.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

markupever-0.3.4-cp314-cp314t-macosx_10_12_x86_64.whl (619.6 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

markupever-0.3.4-cp314-cp314-win_amd64.whl (540.7 kB view details)

Uploaded CPython 3.14Windows x86-64

markupever-0.3.4-cp314-cp314-win32.whl (535.1 kB view details)

Uploaded CPython 3.14Windows x86

markupever-0.3.4-cp314-cp314-musllinux_1_2_x86_64.whl (905.8 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

markupever-0.3.4-cp314-cp314-musllinux_1_2_i686.whl (909.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

markupever-0.3.4-cp314-cp314-musllinux_1_2_armv7l.whl (948.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

markupever-0.3.4-cp314-cp314-musllinux_1_2_aarch64.whl (851.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

markupever-0.3.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (672.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

markupever-0.3.4-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (795.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

markupever-0.3.4-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (757.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

markupever-0.3.4-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (672.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

markupever-0.3.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (674.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

markupever-0.3.4-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (700.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

markupever-0.3.4-cp314-cp314-macosx_11_0_arm64.whl (593.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

markupever-0.3.4-cp314-cp314-macosx_10_12_x86_64.whl (622.8 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

markupever-0.3.4-cp313-cp313-win_amd64.whl (543.7 kB view details)

Uploaded CPython 3.13Windows x86-64

markupever-0.3.4-cp313-cp313-win32.whl (534.9 kB view details)

Uploaded CPython 3.13Windows x86

markupever-0.3.4-cp313-cp313-musllinux_1_2_x86_64.whl (908.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

markupever-0.3.4-cp313-cp313-musllinux_1_2_i686.whl (909.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

markupever-0.3.4-cp313-cp313-musllinux_1_2_armv7l.whl (947.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

markupever-0.3.4-cp313-cp313-musllinux_1_2_aarch64.whl (852.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

markupever-0.3.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (674.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

markupever-0.3.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (796.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

markupever-0.3.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (757.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

markupever-0.3.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (672.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

markupever-0.3.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (675.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

markupever-0.3.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (700.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

markupever-0.3.4-cp313-cp313-macosx_11_0_arm64.whl (593.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

markupever-0.3.4-cp313-cp313-macosx_10_12_x86_64.whl (622.7 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

markupever-0.3.4-cp312-cp312-win_amd64.whl (543.5 kB view details)

Uploaded CPython 3.12Windows x86-64

markupever-0.3.4-cp312-cp312-win32.whl (535.2 kB view details)

Uploaded CPython 3.12Windows x86

markupever-0.3.4-cp312-cp312-musllinux_1_2_x86_64.whl (908.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

markupever-0.3.4-cp312-cp312-musllinux_1_2_i686.whl (909.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

markupever-0.3.4-cp312-cp312-musllinux_1_2_armv7l.whl (948.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

markupever-0.3.4-cp312-cp312-musllinux_1_2_aarch64.whl (852.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

markupever-0.3.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (674.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

markupever-0.3.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (796.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

markupever-0.3.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (757.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

markupever-0.3.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (672.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

markupever-0.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (675.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

markupever-0.3.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (700.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

markupever-0.3.4-cp312-cp312-macosx_11_0_arm64.whl (593.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

markupever-0.3.4-cp312-cp312-macosx_10_12_x86_64.whl (622.7 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

markupever-0.3.4-cp311-cp311-win_amd64.whl (539.4 kB view details)

Uploaded CPython 3.11Windows x86-64

markupever-0.3.4-cp311-cp311-win32.whl (535.6 kB view details)

Uploaded CPython 3.11Windows x86

markupever-0.3.4-cp311-cp311-musllinux_1_2_x86_64.whl (903.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

markupever-0.3.4-cp311-cp311-musllinux_1_2_i686.whl (911.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

markupever-0.3.4-cp311-cp311-musllinux_1_2_armv7l.whl (951.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

markupever-0.3.4-cp311-cp311-musllinux_1_2_aarch64.whl (851.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

markupever-0.3.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (669.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

markupever-0.3.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (791.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

markupever-0.3.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (758.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

markupever-0.3.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (675.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

markupever-0.3.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (673.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

markupever-0.3.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (702.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

markupever-0.3.4-cp311-cp311-macosx_11_0_arm64.whl (595.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

markupever-0.3.4-cp311-cp311-macosx_10_12_x86_64.whl (620.4 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

markupever-0.3.4-cp310-cp310-win_amd64.whl (539.5 kB view details)

Uploaded CPython 3.10Windows x86-64

markupever-0.3.4-cp310-cp310-win32.whl (535.7 kB view details)

Uploaded CPython 3.10Windows x86

markupever-0.3.4-cp310-cp310-musllinux_1_2_x86_64.whl (903.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

markupever-0.3.4-cp310-cp310-musllinux_1_2_i686.whl (911.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

markupever-0.3.4-cp310-cp310-musllinux_1_2_armv7l.whl (951.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

markupever-0.3.4-cp310-cp310-musllinux_1_2_aarch64.whl (851.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

markupever-0.3.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (669.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

markupever-0.3.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (791.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

markupever-0.3.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (758.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

markupever-0.3.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (675.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

markupever-0.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (673.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

markupever-0.3.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (702.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

markupever-0.3.4-cp310-cp310-macosx_11_0_arm64.whl (595.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

markupever-0.3.4-cp310-cp310-macosx_10_12_x86_64.whl (620.6 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file markupever-0.3.4.tar.gz.

File metadata

  • Download URL: markupever-0.3.4.tar.gz
  • Upload date:
  • Size: 99.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for markupever-0.3.4.tar.gz
Algorithm Hash digest
SHA256 094d5274426545c469f46f1d25d2c870812b37d9e40f447f211acd5c61bd4753
MD5 5259176ef414ec0c262889fd6cf08826
BLAKE2b-256 a12cd82589f28b79e25a7efe7a1e511f59e0ae83437843fdef5d951fd07988fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4.tar.gz:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3911f51425fa11fd24378701748dbd859b849cc217fda3c4c06a80e035cea7e7
MD5 cced66bb6fce061eeefb594cd2d01277
BLAKE2b-256 c6e0752459abcd4d4debcfaec07261f950215e1aa80a0368323b36169d39f192

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-pp311-pypy311_pp73-win_amd64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f358f942637303fa65d72c59929fea22f03f77aa9cf07ce8d1ac1725a78b8fc8
MD5 4554aa36ea4a35f69522434564f55420
BLAKE2b-256 fe0f2e6ecc8f91fefb0935a8a56034f6f56f7874c75d8df6ec6079aba5200078

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f6cff07c22454f2704928db4ac3f2856995a4103d3d965785aeba2226343bae0
MD5 6c27b3b6171464aa372e33eda2e3eafa
BLAKE2b-256 9a9e8dbcb11c3d08727028efefd9f29a34ad02363a1a42bac865449c3913ce48

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-pp311-pypy311_pp73-musllinux_1_2_i686.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3822a5ae77aebd9d9d5f6aa2a7fa8d2781a3d537b64f3c2f4221d76d42f8ab96
MD5 50dd1402ac32755a09d894703aff3bbe
BLAKE2b-256 f19e825453421744693948143745e7dc40ba3133a42e8167efde8c5f34466f8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 33e8f9e10f587c5c72add6ab7e2955110d59f23a566170726041ceb1476520a4
MD5 326b6d769efbff046fcbdb2adecb8108
BLAKE2b-256 a57bf7ef059cde663206310c48a1460a706e051b0cc08e28747965c8b6242d3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eab0ac59664f8d407e9991aba3a2f57159760e9e76f547a5bfbb5207dd049add
MD5 c408dbb7a1d280bbf04fa269bf2fbdd3
BLAKE2b-256 1d8b7132ccf6ac5b838b77f5390bba270274eef3233a54c3013954eb4eed667f

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e2bc25576a282dd9663d0e954770dd4b7575588583349ad4821058a9310780e3
MD5 0b305f3ff3f22ad0543f5ac5522a38ee
BLAKE2b-256 89a8d4dbc45dbbc35769f8b1f8effa41df454f5729c2558d54bfac366f267704

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2ce1fac9f52edb248512866f57e8785f6b982b5dfccbc15f73485a3ef706901d
MD5 2dcb1d59644680b3b973333bc3232155
BLAKE2b-256 3280576e0b547dbceaf20f00359445fece93f04654ffeadac4e2d0d4412434f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4462f92b4c8c76a4c595d79a785448e9073ae143216c323ba42901923e4d09af
MD5 47b544432f51bfcaa56ae25cd77d8a6c
BLAKE2b-256 14b2217e46bf9ca0e02cc21c9fd4f5fffa0e7af52480c6e82b87211810967012

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 24ca557b7fe928efc0d9ff856b14d3231e78c4c2c4dc05728e6e2a47dde42aeb
MD5 a5191cc4a7aa759cba6697569ab23672
BLAKE2b-256 8a0d990127e5f2c77f0d2724e0490e79c2f92b9f290a56410c91f5aa1a03e4d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 eaaf218d061297934c4a695f1e010642af802b596505ae44ec40f33fc9b6b5ad
MD5 a9d216aab243de9a9f5ff9d01ef5d0dc
BLAKE2b-256 0c0e549836e4f4dff945913c8e4ab6b4c367cb4157aa05c3ba572ca97c9d1066

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aa73a66283feb86de8de84354a830375b820bdd53e0591f33e4ab2b1c1adc1a3
MD5 8a17c1af2f04b07a1aa325797d876fb6
BLAKE2b-256 9b7b7aadf1339c0e861cfecf2c7e4ab92625f90a14e69baad0945a11b9a6cb90

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-pp311-pypy311_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e37910a4de78ca527e47c9b90c2c5d96480ee891ddf019125a45d59487957202
MD5 ea660c0f0e47cccb8d369c6fb82240ac
BLAKE2b-256 2d32519897069a6135dbbb05d0d5de856dca1bfba66a8352bfe95b599a514d22

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-pp311-pypy311_pp73-macosx_10_12_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315t-win_amd64.whl.

File metadata

  • Download URL: markupever-0.3.4-cp315-cp315t-win_amd64.whl
  • Upload date:
  • Size: 538.2 kB
  • Tags: CPython 3.15t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for markupever-0.3.4-cp315-cp315t-win_amd64.whl
Algorithm Hash digest
SHA256 6d0aa8267e72d9e23d5077a8e56ebab765c2edb05058c2944817232ab015fab5
MD5 14912e6d4f802dde1b0a99593d2e821a
BLAKE2b-256 2cecc3bf7ce4359a21e9d8d9c0f5cf061449cc24f7e6eeac34f3726dc5983ad8

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315t-win_amd64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315t-win32.whl.

File metadata

  • Download URL: markupever-0.3.4-cp315-cp315t-win32.whl
  • Upload date:
  • Size: 532.4 kB
  • Tags: CPython 3.15t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for markupever-0.3.4-cp315-cp315t-win32.whl
Algorithm Hash digest
SHA256 1000952d1e23cb13325eff09ea97c7b0b9488d4e48dd59213ab86d93cef4f7af
MD5 eaa9a2bfadc185e724ae1a9cb1b05e5e
BLAKE2b-256 f8d7940e9e2b394ac8d76fa3975c48998af019a7b5952e87aa8b3efe1eaea886

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315t-win32.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp315-cp315t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fed49654a428c45320c8d70177cfdcb855d85b29c8fd7f273df7f92ecd381d8c
MD5 bf1a4b5f1d50dc3ac4614970aca50950
BLAKE2b-256 5eaa006998e8558080ef609079a884853b3c11d1d3bf8d7e42e626369df887d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315t-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp315-cp315t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cce01df0ab6f3f82736177b2670792a4344169a887ffe3628156567efcda9246
MD5 1a3ebb24e932d90e3a6bc59c58b53512
BLAKE2b-256 393573d1254af943c1db72994e1cd000d7c1a3d1efebf7a38a884f722f21a3a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315t-musllinux_1_2_i686.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp315-cp315t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 414914f6f82bcb56f791fdc35c454aebc22f6ca164825a61ca3e9b0b215bb2ea
MD5 e9dd0e0999bfd3ab4c81450b23c5d8da
BLAKE2b-256 bac41e7caf1af7b423c4f7a7f3f8a9ad046633766ae3b3c6bec766d2b7e43f2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315t-musllinux_1_2_armv7l.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp315-cp315t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 68bee64526c72b78ee7bdaa5c8565a5ed700d49a98d4592c9f24eab5225d1e91
MD5 65c403277d4b6811464ae8ed57be2ee4
BLAKE2b-256 fbfa7c16679de3db3df2a347683dde9b82a37a8469ed7b359fbeefc2c7f78792

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315t-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 022074d9df18220a40191f08cb1f36b446ff501d0c6c830398e39183573896f3
MD5 74142c0e5d7c6961c7a6f5afb5717826
BLAKE2b-256 13ea90dd699878fdff07ad0026ed03c59f216a9ea151a300a315cfef19782a66

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp315-cp315t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f9334a26a60e8e2bca354265e1de4a20ba45c13ac281dc1e7ca916f5bbaac085
MD5 b0d82a9fb9dcc8c33f585ba2f6c43087
BLAKE2b-256 4f8992d8ce46d1de49a3b32445577c50924d2e48ba2952e5fdbd1fdc27419e31

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315t-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp315-cp315t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 882f49eb050f7692e83483e7af6ef91fefa4c92faf2233f1c00dcf666c90e6fa
MD5 3329fcd312d8eeb9d240e5d56836c0e8
BLAKE2b-256 f230bda9f665d57a2242afc54a510ba59af344ae97c8fdbb2cf21840f9fae362

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp315-cp315t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 13c5ec129108b5ef89825bda88ee4fc2503aea88e39fed15e924980f34b3c000
MD5 7d55de928b55329dc8e023727a596db4
BLAKE2b-256 e81c12a6582b3bf433836b13bdc82ce598099e550d0c0608ef4c45240178630b

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 033fe746f90e56889f1a1450821c7e06b467da675f3c2d7dcebc3b9464939cbe
MD5 f0e4c96656e9aeb61bc7a7a628780609
BLAKE2b-256 86aa5fd6d562b8fb6eea9c7076de0011eecbec75e7944c22a36cb87963a40503

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315t-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp315-cp315t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 813576707f2e80b877617575713d5b01f9dc29f84947b072f7d844a014f5d08c
MD5 3a8ec4f86ebcff774bddea170707cc5e
BLAKE2b-256 5656493b8654bd71c8d397fa5a89d5775fe8c66f02b32f66e5c3bb4f16126fa8

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315t-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp315-cp315t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 602fafa6f885ae1254ce03178ff75d21d019635e490f3a7a961a4cf982decbc8
MD5 4c425b25f97892567826e15ef92f1b9c
BLAKE2b-256 68c01e8e3aa7b0e86c4320f2f5ec99fbf49f9237c1f870e0d78f2a50e8347029

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315t-macosx_11_0_arm64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp315-cp315t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1144d4cd25b08394aa79748c0045203b6b2b908d3dd356cfafe3f51496c8a7b5
MD5 41dc9f97785481efc61509cde6f973ff
BLAKE2b-256 58e8c20305ddfcf2552cadbaae0587146f2c1b5db80e42513e72207c72054880

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315t-macosx_10_12_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315-win_amd64.whl.

File metadata

  • Download URL: markupever-0.3.4-cp315-cp315-win_amd64.whl
  • Upload date:
  • Size: 540.9 kB
  • Tags: CPython 3.15, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for markupever-0.3.4-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 d83f3041c9468d2d07ff60b82949ef5b4b47cf744c189d39f053ca9a10c8bc37
MD5 62d35e30d639b6c9c656b7575b169191
BLAKE2b-256 8690b9fd2763ff719d206b0b9725a5dac8bbdc18f24881a051e738d9e4d7f113

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315-win_amd64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315-win32.whl.

File metadata

  • Download URL: markupever-0.3.4-cp315-cp315-win32.whl
  • Upload date:
  • Size: 535.3 kB
  • Tags: CPython 3.15, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for markupever-0.3.4-cp315-cp315-win32.whl
Algorithm Hash digest
SHA256 364046c2d8b9e1a861ef5af9b5ddd0eff38750a94f185f1ff45f7bd3a7dd1c97
MD5 dd28145464f45711eebc952845f67083
BLAKE2b-256 1f84366d6adf2928422fb2c39e5ab02ee18b6b33f6d1c27e375346ca5db3170a

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315-win32.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 88d44e48f86e7133adddcc217775e68c613b4791f6acf5902c2ea3d1324cbd0f
MD5 e8865ffd85f3a5a1bf00917c0a6889b1
BLAKE2b-256 98587d7b4c41f3e54aa9428eca652bb739e204301bec9e0de9a98ced218775f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp315-cp315-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2a88f45c24f7aa9811ebb34d9d55f8d3807f51314ad45e067f1a7cafae1d9543
MD5 5f82e79ae648f45e113636df3afd2f3a
BLAKE2b-256 300330b81b9d98ef56e241b53de470395f673e3099ef87e7bb1ac78b29eda05f

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315-musllinux_1_2_i686.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp315-cp315-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a84d8e4dddf62a981604aa3bf9d8890f8c99bb842550930009829aa48fe65241
MD5 a535d73f28f4086935751ac30175ae22
BLAKE2b-256 c04d90400c67488aaa98aea3f7e95e58d4123f1a4504c1bf09687a31ba4913b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315-musllinux_1_2_armv7l.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 486aec8f13a9ccf84cfbe870e6c07b889845b1617c00c6fe838ecffc7e4ae042
MD5 d67b40c37a7c4bb56809364394b80aea
BLAKE2b-256 b41bf47a7ea90f21035d8bc1a0055cd4caee7b0c7362640ba771ce135d0dd986

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8c08dc7c2f5f1fb619cb6c7e59570e95326485bb03372ed0c61d68e008024487
MD5 15483288a31b4daa977cb0fee134aa6c
BLAKE2b-256 3e8c6435c10a71e8500889899c646a12cac41658ff74e7c24564edcaad8587ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp315-cp315-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2e0a48ee238c8a7b09fcc8b11a7d179f46b7db9180c6e1217aab955a14e0c45e
MD5 4d21447e446973c68801daef7d81376a
BLAKE2b-256 50374b307965c0866641efbc7fff3e22bf9f51ba59b4dacd999fb19fe7a8097a

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp315-cp315-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5caf6a304bfd83f79bcb41743d76d6e7b71eb60208025bd1c9aeb51aced98d7c
MD5 101f420c84181adcd0259271f8eb0313
BLAKE2b-256 8401ddfc1353fa0d087c687cfe53b5ece65f38e890e2176f9b0ffa6ade8b111d

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 596a340dcd4f41eddfd50ebc3fa0faf6f5bcacaf4c715223d0f6546cc921db8f
MD5 37dc406defb465d1b1786d3e71b66de9
BLAKE2b-256 eae270c60b55bc6537fd505f2efd3b6acedd0bb947f49b2876b06bd57312e832

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 de7cccc8878f93b966e3e7d68cea4ab97aca7d4abb0612511e7ca9fffc22b8fc
MD5 0d7dc683fcfd8e9b4881f5cf1c6c2438
BLAKE2b-256 81451f5a9d9c007e5df52f5e5bbc5abdb110c3387a003f00dccb34c5eb84480b

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9fa9a1bacef4cd37a7ecc052fb737a3fe44c2936d5ea80ad7fdf70715def7fae
MD5 afc5ed2c750470304097481875ed0980
BLAKE2b-256 7176cd28c7aea4c2591c0a8e6ff4351739923a2b4b83d87d29d9b371883af212

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3f4a8b8df3d30f8d694fab815829e3b84756641b494882ad81375e71876ba11a
MD5 017d18cec8a6b08f8f23601e2bc63ae2
BLAKE2b-256 67fbcc5d80c0cdb463a97b9eb2b13cec05a8aa8e4199286256b4f4704583f996

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315-macosx_11_0_arm64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp315-cp315-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp315-cp315-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 490baa8ce5b9e8d238f57a1a3b17d2ffa2e060933d2aba84736abb2bb978a618
MD5 9877fdaa4d421907a26b7b5d33f483b6
BLAKE2b-256 18df38864951d7ab7e19bad8e491f2375a3103aea86382f43bd8fb7d28621b2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp315-cp315-macosx_10_12_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: markupever-0.3.4-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 538.1 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for markupever-0.3.4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 c1b9f36ceaaa011f46c514e08c4eca22d9b593810186f0469def5556454f93ac
MD5 113c6009c25a1fc0ec2f6c2bbaab542f
BLAKE2b-256 b468c1d27676674aafc764868b944a20284643821c1a6cba9049e3c3b76ebacd

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314t-win_amd64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314t-win32.whl.

File metadata

  • Download URL: markupever-0.3.4-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 532.3 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for markupever-0.3.4-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 43aeecf2d82a06b2da77ba2940d30e1e465659f0802599977ea1f05388b35e4b
MD5 e648e9169303be1f725bc87793d86372
BLAKE2b-256 ef54df45df8707cca4e0525cfa28da803f3558e5fe027301d6e6a30ee3d5cbdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314t-win32.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c4ffb8f707d00a43354142a9ec46973287cbd96d8b7e2b8c0854b0117aa649f8
MD5 24dde61e4dedb3373f55d9e7d6831720
BLAKE2b-256 79f149a856856300a5e7aa3c4963a3f55076f3eaa2cba942db80274262f50f61

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 11d5134445ac7bbfcf5b39948bb7084c4eb8ca2db938816080228ed78898a1e3
MD5 d71c9244559969308524e1ef7a61b136
BLAKE2b-256 7dbdd0f7f1eb90c40ab1ff39f94c4b8a771e681e83ceed8d6b6746e5932d8359

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314t-musllinux_1_2_i686.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 53b4855e731a151d3932b7614f753c3f19b7deddd7458cc888a1d2d6c5e4a556
MD5 a72859f737112adf7da1189d8f789a6f
BLAKE2b-256 6340f42821ebccc23f635f58d2aab4ccb49c59979cce3f9630b376488d20c9bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314t-musllinux_1_2_armv7l.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ed7bf369cdfd88877330888f987f2a1b9a8eadf3b4ca3f70cbedcb406b7bd9c2
MD5 6007590e28bea33f2173eaaae3f06e3e
BLAKE2b-256 66152d97c7f6c69f04a08d6b5ff38a457e17f390dc5b8e308e409c3bd5abc6bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9d92881d25f48f471efea93a319ca4bb22ea94cbf5c3b914936e47f9228a454a
MD5 531464d7991704710c9e3115d8fecf34
BLAKE2b-256 620d3f7d5687d5a7706adee5554b3a169b6c2ae075fbfb78f3fb5f71cdfcfd2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 606c3cf341a8fb224dfb79376f0a9c9d350e0581d63f2e5e55fd99add66c34e6
MD5 1d5580a2a47e3851f52f3b45b39c9045
BLAKE2b-256 651ac9ff02039de77894a549fd0e47d347429ed150afbabdb63debe06a32d216

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 56abe9ca271b23ae4ccfa75c16187eeff0477284b525fb4231c9a59873c84482
MD5 6930b0816c160eaa467ad2984fa22ceb
BLAKE2b-256 4f5e164cf7a87d37ad89c3220a5b809da6ec5c8c75525ab31e629b92549af002

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e726673150f7a7e918ad5ee9d76479467f709bbe65eaa64c60b32701674c3a3e
MD5 5f7aff378d877c2708d2e912b0efe705
BLAKE2b-256 c82fdc59257daee4b332e2148cb4c9389ee74346448f3566c44ada1def7cb9e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e2ba60a0dc4b867189a4d9d18d4adc2fec89483231d598dee0dddaac05e62f10
MD5 4237a32ee4720a1fba9d443942b3fe18
BLAKE2b-256 de6b4f9c527730234a6bf6548fdaf33d169ad397e55d288b3a055a2157ffece8

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 bd8b452342dab5b30fdf32a577a0681060ec5a72e2828f405234afb30746f5dd
MD5 4b5e11cd606d06b58e85a64865898657
BLAKE2b-256 b6f68bdd4a95a864586f74fd8d7c31f52d9ec554600807ca1e1b07c7bd6c96eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b2d6c0dd476e912c4b43d9be07ebb765fd3463fb9949798c80e927991576a7ef
MD5 d19c7bbb5f323009fac218dc997761e2
BLAKE2b-256 75538f899dd7c44ac01c735450b939219b7e7fc407f408df8ec981040d3fd9a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0bc8105d3c48d0c5b5a8b16bf13d5784cfade6399b4fdbd1187cb05ffcb12b76
MD5 e2a4e99c3caabc7e9d525df0978bee75
BLAKE2b-256 6c8727be4a894227441007293218919d64b650767299c3fb7f08e610225ed778

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314t-macosx_10_12_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: markupever-0.3.4-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 540.7 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for markupever-0.3.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 71bc9640e7507ed4e0ec811b48c98dc7fcefce1c80059dc4a73a21fce9e58b04
MD5 e3f6dfcb29e5410e34737bb6085cff97
BLAKE2b-256 1f449aa385e231c08f356298b904e27a763343291410094947f74f3dd5da1376

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314-win32.whl.

File metadata

  • Download URL: markupever-0.3.4-cp314-cp314-win32.whl
  • Upload date:
  • Size: 535.1 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for markupever-0.3.4-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 b473865aa9756648ab2467b482170f032df72a1a1efd006a73bcfe2df01b2c38
MD5 09298286d31859f5562b3ecaddf9e9c0
BLAKE2b-256 37ba3418a613e7690e85e4a7d2c2f4a9e0a060101357b0c3824f1ec6278a7de7

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314-win32.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 05fcd581ce268278b2aa95f7027d7b2262e5cb6629cd300165cd099e10f57546
MD5 3ae6a7f0dc8f85050dc0896c42580ec5
BLAKE2b-256 a64985096f75d1147792eb69e0fb8acf274d30216766d3132893de9d296cba1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6eb746d4ce57056d38d4e525dd0268659957b46bd31568fe4dedde5bc2868132
MD5 eb7fe2a9caf107ac59193e925c726f8b
BLAKE2b-256 b8fe97635209d77c258f7fc014c04db94c671f98ac25bd49a9a16537fa51457a

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314-musllinux_1_2_i686.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 420fff4f00dd5ddc0297cd87edda96a4208fad3cc4fdc363db60895f54833443
MD5 efd8a7909cd8cd365db9fc4a7958c2cc
BLAKE2b-256 64209fae93c8d3f0b9f5ae1e5e8d8e655a995a103a313700b7a9be7d3985e51c

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314-musllinux_1_2_armv7l.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4dd2c706f20de4233d78cc2e6d9701c0fe841e0409fc5c4f2674f37e63b7f928
MD5 fc16ce377f6acf20a111063d1d56bb87
BLAKE2b-256 c1bcda755424ed8d81a0eb71fd4fa254310eea61a787614e41f8425fb4890179

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4592e02e5b8fe5735e772c79a3cc4268f50fc963e16c0b8f28dd0c31991445db
MD5 c247c18c8806634a59e53497e5b9d193
BLAKE2b-256 c55ff0ab46b1b69bd4e36358ce159c53d40cbc7bf80c84d4308ac20e15a8d1de

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3f7ef9a087c3396bb12ab15fdd96438bda573bca815bbe5291d108d77a2b7d2e
MD5 27eb353972de838bbc2591bfaa3d7a12
BLAKE2b-256 c8c9cc5708ea4faa91f448d071d985a73bb9d33458d6b6b83be3c1ba6c266d59

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 afa8d787e74eca29a22a6217026a5bcf130ae85afdffd6c31d90591ccf221e29
MD5 0786e66936b817c7cd49b4900fb0aec3
BLAKE2b-256 7c4992fdfb375f9827f54e8240f71504bffd25fdcf8215fa6e13aa3376c3a61d

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 66ea5fdf850de60225a6c5e1eb98984c6da9212ccd9c9358be9e2607c2646200
MD5 2bad64004b4e3702935c32f812d72262
BLAKE2b-256 cbaa6019c4290cd46cffd3087c1aae1e4d3704c75126dbfae339f64e21b956d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2f4be76e235a11d63a8fca3af0440b74599c6ddee756bc7bf27e5685a85d95f1
MD5 808b1ee83d9b81d5b12006a83d1bc6cb
BLAKE2b-256 29a22ced39108dd8a925f8506af317f7552a1c7abfb183ad89b1ec01f600a025

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3e1e12644d566ac07b2915e22758a6bb257e6cbe97239883328f0966845bd1a3
MD5 241c60da5d0f64aed23c27f257746708
BLAKE2b-256 6aae854dbd426b7678e74c248dab5bf009368def12f350b240a14f2b0d0ed901

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d498d0c84d464c531aa641f84a1ef2cd73fbdd236a942ba04b6648dd99250601
MD5 d4267424c263c9a95d4c3bc5d05beb65
BLAKE2b-256 f58dc9650c0d8f01b2cafe295e2e58c6b5b327e87ecc9f6f7b8245e1b713930f

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 26f7374fd45928d161d6a85a7f20999d0dd3457284ae4c915b7bb790f77ae91f
MD5 d3753077805fd97ddc7bba9702c4ec18
BLAKE2b-256 dacc7e858e3554f8017da1280e58b00d5b80b1fd454a083c8e9d5fa3daa99922

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: markupever-0.3.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 543.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for markupever-0.3.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8be03af272f6f139155eaeb2e43db6e50382b8e7f46d3a964d80aac32d0b5353
MD5 99409739931cbc2ef6d6084df653960e
BLAKE2b-256 d2963a2534cf471bf4c4a9d020fc5f307cb37678f243ee1eba6e8d0fb5fb6a62

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp313-cp313-win32.whl.

File metadata

  • Download URL: markupever-0.3.4-cp313-cp313-win32.whl
  • Upload date:
  • Size: 534.9 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for markupever-0.3.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 1bd654bd147455347c7952155fc5504d0cdb7434468408bb7ff911c8a8c2996a
MD5 23c52c2d18abe342284e514d170f9bce
BLAKE2b-256 cdc6e16db6f5d505a9dbdfea64a53872cff7b521a10c270dfc013ed250b93ef4

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp313-cp313-win32.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 671cd793e90fce20f78d4aef96503e7736fcb6f156c3971c105a2d205af482d7
MD5 946f9e43e6d407d85341a60ab9f1961d
BLAKE2b-256 dfbeb87aa7e135405f896c6fd7bf18e53fd25b0b6798debe29fa2228b52e9186

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 df1bf60e4862cc0e3b06f2a386d4dd112459acbf95e4622f43750f45ded60839
MD5 c7f4006558cb9ed144d02400d34ede4d
BLAKE2b-256 81c12c302b3b6dc034c01600f291cc5040225c3172a8591ab81609ec9a87fdf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3638237eb12cc4cba43d02b73400c398255f9faafeda235c73ae5f457a079b5c
MD5 0d1fe2fb6b7698fee0a40625d13718e6
BLAKE2b-256 d7981b62207fbca68c46e0b8403696522af547305c8fb68822bf034d45488534

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp313-cp313-musllinux_1_2_armv7l.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f7af426ec60b5853ecaae1696f8d02e97690743343f527b5e9eaf37fe1721238
MD5 379aa933902c89b1f279273a3c16a5be
BLAKE2b-256 b3a496684a3298f90d144ac5e5a96c6258d634e8bac8018dd1315601a8b09345

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f0cb43ac5b058ca883f591b600c0cc0852b90b5d8fc26cc86e1c948c489765df
MD5 a4756c7f218b051ac810e380eff9b3a9
BLAKE2b-256 745db7d5c76c7ab0903cb11f3e81a90dc832de6001298a14a025b2baf9606ee3

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ac0809ca748aa7210877a245276e50753a3f408425f03f52148288d90058c1da
MD5 ccb6790b9db72aac91500bc69d5a8201
BLAKE2b-256 4a3e0b181b79246baefa90eb92e0a03552a4de0dfc6705f120246d60f1441a19

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8508605135a16945dc0e1678f496f2893909d584bf282495534d22da0b09c4bf
MD5 24d112b553480e15d7dc0f5144a47a03
BLAKE2b-256 bc1b896f05301e7be042119480ae52401c5dcccc80f1cc4f86b9393d89f38605

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1e0187ec3961355feb839bce52be1022f278fc76deef77b4323e1d3ba0d7b44a
MD5 f3a67a6399c42c58cad1c13d7b70b5a7
BLAKE2b-256 452bb0bf937531f3b3086cd07af2af0d8f37c60e99aa758999a839cb92afd80a

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d5ea88982c5298310e482b8d8350268a9c94aba98d7f8e5f3422ff76c039253c
MD5 ed44c77fd081bc24ab061deff397af5e
BLAKE2b-256 2b4d77e9f3e4a4236631e1048574d77f327f123ad4db7786a1acdaee7fcb83a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 fa09c62bb5f65e02369fb94b4cce25de6849f6ac68adba5641a673b44ac3bbff
MD5 4f6c9f0222ac6f7384e4d1e741dfb50b
BLAKE2b-256 c2328564f0b11ca653941c9810f1f0f0470d48f8d4f5de884287cbe82f2ccb91

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 225bb7c03baa7bfbe5b1c40c33ff168dbc09e29ac18882766ee93e342ac99d7d
MD5 1a0f053dae051d2f30dcb816f7196d99
BLAKE2b-256 e8bdbf9b27cf8b740ad36051b24988e023c9c8f216d74e7800f5733204637c39

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 edf68a7e1f82179a83e9c64e538440f3df724f4408cf5d1f3536c4f265858dbe
MD5 e022f649a740dd4eadd39c1a164755e2
BLAKE2b-256 901b02cd96eaf04dddba1612fc12f128a109d5cf80027443e67d7e4fab5475e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: markupever-0.3.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 543.5 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for markupever-0.3.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f062d7e11d63abca2a25e1816a3bf2dea9a045b3d2adbab948923fa7f6c4750f
MD5 faf85327af3e724b3d2d6c97621e9dfa
BLAKE2b-256 e8e006917eee8f6469b42c39ba9445faf829335c7df34c63bd3e30130dcea5d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp312-cp312-win32.whl.

File metadata

  • Download URL: markupever-0.3.4-cp312-cp312-win32.whl
  • Upload date:
  • Size: 535.2 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for markupever-0.3.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 135941654d2525f1034117aab73ccc3c66725dc2953f783c9499465440ffc0d4
MD5 4bdc57f38cc9320cdd3b750b97cb39c8
BLAKE2b-256 62307b6abf81e449a4814c81a3e22191cfb828ce38e2960a6925e322c5358a54

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp312-cp312-win32.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7c0bbfad1357e6b63275388a65fcb201680d25438f64914358daf7aa0aaa39b9
MD5 c826ff2dd0264c72685ea9183e4292e3
BLAKE2b-256 7ac571bd963f1316a32afa914b600bdef969dcef536fe7f723e89f9463c353ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ce149562eed386e9d8ac1058e8a15a876d8ba1a40db99a233d983469e660f969
MD5 54228d051406b55a3684897c79a1189c
BLAKE2b-256 1c7b61fb571e933ed7785d37efc2e3b5b087213d2e40e00164a29e4d4bdfaca9

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 933a4700f6990b2191c8dfe42f7212f520b4e1a092a1f3f5b19ef19208774418
MD5 dcc2625c9afb69738f62d99ab03ca5bd
BLAKE2b-256 c83fcfef1bd6c15957243fe7e6a869dc7bbc2d331d0429c24f07dc940bd57c42

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp312-cp312-musllinux_1_2_armv7l.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e8d28236973a8533c9faf726c1acb0cfc52ba101a9ec41c32357a885e7e4d4ff
MD5 c21994320d40ae89248d305fbad7727b
BLAKE2b-256 e033ca227eee0e1e5aea4b5185b8c187526b07687732682c3960552fac4fbc4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a84c77fda83bb22ce779d541b3665bc69ea2511ff3b9ff35fd86601b9ce6786
MD5 6747c0a5ba434e458bc9b90362804e0f
BLAKE2b-256 7906a3ab122df7d85eee7ac0d38ce02f74e4e220a69717bfe05f501b5b0134aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 96cc15864f32b0c82c91f88c09227665972011b6dfd620793fccf3d233590f68
MD5 192f1604f2ccd3107dc8542eebe0ce33
BLAKE2b-256 d24286315de17d7cd68cb217c92fbbcae5134b2fc99476514e7f9694d22863bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c250f51832fc97b531e6c02c25d00c3fdadb7132b66a95c26ab653287d331c30
MD5 cd658f94707cdcb24f4c670b43e62c04
BLAKE2b-256 ab5c9628a442de267ddaef5219fce9b71c3a7e1b80813d3c2462468bc67de975

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 871687195e0cb426a323feee7f0b97dc530f02c65e3b848229b3f6f6eb36d651
MD5 33d39313c8550007c2b7bf7ee002979c
BLAKE2b-256 edfbdd84c23816a89c7f7de9d8b00d4c06a047ca594d449416c52b8f1c3b3aea

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b4bdfd5fb371d889752c02178b641dbf982015fd2508f17ac297387db082ec71
MD5 cd4c0b97d00ef7eb19e5c363b464e177
BLAKE2b-256 8613c094396d028ac205a7a3986bee549ffa3f60eeecd1dae3fc5825810f0271

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6b0c9ac51dec418982b92d7edb689f5b4e05089e6eec299e26ab2c95b261c250
MD5 dd4455a35218936274d801a0ec0f0ab9
BLAKE2b-256 87b0e174bcfa0723f5e375e3f7d5d21693716c4809a212342345b0bab50f1167

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9edc4027a70c79857b10ea49a97694ba3256e5e70c13773fe3360bfd7fc298b1
MD5 8650723d98cb26a26ca16acf479b6ef9
BLAKE2b-256 8c7563fe3ed09802a9345a79d3adc5ab8fcb7a892ee214fbdc91ed8ab256f342

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 788bdb6e6af92b30330f20282c54f4934810218cac6940bc713990dccdd11fec
MD5 f76b56db41f7c3f4875338c1f19c45de
BLAKE2b-256 cc8798689b2dd23e48a384aa1888c04e9338fd3595b8267ab37d158a5e51ccf4

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: markupever-0.3.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 539.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for markupever-0.3.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 16ecb1b6b2db3a75e364ea0d303dc0a36b55e7f9125fe9bafcc549e3fdc0db50
MD5 37a278ce624a34c2f7122695c6ead9b0
BLAKE2b-256 83e320439230a5dac54c83c6a6aba138eb23fd50857d855e14beefa14e0c59af

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp311-cp311-win32.whl.

File metadata

  • Download URL: markupever-0.3.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 535.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for markupever-0.3.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 36e7de1a042d620f8af2547a91dad55db0fc7815f467f2c10fd42d25529b7f27
MD5 9e17e5e91a9a7e7666d0d9923bb4bf3a
BLAKE2b-256 8897431767156ae6a041656a709a2e2ef52df5d94c9586360305b32e3eac2228

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp311-cp311-win32.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 89094545634a1a4a07cf5e49ab7bfec42b559e9e2e909445bcb870bc638bc893
MD5 3226fbd957a7c77c7f6d48ea5dcde6ed
BLAKE2b-256 6f7536afd0fcf422f1ca5c43bd3734070355ad6949dd8d2fc1a91ec6b157f44c

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fa6db107ed336805964dea18af570c1e4943fc593d5dd18a93909262d1e8956d
MD5 179af6c952fba200271c3657e82b6e72
BLAKE2b-256 14343ec0f1fc67cadfc773c970e26b66c5507cbb8134620129345f6cc39bcb76

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d5db3c65037d05ad00020c9f439f528fc683a748c0c8be63dc40a5eb5be15a8a
MD5 4b9bc624c2ec527fda4f3528d8d7cef5
BLAKE2b-256 6f8bd675a1976cb2110a935d435aa968d20992ebef381bd42e3a6a7acd15edce

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp311-cp311-musllinux_1_2_armv7l.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6c07a834ce887380f61a2b485beb61d3c04e792343312c0230a9fcdaeabe621f
MD5 f1ce832bf440eee9acb488c2182ab155
BLAKE2b-256 31934584bb9db8fd40c396fb62024684d6230d4879a3ad2570e0e1a9b2753373

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 304333df4d9d96bbbe86d8a61bc5f118751417e8e9fd7c272c11207699fc13ea
MD5 3ec86319e14e82d7176893abd46cffde
BLAKE2b-256 5da8190e4a283e7f2ab36d5e603a687e54a948f9f6f891c44d6014a4bbb9f074

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 07990712c22b6322d50bcbbfc311a8312b1018fbf67d2ea92ee7f279adee5ef8
MD5 450a82a002bb11c6760147495a1567af
BLAKE2b-256 e388709a6cdf847cd92350d6145708f6f2a4e34942cc43e11a1483fb6b64ede1

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e206446f234cbf67b9fa5b4953da49db219f67fb8077e1f57af7928cc595a77a
MD5 7c24f609e69804b14729ddbc1dc87e82
BLAKE2b-256 f4c348f47e48faad21c9aa3c96f467997fe8db5f7a38f57fb087b7c3ad8a222f

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 749cdface415be10dd6219c8b957105c699f9cc5e5b4b161ee2cb4dcdd61d1a9
MD5 5b3684d13d651c58048c4aba4761bb03
BLAKE2b-256 958810ab96eeff0cc83d358f3aaab3d03caa8b7ec024fd60321c7d7fef867679

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bfc58e7e711ac47bf4caec7dc7161f1bc1fc213054f12f38c4448c7c254192f2
MD5 0bad01765b8f9b9f3c2fd87f2a996f2a
BLAKE2b-256 ada9625cd1f5238576ff9b91c9b4940f9528b6590905ade5a24d95345a093be7

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d696c95fad61864ef754cfdaea8b2b37ef5473c31253c712f92250ec05f1fb1c
MD5 b81979a07da74f72d1959ec9e1213709
BLAKE2b-256 de76bbf10a33f2144469665355af44efdcbc6e8b253426f9aaa92c27c1d43697

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ada1403ae4ad7ab2088dcb6993fb65873c433a4a1eaf43b289de9803d5950106
MD5 1e2c884790e85be8d4fda13c82b31386
BLAKE2b-256 7dadc7b7a62a7592ab761181ae2834cd3baeba4492eaf76b19f3757a9aae95ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d83e211b4533f93963b44088d0cba38ccb6553a9e988d6a15663bd73dd7f27ff
MD5 7eeeb731d37469370d29e7298d2627b0
BLAKE2b-256 08bb16e4ebd84f0682ff9607b70611ac1feeb5af2451800d446fc2530ecd8900

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: markupever-0.3.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 539.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for markupever-0.3.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 74e17d8ac982b9ff880d0cd980298ef330322d7ba06446af507efaa7aba15244
MD5 9a4c257a033c481adbca4e192d5a8ccc
BLAKE2b-256 a03812d80f4b529844343ec5685f0a2e321f3fd4ca42a590a66f7607412eeaea

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp310-cp310-win32.whl.

File metadata

  • Download URL: markupever-0.3.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 535.7 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for markupever-0.3.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d6c8e1c837bab9a3d6b7f9bb95d39df2c4f6fb48a9e509fe067f41e684e450c5
MD5 9eb8cfdcf346bf2468a6fa6c0a498b51
BLAKE2b-256 80402b64404c8a56eb8ec4b4b3b8148c8e09fe0e2aa24a702b6dbbe09a57b0de

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp310-cp310-win32.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f190a79ab59c5f5b9de11f4bfa0b4078751290d227e639160c49967be3d3e6b
MD5 927b6df65007e7dbabf28210530fada4
BLAKE2b-256 b3d24acde0a375daca125392f4a2f1ea0b00fcedc7862b13977254dad600115a

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 82362ea22e4b7958c416a67c34e619090413dd5142792705a5bbe78cffe80d56
MD5 6405d2e0cb67dce36f4d02b5d0c8e8f1
BLAKE2b-256 b26a8073402b619c04ef873c8618d2fb6cc32bfb88219e8b48dde69d786ef66c

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 882eeee5fb285b9b90aa2c30866db50e969e8b6f406575487a95b9803c86096d
MD5 b2003ec98396e11e7f1db7297625ba1e
BLAKE2b-256 c3bd398fc08db6fccdacc78b1e77f8ca2ec7c630a4473020bf470db28315e192

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp310-cp310-musllinux_1_2_armv7l.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1a332700935e1433c43632191df0f55bbfc835da90aaa37851ad20c9077045f1
MD5 3ad4c4aa00556bd77fb10ec8a472db26
BLAKE2b-256 9a68026ad59dd27de191ddb45d059b21523d7869442971f162d2ced830b92c96

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc321399436cacd3b8fc21f82e68f8f49902e0a922b727a2fca11f9477c270d1
MD5 cbe77e4bf1cf95cc51d70f279142a466
BLAKE2b-256 7249150912f69b5e7c3f86a31731ab1df1eac4c4adfccc6b254c17815da2df8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a31c650a8b033ed41ccbf4c601aeee6d0c37761eb66f1051d44ef8b8523055fe
MD5 ab4a50921d21839de48814b842129d4e
BLAKE2b-256 9d47e7f2374ab901babe31710f466dc6a7efc9556c5e154f2b7552a92827b4c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 36f55ea76bde4efd70838b590aa79d31f6e33f3ea0af540196051efcd0e87ebb
MD5 ad9edb0efac5b03f4a492a9cedec420e
BLAKE2b-256 23acdaf149b2fdaa4edf2306e22f85bcea8abf3532e58b508a0a2159257a17ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 098c896f7a03b7dbb3a8a1140592d8aaf44e0775303d8e2d920f852bd217602f
MD5 5adfa427f438271a76052048b517ed08
BLAKE2b-256 a1fcb0ebafb33c19ce716c7bad6317a3cdb3090c5c0d3cb750d5191fbfe45260

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ec061408543675f2cebb80ed89deeb89c446b156f7c720d21c4830a6a1ba3dbc
MD5 3a3eaa2d1b5d1de3469af203cac9c2b0
BLAKE2b-256 4517f0deec16523f8b17965a86fed8327d38a582939763926dc3c2d2ebee1590

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0df07dcb66bbe4a52f2dd7cf0285b8fc0ed7f63db95e7ba51e403a607bc02e5c
MD5 776ef03fb23dc7d39fcafb239ac1d608
BLAKE2b-256 216b76ae01fd7d31eee3a5b3b8c7c0ed872e558a605430c4da23ac6e53786b8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2a0cb12a56990263a708288e31490051220f2834ed656d396b728ce113ef255e
MD5 23cd28aad4cc6a6285342e28ec45ab15
BLAKE2b-256 256dbdb8e469ec8f2111b252123d8611d3188996a638a8b6ba029f9492f9558b

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file markupever-0.3.4-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for markupever-0.3.4-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 84142fe57d7d6b79e526fb2cbf2db92149964155bc683ddea2e54de67de8294f
MD5 1899bc1ce1f5ad594fb2eb5704b69599
BLAKE2b-256 1f39cff6b079e7ae31de32235fd62d2891d431c603d1bc60390f19d0fbf8d97c

See more details on using hashes here.

Provenance

The following attestation bundles were made for markupever-0.3.4-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: publish.yml on awolverp/markupever

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page