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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.5.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl (962.1 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.5.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl (963.2 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.5.2-cp313-cp313-win_amd64.whl (872.0 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.5.2-cp313-cp313-win32.whl (775.0 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

xcomponent-0.5.2-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.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.5.2-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.2-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.2-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.2-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.2-cp313-cp313-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.5.2-cp312-cp312-win_amd64.whl (872.7 kB view details)

Uploaded CPython 3.12Windows x86-64

xcomponent-0.5.2-cp312-cp312-win32.whl (775.7 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

xcomponent-0.5.2-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.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.5.2-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.2-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.2-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.2-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.2-cp312-cp312-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.5.2-cp311-cp311-win_amd64.whl (870.5 kB view details)

Uploaded CPython 3.11Windows x86-64

xcomponent-0.5.2-cp311-cp311-win32.whl (774.4 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

xcomponent-0.5.2-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.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.5.2-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.2-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.2-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.2-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.2-cp311-cp311-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.5.2-cp310-cp310-win_amd64.whl (869.9 kB view details)

Uploaded CPython 3.10Windows x86-64

xcomponent-0.5.2-cp310-cp310-win32.whl (774.4 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

xcomponent-0.5.2-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.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.5.2-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.2-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.2-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.2-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.2-cp310-cp310-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

xcomponent-0.5.2-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.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.5.2-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.2-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.2-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.2-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.2-cp39-cp39-macosx_11_0_arm64.whl (959.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

xcomponent-0.5.2-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.2.tar.gz.

File metadata

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

File hashes

Hashes for xcomponent-0.5.2.tar.gz
Algorithm Hash digest
SHA256 9b1c2e34ebba2a76919e1d5c6288bd4d855f5a37d1c1b8f75f20662f2a5d8e4f
MD5 4083577725601218a208702b60c0f458
BLAKE2b-256 27fc6e396188584bfc68da31760d58f69f4df2fbb6e03e942797a549bb061c5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6c5c114d829994ebc7625dc4c0501bdc714469bc2ac192c707e300a4e21139e1
MD5 cc66b5c8402194eb39fe39604726e3a6
BLAKE2b-256 bd0e9b60400b520a8645a975584fbe7d14b2de04c9e5aea25edb829603afece8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 846b4719d06f8e25d665197fab0d3e25193735d51072a24e650ce83adeca5703
MD5 f56ad271f9ab60af9b6c7a9242901208
BLAKE2b-256 8e4014be173b51e588b156517ca99d734285d0b745c01f2aa1db0413d81bd316

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b5e906d4c3d9f595e6ead866634a2978a55e6e35903836f921eac4cf77c8c5bb
MD5 b004bc8d5a489bae7e063f930884e395
BLAKE2b-256 5d0f63818b6c9809f55f0e9593cb6fb87cf4e5a4e1fbbd030b1b1eb622c6399c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7aa1522c4484d9d19e59f54764a91865ef2392ac2b006d3f9fb3ffb94f0588af
MD5 3898163656ca122c33887630c56e7954
BLAKE2b-256 dfe9767ff18516aa4edca3a645de513c9afbd93168cb5678b7c4d810ae1ed5d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 da28a9c6f9438cbefb7ace85fae5499aa9191c75f0c68e1be31593f6c29677f8
MD5 cd8677844adeb5ccd8aa23e6932853ef
BLAKE2b-256 d1f219a9a7815706ea12a154c906b6e3f16cc6d137494645b141aaeff991376b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 40a280445810e95d0d72d46c4e634d606425f63737bf6c98542c891c02ca3382
MD5 597d48ccc85077dd787e3353b4349183
BLAKE2b-256 74de2d629f8fc3419de3b43c2b879929aad85d72478a192ed6458b4722e62fc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 411668c07095f72f998d0c5d1b69e2737924c3d96b8c667bb8c69084d19c37a7
MD5 e447529133810ad3f2385cb4a32ca537
BLAKE2b-256 c4ff7fbcb71eeb66853af0103d346aed4c4eb13d195a70029834f647c98a6380

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 71347541df3c9bcb0bd6ca2a29a7e241869a08f08a1269544ad079f426115ddd
MD5 6c53ac837458a53100158824f052bef4
BLAKE2b-256 9e59193bb0ac8fb4e85812e88edf350b390439993b180c456bfb4ed4e60dc5a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6c8baaf6a4edfbd8dec9d8726db02db0effd8cdbc416251911eb3d051f0da3d3
MD5 a1c847bafb5b7978a1ce89a08ff7c3d9
BLAKE2b-256 2dc210a6f98849866f20edb64e05935208f8b2ade05037c65a4bf5b997c27a4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 634f8048a8a45555d4396bec3118ba1731e3c855aa10d6d615fc5c82671ea509
MD5 f49d094bab1d22c195f6ca79d106f1fc
BLAKE2b-256 76c54f88ed185334441f632143d1d5e347bf642e8989e235feeddcf612933fee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 19174d897ea3cf094b27931fb72b315626827313c678e4a32d319347160396e1
MD5 b7207193fe7fe60da196bec51b342264
BLAKE2b-256 ec61d9edf64c5d95ddd23d9bc1675087bdf58e1a3fcd0de6ea736606b1fc3d79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 676d8f49491957832ce31384082c96cf90a96199a754d7247b62ef2aa07cc1b5
MD5 9f074803c5167f27c1b77a3fcfe17021
BLAKE2b-256 63b7da8855dc619d59f1a16ead61aae170e36fde7206dc95fb6467dace2bdac5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2d9c295a38c4be3d9084ad9f772e051196889c16c79c8aea21622a25275905d2
MD5 c92300e718fbaab4f23d0889b343ff80
BLAKE2b-256 6c3af292586e9cdce08f6d72bfb508196b33b5e3214de597af2355354f07f655

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9e2787c7236345827e77cfe609ca37b83015457ec2faa6fde5341c51f367f88a
MD5 b42ecc4a1090626bf18b2ba12304848e
BLAKE2b-256 151a88de31b04c58f0addb0d96e7790893be648e59114e6ca6f819dd2ae2354a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 044f28dbaac7b5cba85c44e1704b2e640c33249a512f0b7a0e097077eccdaae9
MD5 537f04e6c8fbfd98e88fd274f0626a43
BLAKE2b-256 a8d075565f7d812680b3e1cf5a67d4f9da921eed8321383112de03164b3687ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cc80cb77e47b843d700a760e392697610ff6c8af330b9a450de61b9364142c22
MD5 1d12939ba8e41b20c708cacb6b82f055
BLAKE2b-256 5993b0187da16796f67dec9b4377fe214cef72fe256df7e95320e446830519a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b64bb44fa001bb5191dffafbfbfed3825ec55ece1f42e056491084729ab1798f
MD5 733b1cf6f481caa35108ebc2ad4d6e7e
BLAKE2b-256 f098cfd5e8f34958eb40eec690567533dc80bdbebac843fa6558f5fa1fac01da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 97394f25efaa01224e6b9f8519413a81f4bff2cb66a98fff67349f96a89fde24
MD5 ceda5f3e740e3efef4acd653b7d12ad7
BLAKE2b-256 6697f54ee68cf690521c944063b80e3a22f4af73a470befbc8b32b52c2dd9c11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1fd2c5cb8e59603d570f3f414d3c288ef2870f3f8a15bc767286df6f3c9f868d
MD5 e3a2e557f3227574c31398c23d104cd8
BLAKE2b-256 f5c57c4eb71ed469dfb31387c4f7227376f964d428b31216f37f37bc9c970a05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 0b882af1337445ddd50ae11c842196aac08a3c97d174b4829a2ec524c4f3d7bd
MD5 b6a93919e6e66eba7c416e8cf5f123f7
BLAKE2b-256 839a9e8c228c821229218f6079f6fe9bd150d6f1333b6a5967e543fca4344d99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d79bd64fffbf697e322d255685ea033206df86aa524320f8b4ad2a789eb59b4e
MD5 f12fafeb582725367f2112405f4b247f
BLAKE2b-256 d2758879f6cbdfde1dbb48cbfc4b9b4ee088f289dc03ea16049a64b6285e5be8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3c4079fcf6aa01a70a8eeea18088839cfdfbc2f8dd6ecafbbbfac12d4a26061b
MD5 9371393c5460c6bdaa8999eaa902a518
BLAKE2b-256 76c0faf2bb295b3a2a2ff481a3f6e128c55ee18840b130c5128ab24c67b69abd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 61ad49d782930ab13bae35b3c6bc62bdfbdd9d8b5fd6348395a48e1ebb93a194
MD5 bf9206553e7920052c10d3c13355cb07
BLAKE2b-256 8234472b8f40035817289d68bcdf6327bea8e55e43a6807847feddfdfeba1633

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b9facaf4762fcd379f1ad71ddf95ddf0be4103db5c256033ac6e2847cf8cdfdb
MD5 031f564008576d4cbf5dd16fa4b81d63
BLAKE2b-256 87d079b358fe32ebc97fb5979d036ca6b05f226b8fdff862a6032aa067030faa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f12d38b6b1cb114c3aa291c403a870cbd185e001b78dfabdcddf786d41dcc7b6
MD5 311d451e63cd3b95df23bbb4d72199df
BLAKE2b-256 0b2e2f72edaf417de1f29490dac3c76500ba1f4895b726075b348b06e1f7f8d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fbe05b213903053df37212b60ac740febd99052d9e3570e0e6befc6e8eb32df7
MD5 be27ee5539edc8ac1ec8bd137bf83459
BLAKE2b-256 0481af290790be084e552601e4fb7960207583846d31435754569298ad14dc3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 359842c2ce76955bf2fcb22b75769715c9bd4b617afc3de6abea3c93fdffe6f7
MD5 b9555ee6c5b60f05c89050912cf19a6a
BLAKE2b-256 b12715e1f49be9e81fcfb169ea250a7f95a95b7b811caecb5fe0880cbf680b44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 60c227ea6769aa240f68db502dd7b1a7e6844bacd8964156b2e47a8940dc8163
MD5 010eba1eaf16e835ef49c5c44d371a7d
BLAKE2b-256 205c6c3713b0ec0140e1018076f364e8e9540661679bd39651116e3c25dba8f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3acf2588bea7e74b8c2c61b0531dba74cc5109c96bb52e54e4c69572961ae95a
MD5 89e56b4e53e40b51dce8aadfe2a49b7d
BLAKE2b-256 aa7fe308d113add7a7a5df6b42eef47bdc2bc1d1a11ca93d38b77bb522437b31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 66dc12aa0f8550d8f6b20459a972935ffc89faf0a64f81ef8945bf27cc5d9cf7
MD5 0d7d1d5f6a0f02dc0db8829194db18a8
BLAKE2b-256 ccfb864d0893d0a6cc257d81012568ec3d9af1617c73825e4c8b4638694add5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5514f274f18aab68f82540409ef9232c2ae7114e0edb1688796de0657f3ecbae
MD5 b054de1de27f127c566b4aaa0287273c
BLAKE2b-256 7e5d4fb15b02d85dd6507f1478f86e612dbabf39bc6382155f3e625d7703c192

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 187c06919580c428cc63aeb3fab9d0e7ba5d542a523cb9f3629197df8caf7df4
MD5 69032de14d00b77c52604c6dfa20782b
BLAKE2b-256 d2762cbefbb4cb05d28edbb98fc42c62f4daca523cd7d46b24794add7c5722c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3d1c002925a49f025715c59360814c5a343f2f2249c1befaab3feb0c32c5dc0d
MD5 163f3c373f42ec7aab8f6ec58a9fe2b1
BLAKE2b-256 331b42be8754dc9771b969de5481288a240889a00b6e6ca106dbbdf2c80f4982

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2d164622b74ff085a99d1d0ad156d71babb22f849c5090c9ad615f55b6bfddbf
MD5 c69f2577364ea973588c868817835ee8
BLAKE2b-256 705ceaa668f95b91702f5447cdfd568d38bd8f6497dee20d85b18c7e49d904aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a2c122bfc8ff0c73907b63921d3820f9321db613077addf394a13347a0274faf
MD5 3802963fb8d72e6fb5250f9dbaf9e4c1
BLAKE2b-256 6a7a08ebc9e6f24bb110b3c166d7ee631ce33158c75ff17f95a7a5bdbe2c9495

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 813d2e4f20f1edbdc748bfb466e982c4b6a797d5d748fef9218051e4953981da
MD5 d3ee432f41800a0849b93b0625bf63d7
BLAKE2b-256 7ff292602e40fa94b69b4e7f625fabb7bc5847f3a9f797bd219b2e627e4e6bfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5b9ae27b54df47d29e0bb11a776594af4f767e43136848154e671e05710e2961
MD5 4aa63a7f7400540fe96049f9d2f32489
BLAKE2b-256 cc576d651403465ab4d2fd1675dfdbb81e6095c90914c4b5cc1504c33c2ede5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e4aff7a35cd26c05c9cbc555e4599d622ace61b8c35a8c7721e99892b90dcd32
MD5 7c7972c7fdd2f84deabf7aa8adb7e11a
BLAKE2b-256 eb53d54a09e5db6e254ca54dd9236de98493026e6432dc3b7588b17fbac9942a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 22bc29826b6dce4ff248ebf04c11fe125385a1d2da0e0f7b6cc73d3ec7e92321
MD5 bd94a5119235cb77bf5cc86fc055a6ae
BLAKE2b-256 8992050de38f9205975972eeb18a6fa74b4b05a45bc1a854641a67a52b882caa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d2a95ecd107c3fa286f2c0ec957c673a2fe0711fd58c9ecad45593e8e5cf58be
MD5 8572fb29dfda63a18083b0e7a12885da
BLAKE2b-256 f3bf84e40ac48fda20b49878ae81c73e7d430822f884c2d2a59f7c983baae4a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6c5fb1085484a2382677db4340c65911931d4df8e60850234c9ae5e7217be580
MD5 44184ddcfb4240b20b2b05a327041129
BLAKE2b-256 606e60b439176e813fda3ef2f8ab85086351b7a46f8229d2ea8836c99f828402

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f40227db75e6623c0b75398999e59c5e79dd7a42112a98f9b76698ac78c062e9
MD5 5bf15b924e9bd340e065e076b21dc5b0
BLAKE2b-256 128aaf63d557bcbd26bcbfa4ebbe58c17276533ee684f4aaf3097a7195452f30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2c7359eb19c74d0bf33dfd2dfb1c46887e99a092b79d7dee565bb318d3d2ff11
MD5 b22fd8739061dbb34f7d07a92361f212
BLAKE2b-256 487ab2568e171eb0d6c2f6b8c5d0698bc5488906119ecef45dc6973daa582322

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 cb06d7b6dad02d162055d30bd483043e0c9cfcf26807f1f7857bd0f346737d21
MD5 ecc6dbf0407c287ccd45b2f43e0285c4
BLAKE2b-256 f1c888cf33ad94fba570a6f020142c4af0fe7fd997e8bbe4404b4f2a814a69ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e3b0cefdac1f1bb9d5d3e69d6c364230a1183c7c0fa412f1c15ac8713f514511
MD5 700ca2dbb6fe6a0ffb4ce64578fe5884
BLAKE2b-256 7376bbab145d92fd46b8f6a8ab769715f6d74775d98cb0cc50a0fe8bb38dd6e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8eeafcf63bae2dafea0e9996448066f0c35761da8783951492e1f46afb2cf527
MD5 0eb1f946b5ed818e554233e0787c318c
BLAKE2b-256 ab856e1f3398e5ce8895a010f31876b50f23364050b1074811bb940c8348e1f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7686d2ce961e49957c03dcc11050236d3991cb6aa0372367d04a39649ea66a65
MD5 efc45c36db8e446c12c15fe81121cf19
BLAKE2b-256 7de4c740c0aa23df60c6397e31e7e52e0b27eb6d67096e882116a3bf34489fa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e722adf98bb158639e49e47ce001f4fccf2d9ed2976e9006553228f075247943
MD5 808c1f0ac2c96ad114bc787049d58dcf
BLAKE2b-256 3d1ea2f2b67227063c1b4296ef3ec2888004fc97d28f3007ac052bea0b4e1050

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9f28a9bcb574ce8df5001085c77298029dadfc4029aa758518ea06f2068fc3fc
MD5 29b0ea15c4e0f108b104b342c782ddec
BLAKE2b-256 62198da19cdc7fc24c0d1b989aacadc56ce7c1a343be5f82b7c3be951f44ba60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e041d499b0bf345bed1f1792dc733098c7a8716dee4176a43ba573d433dfda9c
MD5 25f20901416fd832d706298e315efe83
BLAKE2b-256 9ac578da6a17094abd7ee4bcc8f713f0646fd787b668a4779006ed44d9680659

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f525ac09422c58a481db36677b9cc95ca35838bedcbe1f9ea904c871eabdbb72
MD5 7ce4c53c4840b7035efce0ce11d40e63
BLAKE2b-256 d6464abdfffe286b23f9043b819b98208fbfb7191ded8e81957192fed8f4c508

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 15af9bc179a2c20581e6800a6d0df3e1f28f527e2146b76d80da6ddea9103b82
MD5 f663f6970c3fb6e9709d935b8bbe5a6c
BLAKE2b-256 aea5dc75ab7dd12fd9f3f1d813d4f1b119cb0b36ec917002ceb96fa24877ef02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9d69be4485c3e69f2965cde0c705ff0c73d4c07ec8c8a3ac2bbb4a958b3dcb97
MD5 37468f28370cbbc02e6b15318a8e6ff4
BLAKE2b-256 809f5cf60cac9c9ac4485013eb04285bd7396f90aaa12854693a2cc490e94a26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 06b2e0dcb8b208a4180900bd9cf405c306a6be7f24c4a0f033dc0b49639416b3
MD5 64f575e440af17ebc69444f69403d872
BLAKE2b-256 ac092be5108e23ee2165a42c67ee22b0bc3398f55f458975693216b1376029dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b63fcf19b738d127c2a7ee3edebbd2b36e9aaaac7c332ae8a9a716b1abf65b7a
MD5 9413f8465ca2498e1e2464789fd69fde
BLAKE2b-256 ecc217b797a22bb9e1e6efd94ddb1b1b44c3aee488ef31882f25cd61d31d0266

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 b05c2e67357111476c6f4857f784e31d62cea19d7b321672d8ba9d3c767eaed8
MD5 7081616639a357078d5b1251830873f6
BLAKE2b-256 3c8294610e1602ab41e3c74e1a83cc9f563058b4116ba9e6e748e490674dfee9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1a18bfb41486979632ed06ae274d33a24eadf693ef9d682dde05a7aca4c92698
MD5 0d82c8e2759568e901a856b07b1baa6b
BLAKE2b-256 cd3aa1a90ed8ba5cdc412844a446854b7904688d2077deea021c423b2d61f140

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7a1dc44d9d1f6b918535a11dec890f0cc1e6e863eeb7bffe14c9b4fd31b15729
MD5 dae745c16f9e299f9576f62fb7b32642
BLAKE2b-256 e848b291bf7d528f1184fbd0d7307be5d829093b486b9f1556c8b8052897765e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e07f62e0e68b77fcc0480bf5ef4c7f8e6a2057200293ebc2e6e740da02a77261
MD5 f435f344a7e1ac96ecb0fb6a22586201
BLAKE2b-256 7448478450e8cde15a53af29aae29eb0b0cf58442d8b03363430c70f517174d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7c72ef9c914292a0636e6ca2d165b27b400c90c8567d39a1f65b6548f3fddbc3
MD5 3e4f3b8f13b1fba3cf93a0fea415f0a0
BLAKE2b-256 a557f9162b4507608d0156c29f060bc59e2e6dac45e34e25f912fa84d3652b63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f41f5da9167e8b5c770053e5db7bc5e75b346f646cf00b8309a507eab9973ccb
MD5 387b6fe1599d6dbc42369dae3b94358a
BLAKE2b-256 3c7560df593a3db7a72a26cf2b6750b0eb9ca65c534d3700e8be7b49fd7b0f71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bf36e6529f6e976932d01a35f352fb24991dc04df1b8430e1e9634aae21c6efb
MD5 37e8f6f2121b89bd0f6d804d4e8308df
BLAKE2b-256 f2c856a06be34381912170d639b21e9bd4943ffd3d032a0500264e607105b2a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 294bcff2b28da23e8c7d52201725c779ea6ba5ef633a653060d7afd8cb074169
MD5 c3b12c0fab4c5dccd7aed6c7a347bd33
BLAKE2b-256 bb9d81cb00b9eded1ce889f65d42365932c1558ff4840876957b40ff257137f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 48d123e0553e14141f1fd00f3358b16458ce3d804e7db1681af9c5b272bad9b5
MD5 17a4de5f443b3499d46ed7eb8a08c599
BLAKE2b-256 bd7006a472622d922d514fa07f1a5febe5ddc9b2a575ed229073d883646122a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8a551a483e80f1cfda8b61bb532d5460457ba668df89058393956a50ec79193f
MD5 e665a347c93ae832e20c4443cb4ddb1c
BLAKE2b-256 f685182efdf9fd6c953baf88a3051acaba7008004b380c67cc00e51a2a7a9937

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 090e278c34712a7014cae5d4a92ea42c9b8cb06bed1b2a3048251c6c361c20a2
MD5 f0514162b6b035b8afc3d54ccf9b4fea
BLAKE2b-256 12a539669e7d82bba87c7ed8b5e350fdbf9d19eef897ec01d4333e5df697c1c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8b211d78e68c1126f93a4373908413ad3c3d7535ee93f2b9fe6a50e77656630b
MD5 1bd91065d040b2ae3bc8bb4d2b2c3658
BLAKE2b-256 9bc8db977cf45add0de681a257d3a79682bfd99ef7812d6005c4898168812af3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ce5bb0f50df86f61d913af371aad9dabbd667361426a3cf1d2ad869cb21879e
MD5 c6fe3990cab89fdaa9c01a045a1696d9
BLAKE2b-256 f4e1c72305e4be2c2e26a17a484f1e620df2687fb2846b0e1dcc880cbb958953

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bc07753c40666e7f58bbb5f48e440f1ebf689495cc86f70e92aedd4ff2fa7813
MD5 da4c7aa9d2a86cdb00b92ee1d4bc708f
BLAKE2b-256 2ac99854b0c0bee8553643dcb6c02d4df94aa23694f7c372c019865df70d6b3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aeac11402188df837febcb087ed038e861e59cb412a71a068c3ae80a143d46bf
MD5 bf244b06bed4bdae230aa299862c9609
BLAKE2b-256 fd41b4df5220eb6088e1ba3f6b18fa8690f048b56f4830b36ca78d7fb99862a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bc5fa90573cf86c6d476137b0ed4f14d8966f3121e470b2bee7e4a3d06a044e1
MD5 1d238a07b44225a82fce0daa7289c665
BLAKE2b-256 f5926aa362fa424ec30b037543351363b240ffd818d7b4b8edfb6d8517521cd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4ed6d60cbfbd342959fec792ee63729e0176eeebd893ad680e574645571836d4
MD5 c2804f0a8e3e0094b5e93bc85e0017e6
BLAKE2b-256 27503a61e2cd03fa1e88e66125e8da0fdb1dd656f00771e1f3e46190e296f5b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 04f58ebae9e65c36c57cbbd30d79683e039c205860743cf74f74c9210e566927
MD5 68274b2a76af524e7a1b8297354868fa
BLAKE2b-256 1ce3e7b43792c1b29c04d1f261052d1a1958766ffdb901fca80cd81f7ad9d01e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee3ac1a5f45b07bc672164d53e0e5f9428cd6f19e9ff3a3f75cf7a8c10e5e8ff
MD5 2d421dc281718ab211f170a276576d09
BLAKE2b-256 f65fa7573215e3e761b9c657880d0da5779318f19492267940a62312cedf3084

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.5.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a4ecafceb2e2601eb9e53ba91658daacbc94d100bdbd97018f8eb9fffbf4cecf
MD5 e14f854d217b4ceedea1d9ea1ec41d90
BLAKE2b-256 dc518432c8f43039142b0690b16fef460f63512a5dd9ff2e92c7f968a138578f

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