Skip to main content

Neutralts template engine for the Web, python package

Project description

Python package for Neutral TS

Neutral is a templating engine for the web written in Rust, designed to work with any programming language (language-agnostic) via IPC/Package and natively as library/crate in Rust.

Install Package

pip install neutraltemplate

Usage

from neutraltemplate import NeutralTemplate

schema = """
{
    "config": {
        "cache_prefix": "neutral-cache",
        "cache_dir": "",
        "cache_on_post": false,
        "cache_on_get": true,
        "cache_on_cookies": true,
        "cache_disable": false,
        "disable_js": false,
        "filter_all": false
    },
    "inherit": {
        "snippets": {},
        "declare": {},
        "locale": {
            "current": "en",
            "trans": {
                "en": {
                    "Hello nts": "Hello",
                    "ref:greeting-nts": "Hello"
                },
                "es": {
                    "Hello nts": "Hola",
                    "ref:greeting-nts": "Hola"
                },
                "el": {
                    "Hello nts": "Γεια σας",
                    "ref:greeting-nts": "Γεια σας"
                }
            }
        }
    },
    "data": {
        "CONTEXT": {
            "ROUTE": "",
            "HOST": "",
            "GET": {},
            "POST": {},
            "HEADERS": {},
            "FILES": {},
            "COOKIES": {},
            "SESSION": {},
            "ENV": {}
        },
        "hello": "Hello",
        "arr": {
            "hello": "Hello"
        }
    }
}
"""

template = NeutralTemplate("file.ntpl", schema)
contents = template.render()

# e.g.: 200
status_code = template.get_status_code()

# e.g.: OK
status_text = template.get_status_text()

# empty if no error
status_param = template.get_status_param()

# act accordingly at this point according to your framework

See: example

Project details


Download files

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

Source Distribution

neutraltemplate-0.1.1.tar.gz (171.6 kB view details)

Uploaded Source

Built Distributions

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

neutraltemplate-0.1.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

neutraltemplate-0.1.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

neutraltemplate-0.1.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

neutraltemplate-0.1.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

neutraltemplate-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

neutraltemplate-0.1.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

neutraltemplate-0.1.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

neutraltemplate-0.1.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

neutraltemplate-0.1.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

neutraltemplate-0.1.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

neutraltemplate-0.1.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

neutraltemplate-0.1.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

neutraltemplate-0.1.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

neutraltemplate-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

neutraltemplate-0.1.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

neutraltemplate-0.1.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

neutraltemplate-0.1.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

neutraltemplate-0.1.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

neutraltemplate-0.1.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

neutraltemplate-0.1.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

neutraltemplate-0.1.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

neutraltemplate-0.1.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

neutraltemplate-0.1.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

neutraltemplate-0.1.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

neutraltemplate-0.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

neutraltemplate-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

neutraltemplate-0.1.1-cp313-cp313t-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

neutraltemplate-0.1.1-cp313-cp313t-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

neutraltemplate-0.1.1-cp313-cp313t-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

neutraltemplate-0.1.1-cp313-cp313t-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

neutraltemplate-0.1.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

neutraltemplate-0.1.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

neutraltemplate-0.1.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

neutraltemplate-0.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

neutraltemplate-0.1.1-cp313-cp313-win_amd64.whl (946.4 kB view details)

Uploaded CPython 3.13Windows x86-64

neutraltemplate-0.1.1-cp313-cp313-win32.whl (872.8 kB view details)

Uploaded CPython 3.13Windows x86

neutraltemplate-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

neutraltemplate-0.1.1-cp313-cp313-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

neutraltemplate-0.1.1-cp313-cp313-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

neutraltemplate-0.1.1-cp313-cp313-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

neutraltemplate-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

neutraltemplate-0.1.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

neutraltemplate-0.1.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

neutraltemplate-0.1.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

neutraltemplate-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

neutraltemplate-0.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

neutraltemplate-0.1.1-cp313-cp313-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

neutraltemplate-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

neutraltemplate-0.1.1-cp312-cp312-win_amd64.whl (946.6 kB view details)

Uploaded CPython 3.12Windows x86-64

neutraltemplate-0.1.1-cp312-cp312-win32.whl (872.7 kB view details)

Uploaded CPython 3.12Windows x86

neutraltemplate-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

neutraltemplate-0.1.1-cp312-cp312-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

neutraltemplate-0.1.1-cp312-cp312-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

neutraltemplate-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

neutraltemplate-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

neutraltemplate-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

neutraltemplate-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

neutraltemplate-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

neutraltemplate-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

neutraltemplate-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

neutraltemplate-0.1.1-cp312-cp312-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

neutraltemplate-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

neutraltemplate-0.1.1-cp311-cp311-win_amd64.whl (946.0 kB view details)

Uploaded CPython 3.11Windows x86-64

neutraltemplate-0.1.1-cp311-cp311-win32.whl (872.9 kB view details)

Uploaded CPython 3.11Windows x86

neutraltemplate-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

neutraltemplate-0.1.1-cp311-cp311-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

neutraltemplate-0.1.1-cp311-cp311-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

neutraltemplate-0.1.1-cp311-cp311-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

neutraltemplate-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

neutraltemplate-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

neutraltemplate-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

neutraltemplate-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

neutraltemplate-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

neutraltemplate-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

neutraltemplate-0.1.1-cp311-cp311-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

neutraltemplate-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

