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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.3.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl (958.7 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.3.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl (959.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.3.1-cp313-cp313-win_amd64.whl (870.9 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.3.1-cp313-cp313-win32.whl (771.1 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

xcomponent-0.3.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.3.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.3.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.3.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.3.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.3.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.3.1-cp313-cp313-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.3.1-cp312-cp312-win_amd64.whl (871.8 kB view details)

Uploaded CPython 3.12Windows x86-64

xcomponent-0.3.1-cp312-cp312-win32.whl (771.7 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

xcomponent-0.3.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.3.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.3.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.3.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.3.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.3.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.3.1-cp312-cp312-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.3.1-cp311-cp311-win_amd64.whl (870.4 kB view details)

Uploaded CPython 3.11Windows x86-64

xcomponent-0.3.1-cp311-cp311-win32.whl (770.3 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

xcomponent-0.3.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.3.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.3.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.3.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.3.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.3.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.3.1-cp311-cp311-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.3.1-cp310-cp310-win_amd64.whl (870.1 kB view details)

Uploaded CPython 3.10Windows x86-64

xcomponent-0.3.1-cp310-cp310-win32.whl (770.3 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

xcomponent-0.3.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.3.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.3.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.3.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.3.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.3.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.3.1-cp310-cp310-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

xcomponent-0.3.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.3.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.3.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.3.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.3.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.3.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.3.1-cp39-cp39-macosx_11_0_arm64.whl (956.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

xcomponent-0.3.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.3.1.tar.gz.

File metadata

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

File hashes

Hashes for xcomponent-0.3.1.tar.gz
Algorithm Hash digest
SHA256 379255f53a8f37c562c4ca5578662bed373ed5c004be2f15d5cece5ee8db09ec
MD5 d865586fa26d98bd8cc8d41ecb629389
BLAKE2b-256 0d4d651d0cce60cca46e855358eedc38edaf0beb7da21cb76a2fda3086529864

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b288cacbb31daacde1fc09111c6224e6cdc250720efd0ec76357df8e55706b32
MD5 1b82ddccb5642667c48e13802648d5f3
BLAKE2b-256 631ec45ab0e49cd2b673b7ce644fe8641112ad66e011a307c280578f6839bef4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 a82d3c9c116758f419085200fa95e82df36ae932ea00b8ace3f19f947c49ec19
MD5 8b96b219a61ccb83520709c2a52c01e8
BLAKE2b-256 600f5f7a2526931ede1aa2c77b1d9bae3cfff2e90b111c317ef7d86be40e5a86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4f78ebf43c09ef621f4bde9a13d26623e6f0074d5f62011ac0ec8ff714719322
MD5 81283d4e9b14f4b58e4568ca8e23402b
BLAKE2b-256 8c5e3540bef2db4938114233011ed34c6bd9a3afbb49b44eaa7aa95c12c9b34a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 81eeefbf64e6885a1d4a1ba1bdb0bcc706e4543d8fa5743488c1a7440b8a9f13
MD5 6f2d596cefad152e5203217be269e3a7
BLAKE2b-256 ac707fb292d86c8264ee78ed65eb11cdf868c73c13bd3f5302c7fe4d4645fcac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3481f1dde7fce6f70483d07c4e66044dbea5183e0131ab2c02c1162e27ddfd0d
MD5 358e9f992c1fe9f57880d1bc5f1b178d
BLAKE2b-256 81e2fe811b5699b57b43090b7e6103c630f9177b5f46b7cccabffd66df1f4169

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 af83899a3ea6f5cd0cfda333e86bc2e9cd8b063c869200135128934ccb400ecf
MD5 9a3ef8535abae81653007f268c6371b2
BLAKE2b-256 c2ab94d2197ce66dd5ad2fb170a430a0861ab73302a74ee1cee0eba825f1df78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c0af48253fea8e5195e264f0f4c9c965b976a19199d0e0b0249ee32dce6e86f0
MD5 5c2da9d0adb67f74bfdd183ffcdc9bf7
BLAKE2b-256 650297e9fbf775bd9c15ad6f359205a5e66542061710a012ebf9044070bc63cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5005c50bdf871c90fbd61b19a656f9b034b0d8fed8b63776555e3aa2b08cb19e
MD5 d3fda16e43c85cdf4e22d02e976b8771
BLAKE2b-256 8e34d06a0a941d29e78c6b73cae69b70df9c6a0885590f8bfaf34d08156a29b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 69f62fef729edcdd0e682e5ed483663a7f6d6c80d30730a1f627f9993b396e84
MD5 fe7d57085e73cb99e47b108b93798347
BLAKE2b-256 41491ad5e5561f16622840bbf5b9b0b845351d98b8b0e1933e5a94fce0620ef1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 44835153120900abee3d7d42bf2ae67d9e4e2d5d2d298bd3464b4ebcff125f2e
MD5 bdcbb48ce5b6b9ac3e119aeea38aef0b
BLAKE2b-256 76748ac664bdb69f1bc26c7f9420ac1e289a62d3c03567ee5903b25f8ba3df79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f26a31b266fbcb79a666209d8ea533329fc6d7efa4216a787f3657dc4f4a57e4
MD5 7109907db489758682081cb7c001afe9
BLAKE2b-256 d50b90962a665d75bdb1d50711c0f2f4622f4af40679b6b76cd7fa45cffe7045

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6bd2dd94f9631cad8d602959523924bd544c5ab35b28750a5b7a9e046b94965c
MD5 4e627aceb639a718fad2a226eadc2d03
BLAKE2b-256 4acdf0b8d2fc6d67362a7f7a013229920c0793c424f3e71ad9bcdf23f559c93e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c3d19eab16b165aa5a99caa5b4e8fa831bc026bbf4f42419d06d2885a9cd468f
MD5 91c1cc330c314d81af4caaf81d02330d
BLAKE2b-256 ace99b31cd1e96f43e6e351ee0e536d2be645300493a95bd2488e54a1bf4d207

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 53bb16187f27b96e533a3d8620980c4e40402c9d6a8b8e45d53fc8a8eb16d5f6
MD5 4eb260d88471c507541ab874acd29b00
BLAKE2b-256 0ced59a9e0c54fc53c43df0616127d55269f2dddb0cf73062c48547030b3c3e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae72711237578b757dd30254e4c8d09b1ba06c81fbaa224ca94fde2ed5d9cf8f
MD5 b530b6fec3f9fcd853ee2713d16ba533
BLAKE2b-256 762a2315b0c0fbe02ff72e18be02d9678c1419825d61a3dec16a51ee5a588c6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 32e50385f37d387fe3b71c2793381caf2a7adecca450a7746b949697477c7793
MD5 38fb430f4fb21a86dd6948edd80a7c80
BLAKE2b-256 59c5b8f26070b0136a0c05944748644eb29215c6c6452af4b718e02058546134

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 98005c84529f2e1de050bab81e58b55d2a3068553550631c573df5e9df2fc0c3
MD5 6c26d6838a417079c98e7d8dd3d2143d
BLAKE2b-256 dd6614efe59b8b89488fc3bb28f31500c847d6303cd0c55ec850082313866a54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ede12cd970921b390522fdbed0ef9c1076afc679e3e0934ebdc0c50465084123
MD5 c81ac5210373131af1237030bb80a689
BLAKE2b-256 f5fb06f20d68795d670d5864c5ca2d3a0b079939ce48af641ec7361ea4c25532

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cde29014af77ed313261e6ee23d52ce6e42b844a8b7165d9c03b93ccb33b5adb
MD5 2ff908ab3ba3a08d19d3b62d4c3458f4
BLAKE2b-256 fb8423acedffe9d47bbc548c364fdeca29dc3d54180ba78b89dedf1a9438ceed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 7b446e3eb41c7a84ef7cd75e1acb23b3eba0f03588818e4f5ab4e73b243a991d
MD5 cb0113ab5c1ef90252f09635293717e7
BLAKE2b-256 6caeda469f13e5802cd5a2247d662ae67fdd4ec8364208d4feb3ec3535f756c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c66b1f3223fdeb32c6c70bf34826e1219f8a97c413f8d19ef5f1cc689ee6abfe
MD5 1a1de7459fd888bfdd67fa645813b1c5
BLAKE2b-256 c84f90cdbd37a206bb3baf88002743bc15bcb019c85dcea606e562f4c91bc649

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 970c7e88028dd8ea9950dcd9e34bdc2a2045948b80b64576519219288bee3e5a
MD5 98c94484e0234f9d6915bd63909e8ffd
BLAKE2b-256 f23153f6448c63f0287a46b27dc690113c6e01dcacde0c22acf93ae319f6d61c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 12519897eb93ccf918b9b8f1e37b180c4be5df91cd8e9125d83f43cb11fbe4fc
MD5 608bf35957fe512c6a41c2f416d1c445
BLAKE2b-256 3747172643a1624db28befbd1ba3ba098e90b9bb9dc27d3c149fff8f9fde7fa6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1d051a31375d5a37a48b72beb9da997f81d736e52c1d45a1a9d9c0f4685e8532
MD5 501ef91aa90e925a6d8d53b4b2c697f8
BLAKE2b-256 cccd1393c9998eb05260f715e07fa87d15c0b21b39324f8e5195b7acf6f4be6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b32fcea7bdd886f011d37bb94007caffdabcb1be1f0ce33f3bb93615a11eb19f
MD5 15db67ec5a240e64138e898a5828ab42
BLAKE2b-256 8a1b121f233afdc5452731f6ff43f2edc7b0d967b0ac7d007682ca64730e89cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5a574e828252db54077b7c3cdd44c9f66ec159920799fd0a947839ebba3167d2
MD5 0e7852d7dc716cb20c08f008302a6c96
BLAKE2b-256 ea3aea56bd77ab1bc2163636f17518968b16c64cc679a4498201ff3437fa51e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0ddab0044b8556ac92af6655967295ecbef694a0fa767234b490e2f63afa37ec
MD5 0d373745c4bf07443c9dabe30905518e
BLAKE2b-256 4e943121d4669d9145b3aacecaabe71549242f61daa3fa837d171b372f5bd290

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5e70c82990e42281a91db37aa6dcbc9fa4c6b50cf0b5db432983e24f782894ce
MD5 9eecf49cc5abbc6089a311eca2a1748b
BLAKE2b-256 71a597ba43e1498102f56e57f7e7a38ee058ca1d7d8c07213750080b8a4c088a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b6ac1d8f4c0ba8a2bc64925c868e67530216dc292680fe31e07efea82d2144e9
MD5 c22a63085c92c024cb8694c536f27426
BLAKE2b-256 ab3fbf0a66a368c5abd862d5f4e95182ddb6c9c249bb1adc60bef6c00e0497ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1ce30e9f53be40ac3e2dad55be16d68baa423b7bc8e8e51135a9fcdd8f0a63ac
MD5 97af1daeed8f529dfe661bcada2b30f9
BLAKE2b-256 693cb474906f017a3cdb50e3047570073609731f215755d58ff8bdae3f406f9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 84ed490a05c0527438e61d064874dce7bda294761e6f4923a96ce425af39a79f
MD5 6dd376470313f13f29b1d2cf171494d0
BLAKE2b-256 9551e9cb069ab1f499e391dabc22ce29f510af8f1a2e2907e14f88c4af0dc0d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 8aa3938ec8da0e93982a8cb25cd783a57d0136bec9710b5c707790a9a0239d5a
MD5 770146c5c0fb6eb0fac46c3ea060181b
BLAKE2b-256 0792dc00c057b1225e5ec194008ad29a6a24dcd4c7f95f241c49300a67245cbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b9e543560d2fefd205311e7460d08b428e5f0765b819edab1b46042f22a0a3b7
MD5 c8e63e8db23251adb05f8ef49bcf50a5
BLAKE2b-256 afb86b51afde4030d3448848cfb297053403d17907cc186d86e5850f1fff8c1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c1bfc059ef6f2f9d93089643c5798719fbaf6ad1f9ec8cea02847995b76ca76d
MD5 09259ae33c0908bb0cbfd7082e2620b5
BLAKE2b-256 a457c99b3a73989d7fb9e47a73d8659994c608da25c165e7c612d7cd34b144b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7244eb6e49bac4154664f79a1aae63cb14158a5be05a435e231c92b6cee8fc11
MD5 cc0592930aa8d7ed45df9900016d0c7a
BLAKE2b-256 9b01fac910ecde50006987c32c59c06ffe8d6fcb54c6fd8baff5977340dbb4db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a922666edee95f18457e6842aebdc74e40a9e7546538aed42b3bcbb340798ae6
MD5 1976b46ce4001ed7602f7378b2ae4a69
BLAKE2b-256 71267b5bf8c0121051cc4466f23b4049d000032ee1f54f4e1cd6cd02bb31f4a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b24785a0126624b7bb9bd68415fa2037fc1ac4bf8b08337217545d418787f551
MD5 94a5bad1b7036417c88e7edfcbaca26b
BLAKE2b-256 e681d3ce9c618c5425f772efa9cbaece88bbc8d8977bbc6f4e1045edda6ee676

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3844805eccdef2f42025ca07315f2f461924ac573666fbd14231895a8b4cf6ef
MD5 194daf34cc85adc4124644cc2966fe3d
BLAKE2b-256 f54327af49c98292e7599adde63731eba8679589851ca9fd7390f42c0a3d6784

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a0b10e63623dec6d8be6448091c0f6db9ff58bfe6e7d1f1d9fbb657cfc907007
MD5 218521c469fdac84e8afbabef1a371c2
BLAKE2b-256 2ba5d59f2c662ad4ad81a5bdc295083549afca408aa54bc7bde40f90239c682a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4885a69c196722dba506a8fb2d697a548fa206e573cba60150f6c0469e931859
MD5 1ca621d6b20e4603109261d13415d0f3
BLAKE2b-256 efc362b9c74d545f2a8c43a060b4db8295b9384eb1a2cb05ca77fd55ce8aa616

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 aba7f6f919550d7a3277abb66ca48214e4d01435cf132cbfcbbf4a3a50faad60
MD5 13e37be3f055f4fd7ec00d1183056e6c
BLAKE2b-256 bac3c50b5cc0e97c5fa09250e3accc9be4d213b2eb0ea9e8d10d308dc446d322

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6711f4275a165ef647deff4abf62ed9224b823292349faad42613bc551ad263c
MD5 e0e26c3afc15d6c8853381b86ec3463f
BLAKE2b-256 0bdebe366f6faa87b2949f6f4f97b36db503880d21374d938104588c29f422fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 16d5e0e26558d4796044d393bf2e8b0199450a4265935c6875d7f22335376efc
MD5 fefbbeb4f8573f03b4d07721e3d807ed
BLAKE2b-256 d90ac9db4941765d23fecb846ccf1f30bae8b00149b2aebdebbae97a59c4f135

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 4d46ad7b52239b13d21ba628c3f51b38256d8a873839862cca8db9a383e717b9
MD5 09972fa60acb3da7f9ef8eb441592978
BLAKE2b-256 6f53cdcbe1e2cfa56088b139392919c8e17e4a5d7757c6f0600911373a089717

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 42c3dfdfe7b17ac6fc998fbc60d89173a9968d97e908542f1d831dac8e150903
MD5 c7508c26dabd4403143fc11009b38f6b
BLAKE2b-256 c1a855b53bc17dda97108b78cc2ca032779dd7f2b69b07f4e4bc0ae25a61f9ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a632da99ed6298f84822effb820d3a30545238ae2a9096064d77c45a49da0394
MD5 57efacde90aeb380d9075e7d4e1e25a1
BLAKE2b-256 66efa0d116fddd1ade9705d04a6886e3438c74b2919ce331329704e05f002c66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2fe1dbbcea20de607a27fdb17d7bd4c6318e27ed71fa4c13728370be1f746693
MD5 3428a79223917d7e673bc6c3d1b3a06b
BLAKE2b-256 3f02ac9b2a923d7761a334b2650dfde3522dd199d8d2f76e4851a9df8a9d19c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 90d81cb48992a68e16ab0a1d18897b90424a9e26d02628fae7c5d7786877e539
MD5 046f2335c585db303e37c2f8fb4f9b70
BLAKE2b-256 47b7fa5fc2b5ef44d244f02ad39a60d5c3f38c778d391938ed20d1f5ef70f593

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c0cd5491cc4dac0a270bafac5c449a087f3a04377e660c153229d53be05aa4a1
MD5 5dad1162665cfb8fad9c8569b971c5d9
BLAKE2b-256 21e309dcb82165da965a613e7617f641ccd6a1acd9cac84182dea6eb8a484762

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9cba8d52f40696b1c9f9be84488970b5eb5f6837738dc33c0731e91f306b4233
MD5 cc75f2ae82d20016abf343f79f38b0a3
BLAKE2b-256 1a272dba75df73dbcfc4325b0a6b2db35b0b1d67e85d6f612283de05312da912

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5a9942f9bb600b6d397e690494d230369cb6aad66dc95edb285ba47ae951e47b
MD5 807acc58cd6c39d77e55203333063bfc
BLAKE2b-256 1db95d244ecdbd38f250615996fecd6ba66ad6383b05919a32b04448aca40ac8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 aaa85a3594299c4e5eab8e2cff84cd4f687a0140200a43da8ad8bb67224a489f
MD5 5310451bff69ef8c600aee44ce26cd29
BLAKE2b-256 6016c3595cb8bcb784354526367fc6ed6aa4ad1085b457c853080586672cecb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 15760dc21bbd3c7c20472400d24375f00bb561b270059e316823a50340a669da
MD5 af33d24019b0381cdf0a96b14d0a0d4f
BLAKE2b-256 5f504f8ec586ca619dd08df88478b1060dc49b108f822aa8f4b454983bc34159

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2598948b4dbfb3a6fcbb85b3b1e01d25db2611da9d6f4a66d2bdfb29831af5e9
MD5 f94a5a009d925fe778bb5f900cfcc097
BLAKE2b-256 a96da04e242f604bf46c43c1012d7d71cf9b31d8d90ebc3bdcaa515cbc43b0e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 06da5f42dc79055dc859978b708f7d786ffa5e1a62124adb310c5974ca1f2814
MD5 b74109a64aa3fc58f714bc95747a711a
BLAKE2b-256 684e8f9214204363975aeeb5737104a55797f55b2320df6385df1e74a5fbb878

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 bba1367d8eb7ec9c4bbf2c820b2a395922a4f87167ced280cf5ea96b55cfc09e
MD5 e3c742b25c419be540738fb49a8625dc
BLAKE2b-256 67fcdcb31f6cdacc5f557d97ac377f7a58333194b5c7f465de358cddb1a47b13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 88cf17f52bc957d118bf664d29b576fa8893c514c84dad604e8b77ed84635352
MD5 6c4ce1cf5e8941b317afa65f663a0564
BLAKE2b-256 895f1c93c747dcc1576bf0e8d1646081333bfb770c6cebeb1ec43efb1d376199

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7cc89e342092e52a3c5fba54eefed150902dc262562f7ba544273c5e4d31edad
MD5 6dbfc75ed0c989f31d120733aa16b5c6
BLAKE2b-256 80412a9034a3de775256e4fb73a035676467df73ba22cd85b40974ac95f66b8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 69bcceadb113ae0104634ffc3e353593a23f9e85d3823d09fc8b66fe15338e1a
MD5 b4e698330f06c90f2866c7483592d1b3
BLAKE2b-256 b2ac576d6da43b87b6abcdd6b6ede866364ed19d5068966f01c796895279053c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 68642f0ad4af2026893428622da6a407d74da18417b78c6f8471da19fe2a21b0
MD5 f3beaddd2f5b8d329f1ec1891f4110a4
BLAKE2b-256 365a274fe8a343a74b5e8ab33b5f458bb11466ec76cee996b31173784582aaa8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9f6556f30f6ed30af705bcb8dcd59c1340b714b940f514e24e0b4d27b04a605c
MD5 0d84f13fd743b20e6df1c0f0c33470b7
BLAKE2b-256 21bced16e16cf4857d8d4ce158dc02e9dc1b6e0ba5071240ab376610c7533139

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0c8e925f9e2870ad7cda42e343e3fa47c37c9f6d8d8b875a8140e909102fa219
MD5 8723fa079c6c7d1fcdeba972c6e4c175
BLAKE2b-256 2ca667452dc30eb792a18ff0bcb6d29e5f0a67833a71bfae61a82785549a9543

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 221c825c1b67ecdae865b6e0af0cd3402cf7af6aa181c3cebd49db11b5096d68
MD5 63817c7a1d3777ecbd99d2ef8f8e4e84
BLAKE2b-256 631cf8a5578795ccc3d9ee9aac98ee8be70f8fc4bec3673dd2638b97f8940598

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8f6fd42c856af6aa410b486943eb0c6bbc29cebce8b64a16489912cf30ccb399
MD5 ecc1c1bc9abaaa5d19f0b712b9ea5214
BLAKE2b-256 2a991a1045b3b503fb8029ddc47db42a9a9eb1cb500a4c4ca32707543a20b21c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b5b743ca7ca1de96e02c70deda1e283200a5e084a4de94abfc348dec598b26fe
MD5 04505bf595d54c895d8916fd7c165663
BLAKE2b-256 94820e5a1dabbb1a60dd55ee60cc29c16022816eb7b476744a50c84852905b09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 3710a31cec17ed409ee4456f7c9777cb711eae6314a38f38667534e2b9bd5d50
MD5 ddbdc24bbab021f4d024ba6062d074e1
BLAKE2b-256 21edd734099bcb7eeb17569a29ef08550ed477ba5fed1e7c6bb5c0ecdc391b73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3c0983faf48872a3395a654c3fa98aef69c725dd15299196a3bdf16d6d78d77d
MD5 1e2b9c47ecde2fe0190ac10e04e84cc1
BLAKE2b-256 d19836e3b8ba3f1f321dc594cddb7b65339a41fe5bb40a8768a2970eb4292dd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 08e10635589a988571b37c496a1d45f170e5abaf5d6334fce21ce34c3d12c30f
MD5 f5c0fc4ed2539162de1fe9cde3b75147
BLAKE2b-256 451dc623334c8872c4e539c6b907c881c7260fcde2ebefeb9b35a67e51cabc61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d06fe9d2be7adf03f6606b3783390de8a28607e1ee9569f06ce02279b4dc2ab5
MD5 325cc7b390859814c3f11880724d6cd0
BLAKE2b-256 070e4be5a07c7935b3a801980fe27231fe12fa7beea7ae85e1c8e3ef54cd8ba8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a069f20db0f9546c60c157d6fd9e3e4a64011253c306063764698666b42e52dc
MD5 f33330906588ec5f5547e848da9a89c2
BLAKE2b-256 822884c33b223472e7b7b07d452ae329dd0eb66ec31dc76f65a63d8ece3743ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b16ef056125e31bb62c6d0098b4f42bb0430998655fbc86713cae5cd572dcab0
MD5 2a7443f08eb12ea9d1dfe51cece758a7
BLAKE2b-256 e8dbfceff32542948c7c44e85c6bee02ef2b55cd1ceb3f2857d9f6ae0d8dfc0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eee39e3a89f86a6fab763d117b192c435328e057453102cad40f2cf9eb670ce9
MD5 c6a076591ab009c641eca6076441ce5c
BLAKE2b-256 0cf01b6bba5ff1cf7e411293aca3f4a53800a88954a724618e3886f0513ee6de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d1b76c54c2f43db5159fe0fdf75ca785dc5df7ffb24af89b7adbe75743bfecf0
MD5 f73aa21f5f8363ce86ce80ae3e41ac21
BLAKE2b-256 6bce1c0e86176ac7d43d3f4fd406fc0ce8772b1fa596588c545098eae2ede1d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ef7301671e59d81e795b8edafa30388925188262baba735e97d95c8b03df1043
MD5 ec9c38c6b52854e7dd88909626619ca1
BLAKE2b-256 2dd606e63cae5411416c68ecd5242c15d53a4821c6e3a89d2cb3122ed9c3a6be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7a7adc6d6e0e63f9b677fd251fb0a33427ca81dbd2d10660676a4c3e038e6ba1
MD5 3c328dd5a885721f755f15414cc42f93
BLAKE2b-256 9563ba4059c159a8d43ad424f36282a7793467d32c4faef29a0a0589d8560c3b

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