Skip to main content

An embeded component base template engine - inspired by JSX

Project description

XComponent

What Is XComponent

XComponent is a template engine, inspired by JSX, to embed template in Python.

It diverge from all existing Python template engine since all the templates must be written inside the Python code.

This is a design decision and a matter of preference for the locality of behavior.

⚠️ Under Development

Hello world example:

from xcomponent import Catalog

catalog = Catalog()


@catalog.component()
def HelloWorld(name: str = "world") -> str:
    return """<p>Hello {name}</p>"""

HelloWorld(name)
# will render <p>Hello Bob</p>

catalog.render("<HelloWorld name='Bob'/>")
# will also render <p>Hello Bob</p>

How it works

Using XComponent, templates are stored in a catalog of components, and then they can be rendered to HTML.

All components can be reused in other components in order to build an HTML document at the end.

Using curly brace let's have a friendly expression language, inspired by Python, JSX and Rust.

Getting started ?

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

xcomponent-0.8.2.tar.gz (120.7 kB view details)

Uploaded Source

Built Distributions

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

xcomponent-0.8.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

xcomponent-0.8.2-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

xcomponent-0.8.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

xcomponent-0.8.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

xcomponent-0.8.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

xcomponent-0.8.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.8.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

xcomponent-0.8.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.8.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

xcomponent-0.8.2-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

xcomponent-0.8.2-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

xcomponent-0.8.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

xcomponent-0.8.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

xcomponent-0.8.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.8.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

