Skip to main content

MkDocs plugin for minification using minify-html, an extremely fast and smart HTML + JS + CSS minifier

Project description

mkdocs-minify-html-plugin

CI Downloads

MkDocs plugin for minification using minify-html, an extremely fast and smart HTML + JS + CSS minifier.

Usage

Install:

python -m pip install -U mkdocs-minify-html-plugin

Activate in mkdocs.yml:

plugins:
  - search
  - minify_html

Options

A description of all options is available in the minify_html docs.

The default plugin options are aimed at the best possible minification while maintaining compliance with the specification:

plugins:
  - search
  - minify_html:
      do_not_minify_doctype: true
      ensure_spec_compliant_unquoted_attribute_values: true
      keep_closing_tags: false
      keep_html_and_head_opening_tags: false
      keep_spaces_between_attributes: true
      keep_comments: false
      keep_input_type_text_attr: true
      keep_ssi_comments: false
      preserve_brace_template_syntax: false
      preserve_chevron_percent_template_syntax: false
      minify_css: true
      minify_js: true
      remove_bangs: false
      remove_processing_instructions: false

License

MIT

Download files

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

Source Distribution

mkdocs_minify_html_plugin-0.2.3.tar.gz (12.3 kB view details)

Uploaded Source

Built Distributions

mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (2.4 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (2.4 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl (2.4 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-musllinux_1_2_armv7l.whl (2.4 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

mkdocs_minify_html_plugin-0.2.3-cp313-none-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.13 Windows x86-64

mkdocs_minify_html_plugin-0.2.3-cp313-none-win32.whl (2.2 MB view details)

Uploaded CPython 3.13 Windows x86

mkdocs_minify_html_plugin-0.2.3-cp313-cp313-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

mkdocs_minify_html_plugin-0.2.3-cp313-cp313-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

mkdocs_minify_html_plugin-0.2.3-cp313-cp313-musllinux_1_2_armv7l.whl (2.4 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARMv7l

mkdocs_minify_html_plugin-0.2.3-cp313-cp313-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

mkdocs_minify_html_plugin-0.2.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

mkdocs_minify_html_plugin-0.2.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.0 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ s390x

mkdocs_minify_html_plugin-0.2.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.4 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ppc64le

mkdocs_minify_html_plugin-0.2.3-cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (2.5 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ppc64

mkdocs_minify_html_plugin-0.2.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARMv7l

mkdocs_minify_html_plugin-0.2.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

mkdocs_minify_html_plugin-0.2.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (2.3 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.5+ i686

mkdocs_minify_html_plugin-0.2.3-cp313-cp313-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

mkdocs_minify_html_plugin-0.2.3-cp313-cp313-macosx_10_12_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.13 macOS 10.12+ x86-64

mkdocs_minify_html_plugin-0.2.3-cp312-none-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.12 Windows x86-64

mkdocs_minify_html_plugin-0.2.3-cp312-none-win32.whl (2.2 MB view details)

Uploaded CPython 3.12 Windows x86

mkdocs_minify_html_plugin-0.2.3-cp312-cp312-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

mkdocs_minify_html_plugin-0.2.3-cp312-cp312-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

mkdocs_minify_html_plugin-0.2.3-cp312-cp312-musllinux_1_2_armv7l.whl (2.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

mkdocs_minify_html_plugin-0.2.3-cp312-cp312-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

mkdocs_minify_html_plugin-0.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

mkdocs_minify_html_plugin-0.2.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

mkdocs_minify_html_plugin-0.2.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

mkdocs_minify_html_plugin-0.2.3-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (2.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64

mkdocs_minify_html_plugin-0.2.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

mkdocs_minify_html_plugin-0.2.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

mkdocs_minify_html_plugin-0.2.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (2.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

mkdocs_minify_html_plugin-0.2.3-cp312-cp312-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

mkdocs_minify_html_plugin-0.2.3-cp312-cp312-macosx_10_12_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

mkdocs_minify_html_plugin-0.2.3-cp311-none-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.11 Windows x86-64

mkdocs_minify_html_plugin-0.2.3-cp311-none-win32.whl (2.2 MB view details)

Uploaded CPython 3.11 Windows x86

mkdocs_minify_html_plugin-0.2.3-cp311-cp311-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

mkdocs_minify_html_plugin-0.2.3-cp311-cp311-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

mkdocs_minify_html_plugin-0.2.3-cp311-cp311-musllinux_1_2_armv7l.whl (2.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

mkdocs_minify_html_plugin-0.2.3-cp311-cp311-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

mkdocs_minify_html_plugin-0.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

mkdocs_minify_html_plugin-0.2.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

mkdocs_minify_html_plugin-0.2.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

mkdocs_minify_html_plugin-0.2.3-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (2.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64

mkdocs_minify_html_plugin-0.2.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

mkdocs_minify_html_plugin-0.2.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

mkdocs_minify_html_plugin-0.2.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (2.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

mkdocs_minify_html_plugin-0.2.3-cp311-cp311-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

mkdocs_minify_html_plugin-0.2.3-cp311-cp311-macosx_10_12_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

mkdocs_minify_html_plugin-0.2.3-cp310-none-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

mkdocs_minify_html_plugin-0.2.3-cp310-none-win32.whl (2.2 MB view details)

Uploaded CPython 3.10 Windows x86

mkdocs_minify_html_plugin-0.2.3-cp310-cp310-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

mkdocs_minify_html_plugin-0.2.3-cp310-cp310-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

mkdocs_minify_html_plugin-0.2.3-cp310-cp310-musllinux_1_2_armv7l.whl (2.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

mkdocs_minify_html_plugin-0.2.3-cp310-cp310-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

mkdocs_minify_html_plugin-0.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

mkdocs_minify_html_plugin-0.2.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

mkdocs_minify_html_plugin-0.2.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

mkdocs_minify_html_plugin-0.2.3-cp310-cp310-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (2.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64

mkdocs_minify_html_plugin-0.2.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

mkdocs_minify_html_plugin-0.2.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

mkdocs_minify_html_plugin-0.2.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (2.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

mkdocs_minify_html_plugin-0.2.3-cp310-cp310-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

mkdocs_minify_html_plugin-0.2.3-cp310-cp310-macosx_10_12_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

mkdocs_minify_html_plugin-0.2.3-cp39-none-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

mkdocs_minify_html_plugin-0.2.3-cp39-none-win32.whl (2.2 MB view details)

Uploaded CPython 3.9 Windows x86

mkdocs_minify_html_plugin-0.2.3-cp39-cp39-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

mkdocs_minify_html_plugin-0.2.3-cp39-cp39-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

mkdocs_minify_html_plugin-0.2.3-cp39-cp39-musllinux_1_2_armv7l.whl (2.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

mkdocs_minify_html_plugin-0.2.3-cp39-cp39-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

mkdocs_minify_html_plugin-0.2.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

mkdocs_minify_html_plugin-0.2.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

mkdocs_minify_html_plugin-0.2.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

mkdocs_minify_html_plugin-0.2.3-cp39-cp39-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (2.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64

mkdocs_minify_html_plugin-0.2.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

mkdocs_minify_html_plugin-0.2.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

mkdocs_minify_html_plugin-0.2.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (2.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

mkdocs_minify_html_plugin-0.2.3-cp39-cp39-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

mkdocs_minify_html_plugin-0.2.3-cp39-cp39-macosx_10_12_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

mkdocs_minify_html_plugin-0.2.3-cp38-none-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

mkdocs_minify_html_plugin-0.2.3-cp38-none-win32.whl (2.2 MB view details)

Uploaded CPython 3.8 Windows x86

mkdocs_minify_html_plugin-0.2.3-cp38-cp38-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

mkdocs_minify_html_plugin-0.2.3-cp38-cp38-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

mkdocs_minify_html_plugin-0.2.3-cp38-cp38-musllinux_1_2_armv7l.whl (2.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARMv7l

mkdocs_minify_html_plugin-0.2.3-cp38-cp38-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

mkdocs_minify_html_plugin-0.2.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

mkdocs_minify_html_plugin-0.2.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

mkdocs_minify_html_plugin-0.2.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

mkdocs_minify_html_plugin-0.2.3-cp38-cp38-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (2.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64

mkdocs_minify_html_plugin-0.2.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

mkdocs_minify_html_plugin-0.2.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

mkdocs_minify_html_plugin-0.2.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (2.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

mkdocs_minify_html_plugin-0.2.3-cp38-cp38-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

mkdocs_minify_html_plugin-0.2.3-cp38-cp38-macosx_10_12_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

mkdocs_minify_html_plugin-0.2.3-cp37-none-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.7 Windows x86-64

mkdocs_minify_html_plugin-0.2.3-cp37-none-win32.whl (2.2 MB view details)

Uploaded CPython 3.7 Windows x86

mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ x86-64

mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-musllinux_1_2_armv7l.whl (2.4 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARMv7l

mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-manylinux_2_17_ppc64.manylinux2014_ppc64.whl (2.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64

mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARMv7l

mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (2.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.7m macOS 11.0+ ARM64

mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-macosx_10_12_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.7m macOS 10.12+ x86-64

File details

Details for the file mkdocs_minify_html_plugin-0.2.3.tar.gz.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3.tar.gz
Algorithm Hash digest
SHA256 cf81c93ccee1ba102cca3a8119e9046a12fddd7b08df4d867f621f6a9a8e36f3
MD5 129dd5c472b41e2ebbd145750a9c17a7
BLAKE2b-256 910003e83ec943f3f04d89b630c04d678ee27e7c9ad0cda1ade18bbb7b7ac6c4

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b5657879792200380f1921511bd5c19258b353194766d922600ef651adb00af4
MD5 0dc1dc2d38a5088f96d984b58ea77750
BLAKE2b-256 c9859da92771801e43a085f4d74f17e499e5fcb7cfac35fc2f0265d11ec9dd25

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b2fdae8d324b834920dd81473b6ecf57fd29c846a48546b410c1a1384bdd4c2b
MD5 16e775d9444f626b57b4873b83602905
BLAKE2b-256 ba994e327ca55d52b3dac152bfeb816eda138e2893f165c1ab46206f1ba642ea

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5609556339a8849ce79d49718aeb9d4d9b3e0e8039fb361e9905512eb6059dc2
MD5 55208197cd66527dc394945a3a37556f
BLAKE2b-256 042e2f978ba36765693ae94a25d096389bb26e29e2825792299c2ad3b9fa2c94

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 53fcb21845654e86fcbc64884186f28cfda8fd0145f2a62d97204b25e231bc38
MD5 a552e9d972023454d576d76661c524ff
BLAKE2b-256 8ad9782678ca949634660d2d0dcdfa2d09dd6179e91500c61a8a398ccc7707ce

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 069e3aeb3946c09eeb4b14bfecc954d15bedf59eb3bf5c8d1f68fbc4c241473d
MD5 765995c6b31561b6e641085982c4dc68
BLAKE2b-256 1efb7776cb284140d94b008da80e65ebe4a1166ffa8da9e49d992d3852b6ca36

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 64fd2e76599d512b21620f722a702e49abaf7275dd8511533508414342cb0c76
MD5 716c1ebc30609f63355eb5d76de433f3
BLAKE2b-256 2665ef60e86100836d06107bb8f22796be175e5555b825c3d850b3c8feb51292

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 df4ce31178fe1ea9ed1094c6904d5a7b9aca94656499a1fbed5588c3bacb058b
MD5 782561af4af778a8d11bbee04e152442
BLAKE2b-256 8d28e703b8193d9cc8ce87d7b2af91d7d14e48ef1cc03b461b819cbc1b77cb2f

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 e078eac3ebbbc72ad11bbd635330d79a53f841a206135518c987dbab36a47346
MD5 188fae868c043ee5cb3635aeb2f9c3c7
BLAKE2b-256 b8099e54b304eabc6544d145d0692f64e98cf6939fc3e12b81665af6e08927e9

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c9456f4de827ca3fe7a2b0c3f3cc17d341085da057de99542db6e5b91ad07593
MD5 7760f4585bb723780fad2d5d4e84685e
BLAKE2b-256 ef4251efbf1e7a5290356d09010e3a303f9a6e3c05cdafbbb76b73286e0cf68a

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 92a1ea20ebfc88792e65973ae16f5cecdd96543b724af9e233f235b1b829a0b4
MD5 7f5820c11d951a0b04ab8df015a0c4b3
BLAKE2b-256 1cca19e20d1f8673016ad810a7ed7e9004e95988e47fb93c4dbf34c12a6e7eca

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6614f4ab89318d21905c1fa6335e21ab697fcb7764cf9741c1597da6d08f7761
MD5 d609fb04b40d3ee05d6a295ce0664270
BLAKE2b-256 db62441cb8b494776872706b9ff21ce1422b0e115116e027a5b410c4626f9153

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 afbfdd4326294e5d51f06e8f16f0dfc5c317ec47e68a8e9783fcf4a6b8af8bb1
MD5 f773eade24a2e19fdc881bc42b7cc21b
BLAKE2b-256 bc20de636782fed9b78f084d8d1befdaa15d195859248a6145a82edc5b422113

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 93f33f6c6a4f570ed2ff895be5c1e321ff6b9679906fbc6df13497d4ddc44fef
MD5 41e02fc976e2a6a41ef5313fd9fb5455
BLAKE2b-256 abf81f250b3c5024b78a66134560c3f6acac7b97c349c8a67267207266e92f54

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fdaf10b2c71253496574f272bd94741ab26b115f750242e633207f5a23fb7e80
MD5 ca82021d96719592ffcd79bd2f83a6a4
BLAKE2b-256 d8ae0a580a66a5178a125f9726344e04bed483f4beca21e461b1bee00645d230

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7aace2f9dbd5048b1b5dc81a235630f3985ff05e8791e1815cddf1d5f78fbd11
MD5 b6819be959ed11a49ab0350a899d0bed
BLAKE2b-256 a182079c6b77f191e92b529bad5ac0e39ae668608bb92de362f5333874a4c5a8

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e8b34f531419f11b1fc769cad946c00ca996315b5ea3c0e720d2cf524a4c90f3
MD5 67a2bba2633e3a60bf2bc5b4497c375d
BLAKE2b-256 069ba84e2976d1ae34cd646350b84fb7847d1356130ffe595b0380fd3b16c587

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 97ee845a6af621a9b94b6ca5bfaf60a856cba98354693eeca7541cc74c1512ae
MD5 32cd1d11c0bd433aec31cb1aecfcdb12
BLAKE2b-256 b576cb3cb7ce2d1ce3589d77da04dad8d7dc209644883e1dc02d86a2bf3128eb

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 92ccbc773885ea00f70f7d5bf66b829c29b57e55b7316cfeb5b6f8cf9f5e8143
MD5 8fdcea27ee86bb9f74fdbdc2c5eb7fb5
BLAKE2b-256 833318936394147566887b627f284c5a49b908ac4a3c38bb8d52ee724701b58f

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 395b7abdae8be30a7aff07e1a10e62fad0e4c3a9fb57e41c7832c793a01b9e0e
MD5 7bde9d8b1b1aec9e3ab93494503f078c
BLAKE2b-256 339abe757ce83905b65ed7e56587f9ffe5ba94cdd916496912c4b31f6e1a3114

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 404ca021039d67760991e32a9d9ebb7044a41f987f06f72ae6caabed603db815
MD5 ce34283a1fa041462ecd8abd0aaf3c85
BLAKE2b-256 2b575c6d794cf0fe3f638fcdfba952254d9a54b28bb4dd8b38ea91d9b4fec749

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 9283d81bf068547b37b3dc758fefcb85e21d4e7b59e49f83f7bc1736a94df702
MD5 6af48fffb6422d2446c83ee45e7aa08b
BLAKE2b-256 23ac31ccffa2bf97fac29e38fe71def937c1df86719a521f4fbf0c99edda9091

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 143c6bf9566b400217ed2d5eb477b9083c0b9050696cf00c6242556f9be07e99
MD5 28ccb88bf36f6dc18b4e7c6ed009539d
BLAKE2b-256 feaa294848dab6c5d9fd4e60e018e236069000daf56103c1aa8d4c3670d0813d

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 43a00b6cc6fb1bb54785f5131c0195a581d59f3628e3d65624a48ad2876b2dcf
MD5 8d35400f6a724da88801c6c77d0c3fe1
BLAKE2b-256 ef2bf2927b260e5e1a702bf37179d91f88532da73fd9327912995ccd52bfcf24

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 712a213cd3b426324425c28d7778a5c6983318e963196549b518f8f384450e28
MD5 869ddf7ce028429c41378902e89f5463
BLAKE2b-256 21883b4033eb72fcca00edc3d09cb4ece542f8d8fc9c7421304c419270446ef4

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 859f457ce3d8d5cee13c240c7f54ea3f4ecdf8d820f98897bcb546d658dde80f
MD5 b3bebad7f486cb88cf52013b0e6aa2d6
BLAKE2b-256 b2f24b7f7c73ee28aa340b8355ad6d0ddde57bfa4f5cd3fd136407f84061dc2f

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d2a48aaba329cfe747171f3f88b28873bad474bd6a067774597aefeeb0981b36
MD5 ca7335459788d5149e1b0deb838a2122
BLAKE2b-256 5097bcfd90a0f9c0c172857e721cbe430b047fb2c5c868920716e51ce9fba338

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 686669462835a467550ae4bfd6cd31352f66325328b5331b220ac7a340fabed9
MD5 4d9af4ab8dbcc9591f8884841056897f
BLAKE2b-256 1360351afe00aba2ee3a80fe39e43cd7877068ebb99e0f0c9d01d1b54719a2c1

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5f3d6077a65299920a97843d116acd9824a9b63e5f5b181705661a36c1b610f6
MD5 6ac58af4538cb25a28aa88d0ef223e3e
BLAKE2b-256 2612c39db57e3ad6797bdcc85a3b315f72ab631f1cfd835f91390b3a628657be

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5b23cc039f06f38cbbf8fdc038c04aa93f1522406a38434c86b91cff56dd950f
MD5 c90d4deb23853040e20049c49edb7ae9
BLAKE2b-256 db0041bc68b1b1af8758a1d65db5a1bba5856b1753f4dd8d2fe52ea4f92eba84

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 22a00c9265558601759ad9d542549de26efa9bbee23395b538b7537dea815231
MD5 4620190a51673f8dd8d82bb3ce1f60ed
BLAKE2b-256 dc7cc9b4f26c19273f221f39ecd4586b0afd35f6f5789e807190d59ac39db2be

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7928962116b7617d03160f1931dbde4698020ac43920346f4b46711a3ecbd0b8
MD5 92fd9cc39595a7686162dfb9d272a1bc
BLAKE2b-256 24b57b43076b9fe345f482522afe0b571e41d6dbb06c320435030cd86b5da033

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 225034bd5fc9e5f2228f077ad707d328a22ea991296bc5947fd2704e20deb93a
MD5 4d6b9db5ffbc33365d753a3aa043d2c0
BLAKE2b-256 32dab26194360a749e53aaa9f07260424735ba712c3f686fe2fcf5385d2b6829

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 25fe34df3e9df671b863573745b2c1b4dd3be997a58c7a71606b99331beacfe3
MD5 0b1d3698709881cbe7852f42fd7d3c78
BLAKE2b-256 039fbeebf2a88e26a003ce16e735f19fbcec973ed2597c281eeeb78eba07d05a

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 e841922a95532073692c0c0f06bd5136852ee98649126177eff317a0205b424f
MD5 28196bdb6ddbaad42eaa3b9b696b45ee
BLAKE2b-256 31f569ac23a95a6b23fdef9aeddb8b746b7e1fe545bd65f10b8eb1858cad26b0

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e681ee8d3302ea521c9f6b307f1953d9a01314136dea3950703bb125f7580838
MD5 da584053d581cb9c46ff1b83174895d4
BLAKE2b-256 a52eab5c19612332b2ea71006142571b938d8db452ad02933b1861f5bd4f86b6

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 269f3124e688217054d505e0eca8069921f8e0dffe814af6e097b0a9c0664c99
MD5 b80387400b3b6066665fff89af82bb11
BLAKE2b-256 8cbb6c39cca9fc4114831c177e2d6367d72f09dc8cde39ca309dbba313edc22a

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 68b410c503aa86725638f998fcc683ac07c1062a357ce442a04c29ae704ebdc0
MD5 6b22e1ff75d5945fde53a8c741c47d4f
BLAKE2b-256 4be0f42e7412cc43fa08d51ea84c3c75f54cdcf99f5b6d99d2ea8df4b68f50bb

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4d1f1cd67ab5c500843e6db8bfb53494a11e70bcd376bc7b890f19a59cb687bf
MD5 ff80b82c3c5390617f32828b12973d86
BLAKE2b-256 6e9c3a4280b0c7466428badd1409aaa15e348343339de2c471e67e5cbf24a697

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp38-pypy38_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a793d12a3464a820bb069a729c8042110561c3cc328d4ceab459712dabaec416
MD5 c63163e8f9cf096c57d9c4d3829ba01c
BLAKE2b-256 e8f1e25e9b99dc3d0d6727d309d9319ffd15b2161f08b4aaf069d30b03d2824e

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fd0e7eab182eea2333374972199e1954ec2cbe3e2cfd3bf3df6fb0e995094cb0
MD5 d6391aa29c524f442da875d915ac5f7d
BLAKE2b-256 5b7fcd25c8a89d463ad111575c20dfc2bcbc910f5fcdb260b3130002cbf2d77d

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0d5ed2d4c6c81b8b895490fba9ad0a431ac23c32cb36c7da1768b7b08fe59d6e
MD5 6325c031fa45c6a005f4a1f94e25d0a5
BLAKE2b-256 2149905f7a5a03877ee5065473047605b09dfaa619b89447731327ab8ce0b856

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 93209bc1fa0a8435c13e43271c08eff5125c0acf81a974e9e3d21227b3533fbf
MD5 d1e5b6b7a0411585e467660e69586401
BLAKE2b-256 0207ce57307478f74261dfcf6a177d85e06dbe4812b904b690bb5d9b0e3b0fa6

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3040a804b2c986f591261eff90db11e5a24ec17eeb9cc0f005cd4c156064fb73
MD5 05cf4b217957aa1eb30c436a4ad06b6e
BLAKE2b-256 90096f008c99713c8fc52dca115cef391947b2a6b967044886688449f9df98ba

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 26861cd86104d43259818b4cf23df918e27f5e240234ffe9118950908e60407d
MD5 062664a3cafa799dd5253d77aecc9985
BLAKE2b-256 9d70517016094c997680d1fce40be88fa6a1c6a3b553f412494ad3b370495fe1

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 89797fc68e210e9d859ca84dd597eab9915d0ce4659e127f241ee14872dadea9
MD5 54e0ef9205e809f8414e23caec0c0c70
BLAKE2b-256 d9b572be42c376567a2fcbbdb936028b5eefa2aeea3572bc1f852518d5863d2b

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ffcf9e9034d1521996dd3bddcb920bd79345d923094257cf7c4bde75598c1509
MD5 079d6ecf9afcb52ca2d471f73a49eef1
BLAKE2b-256 d6ecd0f9f5ff40f060720161a064ed8b3f84f404d35a7a2b42706b463492276b

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 1a7cf63091c3b5218ad3e1d9195b7992541735c2327fb812b918e550d805220f
MD5 9685813c34327d9d40af306a895f9b4e
BLAKE2b-256 a1c51391049fc61d0dd71dbcdeba97870c309b9389cdb93b899a6127540057cb

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e01ef9b344041b52064acf0eaf47cacca57bc821e97af2ca472f8dcbdf1b7a19
MD5 cfb52c6db31f34ecea4533cf8a62b5cd
BLAKE2b-256 bc149172f26929c1d72064485ca5c5bcd034e3b8aa8364d53f0063a366fc9bc1

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 caec21c9f07516f64aeacd70394516c7e812a188b805972b3daa80602c620b30
MD5 d483591f61bcb10c8c8f210260442a92
BLAKE2b-256 27c523377b6b46a60b552dd62abe4cd687efe7d833fc8b3a9e917b0bc66b90a6

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e403dc7d9aa61960ced51c6288a94fd5a6c6ef6309adc54de2196f8846e6f5b4
MD5 0eb321abbcc14207d3cfef82b5f7d966
BLAKE2b-256 b807803e49a8896893e28109aafb4ed6fce01e8cd2647d84a71d70212a6a1c1e

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a9981fc0ccb90faa6a79eb087f88dd0c7509760216f87a5a94cc9ecad0864fab
MD5 27ca763f3e6577e191122444f280ffa0
BLAKE2b-256 e18c198f4a00af811ff75b9ab0c81f38f6304c3db137187616eb55dead728ab3

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-pp37-pypy37_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 73118bcd410fbef96eeb121c239e3f42c1ea65aba7c598214be71e11742f4d3c
MD5 04ff12524ca0f31c478c0aeb40240f85
BLAKE2b-256 6502e602dcd1b863edd9e82dde1950c4777aab22a1862a9397a1ccff25c0dc10

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp313-none-win_amd64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp313-none-win_amd64.whl
Algorithm Hash digest
SHA256 11aa2be76cea64a4dd2355f8c53fae13cd1b9238bb3a0d21a2badf9a80f799b6
MD5 b4d11b5835b03a643292501da0ae9d6d
BLAKE2b-256 d200aacc4d3504a5e9752f61e0e3c9cd62b02a674efa9e9a0a50c0c0f05bf737

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp313-none-win32.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp313-none-win32.whl
Algorithm Hash digest
SHA256 d807c07dfa4d0ff5e969ec13d62d59ef7ea9e32f626d5b22ac7dd84ecf78235b
MD5 74c1d3495c1f4e68989957747d35a297
BLAKE2b-256 cc3ba1287137a93ff687e0555fdd3d90b9ea713f773445a385ce43ad054eed97

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4118fb2feb613b4631fb5ed8028abc42b91fd081e11ddaf9f3b6bc6836733c15
MD5 e603e4aed18f173ce7fdffe1958f5756
BLAKE2b-256 26db75bb0df3b4aeb499f4be3daece559d3331f5604a881a102168725344ccbd

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 83e250ca3c47f273786a383ef3b14659190e671c41fce7f62f2b94669a9f07b5
MD5 8c0677702694072d30b20c32bc7b04b5
BLAKE2b-256 dee61284bf514b043c2eae46ca3477483a73010cd9fe2428e191971a06c2f16c

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8b21c027e2cdba01ace187d5f5aeb5a7521181a0239548822b9e0696888c433b
MD5 19404b14dbd9057c9c16d34651a02195
BLAKE2b-256 c7d2203ce7befc802ec4541608f2e324fcd22b66a7dbb42f2eaadce5ac93f7cf

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3355e7047909307301509f2d4cf7ab15427d9a81f91a38289b3fa1400f5a86f6
MD5 6adcb0d77a7057939a1b19263354dad5
BLAKE2b-256 7b9e7ace81a8ce1c697459c39070359410f550ba375e27c0d584add5a8073f23

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7e96493ec14774a55ff7ed8f77cb1ced7081334115e5913c40b39f4eb58211b4
MD5 52e91c34b8199bbad3481b88d99176c9
BLAKE2b-256 f75f3c2732459b0cd313ad9d896b463b2dc5477f56171a70ad337e0e4478f0f9

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a72a203d251491e8bf720f9a500298980960afd6d579c7e497a3d528cbe7b797
MD5 bb49e014a08361c9b93c34d7ff336b33
BLAKE2b-256 5de0cdff246ccae5cf4ae0b63f30e356a20cb286f191f9dabd50c94210012595

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f594c4a7a6546954f1cfdddb399a15d972f16095df5425c0fe45a25362866c59
MD5 22531f2912259224ea1f41ff8c96ba58
BLAKE2b-256 62b2e75e80d6f3b8a132d042d25603ac4f6e50c69532494405d389dd373e467a

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp313-cp313-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 1d431812d66939379563d892330866defbfa4f613b9f0911eb592ae25e875878
MD5 bf079674d9691bc73e33a00cb212898b
BLAKE2b-256 0877f0b90ae2805e63d46dea2a512f3984224c2fa0947041ef9a9d91e0d0aee2

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 751943d45478c2b604447824555845705834e8fd34dd5d8811f22c2c7e59c3d8
MD5 ddf52c86fd92840413a875ed7b2bd01e
BLAKE2b-256 e623f2a0c1eef01c055b174f75896193492f2085e0bb4c428091e4f9432df474

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 47a374ceac8815b7cf8604731f505c9f5920bdbe3b0d77b4d0b2fefe5af9c6fa
MD5 222654ead13b45dc14a6b338c588c394
BLAKE2b-256 80a91464defb281bcb73d9900a62f2f7569cedc92839a53680e30d69535f87d9

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b12a3b36ba19427c91a44cfbb161281907a827d8ed5fc9f963e301dc4e600921
MD5 0b6a6188d85605961bff8877238f018b
BLAKE2b-256 166856e0225138f9049ad0d89d0c793e95e096a40a06d36fc120bb4fc3617ccd

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 02965f746162204b3ca3fc18a6b810ee889afabf49d2670a84bb24b9d2755fc9
MD5 889591f2fe9ec6d1e982f23788c06949
BLAKE2b-256 ab3ab4e569491199482d801927825ee977d6d327abebac9e95e3b6573d40448d

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 49f66572f410854b82ebb6a122a9c77e89da5fdaa5ac38ec7c0239f2891e102a
MD5 8cb503f2e3e9a059ad6c4b4624c397ad
BLAKE2b-256 d6b4d70d4ca9042046a14d8b6442530017626bc5284246d0dcd27033092e805c

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 f5116b7f3ad2e70972852c5080d097cc5698789ecf1a84e226054abaff962a12
MD5 56040f6c3173fd7203013aa5dc618b65
BLAKE2b-256 19af4a562b157736e56bac25b08134c2315f2de2f7a91cef42d1a8cc398035a8

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp312-none-win32.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp312-none-win32.whl
Algorithm Hash digest
SHA256 3c3ca6fe5760d95488b5b6a5ddf13d3a5f48cd3e51d4ae52fb559aea01b97b24
MD5 4cec3632e2c6ddc0632b87e0c49689a6
BLAKE2b-256 db0c0576a247303d5e3325788281ec9c8424d19af95543cafcd7ff3cb71ac2c8

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8736b8e9edc9200fad51c9c0ab2cac0de93255035dff4ff6e9e14b53f3233788
MD5 da6729e89123c836f25005a900364d42
BLAKE2b-256 168e46dc29b40f4080de9327e586412dc20d9f4b4f70e4cadcf2eecb83e387a6

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1c6b8fcababe24e25fb765acdccb51698a3fd4602666e36203a4aeff8e52b50d
MD5 c50c24150836cb4478ce282188cf1c9d
BLAKE2b-256 a43535ecd4eda31776ae30904489bb1db40ce3b2493c664414e66234fe5b0dce

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 008f0aba9e84c42d777dab7c5e59405adb07979b3d99b1c5c3d0081bf52d964e
MD5 15382881eb24a60dc47bd759ad91657a
BLAKE2b-256 826694422bb3e6262065155b446873311cf0701b742d80451bfc017b0f4b41d2

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aab2047f8b94e05b2cb0effda0b41c3dff1cedffc028edcd3cb5d857fe5e84b6
MD5 52bd97ec93e792f2d3ccbac49c7fa260
BLAKE2b-256 f1952019f06b616cbba32a9d6c98e79ff31c3c1f791588746da75f177be08dfc

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5ef4c4352f06f8e30e0e01a2cec372144beef7a9e95c5a15bf12ff8910456d64
MD5 9b114ecbc70e83f22375ac7e822e9b58
BLAKE2b-256 32e11ced295efa50836cc0ffc75477654947f030e135add7bfd262949e86d1d9

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2c3457e84a2aa376575d34b54ceca71425615fbc80ae752efe54e4231250ed91
MD5 ed6167b0c3e9da883dc622d6892a36d6
BLAKE2b-256 9b6f6b7b5c953f96e47b99317ea335ead1f102d2a1ca7a47d913011662091e45

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a3365136ed8863eb1842dfcabc3dba59e446d063630aace5b0e6cc3d7339bd82
MD5 2ca32eb616a02464eacf6b9b116d115b
BLAKE2b-256 aa0e5f26a927be675417f09dbae772316740c12169e8d12e85ad969cdfcac63f

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp312-cp312-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 5ae93f6a1e32058394cbe07c939a664a88b412724253deb5213b55264f3cf0b9
MD5 2faf70e9fb2e22dc3c3b1b9d609183b2
BLAKE2b-256 686b1e9fdd5aac757c5569b4a7e00188000b2d3e1a340d9c75cb242aa93e91a0

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fec1e50a524bcdbe2e9c94f40ae2e777cd54f0965fc64a67aba8675062c9823e
MD5 1bc907ffb95539bc28ee1335ec434404
BLAKE2b-256 acf358ead096ec647f187262f4cd328f2819106df0f8dbf0f985ab3beb50bbf4

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b6798fc9c7d2e0de09ef8c07eff41cbe5cd5bc1788610f010c73fa488ec21555
MD5 c91298ddef186539d345ba645df772ed
BLAKE2b-256 2880d821e9b320c35ff9194f895787db257121a05c347e32b9a6031d113bd94d

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3fe98396fa8b0c985148e2316efc2b2841fcf177d992d80fe4b385bcfb635c02
MD5 1612f3eebcbb6009ca3662552f30c3ce
BLAKE2b-256 abfd97a4e8f3ef85bd0fae5b74d51e23b1eabe3250d1f3d7b198a9e61ad9c649

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cc855b0ad191f75726366945b38b782e47a679bfc39286d348d078c094393328
MD5 47f3fcd7d7f22181c0a56529cffd3e14
BLAKE2b-256 b23e95ddfa95ae66a3fd2f5379ba3b63d1ed2f0c4f29994b1ac9b19b4a32b8c9

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 87b99f732fad3c544044b123bd6ea86fa1ce8999a89ec6519ea6a68db733cd45
MD5 42156056ba6108e3786499b1a9a9bca2
BLAKE2b-256 7d37c2e4ea6848ce57816bc46d2346e085b2ffc62af9bc7c3298d707c056d4b9

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 6691e282f6abef28a3141a079e5b68792cb2e34e073dba2f588b756495e30d40
MD5 e57ced8f559d64498512262676a3c763
BLAKE2b-256 32704035635d86fff695474a53dde0cbc1b4a7f4951852d3dab8b2c4b15fdf84

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp311-none-win32.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp311-none-win32.whl
Algorithm Hash digest
SHA256 c3cc20bab5c664b0909d17bfe6980ad134be9a1e6f2539dc367ea0b3cd0f98b9
MD5 bb86a3532d29385ee372f64ea3b68715
BLAKE2b-256 ae511d3d9e5dc31eff05053c23a493ec7c7d6d055b6113f6ecbf0bb0a36d45a4

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ab1c1792e6fde2dfe91da10833af78ffabd4fbe481ef4cc8f7199d59c0cf2ddd
MD5 0f21c1f754cd9c615660cbd3d02d6f4d
BLAKE2b-256 3eb05b7366c21fc4e617405bd164da398eb185b0139843a5ea58f4fa74228599

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 13af7eac735f7382917f008d772cc0d08923dbf4f5ee35ffc663edadbdb8f659
MD5 89773a2122cd7aa5b85f0c9ff87d9f18
BLAKE2b-256 71eada75e5425e6969cf7ffa378d1ed95f814d3be062459fb788b8c849096f17

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f78f0d3759368c386c30218e8ded01ef4969c47a5aa71cbff27553a35523bb0c
MD5 b3744f17cf90afa84287b9e06887942b
BLAKE2b-256 f3692e7c87b14cb136b57a26b375f72b6b8098cd2de78f10f6d44811b647d813

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 40a0eacd53094b9025fcc30b79cd3d71563f9c3dad422259b99f94e17e3a6043
MD5 0cd74e1850404f73058630a29e812744
BLAKE2b-256 fcfb0d7dd5a40d684356378fc06ce46a68c7093e15661d55ec9861f8c6697f15

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a933cb80d1990d7db5a87ef7701c79483867dea612f1d38413b9ac4d2a3ca1f
MD5 7ad34522aee99b40572180b46b35b7c9
BLAKE2b-256 216bbcac4f166621b93de44b79884f1469611ab839902bddccf41efd2b48c792

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b7fa9109f23ec7a3dca172ca3525535d43dde977b393d4577aaec5a18e146c3e
MD5 7571b0d624a665ef60e0c746460eb540
BLAKE2b-256 9f9d18ed31ebdfade4ce44a19ac4b876a5a6756e42753d782bfa716f42364fd5

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 54d48246a7217f5da26932048d522d4f8368af8cc1d90167c54b3d97d50efff5
MD5 51281c0590d8be727b98a27f9b5bd2ee
BLAKE2b-256 afdcd53310b08cdf03f990fb99de26fa817d06085a48de4f21e88b46402630e1

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp311-cp311-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 8cbf6f37dbc14735ed226b4922dac75812ba1be608ddbc19959c266e1c3fd9b0
MD5 694adc1bc259727a4291170d5ab295ca
BLAKE2b-256 c60a18216e55935da95e0f5e8e1a7d063c92c3d5ab267468ff106c772b4cfd7d

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6774b9bd26638f51a245c8eae30fbb154a65888816b9a546e92e55b090997058
MD5 1c4929c5ee3a13b6f710571d3b023524
BLAKE2b-256 880a583cb029e527763d21dc3777e51bd31f4363531b059402c5760c32014690

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c4f12b637f73b310ecb5734d4893c06c5b58cf5beedbc531238eea1a7e0c2106
MD5 e83e08bc2d476ee75b99333a6964bce2
BLAKE2b-256 24cb46a62c8da4e204cdd139fe00f6acdeb129d3fd13bcd6160df307471db222

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f90c376013066d34d9700d47d4a96375168098778ce05463899575843a30d1aa
MD5 96c0adceec12e14b7c071b35bc6a119f
BLAKE2b-256 5dc3ea78965b716508c6ce9efd856ccb6504e98a4df51bee212e62794b04707b

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec03b70e34a16ac826cc890ded958dbb15ccea0a5651bee0f9befbafb17448a1
MD5 99cd4c019fcf86a0ce6780eee556682e
BLAKE2b-256 d61b1b2a2598059f4a7fbb150cb8446413c5cd9aa14b4b0733670b997f5c841d

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0ab79056e81024fa51705eabdb097ff58f54e64374bb3359b4185490156d9c91
MD5 000b6aad92708bcd5b09f437fae6073d
BLAKE2b-256 aee5034bd62ecf6ac1a68a2ebcb2ca3d4664186105d446d4d2bc5a2832e4ee46

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 947cf344fa1ca5dfab7616ab25ae00bfb53a7abf9894151a18ffb03546a9197b
MD5 7b85dbddbde4dcb303b56260f88a64e2
BLAKE2b-256 4cd2aa7cd3ec125ce68918632ccf215909f60e86324631999285be89ceea175f

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp310-none-win32.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp310-none-win32.whl
Algorithm Hash digest
SHA256 f8fee4e7d247e73aed92a7c5209446b07e6fbf83dc3935f0b3c1433842e255f6
MD5 46fce05d267b945add4cc25f2d49ebef
BLAKE2b-256 dff2b658f15e670f24f500c9d746b615c7546045a9b575a67d54bd665876a51b

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4de22782badb8fd54dafa4b351feaf2f43e555bc14b8e88aaad2ec3f279d4df3
MD5 8e613df9ad3840b7fd20059812dbe3d6
BLAKE2b-256 83ee2389f179b3bc86503f2d7310ddeae14407f02f6ef76835c59cd95ff4a602

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f85a0a4dc94b0555a6074cb52a87f15ec58bec957b89c85304a919b073aec17d
MD5 065229017612ac68da39ff1eeaf531e9
BLAKE2b-256 1287716b3fa1eb5359add3422cf944616bf7346383e00848505449cf75080f4b

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9d94d04fea704c84e1c4dfa17ed557fff4754df9dd67b895d945215b38f403ba
MD5 d61520774075865d9be32486582d9793
BLAKE2b-256 f17e4abedbaf023723cd1e074d989abc75f0885e9be9fb8911a0fb7d277c67e6

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b1c6449f08609e405e2b7305d64a22e7549d4d5cc787bdc393bcfbff98e7a773
MD5 1b8d3fc93b52c35b0c34b896b257b463
BLAKE2b-256 4c822610ecdfcce6c67b4da83daa2772b5c050153fd522a9c1b70ea27a07e41c

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8325c8feed64fa57281bd64819160bc5ffe0a4250fa80e0deae9b013e90ade48
MD5 dbb97d33b9dc4dcee8edce6de4c69068
BLAKE2b-256 f76896f630aff2e4bc8b9376747d0fedd65e7f79fa0e1fe246791851dbfb201c

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 38efdab03ea7e4fb346528da97b068b936e2b963c16fc456984869d42c6f7ae5
MD5 e9e19512dccc5f2b074412fbd66445d2
BLAKE2b-256 1eb97876b94fa598c47d8a7c36c5c3db3d5f6127121c7959e7ea5009f07c3437

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b302381efba5288b5e68bf9b2cea5af847e5dfe2d981ceb1debac075fe242085
MD5 a3b6ed380536703be8778a1b887405d9
BLAKE2b-256 844fc89198b431aff2202cb93f4a9033d575addd6c39c0bb78daf747815a2e5f

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp310-cp310-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp310-cp310-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 cc91b00f02ed72405b2193ef3a260165ea84d6397ce737d811156dd861fd2448
MD5 432026c7858e3dc3fcc5da8b785dfd2b
BLAKE2b-256 6aa94467a6948953bd176e78e78013c2d9ccc7cbecd698fdb2fe47707563cef0

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2288ef658d55147b6139a21fbf5f00ed72145c5a72f7cdf9de41f3f21ae31a09
MD5 85f2c4bf4a54d5726c85c594457c3f22
BLAKE2b-256 d8eaf52566e774b10ff6ab331f8490cd1d3a12a0c958d120f476267be6dda3fb

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a1c3b57b71206a8ec0bcf793312b677c997dd54045dd43977bde2f5b1cb3a634
MD5 e33b723d2f71cde6a8efd63a3c8e12bf
BLAKE2b-256 98646cdc71e37394384ea5071a0c4524b51de0f767d5facc37ff3700eda522a2

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 54159918dec66cc6202375425d558dde43992667edfcf2fb8e87dc66bbfef817
MD5 2d23a279b1e43e8644529823ef451c57
BLAKE2b-256 eb9c80a435d1c981e0e0bbdee6b5abd690ef0cb32a066e714cbc6ab5d95d1aa2

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf7161f149df01edb36f5f9ecc5f8132aeb52af228663ba2f59abba2e53fdf42
MD5 3e3eea12e7d65776bdc7b89eb101247e
BLAKE2b-256 fa1176fa24887863adc3dc80a3a3f22af07a040ee1c9808c3623103e5805b778

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 80a875b5605e53951bd385b5e3bff98cf08caea4fd0dcbc8b3773d8667503e17
MD5 dc08fe5185b03f8f1d36015dd62f2e05
BLAKE2b-256 4582f60c39bd95fa3d42bee94ad04c6b777026c317895e4ef059419314c036af

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 e672e30d61bc062294eba7c7944572a2de67da43690c572510a556bd657d71a9
MD5 18d8abf2a8139783352470d3add3ea47
BLAKE2b-256 bbfb7861e1bee437768780103d55e50121059b56bdc108c78cc0156d9242c032

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp39-none-win32.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp39-none-win32.whl
Algorithm Hash digest
SHA256 68b8be3793282e13ab19edb75994ef8ef475dfeb4a1fc693b0da7cc0de961445
MD5 21a3a8909fbe3544584875f5fa9274c6
BLAKE2b-256 3c83c986d886478e6e1219de93db4b99ed2fc2a7969be49d2b6dc09b4862348d

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b4ca0b0e57c370d4b8e1fb09ecda52857cf0540c5bcef00077c146574c5701d7
MD5 eb7f1092517ec5afff1355a076392ed4
BLAKE2b-256 63a68b74d43a625fa49c3e2fa291ddd26b840feee1e21ed4a5207efb60a71134

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 108cc8090e0654065edc834ea0328358782286963c8d8357bd729e7fc51627ff
MD5 8ab1639ae573a4573828ce90dfb183bc
BLAKE2b-256 db10bd12e305e292b054629a1c3bd7fe31a1ebea05b1832b9057f848058c40b7

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 36064c513d2612bdb20ee9a15cc59a2988c8d2064d08d605a14cbb0e7e5301db
MD5 f00f01e9124544c968d55077c44e84ee
BLAKE2b-256 0ed844dc67eb30411693215a6823cbb09eaff79edc11ecd6a2b72bb9d6de45b1

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7f499e4b96622331a12a6b4befe18836092f11aaa96bb2ba36a5bf604934d466
MD5 e5d3d32d8bb6d92c1ec81d59dd6b5be6
BLAKE2b-256 411bf00644fd68ccc5cfc26bc590e23b5185fc944c9ecea62094da5f526bfd6b

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d3f6da1352b4ffc7bc9796b30c99b434e86d3282cd19098e15c66cea958a5714
MD5 11516346faae4e35d0dddb808bddb9d2
BLAKE2b-256 460b02c8a753d6d428ff9c4dcc0b3294c65880ad6523d061fa6a22511989bbae

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9db5b421fc9edaf3a6e60e96d2376f6d10ff4fd2b69a66cb2409a95d7d07414a
MD5 54255532731cd3f5c480b8aabdf57a86
BLAKE2b-256 625656797be442f613b48cf523963e701ae7c11e6c1fcfcce37f282c849c6137

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 558d3fd4dde97bf6770f9ead50b9f081662650b4811d88c98a07ee86d027f307
MD5 9843ba9f6d7de5d438c01cfe019f5e6a
BLAKE2b-256 14d43a2dd456bac25c02adc213dc5bcd37d3410dc81d0791546c348706a7463e

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp39-cp39-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp39-cp39-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 0e41b2e247c54b1622071d0178a996f36756a53b57815db12646fc0a89a47653
MD5 cdd5550c952c2e45f041a0c4db850f51
BLAKE2b-256 c5b14bd7dd8756c7210e45464003bdb1b28971861288ba0c932d78a14d6296f4

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 67164255bbdb5aab68e4fd96d8b0f9458aa17c5df52aa85c9f85d2e6ed71b53f
MD5 ea774107f9ed1accb2e0283eabf535d5
BLAKE2b-256 82ad6c09e60283cc401e135078165f4e5fdb806a06c37c4e7ee8a9ff67b33a82

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 40a94661f4dda453dfd86dd0fc2846ddd687d04ca9cd88a7dda5511d9f34b4f9
MD5 f7e9b5e5013a5028d555572f415535f3
BLAKE2b-256 73a417eb8c860d965b2ff023fe33f7b15163288526e392f0a63d3961da518393

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 dc17bbe7c0ba6d98b917a2e656bbde7a42dc4ff35a74e8d2dd439a490171d119
MD5 de4683f41676c338cb9bef7ef1d16c44
BLAKE2b-256 329f1f3a55197e07f793dae548394bc360a3cef8b669531cfe591429d7fcf6a7

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 58ddcba605f9526861027b8a7e1f9f253348a28630ebce91dae1c1a3616ecd80
MD5 9c1b63695ed847bb8b3aa5c699644484
BLAKE2b-256 fcab512519f7cd7dc0536a55a27eaef8f22cec559db86a5e64272a2ac60e82e9

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a4b3e72472c37806187cb0a371a9d4e5ab63eae03e9f4905a2a1a292062acbb9
MD5 3162df975a292125d09a1b828d0e3b77
BLAKE2b-256 6687721fc69860dacf69e32ab2c704d2a2a78e00bcf50826a327b034f31b5824

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 36937b3357dc07557b40af23eef4b1be8ed71869321a67396d7cbb70e7c1e418
MD5 3426ebe37f5eadb2a14bd9bef25a5d85
BLAKE2b-256 34e09b89894f885a5d50cbd59017ef234f45fa872d6a533599c9b9778cf76f36

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp38-none-win32.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp38-none-win32.whl
Algorithm Hash digest
SHA256 8aea79289606f13633491dc107d27d2fce64af70e804d52dd1308e35615df85e
MD5 4df7a0c52a27397324ad3d9088143e35
BLAKE2b-256 a943d7d0f7aa839268d2f67df957458327df08d3c788a403b6990c0f09ccbf1a

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1bd69fa408535bdb4901851df5434cad078aa3e25f551ae00ab9b4365324a9ae
MD5 4a97dab0888f5d94672eb39ec0131f79
BLAKE2b-256 cb5afa4a46ca398f18e3913354c2e678bf7022fe30ef9b4973b4b7f0141059ff

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5b700e4cb90afa389a3c79ec869d91d3165a37c05c1cee243c275ffff8078c8a
MD5 f04de2860159b23202e85c191e7cd1f0
BLAKE2b-256 8cef566a97677b1185c57bee30cb555d9117650d74cc3acba208d58be585fffa

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4bef52e70592257712532fc34fed65afb27d1c038c7031b6d72565e23c92c14c
MD5 6cc9fef90c1b4091675e3f2cf876219c
BLAKE2b-256 45ac068eee87580230a40df2964950a9c4ce5e48e73abbbc823aec358e564205

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0185ff8e8ded8f11781b6854c8bbb876961da8979d038c3184c190c9a8a69fcf
MD5 4b25ad17b48c551a04e32c9fca2c5090
BLAKE2b-256 cbc1fd940dca9c1a9adc8e3fe2543717259fc48c65b777e38b31e10890ad2be2

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1f4bdf9708843da72c1d12ca0eaba73c66b20b3f801ba8b22c20a988fb78017b
MD5 e7ee418709767c9cfc4c6e0a38d8e494
BLAKE2b-256 12a4cc7ac91ebd11962be56c70ab6f5c93fd260f39754bac4850c4419827838c

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8baadc57665564511d1b763246c80b87f6bd5481def327725e9a4573efbf820f
MD5 0267b1d66986345de8acb394d3cbdf5f
BLAKE2b-256 cf60efebc5bb8f6ec5569f09bfc6590dfa0f4fe96729ceb852dfcc99de8dd73d

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fc5fa809b71c42c056ecab71bc89189c6ed590f6869ec137144554798d5dca69
MD5 f327c1c42f75526b4492a37283120744
BLAKE2b-256 4576334814ce5e1d3b52bc380865a8459b4c6b9113c8d26934f997c425130d20

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp38-cp38-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp38-cp38-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 f8e4bfa9604abbd2e5d09a42d82f4cb776a251658398dc77448727b863dd072a
MD5 a10b8cf2ad22bb45cbf033a761899dfe
BLAKE2b-256 48da662cde61b96e12efafd691119605bc4bbee7e9e7e265a33fe9e3e500018a

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e2658c4466d5b3e7aa19ef8e3e617ac2632fbebef9d13c44b7a8c14e50952c38
MD5 0a4432d1ae6fbe6b8f7aca978f00e16c
BLAKE2b-256 7c087d335538ba5f011469325b9a6d752cdfce475b6fa76544d11407b00c2d45

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fabbae5c61b258f7e743b50fddd0b9cdb88e070d1119a21f09075f99555574da
MD5 f45548afaecacbea8739fd3b976c1c19
BLAKE2b-256 6658f7749a67d08766afd9267b507c1ad0a87fc4559cfe9548273b10b77115c7

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c6b10ce1bd1cf969cfb92bcaa6c8afaa2b376eb8fac29b30e4f9bdca969f947e
MD5 5b15c03ea182178d99d06586fb4802ea
BLAKE2b-256 a86defbd42da1323f4107e8c154b3f0a489b56a5e599685bbdef165f8e4198c3

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 51d79b400957ba2c8dd51b9b1030d14180d38c27fd475a61451c83b1c42d77cf
MD5 48a38740be651a75d3e3b4f885935d73
BLAKE2b-256 c66d348dd196e7c1dadd876982b4a6c5e550e6c2dd9578b15e6309da82f4720f

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5c30cd977079a2e0bafe5bf5b32da4f0e46aa1af799d489ee3f71f2a78b71d65
MD5 0bcb34a7ef5af1ac6ef6abc0e6687cd9
BLAKE2b-256 9762374309dcd6a3247f814dfa246de0d6b62569669de49fd568b9f3df81e9b7

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp37-none-win_amd64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 864c6a170af7e4eea4e17ff8e290edaf049876b81c16dd140c520433941b683c
MD5 7d8b912a33fb88809dc80e084dd975ce
BLAKE2b-256 e43f6b16e5910ef6ed0967205dc0df2d1430dec0bf1b55eabc85f95bcb28bbab

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp37-none-win32.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp37-none-win32.whl
Algorithm Hash digest
SHA256 c8db0d3c8fee0578b176a78e6009a50fe2522fb19b8fe1cf8a870e7ea6de0bd2
MD5 0105c22f559f64d3e54d977fa96c0fac
BLAKE2b-256 343c420173dd6c4ed612c812fd0c748df62665bfb37ce97d4d51fb071400bc3d

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f08840a2f9d13ba9c3c98f3bd93c506e8192a29ae0470da38c7b5052c75beea5
MD5 0157af3f77f9a5b31345913dc94b0ab7
BLAKE2b-256 82880efb706d7c229ebc1087f51217a70764684c6cab4d9beaa89164f6ba789e

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7e2989de253569ee876d155004447635584d8064cd59fef2b3b7bc12c2362e91
MD5 045fff11c1e726fadc434c31f4dd9a10
BLAKE2b-256 079f1c2fe0ef482894d418d73d41a9f2ffefb47035b4bfa9a53e1aa19595d490

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1caf5d975c9455c8b70942068ab2a35883c63514821261d1cc739c36f2445874
MD5 14701ae33a1835454150e9349f10be3f
BLAKE2b-256 7184e226f9b4ba316f5e23e9546aeabb6965c055e04f00f38f926b3a9f29bf8b

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 59266158876d6af6d6428196211bc21a9d0b46e526d5b0ecb7e0ebe3900f992c
MD5 8538e62518bed5cd0e2125c5a1611ecb
BLAKE2b-256 048411bb6f347ad2586c3d7934ed072679474587663d77c66c62cd2622f6b359

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4d6a97ef42538d6208ba31630e42464aadfb2e8c49aa5d46195ffa003bb378b6
MD5 279715bda6f42e4f25204bae8e2f2eb0
BLAKE2b-256 4e26acd759db56886e25b1cb489773fccf39545b1b96ffa33a4da0f22e89974e

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 629cf8794d073685ae9107030d906581e22bf77cd9e9affb6b8c4b1562ce92e1
MD5 13ef03b4d4f9895167b9d6c9f0d96505
BLAKE2b-256 c4b54f0e9ee71beeab39627c45ec1a6aec77caace0337ba68e832459ff218ab7

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 facccc22930e12510db0bda1c32074bbf7b43bf9ee7b2cf4c0ad9d9f67078d35
MD5 0b00ee945e1d30ef415c4218ce7d48fb
BLAKE2b-256 838f97385079ea0d367675e62996865cf35a4d6e6d09f0c803928de32f2a2059

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-manylinux_2_17_ppc64.manylinux2014_ppc64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-manylinux_2_17_ppc64.manylinux2014_ppc64.whl
Algorithm Hash digest
SHA256 d2ef23f7116a31dc727b2dae52c6ae6a9b1f22360ed5211ac99d7eebd34d1b43
MD5 16e935e3eea0b5df7e23d87e7bdb276e
BLAKE2b-256 539dcc46074df90a85e3825319dc560485c6ce60d8767291c0be4f578bbb6415

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a92c061f66e92cfe03c9c9dfd8ac74070c85fb36d901257dfd8d0e69dc3566dd
MD5 340f2ed83f5865ea4c877d5c52d997fe
BLAKE2b-256 f40b9fc68aeeb6149db8e7ad3c92ae956c1914d18a7ec390e73cda7db8b79b75

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 abf9d8b1c8c1512f9306be7551cf383cc487a9414d9cbb3efe3fb08ac3d6189a
MD5 2258b949d3179c33779eba8361aa3a2b
BLAKE2b-256 d119a5ccb9b858987fca4c2ae9e8e9fdfb825722b8cffe1d16e2e016d9c17738

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 98d5185d20b92e3704d5531b66de27a41c33bbd5df39412fba26c269dff73b6e
MD5 bd76b60f5679f89e7be92e6d02b7c50e
BLAKE2b-256 448a3c7dfd09a666876deacf5e2593b6d3cb8823a929f667a85d334b734c17db

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 655b61f5d05a8946e1a18e5a5ceb0d1b75543c3427cf472607771111181a1c43
MD5 8e6218fe1a8a04548adc82d291c1660a
BLAKE2b-256 13e76d8615e903d3b36836a63dac8a7f3156d5b5d0049b22725843fab32863ba

See more details on using hashes here.

File details

Details for the file mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mkdocs_minify_html_plugin-0.2.3-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 55e086bdaecda952016c07966eb12ab3872829e5801c04498f42e0dea491b9f0
MD5 db4a59cb2a07ae1ef1fee9e3badc644a
BLAKE2b-256 bcfb8a200a8b97b0bbe635e3b4ee85747ac5dd2756cb8f257b5bb53451f5341b

See more details on using hashes here.

Supported by

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