neutraltemplate-0.1.1-cp310-cp310-win_amd64.whl (946.0 kB view details)

Uploaded CPython 3.10Windows x86-64

neutraltemplate-0.1.1-cp310-cp310-win32.whl (873.0 kB view details)

Uploaded CPython 3.10Windows x86

neutraltemplate-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

neutraltemplate-0.1.1-cp310-cp310-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

neutraltemplate-0.1.1-cp310-cp310-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

neutraltemplate-0.1.1-cp310-cp310-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

neutraltemplate-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

neutraltemplate-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

neutraltemplate-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

neutraltemplate-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

neutraltemplate-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

neutraltemplate-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

neutraltemplate-0.1.1-cp39-cp39-win_amd64.whl (946.7 kB view details)

Uploaded CPython 3.9Windows x86-64

neutraltemplate-0.1.1-cp39-cp39-win32.whl (873.1 kB view details)

Uploaded CPython 3.9Windows x86

neutraltemplate-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

neutraltemplate-0.1.1-cp39-cp39-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

neutraltemplate-0.1.1-cp39-cp39-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

neutraltemplate-0.1.1-cp39-cp39-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

neutraltemplate-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

neutraltemplate-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

neutraltemplate-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

neutraltemplate-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

neutraltemplate-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

neutraltemplate-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

neutraltemplate-0.1.1-cp38-cp38-win_amd64.whl (946.4 kB view details)

Uploaded CPython 3.8Windows x86-64

neutraltemplate-0.1.1-cp38-cp38-win32.whl (873.0 kB view details)

Uploaded CPython 3.8Windows x86

neutraltemplate-0.1.1-cp38-cp38-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

neutraltemplate-0.1.1-cp38-cp38-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

neutraltemplate-0.1.1-cp38-cp38-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

neutraltemplate-0.1.1-cp38-cp38-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

neutraltemplate-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

neutraltemplate-0.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

neutraltemplate-0.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

neutraltemplate-0.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

neutraltemplate-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

neutraltemplate-0.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

Details for the file neutraltemplate-0.1.1.tar.gz.

File metadata

  • Download URL: neutraltemplate-0.1.1.tar.gz
  • Upload date:
  • Size: 171.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for neutraltemplate-0.1.1.tar.gz