xcomponent-0.8.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.8.2-cp313-cp313-win_amd64.whl (904.9 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.8.2-cp313-cp313-win32.whl (799.9 kB view details)

Uploaded CPython 3.13Windows x86

xcomponent-0.8.2-cp313-cp313-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

xcomponent-0.8.2-cp313-cp313-musllinux_1_1_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

xcomponent-0.8.2-cp313-cp313-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

xcomponent-0.8.2-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

xcomponent-0.8.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

xcomponent-0.8.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

xcomponent-0.8.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

xcomponent-0.8.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

xcomponent-0.8.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

xcomponent-0.8.2-cp313-cp313-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.8.2-cp312-cp312-win_amd64.whl (905.9 kB view details)

Uploaded CPython 3.12Windows x86-64

xcomponent-0.8.2-cp312-cp312-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

xcomponent-0.8.2-cp312-cp312-musllinux_1_1_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

xcomponent-0.8.2-cp312-cp312-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

xcomponent-0.8.2-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

xcomponent-0.8.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

xcomponent-0.8.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

xcomponent-0.8.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

xcomponent-0.8.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

xcomponent-0.8.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

xcomponent-0.8.2-cp312-cp312-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.8.2-cp311-cp311-win_amd64.whl (903.2 kB view details)

Uploaded CPython 3.11Windows x86-64

xcomponent-0.8.2-cp311-cp311-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

xcomponent-0.8.2-cp311-cp311-musllinux_1_1_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

xcomponent-0.8.2-cp311-cp311-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

xcomponent-0.8.2-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

xcomponent-0.8.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

xcomponent-0.8.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

xcomponent-0.8.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

xcomponent-0.8.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

xcomponent-0.8.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

xcomponent-0.8.2-cp311-cp311-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.8.2-cp310-cp310-win_amd64.whl (903.5 kB view details)

Uploaded CPython 3.10Windows x86-64

xcomponent-0.8.2-cp310-cp310-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

xcomponent-0.8.2-cp310-cp310-musllinux_1_1_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

xcomponent-0.8.2-cp310-cp310-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

xcomponent-0.8.2-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

xcomponent-0.8.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

xcomponent-0.8.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

xcomponent-0.8.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

xcomponent-0.8.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

xcomponent-0.8.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

xcomponent-0.8.2-cp310-cp310-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

xcomponent-0.8.2-cp39-cp39-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

xcomponent-0.8.2-cp39-cp39-musllinux_1_1_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

xcomponent-0.8.2-cp39-cp39-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

xcomponent-0.8.2-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

xcomponent-0.8.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

xcomponent-0.8.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

xcomponent-0.8.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

xcomponent-0.8.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

xcomponent-0.8.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

xcomponent-0.8.2-cp39-cp39-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

xcomponent-0.8.2-cp39-cp39-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

Details for the file xcomponent-0.8.2.tar.gz.

File metadata

  • Download URL: xcomponent-0.8.2.tar.gz
  • Upload date:
  • Size: 120.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.3

File hashes

Hashes for xcomponent-0.8.2.tar.gz
Algorithm Hash digest
SHA256 0029c5dad68254b72a1e18ba8a56a3f1896fd34c900702e3751cff31f99badc0
MD5 0315d400ddc38d4522b9f0176a1b4192
BLAKE2b-256 6984b91cd5a1789ba9711dbf68b96b6502ac0762c83a719d17fcf6b638cd1d82

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4ba3efea0387ede6df5b5dcdd7a53c3d3397e0a4fdd75de57ece514bedbe8996
MD5 1172e139fe7a0755e0ed694ea3bc2911
BLAKE2b-256 385a0f04d1c303da8d7e0f2cacf705b702480e2d1ed46c34aac160d5b36dd15a

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 c6b0b2fc7f962d35d32517dec84ede7e3334f76958ad09caf067c080dc4c9313
MD5 d4c43e53f6b991ee5fdea16a12febfcb
BLAKE2b-256 92ecdcf0d23b66305a2dbfdf1ea934c8779e48edade1d635f0a78c49abe9f889

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1d861746c0f3f785fcc4017ce75c43bc73bbd86962500a7b6970b5b414319f6a
MD5 cfa22b87d2e713a840f86ef5a4d0b10e
BLAKE2b-256 82f57fcae47648629f41ca957dfa04efd5b3ce78b79ed66f4598c7fbb3c98cf9

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c5e671767a2715ac1964f47c1d84521377f9222a80ba2286d6346cec86255c2c
MD5 f1865b173d157dab1cd9e466bc2b5d1d
BLAKE2b-256 c01bd3b50d4c3475e83148b7bf64f28ed5e5ea40ed31aa1873008a6c7f17e279

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d39e0fffbb34a88c03b6a88381391dcf1ec1eab1ccfd9d989b9009600fb90b6c
MD5 5c2ab61e4ee1a425fd23ba18c693ffa0
BLAKE2b-256 4a9f6dfcbe4a04736524b46195a3c89abad65e252ab52ae1f10dfa421cdb2741

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 acf75fe9f32eff85912fdd37fe97ea9eab92fef236b3c61e24a201e689d73313
MD5 013bc94d142a3f183ebf3d3d1468b85c
BLAKE2b-256 953d033f7582918d135176c37bcf3a9471156219f27c45647d9de8b44e38ebdc

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4581d9fd42b8949ce4ca5688a59bd323aab84c200553635d232b1e5b3d57cb70
MD5 73add76ce8b9c05b2fbcf5dad97b8b3b
BLAKE2b-256 e41ef8b749c96da3c43414c08658ea85c08da5a3bab2dda3d5953f2c061a17c3

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7bc788bb82bf9b3ba934244e619b96a1a17070d3b0773a93f585d0ffb271ba49
MD5 6ff682f942a4af4e4e6b49065af5431e
BLAKE2b-256 cc1039343939942fe77d69021d0b6a288524c06138dd19501a370f710bcd7396

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 27a2c177b62b429aedd038776dbf5f973c1059424c80f75f36a31fe1be8258a9
MD5 821324c957328d3613c6106460167acc
BLAKE2b-256 7f0c7efdaeca78d0c59dd96d6b27c89d09ea201b37464ecca43ebc2caa7d1ce1

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 91a0819f444a466ddc1f08801a31b44d96d2c57729fa30a72740fa173313f27f
MD5 a931c634672716451caec482fa9e591f
BLAKE2b-256 c13d2929791eaa70798ab73feb951ee622835198ce6dd615b8aab5ce6b3fc061

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3aa1e26402c86c90746a3fcc940842379a66432472f28f3cb7f708163f24d240
MD5 47946fc0774e2762de727408ee0ecad5
BLAKE2b-256 89c4b5f9fadb1542ec9880c1c0664debda83bd36fe2334f8f563cd20706dd68e

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6d69fc5dcec7c7424f54ddc3b30fa3c89a68da9a798ab825bb9a93768beff460
MD5 7f0f527c9dfcf02893ad9eebabe0f81d
BLAKE2b-256 5a0c845b1127fecd257714d8aecdd80a6c4532441ab6bde324e5eb437ea44df9

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 14a80c9f70bd1b7421b7836310556df7a45202e8c50bdf77d893bcbadda75179
MD5 6317b1cc52e14603bb0f95ba1e26a6ee
BLAKE2b-256 a37934e50a32be57eb71ac17a81d18137fb93faa0d296b494197a11dafb4b911

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d95f4a15172beb43207955bac8c26deaa413d1883b3396fa003f3d38cd686027
MD5 003bc1f07602d7e659b1f1fa39a68c9d
BLAKE2b-256 c4215a2931943eb8dbdc1e17a34f0ae693cab9936e7791d18e5fee9693250efa

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 26ea88b056b9222da52729e7334d2294037fb90e35c8c3ca35f21e1febed6fa4
MD5 c55f13909a7dc147d74af10116ad2588
BLAKE2b-256 1d5973b8e974f86585e446d040c0b1bc78d83cca53bfc4d4a940027457084736

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 27e5237f44ae79cc6b7d7dc0b9f0df95bce5e400d1142f233b56f27f9a568d29
MD5 a068f7d4f5b3f84a675d6f80e24bf5dc
BLAKE2b-256 bcf7af83458b269e3dea011389851094be293b92b9282267da78312ba17717ce

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ea42db1fa4794a02b32a061413629da1a8497147b177d80e855811f9db45d0c2
MD5 11d2df68a9853380b75e1bf309d5ce6f
BLAKE2b-256 510e6a4cd6940e0cbc2c2f7126838676fe9f183c38e6b21ed1f7b48b9a53f71b

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 29482b716f575fa89b441e334eb1b869af5ef0109b335f3e052dbe5df15cbda1
MD5 4d26f2de6430f37e22ba1ca8c2466127
BLAKE2b-256 064f825c1fe311ae5b27d7f3cc84c07c8ddc287a6065352816588046f9a2193f

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp313-cp313-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 478ddb68446487010741217f99d293ea2585ee2d7c1793d29bf3f21de54d4b9a
MD5 907a4e2b844889fa1c46a56a0b1031ef
BLAKE2b-256 4c7a628fa749f05e6e8b945a74584bf29f8a198b85541c8c0e97a4f4bf2e8387

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp313-cp313-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 ff552a7f4404434aaa1e5f418b4b193012bce81a6f3445daf4643f9810390c6e
MD5 7bc2951f2eea307ae144627c54b229b7
BLAKE2b-256 fcc21822adc00935899a478b646ff3d7ca6d64bc93785819c6eeca31cb9637f6

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp313-cp313-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ba7e93c52aefe9248885e907ac798776d55b11a311b755be52bbbfae2b90287f
MD5 048f64574b260af0aa5a39dddffbf4e7
BLAKE2b-256 31459a455d7e5bff81e502d91e7956f7c2e3520e12f652d0a2e28a08f7a5cce3

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4ff3a979697ac4538959a9b29fa98584ac76efa20e47ae2316cc4d63f5d067d5
MD5 486f2a5443c500de90cbbba0b1660235
BLAKE2b-256 b9e880c346fa2ddd27c177892d879ec1802729c5080f11cc0611a0ee0882e6c7

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b567cf92772a0eb525e6baa7c46202aba46a616a4908daf2eab720825340c8e0
MD5 3d59bee84e3f37c2c55674a3ceafd9e7
BLAKE2b-256 cfb311ae4cf02d3cfc10675ba68b13dbdc5799f5a0d8cf4254ac09bda487a82e

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 37bd3ad1c500ec97226b5377c6daf1bfba2fa99024aa35ebbe4afd34173d92cc
MD5 c1271cc39cc323f4fbdf8b17b11c7487
BLAKE2b-256 f9019de1278657edfbc2f01dd85f30f119e792e9f66fb601b1863ff99829abe7

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 29237e4bf6b9a16cdd3aae3cfd3f9b0179c6dd293364b36a116753863874b95e
MD5 8f169ab6dd0fb23b1210c2f3d873d29c
BLAKE2b-256 a57669cecb46d614eb5ccf4a3d7f95b667dfed17daa0f3f3b7e6e09d0ac4cd9a

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b47300d1ece0bafebeb343a025613f4eee7352ba8b6b48f0705d8296bfcfac57
MD5 82e3cc15a5d7662aaf4f3d20da75eeca
BLAKE2b-256 869070ba0ff16037cde72f91a1d8bd9ebece82d0ffca19ec313638fcb10f0199

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 eb17b71de1dc399012f066b52bcf8349ff7f7957d2d392b716d9c0fb2890da84
MD5 97755a68d24fdeb3ec5e1233a4d28602
BLAKE2b-256 b1bac4f1de99957be5d7dce0be725091b3c968461934ebca2fd663e3dbf39a5c

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4de4481cf13e94523dbbf8267a07311c1f2b4acd6f5bb5d0fe88bc6b68887e4e
MD5 2bf5ddde94dca6a491fea665d362f069
BLAKE2b-256 78e405d94fc3c423199e5e2bd2ea6a10f276f70a1c5560711e17ba062ac8d63f

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d769c773beefa49615408c88a16983bdee7bf44a638152c775c9ec2435dd010d
MD5 572809aab5ea82d4837dbd2f44190d5d
BLAKE2b-256 cedc620047d344890215a8d5fb8a1335678b7a625e271e35d614595a5d1546d5

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7a812c818407a458cceaea4630e27aacfceacb2fbdb691f52ea69fe2408c560b
MD5 65941e581ce5b252cb92d45ed42b3acf
BLAKE2b-256 769bd26c51760ee0eff1d22266d4ff108005a79ffac3e235491bd1cd8417a814

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp312-cp312-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 3ca143453131a967dc0b3b139be14151d10c14475dfdc617c42a69e0a5f8bc05
MD5 76135eeb2fbe23e8777f761b2ae4e7f2
BLAKE2b-256 8190fde710ae46c8d09adcf0c1f1f23a31c5218438ec61d0c5e85c1970bff1e4

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f10a9ba13929ec0f03d8783823838b74bd7024b1b451c131c98f4a1110e49242
MD5 f360100896a1599ceb9f9c52a0b66858
BLAKE2b-256 ad3ab422e1f7a57356254ab4a1c75ad96d25c0079c43d2794686b3d473776ef0

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0e15b2be496dc3b265d71451c511ae134cd1f19894da743a061442ca3237a537
MD5 7949f56bfb7af5b389746accc2985111
BLAKE2b-256 7db004b296bcc31d7a93e5aa66308c7c71b2ba9ed855e405d4271b69278dfccb

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7cb5eec4ef0805fc90d4666a74a1697ca304623413709b0f2541b754be815bcb
MD5 75ab1815ca2cfcfefb5d2ac9bea792e4
BLAKE2b-256 e3acc449b91a2f8976b8351333a61d1e176675058dca6d57c04ea6257650e633

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e9b3e03e3eb2c9b0f9c7f6a84991b4cd50cb41509422634aa651c10fe752a667
MD5 af544fc13e049e5ec2feb879f83c555a
BLAKE2b-256 65e07679e97fee921c4b37384da9c4aa99dda04476ae4e22d756b6e454d9d756

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5ce6b25db377a70d5698732bc0bece204d0497bdc0956a77cd21209cc340dfb5
MD5 7abcd454336cc532fe24f19567d4e6cd
BLAKE2b-256 5a1bd658c82fae706b1d29d37b3dfea075e0a7007e74356ad7b417339bb9761f

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c4bb657452cd5955f539b65c7caf9c0e195046841053e78a9ebf08eb2afe62b6
MD5 8227451b2d7beeabb4e4c416fb7471fd
BLAKE2b-256 86aafb0a6a1f85f9c118e34a107f4fab983e9d64c3ea973f2812dbac1e5e6cb3

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f2203e56db33979ffb6bb453f725f634acf52dc30823a16ffd5227a88e4c8087
MD5 165c4c5cffed48c9db1161ad70474497
BLAKE2b-256 ae0a53055e9cd3b4186e977f7282799ebb3a133e03fecc9bd51577c42130f6cc

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f6babad0360d08385fda1dc45ea81c1bf54f678e637f3d12d44cab628627fbf7
MD5 bfe759893692b54c353f282284711fa1
BLAKE2b-256 2c2dcaab07c587496c1be131df9226f9d3c8886234c16c6de34e98ece4a3a2f3

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 99d1a476a129dd687cd289378282d3017a1da3e9014fe207d3eda015ee03dd00
MD5 c26f841d83b1a68c3ffb0f825afbead4
BLAKE2b-256 2d92f72cbaf3e78120b5743bff68fc8ff9ee528f0628e43b4f2e5c6ef5c566b1

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 aecfc3b3a77ac3a81d0ef9e95a50771e649caa9db917a65a36dd9bb7cfc95e3a
MD5 9769a2a8482776fef89e731a2b1f086f
BLAKE2b-256 2472aa9c9f56329f1fce8709484baf83e725c01fe2e576de9ac44c3b545eb3d2

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp311-cp311-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 76f78c0a565d05af44a67563a7dc16f7e7b03acffce4f241c691eea5cbaef812
MD5 fa54aa01725b80a7c4fbd44a14d62991
BLAKE2b-256 31422fc1af77d31c6586d9affd68ba947c4fd03a26c44cf5cddfee8e479cedc8

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2748ee5e0daa452647a37ce4cedfda86e066f7c72c6dc208611e0da018ea5a68
MD5 01e8b42ba33b3c0b362c28e4eaa9dffb
BLAKE2b-256 88cb1004235d155bca90ae1e600ec2c0fc3c5b04e7a7485de25f283088ffa7ea

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4ee90b83a71f606194b622ef33ea068a88ae02f9a98d4b77d833139f0e16f596
MD5 12b7505428d73dc8ca9f63774f74e75b
BLAKE2b-256 6e3dd586be665577cffdcd58e5ef240c18eac076747e8b3763b2fcd272bdc348

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f4de7df77a62343494d5749e04574a2f1175fe5f868589aa21686454bdb2858c
MD5 6f91034145045b14bd976c706e596616
BLAKE2b-256 8684adba1a2434bb9fe3c05b29cc745eb80b76e40b6235232294c0dc5e0ae45e

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 de79dc16414bce803f73fd867e4695c90d6adee7a22bc2be1b600a00cb1f5378
MD5 b14250d0009e3057eb56d82b77e953d9
BLAKE2b-256 bd258b7993b8610fdeab7729ad3d7ee8b0ab41ab23829ad04e96191b3984f715

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 495a1e5fd194fecb1f98f4641973016269451555a56edc7fb5667d276d215c11
MD5 e36b223785b68a8c44610a361521726b
BLAKE2b-256 f3ed91cd44b5981909f0dee56e616f4c3f8ff912c599d908d34035ad8e8c6d26

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7be83196e8aa4a925a23b05732b04135c7d9a8e5c474f15b420b23ab64ceb866
MD5 34b817bdbc5e8edb74eb59ed380cf29e
BLAKE2b-256 8e8b042f747d7242423a8eb5adfb4f1f5b05c8d0f250aea54e1a692c175dc8d6

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 66fcab51eded9515ffdeb1f3b4a450349ff5829a2e130ced4254f4ecdeb4c47f
MD5 feeb3a8950d7133e067abc91fe7721ab
BLAKE2b-256 3d5c07d49478f402500df6c5289631c05821895ce3105ce231373bfaf8e820f2

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 87cbe32f50be4d34b89a511ab0fd7164a1995d3c87be4ae514d29bda354caa34
MD5 649abac8129157e5458a766af4a724ad
BLAKE2b-256 e128e54e0c96b3138db95760b5a4276d4e287dd80d4b1c550c2a3b64a8c6819a

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b15d249eb491ecd268b000041c857a105eab082772349dc1d6980a901af1dc56
MD5 1a5a55d315a32a5aacdea9a268dabede
BLAKE2b-256 cea59e546d1dc4821bf90b1128104e56bd9e9afa40348aa8783e30d9f71e8b37

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0895bde9c91baeeff852455fe8fc52fa0318c9982cecca43479e719770a74a68
MD5 3a0ba07a53c7bfc8b604f62b5068b329
BLAKE2b-256 d89ae143dd8a017301900edf558433db9b14ff23135044cf4bd4a8c6266b615e

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp310-cp310-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 4fd63c5849eb3024a8bc0114fc4116b4c64827e93c826dd482086bb56ce97178
MD5 6df70a5970e1f962ed355dae7c3c0005
BLAKE2b-256 c03c2ffe1d6fa65ac83debfe4c42e56ca7a66bc0e52ce105af6beb05a1740a49

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c9c700e8221869bd581dd69cc98427b832c8556bd0df47b26b59928fb51ced5c
MD5 5a9756d8d5bd5248079ddb798fdbd2d4
BLAKE2b-256 21c15bab4253ab3fca8eecee895e6610704051c4decd967b7e62d9f1ff2cdc07

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 204e46cd4725204fcf6148ac7f27cf448b6c4870124265a467575ed449c9b42d
MD5 2f3bda8db707e717b0015ee1cb4981f5
BLAKE2b-256 d77d989acf693aebccf029b42f7689e32fa5fd4b070491b419453f69e7abe7ef

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e3594422a16a19f42e731c074483279f94a1fa8bf7da608b65740c6d5c78a7a2
MD5 664fc034755ee97a3f49533631576ba3
BLAKE2b-256 44b265986b56542f79fc055a9021cb05eca437f77adb830bf76d9b417adf7083

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 56a39b7b9515b2b3efcd0aba5af34869934d625bacc2356016b75a20367f7dbc
MD5 c138012e6e79dcf8e08329f100a29c04
BLAKE2b-256 8b07c120d0bcf7a489c7cd43b1440333075d2ba4bd3adaa53a3a33199c3d92b7

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9ee574250c86f7fff7b1f641e0ad9ece652fa11f9990cb1c2c04091bd8f719cd
MD5 68868220eaaf30ba65e41e581eaa4497
BLAKE2b-256 c44c58fdda88a0b9c2c454a4b5ef7cfb7169c0731bfd0b232fee2d505c6306d7

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 318342549bfea643191427ab13f9732b54a836f891558c842253b646e216c6fb
MD5 625184f7a3455ac7b163a8a25c4cd677
BLAKE2b-256 26a7fbcf935bac1687bbb605f13097f874a44323529dd117b5b8489625273826

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a7f21db12c5449f8f2010b113d9feddbbe779cd699869bf2bd5b9a28bf42c5f5
MD5 b3f6db7850d57991229e262480d4b6e1
BLAKE2b-256 f281750a164f61088906fe1119e3faa286bc93831f6482499a7feb3345f7a256

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2260a3b100b2f271762398b45e18072755f4e284c1c0fa30480a3c88819bca8f
MD5 e201e809a11857685959e9b87dacc853
BLAKE2b-256 ae3862c74f2073c189afcab148931b81d409b115e0fe81036b82628c33baa72c

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b38fb4b0a8af219e11edab843f67f005e38941fd095baffa2f4ff70d5405282d
MD5 72533942ff76b804ef3bec071f008b80
BLAKE2b-256 e450707fcfaacd7bbcd7a98a71184d78d924389e54e0b5af96b2297fe3cd3d22

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp39-cp39-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 a69c91c060a55a4678b638e1ce1e16d6e13320b90c52d1eb0c829c459443e73f
MD5 ce34cb9e67e8c4ce5788ad0b7929f44e
BLAKE2b-256 26cb714ae3f46c40bf8039ecb8a54985c4251bfd0b9414fff00d46a2754e7f5c

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c3569bd9622117f5bd52a54521b8332d9d0a7370b9864cd47c0141913140bf00
MD5 83740858c8610c13accde3320ef0eb9f
BLAKE2b-256 2c74603e75d100b2e45d43467bc0855ec497c45f1d7982943a84cedabf18d1bb

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4f03d31eeaa83351fc773a24ed99245f3c1098e2bd150cebeeafca094ca32cf5
MD5 2cba8a608e1b0e288acf40d8d9bd01c9
BLAKE2b-256 83bd30a49d672918fe63a2cab774f710182e455180765b0e11d6ac230756dd11

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 950d4a463d0e15dd0baa159a7b9a34cbeaa036f9a1e1470a33cb89686376b0fa
MD5 923a236a4d24868c8c0dd9eef6579044
BLAKE2b-256 cc8baeb156b28747629ab39245abb9a7acd9e5f5fdf11b92d2595d65f86a528d

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 62957444e2324186c43ba6ef0cd3d92d2b68bea5e17e77d5459c4f998a560a75
MD5 203017271c5a110194243867fc2956aa
BLAKE2b-256 84fb08a7e5f89caf7463dd4bffb4666eb9fc2074ac01dc52c1f1c6aace30154a

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 05392f71154d232cf681cf7f4b54dc3720c3632bed6b3d03cfc2dc1b64cb448f
MD5 24ee5300a776e83828c9ac11f0039575
BLAKE2b-256 61701901a7b9aceae704687fc1a4f2a226b1fc85ddd0f8d9edf385ffd11cb9fd

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2d3827c20b9c1274376f781cc72beb82a9cb48a59b6531e0a21ab96a01975ed8
MD5 6b4c6720012fdb1e05e561ddcd4e22af
BLAKE2b-256 958e1c2d96f30c33b9565a49d78821c55356aa82355251e484f841d42a691e00

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5c513d8de628da06089f7d0dad1c383594a1284dea53d2da95bd14016d30f538
MD5 ff9a99748a8597d57d411bdd6cc27673
BLAKE2b-256 98d66d6a9f846752be49f120e905b97dde28d787be7f09c55a69dcfc4d3fcf7b

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f51b5d690e03ba18673cf2070acae3ee1635eb9c987b6fa4038034802c50772f
MD5 b4db7ea88dd1f6e2691ebb2505abfffc
BLAKE2b-256 8953dd234539546d1a64673d325051569e2a8cbc90dadc8e2b6fadaf52bae6b6

See more details on using hashes here.

File details

Details for the file xcomponent-0.8.2-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for xcomponent-0.8.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e9e4bee4df7bf719b2e7d857e03842c1bba45a88f79155f54fdd30541059017e
MD5 9fe89725a2a011ff34cd581b7d2904c0
BLAKE2b-256 d0ed3318ac82090601144ef8f53fd971278c34ca65b06a7c520a7dac153d39e1

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