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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.4.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl (960.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.4.1-cp313-cp313-win_amd64.whl (870.0 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.4.1-cp313-cp313-win32.whl (771.4 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

xcomponent-0.4.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.4.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.4.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.4.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.4.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.4.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.4.1-cp313-cp313-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.4.1-cp312-cp312-win_amd64.whl (870.8 kB view details)

Uploaded CPython 3.12Windows x86-64

xcomponent-0.4.1-cp312-cp312-win32.whl (772.0 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

xcomponent-0.4.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.4.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.4.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.4.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.4.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.4.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.4.1-cp312-cp312-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.4.1-cp311-cp311-win_amd64.whl (868.7 kB view details)

Uploaded CPython 3.11Windows x86-64

xcomponent-0.4.1-cp311-cp311-win32.whl (770.7 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

xcomponent-0.4.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.4.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.4.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.4.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.4.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.4.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.4.1-cp311-cp311-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.4.1-cp310-cp310-win_amd64.whl (868.6 kB view details)

Uploaded CPython 3.10Windows x86-64

xcomponent-0.4.1-cp310-cp310-win32.whl (771.0 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

xcomponent-0.4.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.4.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.4.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.4.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.4.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.4.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.4.1-cp310-cp310-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

xcomponent-0.4.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.4.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.4.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.4.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.4.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.4.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.4.1-cp39-cp39-macosx_11_0_arm64.whl (958.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

xcomponent-0.4.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.4.1.tar.gz.

File metadata

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

File hashes

Hashes for xcomponent-0.4.1.tar.gz
Algorithm Hash digest
SHA256 f1af232d981a67690daf85bb4bcdfc53a69c36a635c26e31e0ec8c1314ba6124
MD5 4d07cf756efee34b9c93f938683361db
BLAKE2b-256 9de15e07a4808b68fd4c30a821a4b05290abf6adec830d025b132ed69cc2e3b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8686a502b63ec276d63c3243a7362f15c135c9462960b5c15d73abf41b86d0d5
MD5 faeaf047a84a89b64a2d1870fc4b8ff8
BLAKE2b-256 c81f8e32a6606f4f46dc65942780b83f26766afff4f50f23ec4ba89017a5c56e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 a4879f3f44000064ed6dd2d8f71928604709683d4566c0fd13a627573118a0d6
MD5 a638301f5488671f006855cdecbf15fc
BLAKE2b-256 71d760231185eca4f583c199bdfd8b74ba3c6d22a37ce44022c7f1475af60b7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 56313b11649510e517c9d4d61207eba011bf0df2259de2bdb8a572d7b20ec1ce
MD5 7072a7e5b01e43b51c05cd3eb897564e
BLAKE2b-256 b0c459bb718ad138fb848780f8b4a626b96f4a843927d0525403a8ae3f0b7e4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7d6c79ec7e82f717757db82b8710f47459d60e6b8d6b83b564445debe096165a
MD5 0ae6730e84a1375b7e2a6d9f6b514f33
BLAKE2b-256 f5a4f7c0d542e96dcef2e64223c98b93986966fee03aaa740ec17d753c542284

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1b5e342a767010c2073f6610a653da9d30ade1565b77667a2301f8eed547e178
MD5 102b4194dac53f608c7ec4e3f15feb60
BLAKE2b-256 60b0f377fe0ccfcf1c2d795fdd45b27888639dd489bf954908311da3d7de89e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4755e9b6f4eb83ccf4a241f1e08bddc1a316ef7538ec3ea75bc8ab870769496e
MD5 8467162c743b336653471ccf1b5c4c47
BLAKE2b-256 267830cf1a4b355f62cc4c08a79aef6661cf969b94d2f0b15e9a19bf0ee7bc60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 07eaae27284d47cd24961c9732f7738d973e0ec336f77c1d6f1ccb5f1cbf150d
MD5 ef85d4abf5ed315ec9ff3a5e59ec57ac
BLAKE2b-256 32d9646080104095e2371b128060f96c590b4f1240b2fef217d9412d0e800b9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 648ea2db1a3b5461753a5de6f59c217b5e27f733a2433b44abfce3ba46e064e3
MD5 661c9b6f41c06dbf863a54eeb1d00bdd
BLAKE2b-256 410ae1d0ce272ec25657a2560b6662558973d30b94cd81e97b9c1b4db18bfa11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9b334d90240e0d766ee0f3991b44a07d7cfec8e56096ce3f344a0670332c6217
MD5 3a5962c089837a38171400608e621fc5
BLAKE2b-256 be6fd3ac986b6abfa7ac507ed5d10feaa195dd7bc76003a7db4bfb150c2a72a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 3282965bfb2bccbdee526531353e3b9e00ce8da6840a6650c47856b1c3f0da2d
MD5 c08caaf23e10bae77ac7ee8f9b9b0926
BLAKE2b-256 a8f193c5bb7ffd9edf401d7e9b87a54277bf2a017e61e99be97024e46d49b67b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 705c7f00baf11d9a153020aae92732a114e65fdc82e1e456ab6737a3e540d201
MD5 5b81791b51f2d85d495511e6ddef3cb9
BLAKE2b-256 862e214d07370f953e4d3bb4dd9e5a571bb054a287ad468bf887d103e529c232

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 993e8ca3a8264de5305df89f9a17ac8b6e83b13a735d5c5fbcd407ca288904df
MD5 df8ec49f53d021e3b9cafa96ad199bed
BLAKE2b-256 c0d46624ef71dad2e6fc0181f48d7fbadd99b50a4a5f0421d2e4013262b6514b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2c9f410e11d67b6e0fb39fdf039a5e6490945865b879ef39db4aed89250981fa
MD5 1c50035fcc1526101d8c99230d170b40
BLAKE2b-256 527c9f91bc027958ff4b3731d1529e1ada366f5185d0d220896287edb4529a4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4901deca6ff857db777ba00c05718ca0333abcfe431966fd7648fed3770b0715
MD5 bb5894b3924417a5f8f666135b3ebe18
BLAKE2b-256 1928dc9bb3dd521226a095523d283cdb84376d889ab181a3cd57811f9e5ce9ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bd344626cf787469fec8fe1148198aa4b1144eb39003d0e471dd966ef9c64507
MD5 f9f8ed4b84c81dc1626f9af4f5b8fe00
BLAKE2b-256 c2f32b6f71fe756f4050e45e0388e55da2acf218f13ee610bfa02dee65259e7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2443334cc86edd5b5a0e44b93c1a6d11106b6b5c23469112f8f138f7c6eb80af
MD5 b02a0999a51d47e39b40099a27db2683
BLAKE2b-256 5d8494880b4ec632f5161ac73b81c7c79600fc75bc266f567335174d16c8683f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4fc082ef2b7a64e79bedf272aba17f391543e636f4fcc5cc2c82db7384b6fa08
MD5 6f1834082d54de9690df8bb7e9793ce7
BLAKE2b-256 fe97828b83185c0b916b894e32a3e52a9cb68864451978a67c6667aa2c56baaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 1343bdfb658915bd9d0bbeb437b8585acfa2e28e09e49ac72e910d86e2db38fd
MD5 734b599abd3581366384e92c35d06441
BLAKE2b-256 816000387d4d466a6a228e3f4e9e80590694afb008bde008549fe8622a2fd70e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 04dfb6b7093e539d93e200a2371a264fac4656179f479083e61117e2d62115d0
MD5 7c9b06297be0a028460d77901596b306
BLAKE2b-256 8de2538eed600f11eeb7f460cadfa5853a2d4c15ed87fb942093b75395b3c530

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 fde9d5a920cbc0c88acdf198bbf4763b33ed13df155eb99c4b7b1d982e9895d7
MD5 8d6cdfe128194d69dd7784b87789e624
BLAKE2b-256 0f6f4cacf17f559e2c1f942a1ee3bab163159712f7859b3b9fdc8540b2d08de8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 eb8ec4b777fd9d1c37504d4fab50092428f5fc1ce53705413653703c393c40ba
MD5 3fc0e88510c069ea84a9c5acbc3b08f9
BLAKE2b-256 954014ee820ece3ef3c2b39f150adb5d3ea7c8f25d6cb504ce734bf6f5cddae1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b307273e50cd6926375973d33d1158a9de49a25c93d6680009af8c1c965a337
MD5 40a9a25b1c191ad78331064a87c7243f
BLAKE2b-256 bd6e849174623a6c2b9813f1c3bc26397379b688f8f3c9075239ff5edb8c7b52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2ffccc1424a381729b1cef39cd8ef2624f03cd7501dbc2facde13b5c68f68d9c
MD5 31c53b92f4d13f25c766675aac6e2f03
BLAKE2b-256 47d1167674b6893dfcd4c43c88d6d0d2e53e21bd22f2543230246f5cef3947b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 abdd6d496d796c83dd59f442ec56142340ae0008485137abe61d27450b2d0505
MD5 4cb285f9e5dffdb9a5a91d4fc2621893
BLAKE2b-256 4dd4c0ec443d77b80c2a903f808e3a440dcc4211cdd27bcb466082cb5016f3f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 237c7b3532d02e136e802c4e325824c933f36a6baff551a36796ceefc11c62e9
MD5 e98649fd137bb25c8588d364b430f68f
BLAKE2b-256 e106b98d3b1e6c9c0463753a37fed0da11f0d2b10bb32a2bec1f50d6025177cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 36c46be8e5541b3d8b60def57bfba44115728126c8a593cf405d97ec55aabbad
MD5 9d32647b69ca7692fa510a232a3ea2a9
BLAKE2b-256 97ea56ece16e9f3f4dc7ad0f2fa3a4a39ed15b5572801bc62e590e68ddf54a6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f246f7d724634f8ddd73b969b2817f835888cb9a8710538f145f98edb06c0616
MD5 88974440c056e758feae8250874871c8
BLAKE2b-256 55fb66d105263d193659cf8fb6948bd34a16916ea7d8b99e1582739af7483f44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 aa3d7d369f2435282db26ecfec0dce4b2adbef8445ffd18629b8389b91b91772
MD5 ed581a859a9967a7bbad61e71a10fdc9
BLAKE2b-256 ace1b11f6959d7d6525b40f3ebc707606b5b039ca57c69c5dd133764db86be71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9277eecc3bd07958465067eba8a75bb54cd1b1fd5cdd71f4ab09bda6e9e2d970
MD5 8dd564ac2a659981912acf5ef9b63e17
BLAKE2b-256 4e24e308e9ed259bc5e849cec6421907b035e30f99356eff0c3bb6591db5607e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e91a3c13f5a1ce77fb036be03730045cc7b88113955a3f25d91919c5811a04ce
MD5 a4300b6bf14d63b079c0e0b19f1d547a
BLAKE2b-256 b574d160dd4688c46dfb90d2f93a7b9837f330cabe6787f6e1165842dd75995e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 440134e4501d158fadd6835771fbb4e7283ec8464a355dfd98da2a204174b1ce
MD5 6d33b52f4fd42e0737c964dbb973faaa
BLAKE2b-256 9547a48f5fc4a8f309c541a4329594b1e6dd03a3c560761d63caad07bf6d4b52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 f2a8375fda6dcaf47acce4a65b1545ba1125854bfcedac93208442c831c7bc9a
MD5 818e42f1cb297e75a823818c2a97e225
BLAKE2b-256 10cf53199193e732fc27c5b556e56e2b08ec5bc49235c18aa36737658a01582d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6863700ec3fad190fe99bcb90383cd6ebeb92c9d537c42e07d40aa02b6d0bae3
MD5 b7aec3507255b5a3469f6603b5ac66c7
BLAKE2b-256 9a9f02b2b9ec21c679c34768c9a022556f4dc4d685946db70344a29217abbbb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e750bf3592a13d12a839935bf8078c7bfbed059b50cca78bf1423de8c17c639
MD5 616fde3ec792fe20923d123eef3ad50f
BLAKE2b-256 43f33211faf3ccb42072f6c6f9f30814be1e24090b9e8b90b95af307a40226ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1bd2c38e4f603ebe7d49ef5a466a353645ad704400942474655fe73c9639584b
MD5 ad721dd2c5069fef9815d9f6b0761e6c
BLAKE2b-256 f312799edc53db0a918cc94ca38a7a68fa99f5b44be4905687cd79da9cf6e516

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 257c13279993657f6a9b00e419fb51fce7628e7c99db038d35a85e2aeea45669
MD5 a8735074f6f750a81a9082185bdfbd3e
BLAKE2b-256 a671324d3baa2380be373ea01ab90d26923fa2d2e2adb33be3b5f4a529fd0acc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e5e2059a2d224852ba4b1a2027cdf00a7a3147c26093c25536c9dcee72a9c5db
MD5 a361877b96dd34697d80904f1611c2b1
BLAKE2b-256 69b5726adbc4915105b61c3c69c5ad2e1bd2ea03cd0129056f85bb6168fc0767

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 52dda663379c4e91bbd19f6de04013afa28c35fd395981e10ddd13aa3a00280c
MD5 c7af0ad856ebb039f2c2de72bad5920f
BLAKE2b-256 691aa456d9a7173b26252c5e92819dc4d664367b4244ac491a9cf773e0492fc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 838e71984bf3bf62af7529f077f4efd9bfdb6b268cfb26d8f28b426672245610
MD5 b30549198b8f5774019a82a5df99f290
BLAKE2b-256 ae0ed5f95085bf454291ad7b7f270a0dd495b1cc87c7506bbacd54de0d2ea865

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b27a9095aa13d9a816de07e0348611d646a3cc91679c0136bc06b46f53e37a92
MD5 00e8268ea7a4f293ebbeac413bb7f08d
BLAKE2b-256 ec917661cb1b3bf8f6e9483c1697cdf9736597555652b71922b8c08292d6b4b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7ebc628e58c2955a95a1ed7db2b3e049db563a0f2a4f7f6e06e01f3c31f301d6
MD5 77ff43c71ba5c339ae03319a0748d497
BLAKE2b-256 4ecf50b92292c4a6297690edd102ef341099b9c8c684e56c20fadbe2a3f5a6fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 08937879a9519ea5ee4707b23492311b55191c39d9b981dff8985a8c1e68c177
MD5 89e49f9eb73bc23e6d38334125d42078
BLAKE2b-256 47a5b75c03f00a7d692c33cccad1d1c2c61b179a5f2362efb20ad0080de6511e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ff0be3a1851b8726c76a92ecff871b26ad2e323f8eaffe2254be9dc175862d37
MD5 d2e8e2fa7282cfe89307b3756c61a1af
BLAKE2b-256 11ac101e23a00ef39d8c7037e70d7dc709124fb08db9b5518fe63b0ec1e37121

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 77c1fbe7861a8c9b7c422f10c539e50c0630a088e06cb4b26632be1a8c257c92
MD5 fe984637b76bc9267953eba7a1ee8b6f
BLAKE2b-256 9c5c92df994f2124708949a5f3c8dfe2b6a93537c27c8e65493cedc684f07bf2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 86bc8b061dcbbf8469c03d7b4581f6be19ff4ec2b15d9b9e5db47c95f42470fc
MD5 224193e56cf317aee481f311762b994d
BLAKE2b-256 f66363e6ce0b8bc445ccbfd0dcc92f93d0af2c1aa833e5dc1feb9a723ade664d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4689f221071f84fac66519673a04bd2b765790da092d4de2ccfd57ad4ba29d28
MD5 f922ca0b8319ee82dce4a8c99fff2566
BLAKE2b-256 cb90dac22f102a7c2a5aae158e1acf978462b2fa5bc766350cc40bb3c8c04128

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3b1f8a91f2b3c66ac53b95f2a245016dba61b8d077a7e2aa2864951a9b7f3b97
MD5 365b96b209dc7972f40b1439df00ba13
BLAKE2b-256 8b7716741d99975bdde7a21f01b9384d992586e07701b748dd094adc661f0d24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e07d7133b96dd102e377ff87594a3a4330890d3cd97ab5d7997d60bdb8a449de
MD5 d00d136122f64ec83989f63cad665567
BLAKE2b-256 76ace74b763b487dab1e72b6f89486cdf94d459258ece7b84b0bbeb655cbddc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4cb365a8b525d01152c381071f8053ac4d3f978e85727d8d667feba0e40598a4
MD5 8d6e4da662d255c4e787faf06008cec6
BLAKE2b-256 218b6f53159efc3ab751b08a2fea0e54966c518f0608ce6a82b9eb219c1fd4d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf8a4676678ef1f15c75ac60024d0230af91d637dcc76c5cf83384af50eb5bfa
MD5 92c9c4de22c7c34dc32bad96beb65d00
BLAKE2b-256 a37eeb7feebfda75aad1049968443bd65a78f89dda9fa6102a789b6c76084ce2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8873e6d1039b50b6db3f2c5c225ceac384e3cdbb5576c91c4eb447e29a562223
MD5 434e11670c161b3f03cacf8427c980d0
BLAKE2b-256 d1aac4c3cbcd25cfcdb0a47b3760d372082501cf8c10a113a539398fab86f5aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cccdc07f5a1f95bd79147b5fa8de268fc307633f82db389682cce68e6ad65b51
MD5 054b0eb1d3c5a615f4fd03debe107b95
BLAKE2b-256 52492f167393eae02045816f020e881b842f32e1da5342305a2200ba0a4b5ae2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b32d9ef7637d6621c8173032ab937d3f67db791644878ee68691aec31ecfb5a3
MD5 2bd1b8f137891d542ba3f36f84b38e14
BLAKE2b-256 f59c8467e203b066dda357f825a5d4ccda3d952d170de04245a030299a84e8b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ed03f1d3cbb9cb2c3c614b2b8ee312fa6e7730c41cb1d8b67775f69fdc78c6c3
MD5 e3e5df58eb6c61fc6d93eb8a3ccdaf43
BLAKE2b-256 3558364e7e7b9e8d21dfd03c9e6acf30488681ce573612dddb6a31ad553468b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fc9c612a8cfd90076209e809bf1c6ccffa4e69297760d83222ac3a2d5ce84058
MD5 1a871a4269d56bc297ed6b09bdf77445
BLAKE2b-256 956b090a50ae0f4f8ff26c42f96ad394edcad446840cf690b466cbe73d82c55e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 e9e78ee36ea17defa64421f2e55256525d75315a5e101e83bdff05fdbeac5ef7
MD5 98323a2dc543739fc232d01b95009a14
BLAKE2b-256 7639014dce0de5a2ba22d361996bc9fe149b3f792b6acae430e2e716364a159d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c77b81f7bb23dbeb04c2e292530f3e1a398b4a27c3edda0eaca2c1a050a8feb0
MD5 956582acfed7c9c6babde021f409d6a2
BLAKE2b-256 ccc7a9364558e98ab65ae70a0760c6b642cf510ba9496a2b5b7b41f9f9c16c75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 49e658bc91f4b23f29c7f8b1937e290d9dc66128ed8cb08510a29e4ac35d67b5
MD5 f81c4e115d221dd2ad3dcd99884b5b52
BLAKE2b-256 65afb8c75242fd46f41d9b86e081e6ae0574454db7e75d917a1c406a681f5b72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e7d9861ad5aebb00e9ed524e99da7e1c3ff915645adf46b63085f37d7bfc1d78
MD5 215d4ead2007e3f42253f34d1c314531
BLAKE2b-256 5a195e903fcc689c2a524f42a07b185980aa22ef7c6aa53e006bf828410d613e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fdda07c83792afc6edfd289755ab873e016d6e45214b9dd3975b5e4c98b43702
MD5 dcfe21a061bb283c5e784bebb83a889e
BLAKE2b-256 642810aecc8cb2840157bf06691af82667a6c6feada1b8b7831c007a2c46f64e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 412138e6b09e6334e5476dcc00dacc5b1a95f56064efa5d0d89b6b4ebeef1a6e
MD5 a8e2f36fce5d5323c88af3d73c8b4d52
BLAKE2b-256 e7a9bca895e2a098570ac740a41f9614d840f04ce0385728f0adeb50a660824f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e5c2beed8ce3c4f1c85f756165e25f717a8c9bc23b6e188d64ecbd25f2845d42
MD5 6247febd3964daabd78477459159432f
BLAKE2b-256 a1f1b867d85cfee93b2be81e50f71254db7474d8fc6a20010cd0d0ec701c94c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1eec178c80e90fb1d4fd5d5090c5f01ed7962d6c0819985e1bb01e7b32e80477
MD5 3bb18c4752e7779e1814105eaf46dbe3
BLAKE2b-256 4114b6ef34811e3435e04a3eeb7d5e877f687d59c2b8f2a7e18474055b022b57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0f3b3ab3071e12d45d6886c41c776cb85458caf31d045c4cb9c88a28079b0fe9
MD5 41a9c8b1e1c7f552c6059e153a0b2000
BLAKE2b-256 353b03f749f745bb3e4b5c007d58f211d2f306b11437813e682e72d5e40330f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ef3f493f402545f776c778d7e6127964f2f4b0fba5c0e1e892878927cf9c9f8c
MD5 a072aa51f96aa21d814151514ec6a6c1
BLAKE2b-256 64cb4f562d62ddd0751910b73afdc9e784b597b17efa30e92e786fcd4d38ad56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 87bb8281e631a10e7a3d02d20df61d23451ab2be7d53fa5b23d835152a6859c0
MD5 d43279c3d59ecd847a028d4033cd1d97
BLAKE2b-256 8fd27af94c8e4941f3e94f712c8cab1aff269b49a3474daa10c5f6fae5920803

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8c7f502cb6f1131f2b14dabfdde4ee5b4e2555a7cb65bb1c584fdc05cc93ecb7
MD5 ecdb0d4907c368f2264e90eb680e52b8
BLAKE2b-256 20f319f68338ff301dd5bddb7c47b58c1604991b322c4ae071c3187e1b2c603a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5eed733daa8f94df5202353068d8df443c8be16b1558a82ec09384d7eb534be3
MD5 a153695e9fc7cf6bfbb03d5e4deca756
BLAKE2b-256 87bafa8c503b2eac707ebf5d853ac643746415fe44f648f594d866f0b5ffb50a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ecf337582a5501c6ab790948cea0a6b5f70e3e3fc3bfb3f20c8742885275d1e0
MD5 d3a3d82bb36b3ed0262e13f01d0f9103
BLAKE2b-256 6d08ef2922fdeec61c427de7fbaf24b158d99473f8efab276003242fe6b5d737

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f5ae8ca6d9aa01f55e3d25e6793ef91b0610bf55bee871e9e8dc1ff52209a386
MD5 e1b9ae867cf92c5f1798ab5f2794f05c
BLAKE2b-256 6b8c129e491f3965fccfe56356a64e9d4ddb441e0030262767b393bde9a63fc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d585b6ef7530198c9798eca3b9d7513f67665e17cae969c8c1429447ab688acc
MD5 78fff91c6dba6536a164d9d39916bf4e
BLAKE2b-256 e6f2b980547773d45937a62b8fe984171c1bce2d386f1e9f53873098da5bd9a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 23299119444995a35d2e58120c3026f71d3bd7404cd3020fd6258bef48ed21b9
MD5 106d8385d99ea839665a74d74ba65f35
BLAKE2b-256 1f97aebb6f1238c3ba641d9cdecf85f6365a62dbdd7409b56130a7cb86b6a6fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 987caa38e7888ff575bbe516d6497d47de017da49c4aa2a38300080e62e89362
MD5 09e48bb4d057d535f2dfea98d692b668
BLAKE2b-256 ce257d6f9c37e98c0189e48a5e311b039ad8249311319224b96daefe050d6ac0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f9928fc6722057ca39c89801b83cb3853f5d17172cef355347a60ff8e6b154a7
MD5 c8068fab4d7d8f464ff29cf48250c032
BLAKE2b-256 c43649eefade9fbffa1ae9c7f3ec48d809dc7e6974dbf342171a138eb18091c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.4.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 411a38dbdaee379655b2c96cc0d796c393aad6feb7c280c731e11152b7ac48bc
MD5 0a5d950ac99912ffb17811d02c1df334
BLAKE2b-256 7d1fd943e477cee6d11b50e462cf0b4061ad0f52591bd5c63c872923a5f13370

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