Skip to main content

A component base template engige - 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 in 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 component 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.5.0.tar.gz (62.2 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.5.0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

xcomponent-0.5.0-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

xcomponent-0.5.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

xcomponent-0.5.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

xcomponent-0.5.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.5.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (963.0 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

xcomponent-0.5.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

xcomponent-0.5.0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

xcomponent-0.5.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

xcomponent-0.5.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

xcomponent-0.5.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.5.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (964.0 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

xcomponent-0.5.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.5.0-cp313-cp313-win_amd64.whl (872.9 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.5.0-cp313-cp313-win32.whl (774.3 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

xcomponent-0.5.0-cp313-cp313-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

xcomponent-0.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

xcomponent-0.5.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

xcomponent-0.5.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

xcomponent-0.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

xcomponent-0.5.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

xcomponent-0.5.0-cp313-cp313-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.5.0-cp312-cp312-win_amd64.whl (873.6 kB view details)

Uploaded CPython 3.12Windows x86-64

xcomponent-0.5.0-cp312-cp312-win32.whl (775.0 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

xcomponent-0.5.0-cp312-cp312-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

xcomponent-0.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

xcomponent-0.5.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

xcomponent-0.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

xcomponent-0.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

xcomponent-0.5.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

xcomponent-0.5.0-cp312-cp312-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.5.0-cp311-cp311-win_amd64.whl (871.6 kB view details)

Uploaded CPython 3.11Windows x86-64

xcomponent-0.5.0-cp311-cp311-win32.whl (773.6 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

xcomponent-0.5.0-cp311-cp311-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

xcomponent-0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

xcomponent-0.5.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

xcomponent-0.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

xcomponent-0.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

xcomponent-0.5.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

xcomponent-0.5.0-cp311-cp311-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.5.0-cp310-cp310-win_amd64.whl (871.5 kB view details)

Uploaded CPython 3.10Windows x86-64

xcomponent-0.5.0-cp310-cp310-win32.whl (773.6 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

xcomponent-0.5.0-cp310-cp310-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

xcomponent-0.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

xcomponent-0.5.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

xcomponent-0.5.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

xcomponent-0.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

xcomponent-0.5.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

xcomponent-0.5.0-cp310-cp310-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

xcomponent-0.5.0-cp39-cp39-musllinux_1_1_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

xcomponent-0.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

xcomponent-0.5.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

xcomponent-0.5.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

xcomponent-0.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

xcomponent-0.5.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

xcomponent-0.5.0-cp39-cp39-macosx_11_0_arm64.whl (961.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

xcomponent-0.5.0-cp39-cp39-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for xcomponent-0.5.0.tar.gz
Algorithm Hash digest
SHA256 3699bad56431957975751df10c35e04bef6aace9503cd6b9c126e8ee7c3c8edb
MD5 52f25335849888d51f8bddb7e2e543f3
BLAKE2b-256 a8d441917c7e3ebd40fa20e18013357668a0eb40daad69861faf9e5205065f79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 276ce3cebb8b4942d7cc4ea249e0a81c3bdcf4f3fdafee3bf2e29abb698398fa
MD5 d58ce19c7bb89faf83cc64f303f4c810
BLAKE2b-256 ef7a71aa93e031591b6354c0eafe9a4e62fac4db3200cbb6850fdd2a32688a94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 a4d03532ca5c6077d600a9fdc943a9c44ba5886940d60228e9cace339c6f4d82
MD5 a147e359f3e714f81a093917010a4840
BLAKE2b-256 5f39678734fe65a54fcf5679c9571bd45b3e05558ed6b66d4db53553f70bb10c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6ea8a462b19571dcdd1d5da50425892713b0931c7d63543d280e58f65de93c0a
MD5 c33c9ad943ea00279e8ba503b13c6615
BLAKE2b-256 046234fa9273b03b6cddff4601d2f86252cc7d17ef5b28641c1914f2d22b21fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7a5685db1bebc819e38abce4a0a641ef633501058a35b3b1e3c08ba2b72cd4df
MD5 54c087e58bb9edff75dcea002b5508b6
BLAKE2b-256 014281aa3150fbe7ffdedc2d77231457b0b9f4d3724614b02a4bf271971e0bdb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3e30fdb959be32f5db6b8d02e45b6ebd214bd5d098911820fa740b953c9f9203
MD5 0d2a9746374a9b32886122110189e87c
BLAKE2b-256 323a8a3e1349a7ca64962795571653589161a9bd4101d5f943aed81dca162875

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1aaa92538d40feab2f51e39280c48344d9f38f1a67f00153f39cca197fd4d5df
MD5 ef9cf5f8e91602f7b5657d0c1b7f5203
BLAKE2b-256 09edb70a6c7c07f62c67a8423ef3bc030d59f54a40d50841a37bea465b001bb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b6c7e4063170b6d06af5b7efc5d94b0458921c56a149271db6bbbb4840a64eb5
MD5 ea2f82eb3e2f4763082c0361f89e9e4e
BLAKE2b-256 2724dbc89b8f5e326618f312ab36ac89bc4697a04c3f5d62c04e68b5da02ea58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2a6bdbce91b9777fb0a0b553e48f50eca1c4207d46338fd5f314d05258ed5685
MD5 2814ef39ae69f841d19c0298c8546fb2
BLAKE2b-256 8324d439a6eedf2f83c5c0ecb8d2eeb74580d0a8d7783942eae940d4db8898be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b2c15511343e2e0eed9984a19e993fd05306eec5418a3161cd928ac33854cb82
MD5 2d8aa0790cc8a77b5d8710f4fbf43878
BLAKE2b-256 b422d8ecce59a33c502034bccc87e2f58eb250efdc029f69748a3fab4f6fc472

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 c31474cd8c05ed3651fd73b5bec0ca9c9067f32e86b4b978ed4f68c2912a44d0
MD5 8c8815c98c5ea07f0913fa3ef78bc929
BLAKE2b-256 c493c417b8803daf8a68a882e335f19c222fa936b818eb8ec4fc1c3a201a2df2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 05d8e528472cbf7d3637cbbb00c23cd042037560ce0da39ca51097c1c3dd8ffe
MD5 fc0761fcfb13eabbca28215dd62cdb80
BLAKE2b-256 5048ac4245de51985164b5fe0242fadf08a69f859e5c94a2d6ca639242083479

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 feaf2f4de415b311c779c5bfdff4466e96ae800d2fee2723e70a55f89ffb7218
MD5 0ad481c190d3b8ea29661b0a7812bb44
BLAKE2b-256 8e63af880296ecfa2607ec49558affeebac26a00e3a5b432bcdd0e3dfa900efe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a839bded8f40f03075dbdbd1f05b643f7c7946abba766d0a6ec57f1bc5ab01be
MD5 b477ddb0eb1efad2bda3d2f3ca9c7569
BLAKE2b-256 c818bbe7b1fa720a642d0c80e65320a8b66ef781429ec56328554582a32c3c30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c2636a90a6bcbe1b96f3c581dbe247bca0efed74c35e5a7ce34ac925904dbc55
MD5 dde10b7567575cb7bce3ac0603253a24
BLAKE2b-256 f77570e1ab55fe0882e7cc32f9a571c0bbc640c50be59de4859fb85bfd089ee7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 43d7ea07e4bf898740a677b96f99f8d57e49273a45c1cfdc0e0aaf65a9dc86fe
MD5 dca5756be221a05637f38e86447511a9
BLAKE2b-256 98104d31a7096d02b8610c314ad7da2553f8127aac525a5c024125fe911e37f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 443ebd9d214be75c362dcadafad28c224a78b7bb155578fc390ea385767c33f6
MD5 93a3b6e74f85812c185322993c04a4dd
BLAKE2b-256 4a9a028c48a434ab93978011615ad443259c4674eaa9529aae43dde50ea4301b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ae85d6d6d0d74e62c5f76418eaba485c574cca036ca284e1ee12c0bc6ebbbbbe
MD5 c40c44e0c88752a0a3d055f50013f7ea
BLAKE2b-256 bf67a89202be2f7b1a767252120b35f1c4353c6dd4084df638877469db5bdf79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ddd9f29a36b8161a4bc381fec78fac930e44b1c9793dab1973599a813faee70c
MD5 d4285298882fcc790e676c78723644b2
BLAKE2b-256 68e5cb5656a6282d07d0c44a7dc99d32ba510309f76fce4ec6fc262c709564b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6b52c3b9c16d8e6cf093506ab9b941f1d1b48bf35933810ace0b6e1b55fefe2a
MD5 42aeb54c0c40a74d50824fb0d03bda60
BLAKE2b-256 5971f2f64cb1843093842fc5c1dedfd068eb6d9084a7bc2e04d7797cc0e3b8ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 13be8c6aa13524f0c640aab4b90d9a482c4a6f15253bfe75db9a37568061f5f9
MD5 9557e6abb23f116a74748f4f965e6600
BLAKE2b-256 92e308981474d4ff2a0f467aa85210628030ad2135b45a01c7b4e196737676ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 00f8b12e7a935e3b490ca50726ffe90da13a10fcab342baddd356c026ceaf868
MD5 790426fb7820e1af4363dc8deb0898cc
BLAKE2b-256 3d35a787647b307c4cbecaa2804cc07af1592c2459d05f3b69f01adbd4917205

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 82c15613aee7a9f1572d1371c91f532d49d25d073b55c9d54c54f823bbc19763
MD5 32ab2a4c9a886588d8e7f7310f525af9
BLAKE2b-256 bde6e82dfe0271eb5e2300d699dfb66fe760a88312c1bc20e5737f91f27ee72d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 948d586d080516a8253d9bec2fadd1669b5d1741cfe374f92a5e3cfe6a066c7d
MD5 f771bc8cd15fc70b0e648fc714b0935d
BLAKE2b-256 287d33d995c090e636773f4f5d826f8c36fa7ed2ee68dfe9b067cbe6cb85983d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0b1b7a7ef794fd05327edca73cd6377fda55722e7574add200c43de97980603c
MD5 987e44a2dd6100b8355a98d62538d8c6
BLAKE2b-256 c4f0af413b53c69a44f36a22db437ca817a8009cac929368206064ad0f84da2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 76ec27f5d76978f1df608f101baf4c9a41fe3fc2930022596c0efbe07ffe77de
MD5 5f49a3cbe76fe01d3e532f7dc9367f57
BLAKE2b-256 a3826c8e4cfb343f72127cbd1c013c28d91585b7ac90fc049dc0ee11a23ddd3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e52d5f59b320395a7aff92f6a20fff5bc6436431d1c948acd80430256c4a20a9
MD5 5308bb041d3099255021bfbef4724cb7
BLAKE2b-256 6de1c1e1d23a26af2761b988e8da755559380c75b0a0acd4f7400f2868e5850d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 daf59c4c0bb6d449f9943bd873b348e38ffe04a29014a52d7c2ca2c9a8568d73
MD5 423020837e0c8abeffff9b1a57a16d3a
BLAKE2b-256 6bfa0a7c89e196d44b5f6259f78135b1be14d959bea7eafec8e6d03bae39c461

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fc3d509163c670731f35ea8a48e21a88044f8ef85573d3b06666519f15a14316
MD5 1dbfc66bd65f9438b3b8341ae5039a52
BLAKE2b-256 1b6b8f79f52b69199a6533701af2adbaceaba7101a1e7ebb147e0086cfd9bf68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6f5378098d3a3890d7365f42fc0ecf933ab473c8353199aa49f876350026bcf5
MD5 6052e7b78470aebb105dc577b957312e
BLAKE2b-256 84c2541f9f57c08f0553d4dcbaf5e6cd88677715fb65550486ce6fd32da32825

See more details on using hashes here.

File details

Details for the file xcomponent-0.5.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a8dc2d53bcf466cb229011a8b139dddb9ebde9509ba07851de392e5867212ea1
MD5 c2303ea08596c518688edf3db83688c5
BLAKE2b-256 9e529a45066e2d895941d70ecccede5bd5d32696f9cc79c240b6ed498c60f926

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 78bc599e710a5730f43723012fac4f458762cae3114f834b01e5cc2a64072b26
MD5 6505d6106e672af51c0288b4dc3880cb
BLAKE2b-256 086fbd7dd2cec2908c3eefb80fe6becdd0bbded40277bf252430dd01b8ca082e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 60caf43850c9b9142553bf543438a226fd539af0a5626ff3be7b634299e33dbc
MD5 d660cf4577079de23e9517f797878593
BLAKE2b-256 14b6f9815233a3364aeee94c3e22ec130551791e0233313d526ad8d3f7c728c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d868a48646989b48e8996fd0f1fc9b1e16df0b9eb5aa45744c62292bf9f5e9b3
MD5 f0d0f006cd006408c0262ee34c0d55a4
BLAKE2b-256 fcbd10d3674d67585180392989a89b0f06c4273cb853a135e788e5dff36c2c0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b309661edf640fbf02c97ee208c9a9d37d53dcbcfdbb5557930a233d1e5474f4
MD5 06eb7263a95025fc49f25f849369fa76
BLAKE2b-256 beef1f0e6e49dd4450e548d9440a670efb39bdb6065412286322bb0fa7a37758

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6bf7fe2924fc64d1b4f00aba5923415c0a4a30c988a6c8a58c6953e09f545514
MD5 53a21838ff825d0b4fded76e6d94ddc7
BLAKE2b-256 5ac7ca1317d3fa4be2081d57803fa33eb5cf8255a82723f0c4d938d36bdcb1bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 211c480a6f284b8fbf180027081d300acb9825d4f78e757f32f6b4cb4a65ae9e
MD5 c2fcb4c16b7bf867f44c2bb08c27af8e
BLAKE2b-256 b0b6cfa1517a858a82bd19db4e355f66ed2d36fe32d388763596583b99c6885c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5ee9031e6cdc66c50ac37a31d339a03ce23f080624fba3eb179ba0800d6c8dc0
MD5 e040bdad1d4c39714ba34c0405cf69f9
BLAKE2b-256 17086dfa75979d25331b246c453409977a2680da2c9f415962d1b03eb7dd26be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d80cfb4e3e8185cf7b374b0b2956578733ff52069052dc33bdfeaac6bf6b4239
MD5 15cf12cb072061e15dc9cc93ec7cfea1
BLAKE2b-256 4040bb8da8da10a5b002b94adbf9b1aa82da185f536f90a4ebfdb7990ad89b6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c0d747589405b99cd5f048c6323ec019b00aab491fde82c404a9859b9f89323e
MD5 ee353a0634058490a3ef1b82e9633f73
BLAKE2b-256 5c3f0c368508824bd3eb11664414ce6f37b07b212ed2b99d870072b94a8dc23e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 caf026699dae633d07a3261612658951310811d0c364970db21eb32ec198cb7b
MD5 262a3823cd17463187365587abeaa467
BLAKE2b-256 53c2e38977bb6ab295e35081b6ff078f4acd8979b6d61d1d3e8ab48bddc94683

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 79041fa8b293b4ad6c1a389c483a6595fe9f9055bdbb14cc4c6809cf6418dca2
MD5 8b0b0850a562edca7253b32910840dcc
BLAKE2b-256 0d3ba8494822309c7730b1a1ac5af838bd384be5111a264a13918bca9ae69050

See more details on using hashes here.

File details

Details for the file xcomponent-0.5.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d27333c0ab76d089a47c969c6514663754b8559ad7a44844bcc10bf38559bccd
MD5 9f9bc770fb93488fa5d986621c1691ec
BLAKE2b-256 7cffed7811ed392cbcac1e0a1facec51935f919560108e77922937b7bffb6cc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b797ccd85417df473fdef7ae40b8b9cc6197de6cb1f6192bfbb8e9cf1e550ea8
MD5 c71d6a4ae9ce900078f4a1662c6add34
BLAKE2b-256 3cbf90ef49c8f585e82bb5cf1744ca7f866a19f9503674fad6daf61261722469

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 e0af9b31e099b01666fc7087e769e6a00ac57b8169e8438055f628cba57d285e
MD5 2f4b4245b368d4ef989db519ecedc72c
BLAKE2b-256 09677784732f4222e472a6a3853b497bb79c3dab4716dd1de032381f56a536b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 23cd3c9f29a4e0943fd62bd625fc7370049962cd66e3477e9f9c031cf7eebc52
MD5 95e0d2658d226616a97b0e74283197de
BLAKE2b-256 83448048e02f0da69e1baa7777babc2adfc3822e14bc67dc0f2723c770f803e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 909d0f3ac676aebc8c1b4e53523318b903fa91bde8f3a3b9bf211693408bb27c
MD5 0eaf05426aba9dc3343bd607f4ac0803
BLAKE2b-256 ee441aa39902763d0fd89e6a2b782c7c17cf8c692f4a86f40656fbba4d89bfc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2502e3aa2892b8b6efee9f8bac10cd909b316ceb8e6bcda084aa3be32606ff31
MD5 610c341c7ec35ea828cac184bc9804e0
BLAKE2b-256 fef0c684e781fade8ed0e120c0e32058c3956bed4b4fca5e83d15620d59bb489

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bcddaf918770cc801d298dd60ae814ee50aaad12d2365dd7c1a4a211866ff7a9
MD5 8807017a35d401ebae9ccefdfd469201
BLAKE2b-256 689de456870b04d74ae2d2a42dd62dd79fda94e5bacc7d00c7af588f26da2cc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 856c2e84150b3461b4c9e104ab00b20d9ef9ecb4f45b5f0170d8925cf59a8585
MD5 650c95ed73efec8e11657a3d6c147946
BLAKE2b-256 c6bed612e2fe58ddcd94b120830a6a7bd4d387b77207a846f76012bc9eed4f70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2c98df489ef891cd00e321e615c341f3858e6b397e572b2a1cd832682911845f
MD5 e4a46b6c18b06c27ca7635c89781d3c0
BLAKE2b-256 6bfc1c6cc4e9e700b599a5854aca49cc3b07971de2d8ba3fbf12f2881b800d16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f9d26e139e5cc18b93e0d1f1ff2f6b5be9cf65a01839dd8664ba6d32dd5fb3fc
MD5 988bbb16151395c6802dd0025be3d5bf
BLAKE2b-256 01b2a7167ca2099f14ba9b2eb05d5a7d87e07563c13bf66a447440fd5a9c9179

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1caf18cb1afe5e5da3611ae39a6a07c5d43cc248d25140034cd9a8c295f7a651
MD5 2fc5555fbf8d9341c14d3095457950c3
BLAKE2b-256 b3dec800179abf8a2c497938c865e2ac8d01c6bd41ffc10633d2671319f33277

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7512feefd62e9b61712ffd71452257c92c50811ea6e4cad2edf156b81cbe33be
MD5 f642aca04124a0333a4d9fc1ccb50d90
BLAKE2b-256 468a7920773c01beb04564d075490d6dd980a89609cbc76ee87b4cb107e2424d

See more details on using hashes here.

File details

Details for the file xcomponent-0.5.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 58f6d61b5f0ec61bdda39833bd0db02cf94c0d05a241f66bed42fc590f6d8f3a
MD5 c95bde165c86ec8f1fba722fcd2389a9
BLAKE2b-256 6bea25bccf9eecb945f73d63d53716511adfcaf15e591d29fa2e23d99ac4af86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0c373b2cd1d95cba7649b65f7009d6c46059811e1b762d5ba5bf2b1cd59e15c8
MD5 b5710bcd1e7d08e8626cf285cce18b93
BLAKE2b-256 778ca70355b2af9260f90559a8a75a6c8a3d73c8edf0f1e9f13e6c589f2306d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 effb4e832c7b5b7075b6d48c9597b4d2287095445e7bd627483a2d018629facb
MD5 dd8d32579f7769e401b5265e9dbd4524
BLAKE2b-256 6df47ae0887f9f9b1048f3143386873d49ce17e90b1ce443d1cd6fee40459b9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 83a03ff343872b89206a0e9e16292b6427b88061dd2a3389d70d4e29ab0bbbe9
MD5 e2a94edaf847aec93aa48e05b9fadc0e
BLAKE2b-256 ae3a16ea82d61b3b112e41eacb668a3434f38af7fa675ccb2f1946f0cf9a2322

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b883bef2d55de837f46364e9aa57c2d034ab9f27901aa0d9baf33683067ce2f
MD5 8b5a37cc0b9089957a02ff5c008a6c88
BLAKE2b-256 26047b6206940b7df2a203b8f1829b0bfec371c84d2de2c4319c03c4374417f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7d6bcb3d9f24490df0c36a8410248acad42d2d3ddec8125ca6239f541af05715
MD5 4de961d57e547d4c707ee446b54e9a3d
BLAKE2b-256 e40f41c1ce5caac6155518a1319334ef31357707fe5f9b76cd66d975eb12ef0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 166df1b1a62426241c2f401a3dbd06d3972dd402ce81151f1bd0d21e2a623ac0
MD5 4be3a32d86c4ba45de612250da788fbe
BLAKE2b-256 fef9520db3ee49d3584004f4406ce948b80645a03e16f1d3d1b49bd1afae485d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d9b794d4fe05994caa197ba7bfa8bf219ec341ebc76024845bd78deccec1d243
MD5 0de543fef9a11b8e9025f3ecdff76cd3
BLAKE2b-256 65d7ddd0e429b87780d1f4217b841a5aba9839a1927cd385a88fede8575f9664

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 df7d00fed8cfcec7df3cdff882be835459c6ff5ac24ed8895f51250385b18f08
MD5 f36412dcd729948467545cb6425925d4
BLAKE2b-256 b9628fbb8946dbb7455fd8240605f85fb32fa5f485ac9c687e3c44d5f3fa3d9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a035aa03d35c601d8e698eff9221025050fad00ee1ad404032429cfb4e0dbdd2
MD5 6ae3e680737e5b18a25ff48c24d1f5e5
BLAKE2b-256 039b820924b7404194ac1785c890f944c6de415f8227caf4ed5ea8a0acb08bf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b62d01535e4ea5d0544592039a342e22ce2a74818deef05b7ff1db5340ff932a
MD5 062877e11fa711f1762953311afed478
BLAKE2b-256 99dd22c4f367fcc8d7ec32f366d3a95cc96dd298aa8f272e1fbc07a481433086

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a39fbd876f348dfb4493ce85bfea54dc12bdf598a6928ce2477750a16c6b3390
MD5 8c3624da67612a48b43cfc28a6dec9dd
BLAKE2b-256 e3d5a8896fa1ca540f6d535e79eaa2b0b5c30b195e5114cbd649da33b40bc382

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 588cf16465d0576efdaf208066fae9fffc977408e286ad653df38c10bb96c4ad
MD5 07c0c2fd037b829e4718520ca416721b
BLAKE2b-256 539f0cdd88d8a29acacec12d98831880293bd59d8ade1c718a20a9ce8da5530d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 61abcda418a8bdd728995e2bcd9938366b682812a04cf7f118bec68a2b258fae
MD5 329fec9a50b98e96cb5c8cb31dd3ba72
BLAKE2b-256 fb1b602c48413d9c461deac8b117b1d953d809e5eae3bcb6efdb0069f7c154a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f928445884a114229eaedfff062a064d28bc6b476b28f12a563520645b6f5b47
MD5 dab02ad859d60a6281298b1d5065f954
BLAKE2b-256 81425af450ae2a124c06d8b69dbc28d1b6e37dbddb3872bbb1096990672032a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d81b18d215a6c221f5ffde6e25370cbcdda4791b945ea20c9056b3851b637fcd
MD5 2814cf434e249f02262888cc2801ad31
BLAKE2b-256 512e2f1f586c84abab523809a9f875e6ef11e6327a60437225b6d29c1fdeadaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6c80ac281b194ab5bd7e57dedf1dba91ec4aae51a703776c647c1590820d06cb
MD5 d830c4883ed9348c05cb78e73b404a86
BLAKE2b-256 05e159f9c355e46025db2bac0ef24d3b78383c9ccc06c0decf27e7d35881cd1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0eece08d7dcf3f2cef60e529e0b7a1cd8643605b192fb8a930cb9ecbf5477e22
MD5 83c72e4568eb4a5160668a8353faf2cc
BLAKE2b-256 f32dcb58e66dd46ca2643b1fdc639c4aea780ddd0ebbaa815fc3471fbe8e6b67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e53fabd0916836d3832f13cb56ea32d5b4aa1f142362bfd0663d82165ef4b34
MD5 649bbfc96c938fc1401cec7e7e5ef764
BLAKE2b-256 98a395b886bff8f6a1720ab853ee7344e9350d7a70305d60d16e2594e47fffcb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6c72fa46d27473dc0b9d5d4c1b53c7688e4a12a00e622f447814f96ed0007a7b
MD5 6135040384fb9442c57a9f4916398dcd
BLAKE2b-256 0a28047d49524ee5e6a190c296066a90f73294972b1ff7950a67f0802d7740db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2185332a82c0a5d04791acd63a1993cb09cc6acb259f69b63321c60781b8708b
MD5 2878579f41dd62f1f3fe0c310dbac18d
BLAKE2b-256 e229b74a6ff01e4c752c367f090aecbbb5ef8b0e3d63e1ae4c908f9e6bdcb3d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0c39a0f73e6f112ed199fe55f0ca3f884afb156acc4ccc5ba81a16b2d79d3d03
MD5 af5abf416a00b6c268ff7ff22a29db57
BLAKE2b-256 641f427e36a95530cac8498c9155f3dfcd1e075cec1b20055e76fe39451b2467

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