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.1.tar.gz (65.3 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.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

xcomponent-0.5.1-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.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.5.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl (963.9 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

xcomponent-0.5.1-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.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.5.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl (964.7 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.5.1-cp313-cp313-win_amd64.whl (873.8 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.5.1-cp313-cp313-win32.whl (775.7 kB view details)

Uploaded CPython 3.13Windows x86

xcomponent-0.5.1-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.1-cp313-cp313-musllinux_1_1_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

xcomponent-0.5.1-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.1-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.1-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.1-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.1-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.1-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.1-cp313-cp313-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.5.1-cp312-cp312-win_amd64.whl (874.1 kB view details)

Uploaded CPython 3.12Windows x86-64

xcomponent-0.5.1-cp312-cp312-win32.whl (776.2 kB view details)

Uploaded CPython 3.12Windows x86

xcomponent-0.5.1-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.1-cp312-cp312-musllinux_1_1_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

xcomponent-0.5.1-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.1-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.1-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.1-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.1-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.1-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.1-cp312-cp312-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.5.1-cp311-cp311-win_amd64.whl (872.8 kB view details)

Uploaded CPython 3.11Windows x86-64

xcomponent-0.5.1-cp311-cp311-win32.whl (774.7 kB view details)

Uploaded CPython 3.11Windows x86

xcomponent-0.5.1-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.1-cp311-cp311-musllinux_1_1_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

xcomponent-0.5.1-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.1-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.1-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.1-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.1-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.1-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.1-cp311-cp311-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.5.1-cp310-cp310-win_amd64.whl (872.0 kB view details)

Uploaded CPython 3.10Windows x86-64

xcomponent-0.5.1-cp310-cp310-win32.whl (774.9 kB view details)

Uploaded CPython 3.10Windows x86

xcomponent-0.5.1-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.1-cp310-cp310-musllinux_1_1_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

xcomponent-0.5.1-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.1-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.1-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.1-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.1-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.1-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.1-cp310-cp310-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

xcomponent-0.5.1-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.1-cp39-cp39-musllinux_1_1_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

xcomponent-0.5.1-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.1-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.1-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.1-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.1-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.1-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.1-cp39-cp39-macosx_11_0_arm64.whl (961.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

xcomponent-0.5.1-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.1.tar.gz.

File metadata

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

File hashes

Hashes for xcomponent-0.5.1.tar.gz
Algorithm Hash digest
SHA256 db84a444c1bcf30178c8aa69e85ac8fa8c43e2040645be48548b06dcafbde8b3
MD5 b8113dfc883b21a4bf8627000de7e862
BLAKE2b-256 1b7eee35c3ff190326c1c72f605885301dca8ebee58c958be7f92121c151341c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 680e2c13a5ed30da38bf7ae657e6f06643d0580c22e50ac807ca90aca268fcb3
MD5 7f6b636ad0b27f9425bad64c17e44cd9
BLAKE2b-256 cf0f821259e39b26c556d6c30335cb66433e3e1758c259ae53281c993e3d4177

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 a4320bd23f34129d20e39948d4438aed7662158dc5e44b4f22b53f244b592b3e
MD5 1e43998293c3824ea81794e26385a003
BLAKE2b-256 a6f9ca591e9d43c55c1028d1f775c7fd12acd37602303c2860fe5961cba0fb9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 670bc081bfd57ff603331ed5ddd000706c4388221d486578f0680d70a4f00095
MD5 295e112cb1dbcf3ac793e0af549dcc54
BLAKE2b-256 a54926823adc423ea6f5eb3de970ad460caf2b3f84bb04019a39a0b8f0a93978

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 83e9d941b58b502d8aef6eec83811925293a18bf9ad6aaf211bdae46e5a5caee
MD5 d9f57f79fb29f9c1cbc460d5681d067b
BLAKE2b-256 25137e5fcbe9512eace8fa7e64a0b6fda52134ec29833ec9762f3af44001b0b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fa802b2266d8d26dc76f576d23fe7208bd66813f0c425c70597a0891f3f8ef84
MD5 e5955482f3a372669f3b7137127e8210
BLAKE2b-256 f05f314794ed0a57aa889bf9455854b1ca9c26cb637be46ac75ada35edb9daf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 fd30bdf16ab7918f0018a10f94fefb3ec974364f5916b493cadc4bb745f6dc74
MD5 e954eb3f2fde0e27e942b7def538ae93
BLAKE2b-256 169a71cb400d4f46394b6dfa603888ab25da0a17d7a9e84154738e3ac88f7ba7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 faba1baecae9205c21d664a4e29aba1a5f5664f2533e1a10fc570e4a224802b5
MD5 3e09d8ae9af2ace7273c2fa907e61bc3
BLAKE2b-256 1aa5a9a963212451317def48f5503b08b58dc5820cff678fbdd142d4c60bdf7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0f5540de504c705466e6fabe7f1d2e6df6516c1f8f4c81ead70a73c8b2958afa
MD5 bdb540aadfe21e408770fc54da757289
BLAKE2b-256 afe1d2b9df1561786c67c1ea87be9900c504a01697c2c2ffad61766a5d16eefd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 85f9d4cc8ac9a2024deccd55548049bfe084f4a81756c9d3c3455f57eb36aa0d
MD5 c3bca70634cd4e5d8c3f934039e8460e
BLAKE2b-256 54de7d52c5feb9df40d9fe2743427e5c526d68a134bcef62810b3fa24ba91b76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 6539f28aae13be2eb1084730364bb4cc9f39f6f9011cb3b996b52b1d7e7ad1c2
MD5 99d4815b8bbdc3a6c96aae26769930e7
BLAKE2b-256 9f7eae6952de6af2bdd72b6d9a7050f9632c651c1250dff86f9f1b8e64c97e23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3851f4786aee95f8542a4761aa23b4173227d230952a034bca304622e3302d5c
MD5 b082454c36ba23322239e73c1cf69a7d
BLAKE2b-256 ddf9e6ca12c8425dd83cc53e6f0ef73d217735767a6fd0eb18172dba997404ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d25b3ec37fb91910e79cd329df810374a0511889eed71bac1ee992137f935cb
MD5 458746229149cd6feb0deb4dd83e6610
BLAKE2b-256 a8b138220c55568ecc16e5d2f677151722a0160ade833e71aa609e263c96f8c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e31dfaa1c6e3de8ed5a37ec402e6ff4e9e0f5c95493d3c3fa4b4bb3331bd9e69
MD5 34551a7c0b7ba55634091c15e533ca99
BLAKE2b-256 6c73c5244da59b4835bfb19f1248ed5d955602b6681088e9e355eb57c4b7d91d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 fcb0fa4ead0567fb10da9a720b510e5c52203cdb0230a957cbe32d2176c3f7d4
MD5 ffb33c058d588192ac911ff348828f85
BLAKE2b-256 f72187694866d7005fb27430383642610907493d5df27ca1e964488104ab0a00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 720253d1b174d91f450a2bc49c3ae645e8c7cb0d4d6066e142a585e92fdcf2ec
MD5 e5498aaa9ad91beed5b7358cbcf2371b
BLAKE2b-256 cb3e18eb7e3e339eeec7600c5a7bb7a38ad01018e84f494259754a9aa02edd95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 17ff16dd7582ef61b6443e933953e4dbd9878399c54c09d2fa2126b6234f82a5
MD5 1114132bb9708838f2e465629b2b28e9
BLAKE2b-256 614bae4a41ae45418805ca88ba36d24631ba814c56861fd848fcaab545be01d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4d7bf82e869cded4cf4ecb08e3f69ae678ca5f3f1444c1b4e5687e6382b238f0
MD5 90ebec477b20a6c38fe2597c74bb6229
BLAKE2b-256 870542d6813b31c795525897f54677f021ec876a3bbc47982783f107bf5085c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 075eb05e02695da2c3dbfe16b26c1d6f909e9af1a0f056f33d9ebccdb9f75c14
MD5 a6df4a866a1af125a9800f2730d892e7
BLAKE2b-256 5e7abd773f0dcbe55a4a2a7a830b7a43a68ffc171e76026d05476f21cdafa746

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0146c4091cb7e105f6923695c8046d3da8b7a5f5ea4d6a04a08ac0c504d6878f
MD5 b216c2d061d31dacc1c710c19599819b
BLAKE2b-256 094e5b531afcbc9ce7a5f107c5147c0ba718bd6b4e87948bb65fdccb04cd46ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 3da0464243cd26855457be0ae947e788bc4e9e16bc4e263b364283f7facf1985
MD5 676891c126412d109ec183c32077b52d
BLAKE2b-256 87e38299b4e0a30f8127913817c764a64f3d1f6e63dd92b9316ab959dc4c391f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bd792668a9730c8c801c6da2d17f252156d5f66371db993c90fd1af0d76076d2
MD5 4ba5fe0a51e331cad23bfb616b36f055
BLAKE2b-256 24df8e8365d95327a8e285ec0ed7c00183536c4c4ca44bf618453ab1c331a5fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ddd5d39f1dbaa54d2222595d2b2ff98cebaf7bbf898d3d032e82cfbefa2b0083
MD5 1ed9ef04c320d8107344bcfa424afc84
BLAKE2b-256 8e83b2abb9fb1eab8be6b927cd6bd6a307b909505419686dca94535d16a4388a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 636582156be176ddb77f22dd574db78ac59ddde7acc237b6216484ad1b6ce03a
MD5 22417f603a252ec7ca67bd4bc543c551
BLAKE2b-256 12e211ac52fc5b166715e5ee230f8db28c7ad9f0e39ab307720923d94a477539

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8a01c1f12fff857ca4d6c633941df500ab52065e23df55b4d53f2a5a0c5a250d
MD5 78fa1a740b965a9fc867a4d0eea2f7e7
BLAKE2b-256 b4f32e93d24caa11af955388336900299b72453a30f873b59b18a9a97aea8e5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b9cc6123a08669247192c5ac00d3b4e8a9fb8c0bcdcd061ce40ba8a79a87791b
MD5 ea728286dbc821abcc0eaf557bf97710
BLAKE2b-256 84186a9ced7d0be38e1c5cd32d8fee140954dbdf3d7cf07bc888f97098137e19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3555eb0611e9021501b089d0687057330e3887fcbfefe08732f39ef23954c6ba
MD5 2335e637b15f066b3a662bb04e7580be
BLAKE2b-256 71a1d8bd897c07af5b6a32e35315a35f63bcae24bcf7194517a26308acd16d0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ba873b74d4f5cb53c61faf57ca1fd9ab7b85cfd0b032ed0490674552aaf5fa7e
MD5 b201e74384b9f9a1ffb33ddd1dc02ce7
BLAKE2b-256 ae6512b2e857aab2d62d8424c934122d878d58018415e48809987432ecbcf6e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6b372bb8bd03c8b0d029f0b79e0447704e23698eaf90bc1933a6c287e242bb8f
MD5 3170646774bb4fd88314ca2bdb330cd9
BLAKE2b-256 5f46825c868b93e85ebda7f51cb8db6595e21f0147df05af50ec0a0972486cd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fcfa5792c6a2269ecd53f8891deaf6f6435e56ec6a4b67e8ec3389f02d30c57e
MD5 3a880f8953f30879152afd06bc1c722c
BLAKE2b-256 2f7251094cf11882d2a948c4af841154fcaa182942f92e805dfc46b024072e51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2a5dc31181d1b646b10ba040b3153efee5f98d83d2f50b2689df7af428bf2854
MD5 e3a4a4e6eec9fbf602a895c8096cd320
BLAKE2b-256 bb6ef551d63b5c329fc4cf90d2771968ef400e73b6e2788a4921434fe7e76501

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f1193ca2ca296533cc14da8450304c033a38d031777f2621c4f6f360c2cb4859
MD5 cae8f0e66dd574a87f8cce08506b70e5
BLAKE2b-256 fae5ba946b7658e36a7240c4ee0c2faddb9c4eebcffd0218a4a988c7c61b4ba5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 1281905f1c0aad77a07efd5b50316a10ee7feba1c15cdf640c36f5acc68907d9
MD5 eb60d90a201cfc15849af2cc17fcf2c2
BLAKE2b-256 e175d5230b209411c66cec28d2a5664a7db6ed75ba5908034b9feec6673a4492

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ea2e56ce17c6d18320979376a0952ee5ac2b9f78e76dc6a2d11ffbd032c67c75
MD5 581c30820856115401d10455ea175248
BLAKE2b-256 cf9afabba8ce7894c25f2057e604daf856f351bedc77a5b290cf706418ba2548

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 001e91881be66440e3ea68de69d53e3ff87e7c8b55cf705926c7dc826d232fa6
MD5 981a53144ccef3fa2d458464e6152ae3
BLAKE2b-256 b4d97d78260a741b306ce2354dc29cc27431d7481e04198c6761bb2b9bd4ab4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2e8c8e8835f8ba99571e0a0a64904112ba9362202f6949b2ca632d68d00dfea1
MD5 91a4fa81db00ca829dbe407e9f376b31
BLAKE2b-256 a816017d5640759a7db2882ccff230e0809c4af980ccb49263b92ed5b84eeace

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 07f924a3ad70165d0896d680cbe8adbdbb1c0a4a8f38fe45311bfe7107920f4b
MD5 b27223e9a82d2f24f975b54cc22a7fbf
BLAKE2b-256 20944aeca7bf98a78a433f4137b14524758073feb2bf0e9f8d03d3474f39aeab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 813bd5db1f76d0d53adcecf5f838f9e9051ce99fc2158fc331f56ae847a13755
MD5 9b9b58f34d02f8734eab77d8ee40f302
BLAKE2b-256 1ef5ae7316af46de3f2135407da347e9806fb64875fec90c813212ae8c3db3aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 494887da7163aaf8edb50c889d79916ac1d57744ed03afddb75e297096beee1d
MD5 dbb09c86c925991e2ce6fdf7281ac12a
BLAKE2b-256 c03f66c73ff6e810840e436da7fa16c57c915ee0407d7e419b6bd46505f12ea0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e98234ef9f699f2d212085384c9f4d4d37d5873e6fb23c4691aca2c234cc9f71
MD5 d43df1ec068cef89029953da8efcd3f9
BLAKE2b-256 7085c99f8e2faa414d01fb15beb9da13fe1daf4b3942a264835b8146ffdc7156

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f7144df8b8cef06558fd5fdefc128aacc0a46573efa25d58eba6c0690bb97902
MD5 53a670e510cfdd3886796c37c0f2125d
BLAKE2b-256 70edac565a5a7b663afa3f44b9b9f22a183d2d6a7869d21cb6842ec58c9520ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 35f43f92f801455545d19109aa685b9bfff41eb87b8bdfb50d5f4815b688ee1f
MD5 632d4f024646b244a69b08bda4185487
BLAKE2b-256 56ce34c210f64518cacb164ad1398869ba676ac14003c49f6521ac2597ae92ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a6b11d4f55405b17b6363a3142289acdd60fe900907899c48fa8d7dcc45613b3
MD5 848303711485b04b91de9f32aed9d8a3
BLAKE2b-256 15cc69654dff48820510cff34d46eb9207d84645a62e376a67a5b48dfdf30b71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8116f9e24b1a1fabd737fd4e94dd51172c10bdbb5fa215db8e513a5e061385c9
MD5 89bf2ca81ea063b3bd3315514b867c65
BLAKE2b-256 4dcdb651718e3bc8bc99fd5f17d837f1ebab340d273b37673d207ae51289ae31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 c438c82dc112bd4db84292ed5efb031de6b28eefa79d0e6dd9a9efeee768db20
MD5 0bada56685aee0068f06e4f244819bc5
BLAKE2b-256 c27d4d38f5a9b63e7a59fa06821d4f28f00348a781d91a6b048a8c6e65fed429

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 34685d7f9346e86adeaeda9df7da9932ab65395c7ed8fe97401bb021ee6c58ab
MD5 43c9db0db02e3178545da226e16d29d0
BLAKE2b-256 6e4877e95496066e95ee908aeceae44be45340d2ed38fb195e0b475423d7c975

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 98bbc2802ec15653622333e5af8c0dae185404db0731a9787c3f7387b4462447
MD5 b8d4982d2f1e5ea4a915e0e7380118c3
BLAKE2b-256 f2c8f6dae9d86edb89b1f6e41853aecf8694f7cc089df2ebf2614ae141af3793

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d41b86d46b32a4bef2111a71d860af5f0fbaf23b13f2a35d3d7d077d72650742
MD5 7e6e2679362c8a2cac6d21a72420b9d5
BLAKE2b-256 2e77beb1fc65c2f7b9aa009444b187c3d587fab1ed9b0a06fd13813d2e314508

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4e05001461799db427b25c33dfdbc02a3c6ee79edb8f2a0fcd7bbba74699023f
MD5 0731664eb92c895e02d5fe270bc8eb50
BLAKE2b-256 5460fc4a3a307aa9c83ce8f0a244ee328257eed85629ea4995090120e09b2803

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1cd0c5590f3c9b25a4c681b5eea7da0a50c12bb7fbaa3495306a1e195f3eaedb
MD5 7c90bc157ac877ef082d662fc4f71073
BLAKE2b-256 eacdadded8e1ea8ebb976297aaf3048ba89a67b8cecf589eda6861e9e314f09a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7cd668f7793dc94b672b02119072360441e14285a8edb73fe4e32ce4104f09be
MD5 94e6909f4cc92c1953e93ea200b944e1
BLAKE2b-256 a724fc01d75fa7d349be9cd71dc12bc371a5eb851b05e398c70d089640819eb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 76f102a59feffd1b123c199fbb73029a4d93dd89358f8189b48a0e95ddb96b71
MD5 43994248fe5d34456ddb1777b139ddc6
BLAKE2b-256 8fe5e520664d91fcabb9fd3318448875f1f4e57f2be1bf228652e1b9f41c9b9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ae663195250483450c206c95b4761eec38f8d758693332eb8f6b61b3248cca88
MD5 de626625138f640e0bf678d33bb275e6
BLAKE2b-256 1cd62dde23299fc5b869a39edad5074bfd166f7b0050e23febee50bf06c54148

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 30cd1e03b5d4a3988b13a784c4e314dfefb08dac7cb45fbc982511ce5bb41e6a
MD5 6c5fef4677583fa36b506de23ac4e7ed
BLAKE2b-256 5f989580e4b1d46bbfdaa5ddeabd8228be6c7aa431c4be586e446033e5ad2631

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 990228e59ff8b6e927f40a2fd0ca7d7f239fb5d6987bca28753fe3c11331337a
MD5 f6d0854b9ebe0de6b606e8a43a196f2f
BLAKE2b-256 0371ff7163d5f7c4f524d471d2128f73840516e2d6718add920e3055520902a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dc8b414c43b8f51283893f88e5593bbee5d23fdd2084dc2902c94fc0d47d9d00
MD5 07d91e09ca4f1043a6e9d1c3ecbb93f4
BLAKE2b-256 98ce56b7ba9ddb3dc0f27fac9f83e22d9173dd7472610f2b4d284dd1cfee34a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 d63ce141a7d5e541e74244417777ba7148b1cbbdede2f3f8f3deb74bb1875ad7
MD5 ad7f58b6578da1672af5b4d016739b3d
BLAKE2b-256 5ba2f23103f6119782c484e43d6999e885cc044d16e8d413107f7c3690ec19f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 640a5911fee66121e0ea5254b255b6ba20e9a51c30fdeb2a9dbaf90ebda3336e
MD5 4f0363168e837978a9630e1c99ef9251
BLAKE2b-256 c2c20770f4ef0c1df6ffffa54b18b57046b3a614ccd04b4330c524ebf69944ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb3b01fc4b509c0869b09ab190b4affbe77fa26c2a7c33fa4ca710f68129dec4
MD5 65b1b264c40d56bd96bd5af455346d76
BLAKE2b-256 474e9391729b75fb2c1cc9a899adeb7b5a0f868622a1134b628e3879d1a91635

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 06d163ecc5fbf1491e5825ea2f19702157affcf1c8f43836abc2b94ad03387b6
MD5 0b47b7a4780669ac7646f3b8c0ccc788
BLAKE2b-256 469676f84ec50d026179d98e0362e044ad2c5f9709187c327bfbb610e9efbf54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f1ae17a1d74a01e31b0c23047e2f6be3eae6af943f4ce8d3802873d2a7d0bfb2
MD5 cc439e97771c709ca82d56fd00aa1296
BLAKE2b-256 7230cbf883d0a2c20557e3af4729d67133b41608281ad874f4af794576acaa00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c4c9eaea14cd96b42a144d22e336e9e01ea948adcc1592a8423b66bba8b9bc43
MD5 2fd83d8524a115ea7e76f2aebabd0b62
BLAKE2b-256 feb7500ae1169c4241e990a511a95d15658432cf05ba94dfc9b82d55f59bdf22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 81283abdb3a35f954f0efae2bc24d75b76e6a00e853d6246353a15b0cfe203e9
MD5 8af247ffe1ebeb48f828550dc3db1f61
BLAKE2b-256 d61651d5ef8698d526475dbbd72930e08f746b0fbf6e51a24a2b099f6b924ef4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 018e8f54295aa25f1e42f6f6a2d992216b987622709a67154f558e6097e94a60
MD5 ac13b643ffb5f2cd92b3f96582fa6f61
BLAKE2b-256 e0177317dd21e7dadb3359139575be0cb8745c30b7c0a152fa200910fdbb5767

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f9fad759a63a4e49a2fb57df29736262fe31642a714afc567a50f67f84fbe818
MD5 d7b71ab359aa03f44d4edcb9a23301df
BLAKE2b-256 6f89e9093d2d6cc3bd073795b4f0b4be0176c7ee2eedc63803710c56cc3ebe38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 aefa1d06f41d62615a0ff46c3c78c10bdd3d993a9a73e8060419d81da558db24
MD5 778956b9b7912fd448a990b61d6368eb
BLAKE2b-256 e4d5818e0e88e8af7880e083de15281f14e64264c24234500302a500cb37ef37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 4df282514138c9f0e7a99d4f848e0aa370a389a7a063d0b24bb180be99170757
MD5 6041af7a7ceb7ef7bb3ecd67b7c59bf4
BLAKE2b-256 b6bfceedc381607d5ee9dceeef595ccc0dfbea3488b10194458a79b0a1098bfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 16719e5b04c6a4cf7e896cf9c7101835d4ffd7213647c1872688712d2c13c8df
MD5 89390a5d63fa9c6efa7d5d6c2abef21a
BLAKE2b-256 6625d461f67583a04e395b7fa8f45fdac71f4a98b7e445df98d8598ffa2889a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a0eb5d8397de771bad539a0fb78761af4629043f316065bc721d62363db060d
MD5 192706915f30757ddcafc22f3ec4fcd8
BLAKE2b-256 e38df0a5e5c09aca6e2e962c228eb7f33d7adba9069a7f4f3e6c685eb2321887

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e5008d98ae68ea846cded4c10a463b0fc6a3c52a6452ea8ab35a5a8584825852
MD5 1a667dd47f9bba910015942d7a2959ae
BLAKE2b-256 69aab67602eeb272fb5c3990db27c18d1ac73ec221ba37006e4d9f57a2a6d81c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ac384c159c249002f7c7cd81bd1ffe428c0983b53e4edf8a94cd2baa5840e7f7
MD5 048ccedc989e94e6647f173d1ceb560f
BLAKE2b-256 aedfc21564d41f5197bcd15c634cfa6ea452b42bbf893fcb152048db401836a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9b5f91a7ed3d54da4be20f32b4cf1d6533589df0e4e578732c8735d1d6fc59ab
MD5 3f126f1a3dfeeb4acdc3805053cde0d2
BLAKE2b-256 f674005f1181121c222b17c9c4366a6fef34a42eb3c0afb172eda986bc617145

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 560577e9ff588f1b8ea93f7c69f6125a57e628d456bf30e5a506f8a74afc0af9
MD5 429eca0167a81641ce3d0468b8b37543
BLAKE2b-256 82b5c742e768a995fb200b985ee2c158800089852e64811518c684f742b0db02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 313baf19ac637b599ae64abcb3eb7d4e326d3ab7be6a22f8360c2610d1174270
MD5 82923b6fef3a0345250609c5e18ea6ff
BLAKE2b-256 b420fdc323a0da1441c394d01f35f60c82e5c04712130a386a81959538744b43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ca92f4e7808d8ae6dc8932f6631777192313173919ab9a17e8b9c1a9b5171efb
MD5 9742edc01c5bc73d479cc0a56154634b
BLAKE2b-256 6f0a894e46b08a996d85fbe63567dd1c3995cf955b4d670cba286f74e15c1425

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 515b51e6cfea021bf8a08257aa8adc376ffb5a3ff7f9bf0e70f61e3e100057dd
MD5 e3192a4246be9542a2f3a5eb9e14390f
BLAKE2b-256 f72d3620b19d580fcb36c24296dad91639670fbd2ca642ddd3d23f52b5aeb788

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