Skip to main content

An embeded component base template engine - 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 inside the 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 components 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.7.0.tar.gz (70.3 kB view details)

Uploaded Source

Built Distributions

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

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

xcomponent-0.7.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.7.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

xcomponent-0.7.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.7.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (979.8 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

xcomponent-0.7.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

xcomponent-0.7.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.7.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

xcomponent-0.7.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.7.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (979.9 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

xcomponent-0.7.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.7.0-cp313-cp313-win_amd64.whl (879.9 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.7.0-cp313-cp313-win32.whl (780.1 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

xcomponent-0.7.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.7.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.7.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.7.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.7.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

xcomponent-0.7.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.7.0-cp312-cp312-win_amd64.whl (880.7 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

xcomponent-0.7.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.7.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.7.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.7.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.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

xcomponent-0.7.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.7.0-cp311-cp311-win_amd64.whl (877.6 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

xcomponent-0.7.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.7.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.7.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.7.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.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

xcomponent-0.7.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

xcomponent-0.7.0-cp311-cp311-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.7.0-cp310-cp310-win_amd64.whl (877.1 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

xcomponent-0.7.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.7.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.7.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.7.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.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

xcomponent-0.7.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

xcomponent-0.7.0-cp310-cp310-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

xcomponent-0.7.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.7.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.7.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.7.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.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

xcomponent-0.7.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

xcomponent-0.7.0-cp39-cp39-macosx_11_0_arm64.whl (979.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

xcomponent-0.7.0-cp39-cp39-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for xcomponent-0.7.0.tar.gz
Algorithm Hash digest
SHA256 b9b4a674408d670a75570484f11447bb3320307a09582408d39749f93611decc
MD5 3eea3ecca11f9e67d604d9506c4c7b77
BLAKE2b-256 41cc0b5f2c811dc86ae03ed0059d911b1d4f7b6e7bfd89d625ef59f0de638692

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e19e25d4fc337f3ce3e89e2aa33d03bc7c9a2a7c3f1081bc805128f39e1edfa1
MD5 c6724f1cee26289ee1cea11b59fc44c1
BLAKE2b-256 fbd271bb208282eb2f8ba1080484eed9c871bfd46a643836da44b919daea8a06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 ce6c5f5251b05aa56cb1738629c5e46bf6927dcf188494d5a252190678098e53
MD5 8f54809bbc095d5c8fbcabdbce870557
BLAKE2b-256 ada87a45e7a0ec416afbb6e835468872dfe69141fab524f31ef1f631526ac085

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 55fae029b9facaa13a88b56423d974ea33daec6ce32fae5ab7bc5b6aa6b23a7f
MD5 a1f339744aabc2e4a815c4984c0fcf34
BLAKE2b-256 541e4c52495b400840d85e5b1799a924907724f6936f43b0acb17d0982f4d153

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6cef19e0140d703345adeea885151b2e1b05954c441b1401206dbae826410c8c
MD5 bcc565ec0e1bfc5d860d85b8d404aa21
BLAKE2b-256 6ef01f0e5c9e9fb63d324227a3fc37587bca867d69a291d9c454fffc393c6489

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e810069117afa5ca6429903955e218fc3020fd56617cc5433e89f25ac13b28f9
MD5 566d9b5c4650cef8d4d0b1159dc085e5
BLAKE2b-256 e11673be3e5e4920f52c94e156dc91d122ad1ae0e19d91bd42edd1a88c63b22e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7274af74ac279c981fda665fbf4b3cbc53643ce18411309f0bd20fd3f56ae213
MD5 f2c0c2629dae259fd21ac11127bcf62f
BLAKE2b-256 5507c3cb64a158dcb943c56cfbfd186f62f5b7f7c3393fa72b09437285f7c5f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 636f7869803d582469b4c4d1ab11eb044111a792fa38917d881550f7715a64c1
MD5 95d5e2e7c2eb3cbbc83c2b61ff19090f
BLAKE2b-256 b145c721d09abc6ab7c311247f4a123871cfca5899678ddb4609d471b3e038e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bfab3423294b019bb6ccc3e9c54a8fcb4878f1ce0b400b9333c7b97adb6d5ac5
MD5 367060adc4d472cea0f2d2b92405089d
BLAKE2b-256 4db3b7cd3999e80047aa8950a47e2c77210e9ea3937955bafa5b7ad6b557d8f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d9ff24669288f05775af3290e1601687abf0f27da485f06adad9dce7983ac9cf
MD5 f3d83f04348ab459ce5c3314b874eb31
BLAKE2b-256 74eb2dde90e8d376f64d928e2a032ea2bb28e55d3bc6c5f9412e084005c2ccff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 21a06a8a01b90f228ba0f5cb2c26e2285e9b30e546d6fde8cf77520c29c8a74d
MD5 4720d2a4af215f857c57b68199435687
BLAKE2b-256 318f53d1b05eb743afbaea5732d26bfac5d11b4ff48a0c96054bc5e86de20cc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 310fd7304b4fdf91d514cec92633b3c2aba59f1606dc3bf71377ce09bfbcc342
MD5 70420c9167455ec989af51816c91e09b
BLAKE2b-256 3110378d149bb14aa19e2cfc1b94f2ca8d05bdcd298cc6158fc8b80070a6eda8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 80ff5bb012fc2ce77452699e2226fe5a13ef9bbab8667671cd1179fe810cd367
MD5 76873705e491fa8b68e3b1be43bf9c70
BLAKE2b-256 8c5f0c1aa9b300908f08814954fb4dec52b972179cf5252828d773d2d824a7f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e7f12e6950d38b840122d52bfda3dcf3569c2358d283244c8462b8ef0536bb2d
MD5 41d25d203954c8f26a9fbe0fade41f7c
BLAKE2b-256 3c6128d0051b57b835d0d18c4cdf4ef76f045ebdb5ed10f04de9d3a7f197e49a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 97192e155a4a0b9f5c2e5fc5b4c497f801d411f956d2fbc48fbe7e49f0e80d5c
MD5 4fb05f61fc50433305857ea6461056d4
BLAKE2b-256 1f080e7332dac9892d5d792653b5c4e62fed42c744947ef74b07bfb3f0168d26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2af8962017ce5ebdec65c0d99d4a0a2fccfd6834385de365d7b6d5959062476e
MD5 5e4a91d7280c71e5af9fed843b8681c9
BLAKE2b-256 6de53a47ee7ce0273acc3ea752607909c66488e1a0edee88ca0646a3a134d13b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6d64754859620e70c78eea43e5aed45f09914cf3265af23f17c620659bf54970
MD5 e144edc7c69ad95eb25df6eaa60fa771
BLAKE2b-256 3a9d68aac70b638faa1f7678b5d9acdca115aa5486fa50ec0c3c3e3dfa489a3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d0a02c444ccca387c3c01a958a175761f43263b3c5651d653ca7afe753b4538d
MD5 4a93067335e0f64351c5aa7873bf6531
BLAKE2b-256 2990d46af0994750198dbc944e200d5a875e4e854f7834a5b966e1828f3b6328

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e15edde007272d2531de00f694fce58cff7310d899169fa86859a7e705cbf6b7
MD5 919e394b67bd5d10826f18b61f0237cf
BLAKE2b-256 03e75c87eca383900ac75a45afbaac8eb4849994b3bc1600c83f8eb45659f700

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2fcd7946588869693e5848a660daac966582dae9bed974e8c1986efdc58186ac
MD5 438dc13c7d41f48faa695aa060847463
BLAKE2b-256 1de472c7bc1f1eb2caffe700c52fb9fb1f94ad6b80f8fa1d75d485719611ed56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 78e7d6456b9382a564b8bcb769d11fc983ff46c1a98824b7df56cea131e3a1db
MD5 f6a66f43eba7ed063c02a4103ce6fd64
BLAKE2b-256 1cf8d6607eb2dfadb850432b80af2b2a28e8057a6b60aeb2751e806566b678e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 100d2cd7260e750b4c26f0ef6de0f754ca9090da325e2e0733b0429e68ca17d0
MD5 e53f167d85330b50ca0a19a2173cbbe6
BLAKE2b-256 184c5d9559d402a2e109f9993b1551a5232723e3868db43f88b69f5200600b48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fcdf110806b5c5fc983ce744cd2b75a1ebd370b5db3d3e41796f1ba7cb9a7d47
MD5 f7d6763fab2de591b397f8c31433414e
BLAKE2b-256 7164c89ce06cd738e9053bdd923b507ed82355d75a1872ed21b5c879d7d151dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1df2b10e67619b0b79c551c64348cde1aa53917bb2dc754c3d75dd8769c8a60e
MD5 edc368f06d7e392ce939f03b7f196802
BLAKE2b-256 d574347611ec7eca10ef1d70c89e6ce87e96d90d6f4ddf2039f545247819f453

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 381e21e680707176469781febe8c577c7d192140f82b2f2bf052118fbef6bcdf
MD5 593632f6056e70f07c6a30ffaec9a223
BLAKE2b-256 ed408a6be60bda20d56782e347cc04715373cb369e91889fc562a26d7bcad372

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3345c9328f38a87efde4697fe58fd9f9d80084b8cffe135c2bd9ec296331060a
MD5 6dfcf925648980233aec44f4ab7e98dd
BLAKE2b-256 52be376f6380a692f0ced04b327789a38df93492fc852dce6cd3a0e140ea18ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5ad039316af65804470be3ab1352a6796229fdccb58a59ebc067ed0e3b5f21ce
MD5 09418a013a5fc05974f9e7c0f480da95
BLAKE2b-256 c0ee5e62b94b94d58a105edd0d07fdac9655ca9636b61beecdff24cc8e5538f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3615017690795b93bef322818a1a1c58187df5d70376764c68528e0e55b58252
MD5 d1f2e33708d16d659dfbcc39868ee18a
BLAKE2b-256 cbddc724f8bad44e8d5e8d2dfcd6d9f328784b6d33a0ba03fb6c0cbfd7108b50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dd219c36ce5b64485e327f5b77d52ea1ef6527e87639bc9e670420fff15ad234
MD5 1609df697ca962924b93b02d87289698
BLAKE2b-256 b1c8cc0480efe70c4817164bc96397f429b864044a9ca70fdb23758265863c5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1f626284698d5d69cc166222255fe258cc582c2c58564d5b93b7f72479436acd
MD5 77e4ba232cd17756bea25b71d8b40a3e
BLAKE2b-256 65f5c80874ea47cf4756d760aa371de771eae1446152f6b9103ae31aab73de78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 90714cc5eb387a72742d9e88821c2932a4d48103d8dfb364cf29fad20670c03f
MD5 11d634e21dc95b38a830b6cc4e8ad9e4
BLAKE2b-256 24897690b586e5906bf23cc5b8c4c1670930d893de3025105cdd88ed134da937

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 22d9e5afc8810ed9b5592d9e62ce5242aa78919239e9badc7dca889021a070e7
MD5 2710e063acf20e7f9a9742abc4f817f1
BLAKE2b-256 cd80ab8f97d108dc2dec7223efd481e761c9c39aad0047bedcb58a344642437a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 10a8172358d213f44947213ab2a0c567f3c566829cd617ac27f4f49aeedf70b0
MD5 63fa6267229254da6aab60f31a937612
BLAKE2b-256 db499f727047c0dc5328e34df5fe33e8ddf536be51e6c99940b2281cc0840ff9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e4bcc9e762186d5c76dedab0e6469257072798e40661ff16d58b198f68a2a8ef
MD5 9b9994e5664f58eb276e3653be270144
BLAKE2b-256 1fc2de4e64f3e709512c788522e4b74e6e4d122f3b56ffc68b5632e8805df201

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 eefbcf7210c874e9ce3ee1f5f02d1fbba1710130a83f8f26874a8084a07e9094
MD5 19dcdf0d29fcabdaf53ba1fd530731c6
BLAKE2b-256 691ab76d4dc225dfb756763c4043c83836128046b36ed63dd5fa3d35706cb5f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d61e96de7905143678fe4f48f48ecccb5ef4d6a8a436986ccf544cb6d4b18196
MD5 b95b7bef852348daba0dfc20b2b9495b
BLAKE2b-256 68292d08069f987aedbd63038e8b3afd8e83de1d55f3adafa89fae0adf5d5cd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b8602b971544a0ec28a9d1c7464affdc1d5ba5b5cbfe09fd948d35ab7fd13f3e
MD5 ee0ffdf0e3f48a1eb39f3669e468eb6d
BLAKE2b-256 5b48dddabfc66d9e571e01bdb072126c62449d90f72c8ea6a26e9b83c518d03b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e700d2eb812246a2c1f590af19aa230ef7e87a2aa5a23b73345b80c8b45fb91
MD5 96f71cffde0568106487c1830ab9285f
BLAKE2b-256 e70860c794063722b8a8df26b4efca38cbe2e6dad1b0315a1f4fd21b3739e434

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 50e968afb52d8120c9dec706c5b56e322dd11a6ab58d21b83b67ed116c7bf2a6
MD5 902a5470dbc239db00db938d30e78a61
BLAKE2b-256 1dca30b52c8fc2f7ed423c247396ea639edf3e7c57663e8112aa74e91b4490a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2dae49adcb17a50fe82bb0af5e64d9cd92169c9cbac59c0f75752142c925d29b
MD5 b1ddb50bf19e49446b938cc56d549bd5
BLAKE2b-256 10cfa517c6f91409dbf9512e69ae77e43c22160b57c61f823b2e356f9cfca3b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 30d5a5f7eb6ef19ee0fc6debc16ac92f3bbb21c55e105f81afbcf06767b22913
MD5 20199babfa606cff4386ac0ceb724ca4
BLAKE2b-256 015bc244b3491aa1445a98261b62ecd9ec485eb355b6b59eb4a3bc05f4107dc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1e0c34f4546f0ff1150fc43e2f6a95b9a5fed5eb36e3bd332e4fa318bd003ffb
MD5 1b2a0f503fa787bb32522319cac2e531
BLAKE2b-256 4dcc2fa0af84c984638de54d51e958dfa9c48f206113c61aed7d23b83913c000

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 e99d2981a9dc22959b74afa4bc3cec2459f6aafd436cf8faa892b1ea9ce7cfa6
MD5 8aed8e16fa3d3ad917e4623dc13d9b94
BLAKE2b-256 2fbb298886dc93ac888d5a876599007effbbb7d06ee6f75083bc8a8060f36f5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 34c12ed1c01a3fdc3bb860571e704d394a278411721eadccc6b1dd95eb3ef74b
MD5 4e7a5ba7c252c70eba0e355334dfebd0
BLAKE2b-256 51ed4e2679b9cb2adbaf888b35bd6ba85781edac46860f3e54e10b81d3c3572a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc699ae20cfa942df074c80c902a7d931389d9773f6508604d1699751e7fa80a
MD5 590a50283375a4f1fdbba8a709bc1497
BLAKE2b-256 88c74d0a35de933c0c7270bd259270348b94a5eb8e6a55fd78f52bcaeb0f3f66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4d253ccbee309246e3aed9e8b6e4259b91ac6b94ad8befdec92fca5bb04454fa
MD5 f08d45cdf49ec3eaa162ed559332e000
BLAKE2b-256 47833baacf076bfc7e63d7f5b028727bfcd863df319584a73bb2f0576ca1304f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0d026043a0208eb84577e1e509c5adb22207e3d52f99c5954899cd2148f23044
MD5 158b547e8a306175d381a123958b12e9
BLAKE2b-256 f35d1368673c7c7531153155c47e48bb99519117b5b04925813025debf0a21fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 356b2c6d09d9d3e55f3d830f24603d9e7397da4aea058d8d9d41049b29d45658
MD5 e5ef6d955699274d05b66434d6c4b9cf
BLAKE2b-256 af23288c53110c780d13a0cf7f453598be019bc4cb3dbf1ce7890714459c8328

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f56fd560a0b383b12171a6ad763faba8a22f0bda49869d6047d515450a1a7c17
MD5 d0287a83482cf84c767eaeec05824eb0
BLAKE2b-256 01033da9a8a2669d44e4c8ac26ef2a4b8938e133c2dc1400a6908314045abb10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 56007bc544f5bee056b4e0a4ae2e65c3e5922d45421fb8d5a8294363ea486c6d
MD5 be26d2d325282b61e35b3934a8bf27ac
BLAKE2b-256 ea60324a2e52366f1650080cc3abfa636be88b8a67d970b881f484c78cb35b59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d04202aca951a87929edc128de71160e315af88722e1c54a98684243b6aa5c92
MD5 17c011ba3d4962678a09c5794d955787
BLAKE2b-256 a4090550c908ffe55306a95ed934316a970220fb6d134133e95b5873035cb628

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 714fc1938164aedaa9064ed0cd46075ce491ce072aeb7421c2dfbdb82f411cd3
MD5 12b51604ca54920ed416f9e49248d76a
BLAKE2b-256 0ec80d4eacfd505f8ee57cbd4f35bf799c534d90635a5a4f34a0cca8e9d838f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9fb44ac73e9f4292a8a2d6684f20cb59dbbcbdc16357282ecb2f7996a92de1d1
MD5 00938511884e3479b6419cd7ac35b203
BLAKE2b-256 3a66193626347f9f48ffad7c97d7766bad4a427cbd5f7e72f8ae7af40618b19b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 b895e36b46bfb7470394effca4a4ef94e433a2cb3ff3c3ad012f4e343e9086b5
MD5 a828a0695a79fbaf20d4bb0290470e6a
BLAKE2b-256 f0af980513565e591cf7c2789d51fd73d75b936f333559cac40b370ef696f281

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b78e7d123f88a093ce76ca5c6ce3d7b4f5d793b94da88d81efcc0b7f2dbc969a
MD5 d225924613bd06bbc4a636f5847e0310
BLAKE2b-256 02985abfd1a5a059744122a385c77331e5c8eee26bd399982490043fdcacc463

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 138d252a58106783394fad549e9b2512a0d10931a58a074efc833460e25fdda4
MD5 63b75d26077cd9a4c45fc9e9fa792875
BLAKE2b-256 2735d80f80439bd1f4a2bccd517e4e88f6010bd0e85d56569c4977b7285ec805

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4df581328c90d9d7f8d7867f76c8e0a38172ee78f3cb1495fa86d63b134a16be
MD5 c5c3306d2284f1afbdc805ed645e6bcf
BLAKE2b-256 f16e2bfbbf03e26b21ef8db35ca1335d4e7e75146d3197c64a4396582de9d6d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 41229cb71e737551751c197ee1067b672c85497e34d90173446f405bb6d5f677
MD5 1ece23e1b1905f94cd29d51d95a60746
BLAKE2b-256 fbb219164e0e4622421cf2a3fdd24bdbdf45dd118db71f8a0401340a65fa252b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 99cba337e970da2a955a67175e38f10cfe1ad24eec4c6555202b00e0a647958d
MD5 145618e5d98bdfbfbb30253ef5f5803c
BLAKE2b-256 fc5bcba8f9dca5240660c82b2be996f2916d719bdbee71b279020e2a6f147a47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2260e8c94c271e2eedc6417fa6619fdabf3f9a2505c708315221dc416bea62a5
MD5 13c94b3c19940eacffb6f036f6592844
BLAKE2b-256 ee110fbbcd075fff7871a1c01e749dc03eb7f77de3f0e9da83f8e3ecb76cfd9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b2d24e01e0a05624783e3a24f26ed428d9b45648986f9248df7ead069c75ce9d
MD5 5ee630ea5c5bc37bf6464150bab0102a
BLAKE2b-256 4fd9a40882faf78c43f806e63ade5535df6bcbf53056d93c956bc6bdbe481319

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9cb2056df44b84d5c38858f9c3b7b9d7101c4bef9abf76c9fb39f4c8ca8cc583
MD5 a1476b7f4b85f9f706a6269f0b6c603b
BLAKE2b-256 0677c5d3b14bca04fcea3f70214b4d08450ffcdcda3256b086dc295814f253ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 44231ce00f01b32ea62696c028727d9aa967e16275943c70cb37777e353db917
MD5 873a704da5a8ae1a4c9e9664a6d448fb
BLAKE2b-256 57f0d003bec298d7ddee7bc2ffdda92beb7f358cc0c378e7548250b5341af36e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 ce3680133eb97b83a2a1378ebfabb5da2d34748141d1f3815b01e05a4ab19a48
MD5 1067168b9b133794ee802c88df5252d7
BLAKE2b-256 9f4c2f0075a71174df327b0bd50e20ebada69ef9fa8dc3deaeac3d2c56560fac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 23f1d96dab9b06775cd1c3a8bdc4f32e5747a7fe9521b1d3ab3110611ae4372d
MD5 26bcfe4ef8004523485e70e3e4f52a5c
BLAKE2b-256 98aa472709af82176ad33fef4209e7a238843aa607bbbf924f9740d5c6408a1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b86ad729e39af33990a2f0e3921fb6bbb2173d8e7a1e81079f7604996d93b5b1
MD5 0aa926abfbbe2a93fbeb560d68644723
BLAKE2b-256 4082948a798e39b3a48ac346739a53cc5232c96979cb5fb8887794a3f31a0dbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 310757874121e6a35feb18d4a3461368c9e125be6da09edc1255085723581e01
MD5 17ad3290c75080b5d025f851f60f3cc4
BLAKE2b-256 3ed3d4f09dde6de611f8688300aeb5f1e64337220b159922106ec83d650e3653

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6ab0b0e41358ad5f1cf5ad87873d51c01d9ad43e36002bb6eb6a789f537d4b64
MD5 90caae047807a56ff1419c1a673e79d3
BLAKE2b-256 2b0f7fc1b0833e3f106ef60e90e38549f3e9f1e1310cc52b0892c3d380c33b32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f2a598a971f16f42127df0fde6365461f489271108d352ad094d536df9bbaa89
MD5 f4c395ddd67f02ed33392576d4d270f8
BLAKE2b-256 063d457e3a7db96c6d35e2989380eebbf783170405243e799bc66cfa596474ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 65e924e0b5b92963f005fdc0407671023a67c9cf2ea08db8c284f6b14850c143
MD5 b6970011d64caec23001611b419c1a6d
BLAKE2b-256 01cd06db6be3cff1faf60819a9943caff388d562b79522fe0c80d23034234612

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a9f4cef7aa6408d1893e838ed90ec07cfae6d6bb19b67bb744bfdd104aab3a21
MD5 b5c68d211e6761f941f67e101127e17e
BLAKE2b-256 8914b80722ac0953a71e13429304e90cf482704291cc585d20dd31a566437279

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 edb050917c1cf213a64fe34e39822789a41940957a2f8a851e774a9abf17b9e3
MD5 473438e0577530f8563d2930e67588d7
BLAKE2b-256 bf1e64c8b4a76ca487f6be906cffef55e8288419e6717b0f82cb42a7568e993e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.7.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dcf9e7e8bf73f3b22b95be465958c53575eb50ee39fa20877d6c4ff4845f937f
MD5 de0e6c451f45ec91eead2421e114923a
BLAKE2b-256 39ea0dc217bcab065f3595a223d189dee5b4a13165350081e327a82702f0f1f7

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