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.4.0.tar.gz (61.7 kB view details)

Uploaded Source

Built Distributions

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

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.4.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (960.1 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.4.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (961.0 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.4.0-cp313-cp313-win_amd64.whl (868.7 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.4.0-cp313-cp313-win32.whl (774.4 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.4.0-cp312-cp312-win_amd64.whl (869.9 kB view details)

Uploaded CPython 3.12Windows x86-64

xcomponent-0.4.0-cp312-cp312-win32.whl (774.6 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.4.0-cp311-cp311-win_amd64.whl (868.2 kB view details)

Uploaded CPython 3.11Windows x86-64

xcomponent-0.4.0-cp311-cp311-win32.whl (772.5 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.4.0-cp310-cp310-win_amd64.whl (868.1 kB view details)

Uploaded CPython 3.10Windows x86-64

xcomponent-0.4.0-cp310-cp310-win32.whl (772.6 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

xcomponent-0.4.0-cp39-cp39-macosx_11_0_arm64.whl (957.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for xcomponent-0.4.0.tar.gz
Algorithm Hash digest
SHA256 02c05734aa35391f3322967d97f0e080a04551a948c770e82d35bfca5a7c2ee7
MD5 5691a8341c825b0959bfe7a282f7470b
BLAKE2b-256 676941568d3349da53219970195c9bc4005d0114136220c7cb5278ac5db24bdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b0ca96526593d03b34ea6fbe425a9424963c842011c9c0efc95c7dfce30d97a4
MD5 f542545cc1772480358c06d939bf14d1
BLAKE2b-256 ca8edbe08ad8bb74a5d04049a01948a8b49b384c61e1afd7a5c49680c2eb0316

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 120cd2e0d8c52b64da9786bb037a5a40b21bc3236e674e46ebc3c62d6d618b06
MD5 89d09abe13f399d013d039db77d9fd30
BLAKE2b-256 d5535618836f3e89952a6bbb759ca9066fe37f59d07c647f714885b1f55b264a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c5e242ad846c2876ca3d7a07542ec250d9f2f6f7df6a11a16affff760c3c2511
MD5 df4458a45e77ed8155a96776be4b9aed
BLAKE2b-256 1fbfa2b47774b27b4e080f182bf68c7bcc1585d89084f507926a5b45035a8fd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a91b4198c387ccf687573189a2b2e01b4bd840bb2ac9bad9a24cb0a8550da715
MD5 c64440b065cad5db64c505b858013c46
BLAKE2b-256 5b61c8e68dde4ec2a3e34c7f57b86392cba8570622d9dece6d288b2017b7917a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4ca7cd61e0a8823be72104c54f76174263a3cf63a900a36bb99b48b440adde39
MD5 217b207df7c60eb77f1f28261cb4025c
BLAKE2b-256 396fb54d8b0e0fdec3ca27ce9d92c7b05a8e26714f614ac7408d4c4d1d69838f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8d256daf0b59736c8b997ae15f6d312adfb7f3088b44a2733ea4adf5ae19956c
MD5 a037bc27ec82374413081e4d4319fe1d
BLAKE2b-256 2859048d831cd93d80b7e9888659f71eb68b4455becc426aead6026629977b44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9d3146e30e686c57c33db48b1669663842c251ddd4aa9601e5258f6ac38b2ba0
MD5 cbe6e7f84e9c9b06b520a4eb1022e4ca
BLAKE2b-256 e7f5f33b509d246e3db761fb2318af374e261a0125e65306b1e29738ca697e67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f122bba5c4337c53bbdf6a27229df5da1db03ca5d06a5fb8f9543a8d8a24b274
MD5 d5e5582565afbff3298dee1677b070cd
BLAKE2b-256 98fb7955db3829891269117c37639907c950d30cae23bf1063f9e2e32a37a6ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c1012a899cf3d8bbed1a83db7446c8a40d5ecb9720537447e11aa78ce99fd2fe
MD5 7dad2384efbfeb0b823de9d325ac7d37
BLAKE2b-256 b6a80d77733e17f0e263f53fc973552230a09d464ab7811c9caee33017bc4af3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 6046d43c6764edd69ffd709b654b0a18dda779466ee84e068f626d8b736c1855
MD5 eb08d1934c6638f4c3ead0d7a9a365eb
BLAKE2b-256 7aa7cb3bf81ca939f05bea623295bbf990c3eddcd6821a733b8d2656117a1468

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 45d46671f3106426a04d3b677a4014cf51e59bc8792cf4710c00e631c31c0396
MD5 6c886018649f176474abf56aa4557492
BLAKE2b-256 65c980dbc0114ff74df293f7f33e0cadfc74d28736072027eefc3e83a6038d4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a159cd762d1bf5835caa6dfdccdd1da1dfbfe986f0a703610046ad5120fe858
MD5 cce8b4147347e3b354df2afa268aff2c
BLAKE2b-256 8876eaefc8cb051eb88fcc9a24de0b9e2392838b3866d858761865cfa26f7231

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 face5d5c7c16a60223f22d010a04a8000226b32906e9bc6437084aee9682ddf4
MD5 09434c98e114e81b4dfa614fd77c78e9
BLAKE2b-256 1d5c887e64df639400555578f9cd188d26ce1c8e5117a42bff6e5070785c9bad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 baad2fec6399b95eff55e356ecc9c83e4a69bdb6e2132d5dd4293bdf3a98464e
MD5 2d96540241f5998c312a0e4dbba392d6
BLAKE2b-256 5e6a2fa4a7514b64e07838a9813323287ef2d075804cb18c9b3e33b1a9766edf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dee28835371bc7b852587b9104999b0c1bea84f69d29fb049f0816b4bb02f4de
MD5 70cbe0a75a3c85b55e970bb6a86ee8b8
BLAKE2b-256 8b1403b0cce4a89ba7bdce13eed4a33afc3c373156a8d5beebcd69a20de05771

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 707c8bbf5f7aa5d2466a1180cc43bac0e737768275aba79f7066db6ac1f7ed0a
MD5 64c2d741bc25c351353025eaec834c97
BLAKE2b-256 61900664c1b8d7813acd40ff73549246f01110fd9fc66dbba724aabed6ad83ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f2910125baeabd3a57276cc66b995baf54d794098fb08ba0a374fc41dc28cdaf
MD5 536a3099ee774f657e9294b5e0e6c86e
BLAKE2b-256 a03b4590991efe5ff39383da8e5b37bda627b1b11b5c96dd691cb72effce6ea4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 6354c999c301204ece628bdb2e57c41b6b142daf99b7ddb2d05300a3f19fc367
MD5 d91cec5365bd8d0aa7c5a60d9f241a20
BLAKE2b-256 d0d2b5ed6eac1a390e6008a651645afa30d6c0daee122f75c36fc200bf301af8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bb4e14e620ccdf4ef74fae85cacfa846525b6cdf5ff020610b4f38bc1fa0074d
MD5 a07c3ca3e10431ebfc072acc72ff8cfa
BLAKE2b-256 0b08ccf83649111904915b9f3a510d96185b0656bf435c73aa6f3dcfa32a6ee5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 e324787fd2c0c6450f27bc0a2d84521337bd84701cec87a4686948d02f56c04e
MD5 25aab4301c4f4c11d5ffdb7c6b45fa57
BLAKE2b-256 6b917d8c661a1d58f9c087f73860c396f19dd1e08e8e89ce2d47b495bcadaee9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 814bb400e45af9a2edf266e5c76eff4bef6454f1f4168dc26a663b587dbc0e87
MD5 192ef39ec4dac48025fcb50969bdf75d
BLAKE2b-256 93ecce23af71472fcaf551d1a063de497583fbbf6b79a8a622f26356b31f6798

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 87bb49cee051ff44179caed3d5a04dbde03f2e4364b3df676266d5a2b685346b
MD5 10f2aacc4ab024e8f7a39077bde95910
BLAKE2b-256 05666a8cd068957b36b447cd4e5445de868ab2bc447f1c36812928e2dd2571fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 281958372dcc60fcc6fd748420c7119b84e44549105d5e0a2c58e8b6d95c52c3
MD5 0545aa17b458b11836561b4dd07805ed
BLAKE2b-256 bcd13bc7f2862a2fad919d69990301df9e735cc0d4b380bac032109b360df905

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5ffb12ca76f6e6ea97636f118bbe63ed5251e92c463545a89c30c5cdc0f249cb
MD5 ccea82745757920f99a1215607792f69
BLAKE2b-256 a2e9c421b48bb896c86b5af054dfc9848b94eb18f324d989c0a929aeb90f9b2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bcaf3681b2dcd42542562bced03fc2dda80fcf43ab8044fceec227922cfc8ce7
MD5 29c79e1f68e5d7940b14c8023bcb0098
BLAKE2b-256 1f3b46c4ddc07eeaf8482d32af6f00238a6b42cb8cef62f4904711c50b25cad4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1b30fda2005c1366bae62f9fc13785ac462dd0ae86713d2ac263ab9b9bc0af70
MD5 869058c60bed01048ddb4380c1f53ea2
BLAKE2b-256 bebe7cbf216d50c21b91f1e10efa30b26e0728e52390e60e49a14c014b1ca585

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 908ecd9cd4055f1c10e836c671980dd78ab98d145b04021c2154f1d415a32857
MD5 ebbc273180ebd1649646920e8d577dcb
BLAKE2b-256 593008c5943f2dfc40937cc263c69ffa6a9de3cbaba1d936b87de80dc9a7468a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bcec0a91d1a0c57aa7a1f28ae41e9eed415d16c0a1e69fa6905604428cbd8269
MD5 5ee1bb4e621e505e8ae11b05d5dc4933
BLAKE2b-256 fc0a9e5e2d40ef7c8d2936903167490d5ab21985ce993010f7acce1a55788513

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d30315c2aa939a5b271c4e699e73872c760daff217d2a167ef5d3103d8f488d4
MD5 2517aaab9c1879b6bbe6f30b9bca7140
BLAKE2b-256 dd4eac4b0da570d687ffb3d65095f596da48860c3b3af6ff18a565c5a69a06a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5a10f4ced8faf029a51ae4f96cdc5b60c03ab1064b9e77fc1a3ac822797bd6b8
MD5 14f3164cd359dffcfaab04646dd2f522
BLAKE2b-256 83d1d603f9dd926967186dbb5d030839974b36d56b13f9574926dda3de1125cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 419e94082f405d1b094780a28c9ba6055f12d9f755e2844283aa6e4055681870
MD5 166db79b6e5efe21f49b5cfc2f79d31f
BLAKE2b-256 e2e7ecff51ffb57f42f84a91d79ed3a89a6f32b639fa2eb03b54d0539f43f413

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 a1bf04694a8b560fa70edc37cd68bd38dd4fbc4ed287b0c6c1c5dc84c37286f6
MD5 ce4f3273cdf9cd1ea93a1e4338183ee6
BLAKE2b-256 a8b0433b59069694667aafa82a4e07cabb01cb303b80f31277832d45a1ed13ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5491310d03a32cd4a63fcf17abd55c32b092a90206bd0d19cb36a9ec9a740959
MD5 5f8d83c61a7e3c33ed72e57481b7aaad
BLAKE2b-256 bb6ad29f14babaa5b960ee13f773bce8d83f49b02bcc4bdedd3df38941970cec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 67cf5e37a71a55783df488779a13fbbbb24da6ea64289a4064e1ef556299050d
MD5 1329b347b60861754da7629e13d2f8ac
BLAKE2b-256 2585002e0069b67f7efc0572f62ab576829a781afa7b7c244691220949d25d34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9cdc6524c85368d300e2b5cd12961049c0074caa7ae28a93be8ac8e06731772f
MD5 27f6946b3934bff76399f39570e389cf
BLAKE2b-256 fce9a2ccf7da53d5a028eb440ef660134b0fa1006d0146123643889f0e4cb1c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8128af20387e6354c7b60c31f01e95a3e38b379cbf9131f87dd5b4f74943895e
MD5 7e6a8fc4e33816974f61b30e1adf5a8e
BLAKE2b-256 3e113b005fffca6a21c39e00312378ee13de99a2222692ae23635a8f0bcdeb85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9c487a393d597d40bc6c43a278f1d75f1b8e645b5a04b6fb8619aa7ef5c8fd1d
MD5 cd34deb8d9c685a51457a65f71640903
BLAKE2b-256 8394be0d2f0eba9bb235833068b0e5a11cd5bc2577c3ab0a3644837fc57d46b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ef6c60ca700b60d4af749eb7ae76f195f093a8b33d47c8cea020da94e86a4856
MD5 663c343f5de05dd35b75c24f83639826
BLAKE2b-256 48cf6510d78583b302b56d2a8c1de97f575695f07468bfc230fa108179aa28c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7d4c529f4585aa97ce59aed5bd76928f9cbe8730207ffd363325decb6d7991b2
MD5 ccb235a564331fee0a4f46af0b8a21f5
BLAKE2b-256 b5168effec4bb33f4558c7d6e174d432d58f3770af14c34e56e9b109480f957a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bd93091aa1a0f28b36a85ea2fe2ae96b63b5be623bd4ec01d2525b757b0fba58
MD5 f22f76387ea81968acaed0c1c1ae941d
BLAKE2b-256 d9ca2d17209e101f6b0ca3e5f3d6b5bf15ff2a496ad6a1a407ae331d38e19daf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bc47ee6f4775d7fb7dbb2d467bd0e0aeb0767c641d45acc6bb250b8c32b37044
MD5 341bd307939d50eafb16c362e9ceaa7b
BLAKE2b-256 58ab9e43d4cc2d83627249677bfe62ed0a42ef46f52941f201a66421639ce680

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 dd8d5cac1f4e869a52667fa5f8f2ddc485b8e38137422a6c501e13882c8969b7
MD5 f3eaa6c59fcd8b536335bf73069f4d38
BLAKE2b-256 c5be04814f4472faefcb17470d1ef4deeaa95881c7fc7f4c3fb2780bc73f7c5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5c794a7895366c35e19e7941472f59d85811cbd985313e1f1919ea35b49f5450
MD5 ae62a494160f1df45b112ca15779d935
BLAKE2b-256 7651be67970f3427b87f6135b36bf43ec934d7c438c93a961dd0268ebee46295

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 bb716952fa878c39a341b24573228dc5e8183bc2020814cee7c0f5aa2a143fbb
MD5 fdaf8b194857567154f342621335eae4
BLAKE2b-256 e95defeda246d070d37b1badce1eab83f9ef6b70ff0e5d4884603165ae1d3e93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 59d1daf7fa423326f5b99a9726669fb05fd939bc6e068f55a74734470dd550d7
MD5 ebbeae0310f7b070b2ffed599a9455d5
BLAKE2b-256 abb7941f02036a9341686e4c73ebcc48507d6eb393fb5b56f0cafa4b01450599

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7fadf3c8aa7f96655540b28e312ab1c43f3d3232b92323b34f595787226cfcb8
MD5 da6d5974930cd5e423b4c197508928db
BLAKE2b-256 df9341809044709329e603e3f6cc55863645d1f0087fbfeb3d4b24988f02535f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 79717df5c2b67a219217d135918cf50142ea441db6d35ac14531c6ac6e235698
MD5 52b09a66bee60ceda5c7cc98afcf72c1
BLAKE2b-256 179f40ef8a0d706c40ff67eaad51c6a5ffe62ce1e98447dfb749aee260859b81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b17ab8f0c68a0dd02cbfdc1e5565c8b0c6edca65cbe2d535094cd5dac60a4ceb
MD5 1c0219b39ed7c83644b9c500d3a7d64a
BLAKE2b-256 88d9c2866466170b57363a959d837998290705e94c98f9f325532d4a24222027

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d3c8076ffd70d04c1dc9f24270a8aa8079797bb79688a51974c5d846c99aef68
MD5 c91145219ee6885d59d3c60aae56007f
BLAKE2b-256 22dd0d5489d33a668ff10b2d1784048a568ad1ca9da1d99bc423f6f5a78eb693

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 96dce3461ed47321f065b698b90161c065efb377509f73711ac13070ea67fc61
MD5 ba831ba0b60f94c03f6af8042544be64
BLAKE2b-256 9fd9af65d06c8b67be2a09577943810f8a77bb6d4266ffad442109b6bc74cad4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 aedde8c6206bf957b0b11ad818feb478048da44a475c1605d25baa875bce6408
MD5 356e604d93fcccf3086d429c15c80417
BLAKE2b-256 d04e5d16cf9a9148ec69e3ae6252242a2c446cc0724187fc4c33339da7cf4df3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 91064c37927528b15178ba60d52de4cfaa861361a0415d12df99093d1c8ca7e0
MD5 a1ef296a6fdf8d96947c3ea283718b46
BLAKE2b-256 fee54a11c0e8d9cfdf98f1e6a0b1543cc445c6da97a2c7dc1cdb414a179c5168

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 584ae3b452bdb1e4086f20fcf8cafdda484832b3ead3d85ea9395ca8598daf50
MD5 f173aa005cfc68624fb0e2dfa4920ba4
BLAKE2b-256 a5e0b34c613d4c07dec9ad60e6434c26f0923e58f643114f515d53eb486e2add

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 33a013643d51cddfdb095e25c482b914cc1d75f3598f691a723a8c40216011f9
MD5 51d4d51cb900961754a06e5010952212
BLAKE2b-256 3e5e51f3f555a89ff56d5329d52fa834168b60d9849f160e3f4f5e164888b961

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 693031a24543382123fe7e531ececd5791cb831d6443d0c0b08d001f2466e30b
MD5 eb2208f143b42c8a1b757076eada8f70
BLAKE2b-256 fd68bf383ebd0da9367b49acbbc950d025bd685950a06e7e3bae97f789b4c1f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 3239970af76dc01da1fdea3f643df04f07c6d90c41c4b3bceafda47a2fcf1df2
MD5 31a2b9a6610a4df88b3a1798c773bbb1
BLAKE2b-256 b1b77e87c421618daee3d3e7dffaa91f6c31d75838b8fc360fc496c89d451bb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8abf39c4bf51e7ca69cb834e49bc5a13f934ba6d77accb08cf21bca1487464e0
MD5 c59fa6bb4cd3abdc737bcfcab830a07c
BLAKE2b-256 497be8d16bea8692a307104e5c73bdb8dc2244dcf0d785970d292e0d4fca681a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c2dc0f6e6f965317d5c0161aca8aa530fc59713e2554c87924050180333186b4
MD5 9a166c65a6d7815d6a53ea5c6c72da39
BLAKE2b-256 31c15f1ff4bc647c77b90eb2a24178424b7576d89d86c3b9f725585ff126cede

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 492ff504531e81d6ff529e03de4a43f0cc08786f16f632735c500116600f6165
MD5 cedeaa878ba5e8df58d32adf1ae76c14
BLAKE2b-256 0bf7a2c374c100f1fd84670cc7adb5833ba2b58bc3180eb7f50add8a0415438f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e3ea3f9fd2145e10b66b2df940c12b015bd5c52ce3c424295dcaef0fe9ff63c8
MD5 b07ea61800672bc19aaf138d5d8bc091
BLAKE2b-256 90e7c37ea3fce7edfafb6b3da6a6c8eb830fcbefeca9c041d67f39aa47e511ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dde873bef86e5189e1e1a77661ebc2e5b3f653e504e656a87891c646ce850775
MD5 04cb3984f0f3838f709f9a07f6ee3deb
BLAKE2b-256 a3c97aed14326d06b34a54d07c8ee9815c506980ccb297b26da52d22bbb0adfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a7627bed33189c68017c4c19f17a7dfd66f5551d39e483bca5c8b7a443339352
MD5 74342f2e24ad6af848888243696a6dfb
BLAKE2b-256 2c5d06a9506ec46a792844d712eba457436575888dde6ef5a8e3297314c2af8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 db56a741cec3f8b453e0407801817fa6fa09cc45c643b6bac6b0921335861efd
MD5 ebd18e4bce46c876c17a05e724d8a736
BLAKE2b-256 97446b91b12bc90db73dd1751ea91b4aff33293f5b384d70498d716299fef64f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 089dd9971294c985fc8cce575f63d669332c3b701ef2bdd819dcab7ecf25d4ed
MD5 faf8bc7a2c72f5245ccfa88e3e680a6a
BLAKE2b-256 62e464a2464ff829a31def94235d27f60a0bc9d5165b5bf7900c40a6e66108cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f2824cbf5f51860805923a05564da5f6cde46b2934b35e7e064ec84c0324d5a8
MD5 15410072d6709a70702bb5a58258c485
BLAKE2b-256 7057127d043045a5d396bc425667553e2362a55d1a6c47f190dcb341aca9ac17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 81a259311a5d94fa35ea0f65d6dfabeb49f7c2bc02cd940b000428a45bbafdec
MD5 0ad9f2aa01c767c8d61a04f440fdee0d
BLAKE2b-256 319ad88cdb828572c483a2f8a5a73d58ce45297987ce86b575d81cdc86e3f560

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 70190caf60f381362842f86ecf665881af8a4f3fcd6a0e6dd624fcd46ec9267d
MD5 fac788087613ac7ed2ddb7521a1d684b
BLAKE2b-256 129325feaa12ab15297210364b197243f4bc14525a49822297dac41321aab717

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2774d9fa1ff96f9352a8c53182697e46fb9f3a8c74e24d63e81cbe1992ef9969
MD5 01e0b58f8cf3db65e606301c739b7d81
BLAKE2b-256 97dadbffc2b68f9823bed94586402f89fedb43ac846b83b5e078ebe23c8961ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9672938b1fc1e6bdc8c97dcbb4d0c2d6c58de7e418ec2e6c1c87c452bc2f5e4a
MD5 aec178e2fb18d67a0d7998da7115bf09
BLAKE2b-256 1d8b1a89a373732dd4f6ec998511dcc1a4b33b7afef794c4475921e1d198317a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 859625b64899f7ac11dbe79513afcc9a9fbc813ab5c09052756550d2622fd95c
MD5 f84d78bedce05e5604996fecffa5354d
BLAKE2b-256 28f932f59facba1f6c452f4fb67c2834c2bdff6302d0b1de7121258b4a67399b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ab5149964ee605e3033567f40f441042cd949f005be2d885c76f8ca5a2dd6341
MD5 565fc0203fcb67af7194bcfecd68141e
BLAKE2b-256 db8bfd4d61b0683a731e3e37e5f050a33501569a157252e332f0d64e8ee9f8d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2b729d9853d2681ebb5b71059f7dc1747d1225f0cdf861ed4dd8f84e5106b9ab
MD5 5fac904504b1ec0d008672f90852a347
BLAKE2b-256 c92a89025be38d3c2ce6757ea54d70fd7802197e3c766b29c68cd961c50b59ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5e9326875b22bcf7e192515c5fa0a1a9565d189b898aed252adda757121b3863
MD5 6f9b49f326cab465fd2d7fb16d690183
BLAKE2b-256 ad0eb19328585713fb7ec9f5ae83fa80ed3dc1892c235a58b671081628940514

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dc12e0e25eb188064d8dcc230204a9f4f8e024010eafb6dd7c1b62318bd2d984
MD5 e1da04e033f68ac551163050646fe881
BLAKE2b-256 6388f16bde56ee361654a69f63351b7c59254f2baee3cef4c30e41aa3a58be23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f195daecbd38a1e0a070d28481b1ad2283ba85a7be067c990a5e5fda1e21bbca
MD5 63c3a3ee116336bf7a923358f5f4f33e
BLAKE2b-256 638f519ef5a8610e8b42d9b61fe4ee3290ef791aaa13cb90ebbd91f17e356ba0

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