Algorithm Hash digest
SHA256 cc3b23e64ede5f074efee4f4a549c0fc7f10778e1e096e295fa9331cee449441
MD5 66d15e2d4ce728707700e59e3e0090db
BLAKE2b-256 5ce6228603085373a0b63258b2a3eee14884daac3ffe236dabb46479c55a9c2c

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f11e111231c31b37b1f7dcd775665a84aaf3703c4f5e80fed8b794c21eab4894
MD5 6550e07a8255b014738eeffea8b9f782
BLAKE2b-256 075ad3a5b56574e78879825b48f2e555a7498d83f0420f4a3cbd587687a9c02b

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 92e68367c8c45a78ae7743c6c33d5bb5b02d27178a1b1758394496b57677fa80
MD5 716a8e7856c808d0fe66fefcef4c915c
BLAKE2b-256 bf264161267e740ac0451f7c70ef3e93e266758a6511b095fc06b05e5e89fd73

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 44e913e74ac8929f809b830559cd0339954d986239bef0e348355d20927bf495
MD5 0218e05ecaad0d53843fab5b1cfd94ad
BLAKE2b-256 be59a7ed2a1d9a3edaebbd5f680669f4e5d899d48833b262109862fe97dfbd90

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 661c6fb5d8513b2432482a226bee4a1418f5c77f06943ff338f61d5095bf41e0
MD5 b1ca5bf7404356cffaa248e7b07c801f
BLAKE2b-256 808d977dfbd754e914d4b247877ae0867ded58b0822f0a2b04507909b97a5a52

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6675f42d30310ad21a78ed6f0292e99f0240a0d08580e93decb2c30a76a99dcd
MD5 13d91057235b9d40c13a13e856966181
BLAKE2b-256 ff31a61b8f7912634807bfb59c8aab5825f986ade3b33b0371b985820728cd8e

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 80894992cce274167765f3340b737ea91acb8d29a39ca31434a15ba2a631f2b8
MD5 8ab406d8b8c402192d71ecc61b715b18
BLAKE2b-256 4a745376e3455494f2ad0642446ef76004244e247839c070e1463086c528c4c6

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 49d8eaba36881b04bec8314c315dd9403f0f9e4f32fa414a254440b564853739
MD5 e49d0d77fec8b7c93c20401964013c48
BLAKE2b-256 3d2e47788c6adf4c26fd2c6cbf737efbf31f23236025f375fa32728dda73a1f3

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2b1e6a88779f4c6c0d0f9c02f56448ba2e7d4697867363a4947329f445f934bf
MD5 e8c378923c570f1c9483782ce56eb128
BLAKE2b-256 abbc2a5beb7330789810667ac3db4a6ef30d7b7240a769a65e05025a53086c82

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 92049e5a923e04aaa88938028260d5c05a6865578931ed171b4ac7e7496f1407
MD5 dbf727c2a4648d4eb7bab6ebcc1c704e
BLAKE2b-256 6aaec5cb7fbe13355959f9dfb76f7df3f50e919e287fc31704a5fb3f91d1f2e4

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 349ca0f232b4a6f12d55fdfa327af7c2be255f21ae24cafccc4ed8529a4312c8
MD5 829a47a8327da0e1bf5612e95e5d740e
BLAKE2b-256 8ca67da30f4ee2f72109d509620e465073e0fa6d6ed502f8fd1a4ff78f3f574a

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 05b65518b7304b530d23477db84748487486bccac6bd3acfce860e64b6352e72
MD5 7bb08ef7dc0d051c8533f1ac65702fda
BLAKE2b-256 412aa40a80701919d8d548951d2fc9eea4eee3c1b77854ea4632a172c414afb9

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3929405cc3efc697e515667baf722a1b18abf70744dd28a884614108dd1eee14
MD5 53354343853c3cffb36e90809e3e5517
BLAKE2b-256 b6a03b668ba9bd2f0a71be1e7e1767972bbd8db3e3d49e49a4fdad3811ec9bff

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5bef57d7a11b9dee2781cf5c14df3197139aca5cc6053fec6b97f53234a517e8
MD5 3f674692b1a089fa2b262d14f01cbd2f
BLAKE2b-256 3981cfa2e01570911f3e44677fc6ce48f08177730d5b5b9d7813f94ce2e446f2

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3c497432e2c898847ae48844a1ca6a68bd62ee74a69f05a202e207488de197e0
MD5 6a69c5b14c95b521dfc1a49e3b48376b
BLAKE2b-256 08fafa8b1838c605f40403dbd13c6971e759326202f34e91d3659207fa51a489

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 71f4c3e5849e266fd8acb61f563aa631c48433c1716f5fa0909aa936dd57a2fe
MD5 c4c48a171bf5c047d9fee716fdc45d32
BLAKE2b-256 9f8c7c700c0718b90305c1f7c651024c46fa76926c001a1577f28a7cb3da24af

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 94d8f44e02a36b6f8f9e4280f87b730f1cca1f3a5d35e2e4f2eea90f5dc39c9a
MD5 a99313db4d6405184a701be46e23e547
BLAKE2b-256 18215000a6f40c8714fe407331d4027016a0a90a782d218bbf7f9987255a00cb

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 17ff4d1625c6d4e6dc15c7f66c6ed6c2ec8ac62e939e4064d821c4512557f560
MD5 35e72d922ce04a55609641f13e69ac28
BLAKE2b-256 4d1c3e24182abd6f4d07deedaa5144181790d18bf71ca2389d6f41e82827ddc7

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9cc6844ecf8cd4beaf6fd0b9b55282cdbc348aac1d77591df4d1ad2a847e22cd
MD5 32ac1e7e8d24b89aae15c9db115c79d1
BLAKE2b-256 f545613c7a16ad16cbf7ae7fdcfa372f3594845be0e249d8a966b9c607a24f69

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 380215391a29efb01afccd1d82ccc557d079b4a6fdd4bc87a5acdb7d0644a3fa
MD5 578eddb77f66f48cf6cbdc74d2fe1434
BLAKE2b-256 3396be655c04e82f380a7e93fce1f7275c014a326efffab8bd3f5411642e2fd8

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 493fab227879b5bba9fceeb73948c25f3046d841933c190eb65fe645b5070fc8
MD5 d3d55ea30eca0e0b14eb6647ab511211
BLAKE2b-256 72090fe6938df5ffd68200fc6f0ec5c8b605df9b87bf81692ed373ed8f91cb06

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f2ceccf74b4b3967659b1679184ddea57079a8a441fe756a2c3294430412daf0
MD5 fd722c50c4b14a4c516721d603a08332
BLAKE2b-256 596c3cdc08d9b17d6f56f94ce35d333c6e5f1f61bd4e7d680cecd363c0f4c17f

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d41f3d81909ca7660a80adde60742909650c7cf0b1ca9c7491867282630d25f5
MD5 468cd31aa94d972ec7ca784b9333577b
BLAKE2b-256 ac5505bd8abdde9de6d2b79bb7447ae76f4e93fd76591a06e9caf0e07ad9e854

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0c028a088bde6986fe4552d72adfd64871c40bc8995c7e1e8e69b5caed08ded6
MD5 035ca77f8e2ab3ec7158b8f383903831
BLAKE2b-256 d62b9cc8abedba4490c142a2d37b67716ece981e420c4181f3cb66c3533c1338

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8effed336cc6b8e8e186de5a9d0552d895baf7f66d67664d983b05b22d747560
MD5 3cb7e73648e623fb58d38112e540066b
BLAKE2b-256 9c29da68e313edd6e7eeeb4414e567d081b8d97b364c343a8ed9e853ab3ef01f

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 429c4ed668d401902494f61509e2f924d0f1a6da0a415133ad7ca9e991093a41
MD5 00f88b22955d7937f7bd911823e8bc29
BLAKE2b-256 6731db114f31c4b066fb890ca6a86774817ca46b4761f1b386bfe3877ea326d2

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 32a3e9b8055321b4c4b3caabac78b042f0cfff9bcee2cc5cc718712a6c4e0ad8
MD5 a2e635f854d02d6f35b41e708df195ae
BLAKE2b-256 5f8b8e5cb422f31dc404b61463625597fb3435ceb0ada38de0425ca7295551ba

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5ee37ee1a3d0fb9fab0d476f2564deb1cb724f810e5cd5beb81c0758d5f1ab8c
MD5 579c3a7771d7592fd4fab8ec8006b337
BLAKE2b-256 1811ace356e8c542613a71d755e92e72672f749d94def9af3c36c17ad034f25b

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a98221e11d6054fdc0a3225575453c1c4c8b53f15b5aed12587f5a66402d4879
MD5 242005a7f08474acc92d64c532400c76
BLAKE2b-256 b4c445bda0eac929e1e8758d9b05908411a4c59052392f3d1c650d853af7db40

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8b8382ed387867eca75b099dc83c3687cd3f619b1ca0094d94284afba1a88a2a
MD5 fc3b766d62d01f5f0106ed49a0e78d47
BLAKE2b-256 44300da6f749fa9aad861ce99e6dd2dc59958ba8545b4709ddde29e15e28eb96

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 aa67cb11bbcad886517d45a4cab6de2c8d064a2abfaec9fea0b5d41003fb3985
MD5 00093a4f0fc3b8eb999defe3561ce98e
BLAKE2b-256 853ca566625c03eddebba4619ee1e79b2789b849497941204d993787216b6934

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7e83235705ec9be34da9ca0d2002eec67b4d06e824362ca0c74fe93fd8723d9e
MD5 5d7f4a24d721d2b02c495d2f27aa5acf
BLAKE2b-256 bf9903147f9e224846619c76ded2e08fbcf348b97640230277cec7964f2dea9a

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7090e0c77c07cea9ec74b67c49a199be6f555371031f2713480cd146f0d838d4
MD5 8e04e92d4108e0a2f51631aa11a6e52f
BLAKE2b-256 6c85c1e7ac0c1d442950bf2c0466b6c2cf1e578e4b6ac5b9f30ff4ec5a5bef0b

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b716cae7602655333c2ba62bc32b0858549b3ebcb1aa586411832ad1e3ca67e5
MD5 c93060de66a6ac23094ecbae81942d8c
BLAKE2b-256 70346d0639363435be0012101a580cfb03ff4fa90cfa84993c761b870783db8f

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0b4c498d03fbafe1ec3ee0f4421a2a0a6dbe59a73ac76aa4f5aaaffc0a37f5c8
MD5 9025fceedf4ff2fe5b8bd494849efa7e
BLAKE2b-256 2e5b31afff486fb7ab0fe20e15b5952531ef665668eefeebc5e070557a63c3dc

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e490b53c8dc2c4b4e38550a7ce956897354b37b97e8ac2785a8db594640f6a0e
MD5 0757f4cca71f161f06a5186e5b56f9aa
BLAKE2b-256 4b2b2ff82595584c21871185bb5fc54d720baadfe02fd8f8274ea824a462e220

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e2d9f9490779325a2086eb6c6dd3de9912c18d77f3bd4a7ac21f4b16e88e8a30
MD5 afb51e5eaef4078eb30fc4f7a4efeb24
BLAKE2b-256 dfa42799e62ef19edcf267af83eb0e8813df8ac15ae776129edee606e6e7add7

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2346c0b93b71098b788366e65e8bd37ff5c6589fdde2bd9b045974ef4877c240
MD5 cddf6eb16b4214b7a1901597558382c8
BLAKE2b-256 5e870abb2ff59c79f1844334d14b79ff9dc9aaf2f22521696828a25f64f479ae

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 31b3a118683eaa1399101bd5f1ba7be1218f3069eede8f47d9eed3b006a6c98b
MD5 499cdca2bfcb860b50b033adad2ee8f1
BLAKE2b-256 2f921e134c086740099066baec3a54336880f9d80d72260ebb589f67392ba140

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 35f06ad783beb07ee4176e5592ec83a8fb4d3976d5716a9a6e2fac3cc4905008
MD5 6e9587078b817d62963f59cc966c9769
BLAKE2b-256 8b734c70389fca280f07454b268c6bad409c5a28b1c4e985988a064d1c476512

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 67dfcfd0e2afa79e3989e3c95eb9554df981c9a052a2dca9f1c526da46dbd7d5
MD5 a7463cb7b31c34105f1f55a5e8db5217
BLAKE2b-256 a4bfce041ca3e5ba19262fa010e4da585205e7ddde156a2eb0aed90c79c58d8c

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d2f08fcb7902ff80a34f45a74304fe54f64db81e90bb9adb96eb8296f2a9381c
MD5 0be4b9416839b06c1b98be370b0e4293
BLAKE2b-256 1788cef63fc06a2bb5b2ba81f5bc1b8ecbf94940bf9adc49989b63bbcaee9eab

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3aa0edd66b49ca457c0530eab73538c70f3f21d96eee6e4b3f8d636c15320fec
MD5 91ca68350989501c631bf1e7c4f6ad75
BLAKE2b-256 42cefdcdaf0af3b2b2194e6a5bdbd1c142ae72a9221de4e53231fe19f7c05e8d

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 32a36f96d665e219566f9614628247db5043f1edb0b472cbcb1354a56daba1aa
MD5 e1f6c7f5de3df8220e2ba861b5f7514a
BLAKE2b-256 61899b0e6d455e799df75635d52836964f1e960de305ce822ee48f326a0feac1

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 85e49c84147502caf9e7acb159518664d93a6e9055f8f401d50586a87bca538d
MD5 eb9b4e95b6de518fc99a95b48d2ac45f
BLAKE2b-256 6a89b05f4375d3c42b1ee2c4e788b093efbeda99e01c80f7cd3768a155232b16

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0136e044053453469c5263222cea6c217ce475ba3f492ef4bb891a5688dd8292
MD5 5925a7fcfdc156da32ec85eb2bc845ae
BLAKE2b-256 53bbdaffbf8466c6ee28449710593b293850e4163fa0722c657b383924a415cb

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e49e4190944db3e0bd2e4f82468d56dae1eb9a23af5ce3dea3c8635b95925a5d
MD5 1172f080ff5279cc0b344b5ddc011b28
BLAKE2b-256 b6ed588f8b6ffd7086c2a1c71dd6e2fc844a7328341bdb43c4c6b197d29d220d

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b56356ab643c6240015dc35e48c410d8a16999a1698c92ce1e7b2de3bb702303
MD5 a4dd67cbb73556d369463c52ee96f2df
BLAKE2b-256 b2ac9f22e6809df125403b25e99963655dcc31554d2fc704f02f776349d3b691

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 55e802b606602a5119de00a7fd19db147b648a081b2ca8ccf207cb96c5f243cb
MD5 616e0c12c5dc7310aa5dcb81afeebe9f
BLAKE2b-256 cfabaf5b032a955114599b8dd1b43725c902903567ea829d8dedf397dc81c05f

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5fbf4ae1d92b94b0ff20bdc39d8654142da8c97a239b65ea49fdca07b6f7af68
MD5 439d609bc29d2bd2cb08e1c705db42c2
BLAKE2b-256 da27c144c4995cedde911bd58e9d935a05a62f4d92c6687cc39edd31b67dd327

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 91fecb2146a6133409cb932354ffbbd83973c5a2560665109a72848953797580
MD5 43555fb17be79f21ceb372128642bbff
BLAKE2b-256 d87783aae0a733b681be9df8adddd12542437d63c05863df87c5b2c87c9af125

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cc515ffa9ef9249dde9019ce76b047f61543846d84d3ada2a6df8d05981024f1
MD5 53d48e43c5a6a0c9e1128ceea4ba3011
BLAKE2b-256 b2ddd9b2798f074c5bd0512f71eb8f7033b89a045aae61dbc55f4b7e28f3c382

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 258dac96a5cba0ae1bc2a4574a6dd347778730ee15b05c21096eee80ca530b32
MD5 341f0ae9ba43daef3b507fd4e05da33d
BLAKE2b-256 fef5b46fc03c767ae641a85c8dd556db3ccac98c994dc0dc5fb5937ff47e4bf5

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b218fe2b90a1261bccf36e031f0996368a446ab0de0e9580fbb24a18054dce35
MD5 0b4a6fc90a206eae6e450060cd1f8708
BLAKE2b-256 448e7f3d4e463324e046d5f14654e8e9d80c2b6e3ecab5b0c46353ec5679f8eb

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7ca95b131948b75b44461d68bbbbf85f2d35872b017560e287464b27db8feccc
MD5 f31b73d682bb4676130f4c5a81d1035d
BLAKE2b-256 f8add33f78e9ea2a1439a4242931b31420d171f29d1cbb16288d6d4b79d496b2

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3b1a8b5f9a34ee231cea48d6156a39227e773c9c7572e747449da8c73f9999e0
MD5 ab99a58f32a42805088470fe0dd2e857
BLAKE2b-256 1bbbae5a6cf5f991b10be243abc759afafe2e15693579a6c5ce7c256ecd299ff

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e185e2f20c658b5cd15053e47b2e7f6c96659654ffd7b01f1375ab5c36f264ef
MD5 dff11998cbe1e29321acf08ef1c887e9
BLAKE2b-256 c4bbbe9027a00040fd2d564c6c56cc4787d90e41720e0dfa060139b6c45ff722

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8710753fcc4353b6312ff7b1d5264d75c8390994c0df4168e4776ea950015987
MD5 8830bfc1398fa153c7e66f567479db46
BLAKE2b-256 30048ca3338a1368359631c5b9a826a20e2e0c6dee52617c82d4a8903da9287e

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 67239db05359658e667af7dc9a8a238b49583e22e8fe6859960dcd2875ee2be6
MD5 f37377aad5f34bb3df050963a85f772e
BLAKE2b-256 597cf239bc2d44870d239338f0b5dfabd47028ab5b85d5551f67b6ab778f11f0

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 64806d015df979b21ea68574a62d38f3aa6fed7f2bf8e3cedc0bd826eacf4828
MD5 83175e1fb068d9fecc8487ece2557a08
BLAKE2b-256 29059c2e9a95aaa818c456a56b586ff3f12d367e2cbee71e82a3e69208cfe5db

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 49216b51c33a5aba86eebd3e0536e8fa1bf5aca29c8cb7cb7889269f32ebc8cb
MD5 650d238905cc275672a4efc386f84568
BLAKE2b-256 1e444a7aa0279c9b4d592cbb5336e3feda6a2cb08c8c885f5cab2c3e5cf0ae0f

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c8528af59cd97b51cd1edab8c51cc46380bdd8d83e1abc9387a652a5c78790ef
MD5 2c15f503c88759745eb9436aff66fe77
BLAKE2b-256 8bdc5d99db75cc4f2dae1c1f34ea71959bb4e4f1fa5d3c72b56861df3e029c4f

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b710b2b3c11aa8c4d940ded9775891b07c75fd9c747c095ce23e9625fd23a154
MD5 6341afc5a11f56991588a6c96b1671bb
BLAKE2b-256 ee1bf7facc622676daea113458f76eb7c1645fd19022241a9580020674ba07cd

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 09752b63b110b1433be115380ce94cf981a133e7c9d64a08a5c3c8457842533b
MD5 d7555fa97e4cd4290b1c9c772a1894c1
BLAKE2b-256 ee114d8d4b4e020d02298dc395e9d836e34e87a55cf3ca34c4f4b6819bcdc2da

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cd371f9fd48627364a65c5ebc4f87b2a080baea80dfefcab5b9a007c9532347d
MD5 3f712ca6e68c5614bbcc7d73e96b16e7
BLAKE2b-256 185b0054147e2b236be1e46c0a3e9e2b732033c71dd49bcdea6e93d7aba70418

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 77c9799f18482bcec3a23bad9d87aa72b8435338c779920c44d91d163e4cdb6c
MD5 4abc08974a40581358b18eac9fa46c49
BLAKE2b-256 abd68d21dda751307a229a0c93828f2a1bed5ccc9005ab7f1d85857542b2a63e

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5bc5a44e154ffd9843305512f547105a316a3cd30abd1d94c820bb191c8bb1cb
MD5 2ac9c910d2f22c79fbfac9d26aff9f5c
BLAKE2b-256 ff590b15669aeb5b4132c3c0e405faa746c5ee14fc3a99bddd46d04ff5c538b2

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a5775d2a8bd00834952946a7b7ad7d0b4c7b6155f0d9d2d1be774b3d9438cd54
MD5 7d0dfd27950fa2524acbee702df0253a
BLAKE2b-256 6da8103f795a80f0d04a511a57e6a717d2f37556c55eb8e238681d27398cb4e1

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 764ed08bea3cfc7452334d5de8af41540ee6fea3aa365d3e459dc82e3a1468db
MD5 546bf201bc253f43094c96165a66f9e5
BLAKE2b-256 399cdf975730418a1c7ff9854ef0dc8ad66a275b9da8fad8372bd96d9017cff7

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 000ad4e22911c7a3c3ee5c432be0bc769efdda42d4acd8572461f19567cede05
MD5 68f8386f80ac3d01c78def33c78a3e69
BLAKE2b-256 f8c56b24a26ba1b0d7b640b19df4bf384eb7dee882b3957ba1549e638bda80f1

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 87c15e454aa6b0102275056e4d311d3aa892c0eba0fb31b99b52916d22a6aad0
MD5 15cde757ac28cb3fa42575db456036d1
BLAKE2b-256 db83498784e8c57aee7b9cbf90f1759230a4105357fad9838881d180fb4fdded

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9faa4d89a58d1f5a9f6009d4665cdc8d59521aa30aae617af9a88eb242393c9
MD5 99a6cc885fe62acb376d03c5c68301c0
BLAKE2b-256 f2e641148a08ff51dd29e97630e314083c314ce4dae2b1a3992fea6deb59c4c3

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7e343e5002fb9dac694057a29954dde1f4c640ee25cbdf47f39ae872daf5e01e
MD5 069edb51f17433c87eadae77a025b891
BLAKE2b-256 f45f698b9ca0f170a09231e254f74b96492a1fb59b3e75c9bc128489022d286a

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9037679304f61de9d481b93c33ce7ab132736aa992d75a69b640e5879ba073ba
MD5 514fd5f969087a033f79d102efd9a161
BLAKE2b-256 e85ee990a1fb0e54cb3c22f19a72569a37f4f40113d0d99480e8e5275ca1b5b4

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5607589ddadc237b9bb6328ab3c3b470a89e021aea4639885bce0d760100b3b2
MD5 ce5d4644c240307068821fa470f90cf3
BLAKE2b-256 8c035220570b481bf1499fcb578753ad855401b942799742eae7b343600f27f7

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b8507064bd0d56672ad568c827dd98e8617357eec394c8eda22bcde4dc34a3fe
MD5 5d313b3b3757db2d6170afaa4c7d2c3c
BLAKE2b-256 65e72f1e1cfc78013fdb7b42b5b315d7ec034ac4730d28828191e3de88598005

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 39a8d9ac10179e3a12a4dfbd2a0ddb5e5b67fa26e2b1fc9943b2b845a7c05070
MD5 988be11886bc5753d992f453fb611c46
BLAKE2b-256 59bdfffe3f578f5c0ac212a7585e80fc9aa211da50496b66c49f59ee844aa7fc

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 176e5c8bbee49c8fd0c8bc31a017f7d148642316509607d413cf4817706a7470
MD5 437c31047ad3f895898ca8512379a285
BLAKE2b-256 c3a5d4dd5ef637f1d864e552d3c93e13bddd89f808b00cc675e1a14a7dd9c164

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 501fdfcfd21de4556edfa41485dc1d5c72528a7defe3d3a4c2cbc9aaee9c8a4f
MD5 dd676feabc2983fff4de078718fa9fe6
BLAKE2b-256 3d386290795cef538842e696766462c04efe8c4bebda4f61d62196636cd69763

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 af4eec2f9141a122f2bfb15668946431bbfc0919509a095dab5a7bd837887810
MD5 7e284f95b7850692282c91d94c8f72bc
BLAKE2b-256 45da0cd9e50c913a0bfda621d4911d621efd044e2f0bff7110730e53f872f391

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 8141ca7d159bc8e407029f6e0544afc1a94e180b9b25840cb72d3c97ee63303d
MD5 447e62e87c30946e90552859784bd3a2
BLAKE2b-256 db809a082829c382af486aca28b18f11758410132853fea1816b727e27de5c08

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d499349157d2aa324c7829e82a25f13ceb6c7ddf71e102dbe4cc842c299d9691
MD5 6e14a3627784610ef98a9e6298f068cb
BLAKE2b-256 c4509b6fa91384c9abe5c611fe9cf243c0dfc6be368d5e7e41333eaddfc5b8e5

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a9f0576911d808fabfcb9025d0137229c290f04975e10bffdeaecfe91a26db4e
MD5 eef571123d90a08bc01ca22992e5a050
BLAKE2b-256 6c2c8ecdce259b0f72a6b6d08d31c0b883e3492923993789b7c6c1e96ee97695

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5d3ff513d5b022f2f5a206f0944b90e16037a163b59dc28e71731257cdb0b035
MD5 d71614b848712c228a46a6454fb8e855
BLAKE2b-256 5fa959c40d9ed72d717e91576ce9cf731651cfbeef875eb88e45261ecd2dd531

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2fb81649e6b79e8434784b0861ac4bf960047c6ddf41ec2571f78dd0935eb487
MD5 d907f6f38bdaa8d9e9467d40dd21b6cb
BLAKE2b-256 71961a57902eea3d10491c982b1a4cfbef790b1831e634e058d00fef597a462d

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 58b46060afdf1d4303585c0e918fa596f9c8a783d87357258cbe96e94fb15ca6
MD5 60127830c37e7573ae3beb53f6df6157
BLAKE2b-256 b67bc286576c0e3bd3222488e8a0a151cbdf417c3bb49fac71118b4b43c600d7

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bf0f6ec4816dc0d9e8339067d62db7ab3d9eba39dd45f821368489b02475b970
MD5 1c992f1fead0edb277b7789424542e50
BLAKE2b-256 3ddeff971ddbe58ff6a0eea2462a1c8238b3eed0300545c21735e34679de283b

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6ea53ae0bb264a31d13cf419215890c85fc5b42ae66e38afd8b6aec019a12f19
MD5 071287dbaf15959976fdf871ebd7df83
BLAKE2b-256 a8abdd107c33616249bf30f51f1fa5cc43dd07c3c7a35c24552a0d8934b10a7a

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 22a7e38f1a5b57283e197e2726d37d282839659746f524a956b1eaa4618d7320
MD5 ca88d63db193d3e094b59203f9325ad5
BLAKE2b-256 81aa110a38dc2dbfa78283939fa4ac25590966077a209fecfb8bde79dd821bb9

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8995ec9a7f76a9dafdfa84df9d2cbb5d6f956c271afcad3b194199f11023c096
MD5 31ba2afcab1cdb60519f39458a9d2c6a
BLAKE2b-256 4e514f3d6714dea6997b94db951bf69490e89f8e2dad520f5230d3525eb519a5

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 58f28b954decba60506133570ef0439d1b8d56903e492b4d1cab094862f77300
MD5 c4477a0d458f5aab91d741944c0c3168
BLAKE2b-256 ac8e7a99f7c1acc33eeffa7b7bb9cee053b74a373ec2c96050e89d39b50ecd21

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1389180d02cf9634502e7f33828019a75985370816ccd8d3562c397c758667ac
MD5 0469f230244117be46847c6807553235
BLAKE2b-256 244a34c8754b2b2212367782896211195ec42483e987c5d80d615ff70f07cafc

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: neutraltemplate-0.1.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 873.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for neutraltemplate-0.1.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 024801cc24d5db64fa274951611cb2ed2860c79467a408c71a33c223772609a3
MD5 1b08a707e32044551647326afa7a6446
BLAKE2b-256 431f2fba8ac294c868ea26f51b17d8c257f086a738bf9a1a6fbcac79c6a0c2bf

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 87128d89945f506c68aa32d210c885e577229a05d0fea95fdee389c61f9e40cd
MD5 9c247cb584621f9a291e53879265a82f
BLAKE2b-256 b319b965390742e6eb2590771ea19b4da810fb94f768367de8278b9eed3e1c6d

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1b0f6016898e83c95bced8bc306ef510e81e8a2952c39dbe5ac6d5cc060551d9
MD5 f828ab9379ddd21d98b567a86b3f26e9
BLAKE2b-256 2ddca2d9f5930158d8f9871aadb55028e4c9fe5971cd9fdc60eb7a3d510994ea

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5847d929de26060844c802e90ae1f1bd268d1dac5b5a3506a8a26fc16224f57d
MD5 22576169c3e720421d7ef411dc47361f
BLAKE2b-256 66601ceeb53ab1c7574aa78ad9acb4870e9413778fed0b7972c05380c75fd94e

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dde040b9d76c0cfb9ce8d3e48a6621a71a010fb9f4499b8156ffd6c0444b9bfb
MD5 354fa27592d61e1fa83cfa5fba5b0f63
BLAKE2b-256 8a66e8151da103009afd2db9f048fb1dbda9ab8ce5023b8b57d2bd22e8840388

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0f43664b2b300a18889906f6b4310fea1654fcf9aee41ff708a5b010b16a4eed
MD5 977f0def9d4909b8b5ca803506c56d6d
BLAKE2b-256 4aac6be70c1596c63fb3bf22c6fc40e29918d6e799cf01681d53d302cbe73739

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 64015d40d3209377cc5aa7762759bc345ebfb1f616154ddad980e0a74ad3dfc8
MD5 7939b1878685419018d88ac71dc7e136
BLAKE2b-256 d744afe2bbc5a75e577412104368c7febea2c24e10bc34ff173b2e7ab0f6b899

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0cfdf5c1b0277284fa32afe04f6da6276b358689fbec370e706c0dadd211713c
MD5 563f61b1666924387659ae74904c7509
BLAKE2b-256 0cccf07c665507137a44ed5d297993733654be7af3b30493ea9ad06ffeb1e015

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 85465b689a660aa0146df5ef0680a87e2abb706d9618bf46e8697cfe2be2b7b0
MD5 1144a400fd37f442d32bbffff7721719
BLAKE2b-256 172d0f401fe9ecd4fdf72faad3727c9a4224c6940cd7d807628120032782fcd3

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 27cd4d3fa283f784a10ac4bf0d32288a6dcb38a3e741ff72fc8bfb81ab35ac86
MD5 f656c7376939e3410cb7a761c764b958
BLAKE2b-256 20136d9956f6a66e157e861a8d1126af910e1252b747d8a699dac50c58a9fa5b

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0bbd1257628aa6fd5c6ecf4268695178eb2da83b12f11298d9e56f0633e9ce64
MD5 85b8d84b3e5807c3fcd6b7b2c71cb293
BLAKE2b-256 16a7b83eaa30254aebe82a8f19b92855e4c28e807a47227b869ada3fbfb97bb8

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ee8e998d461333ae1b0b5d416a508de4629ca7b4f8f2fb7e86aa9bf92649040a
MD5 1dae73319863a45941b3bc645806553d
BLAKE2b-256 bf1b3dced6470128d81737a06e5a6f9b557b0a231d0012d2278a1a4dd496fb60

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: neutraltemplate-0.1.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 873.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for neutraltemplate-0.1.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ef551a3b1280963de58c045d826db7fe34107ac10aa387559464470e7ca3105e
MD5 3a98735fa79dcf286a4e1728bbbe7b44
BLAKE2b-256 61f786f03757ccdcf17005162ded3ee1a560d2593dbe6bd5efae468fafc9c6c2

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b289fa197d245bd3783fe2c58e88f9d564b7bdfcbdb9188785940f8c44e88d9b
MD5 9ac5cfe47b10a1636d6ad6f467a64095
BLAKE2b-256 33e712137084584615c27c95765b04a4facd960606414d32c0f071277e03f3f0

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 746db5b8007d3aaaea3efaffa83aed245845e34c4d3526de21328dc557bc7fb5
MD5 2c994b868e5d44befb64a8c1323c7f28
BLAKE2b-256 ad3bf4b803f4fab6c3ffbd0c4774223ef738948e8ce334b3e9effac71546074a

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 81768c0be7526251509d262d895a0fef232d05640d570a117adee556eeacdedd
MD5 c3eeb55f668f13479622c696d1ba2d4b
BLAKE2b-256 69a006eedcb3c87d1def7f04870d5b8b695bcd467d94278a59d7b4e8b1b3a15e

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6a6748d40a571e6066e80baae65b8e4f99e1baff1fa052670025eec49957bb35
MD5 90a3bafa2188016e6012d2004d6b0d75
BLAKE2b-256 a27212cc0be322fba818a695edb97796bfa84ad3357a31a4760e1958090225e9

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 40cd59256c9a0c789f6a4174bc104b7efe76773977d4708c0f9bd12c7ff14e30
MD5 be31cbce779604a7833e3d427244becb
BLAKE2b-256 abdcfbc316a8f36dc0da0ec2c7fd74bdbe3756ef616c1728100e5c937598fc95

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 57a989909fbd988d3c8dbc3d256d46d879d30bcb553601dbb7542f70e8a1feba
MD5 d9232448e8e6f54e2f2bafffea260d5d
BLAKE2b-256 c2129be9ea4d7de5e06da759e4797de63ebe65bc7542e77f9d40065790f1246d

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4df1b57bf5db300e88444c5567639e31828287c6371e03a727fdf1a58d439415
MD5 02105ce6cf607cb49ab1add44ffd678d
BLAKE2b-256 2f147de6a18abfa5355e52f4c60618dca039dfed6bb6f616ee4a5527134e67a4

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 803dc44acf36be555023483a010097b4cffe4387ac52d821809728512ad3de14
MD5 fee81ef278d816ebae85e054833caad6
BLAKE2b-256 2935d872cd97e5f793a2e8db824fb51e99d47e3d5700e54ccbe573ca574c9999

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2db67cec2d763265dd0cef13b3d4d4306becf6f238acb7a8b29bf693f7833a4b
MD5 501915172e3b3201e99cbf30798f4e97
BLAKE2b-256 4cb64fc25156164deba88727fbc0cfaaaa861c631e8264a2eff0fac8bc7529cc

See more details on using hashes here.

File details

Details for the file neutraltemplate-0.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for neutraltemplate-0.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3eef4deed75420fb6979f32c3520629d783a273cc9aef3a005c010159cdce4b9
MD5 beadb02087cdb11be0b7377f6beed651
BLAKE2b-256 6db1a781ac863f0024762840beb60c330d0da0af3d8a5ffbd85a58d10b981ea3

See more details on using hashes here.

Supported by

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