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

Uploaded Source

Built Distributions

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

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.6.7-pp310-pypy310_pp73-macosx_11_0_arm64.whl (973.7 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.6.7-pp39-pypy39_pp73-macosx_11_0_arm64.whl (974.3 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.6.7-cp313-cp313-win_amd64.whl (874.9 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.6.7-cp313-cp313-win32.whl (773.3 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

xcomponent-0.6.7-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.6.7-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

xcomponent-0.6.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.6.7-cp312-cp312-win_amd64.whl (875.9 kB view details)

Uploaded CPython 3.12Windows x86-64

xcomponent-0.6.7-cp312-cp312-win32.whl (773.9 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

xcomponent-0.6.7-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.6.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

xcomponent-0.6.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.6.7-cp311-cp311-win_amd64.whl (873.7 kB view details)

Uploaded CPython 3.11Windows x86-64

xcomponent-0.6.7-cp311-cp311-win32.whl (773.7 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

xcomponent-0.6.7-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.6.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

xcomponent-0.6.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.6.7-cp310-cp310-win_amd64.whl (873.5 kB view details)

Uploaded CPython 3.10Windows x86-64

xcomponent-0.6.7-cp310-cp310-win32.whl (774.2 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

xcomponent-0.6.7-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.6.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

xcomponent-0.6.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

xcomponent-0.6.7-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.6.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

xcomponent-0.6.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

xcomponent-0.6.7-cp39-cp39-macosx_11_0_arm64.whl (973.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

xcomponent-0.6.7-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.6.7.tar.gz.

File metadata

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

File hashes

Hashes for xcomponent-0.6.7.tar.gz
Algorithm Hash digest
SHA256 af877effa736832a82c6d918005bd5d2ca2abf7fb665ef6bc753b4469ca37b77
MD5 f4457f2f2974c69475430c4a4ea40b94
BLAKE2b-256 908c599358375ccc8915c96da0c3dc45abdd28750392ed7ad0cc7c2adfdda8a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d8c5dacd39819f22697fb4a99289a5a2424f3d027115cb33e325a5babbcfae2d
MD5 566ac5cdaba4f3711af9fe1a345b06d2
BLAKE2b-256 5f9de49223e07f7b74a8abc3f914a308cb82ba9a0744bbf3025917fb35e27241

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 d3ac0520d7b615327b55406e2124b58d8df5e97d784becb982e00d61e60b15c6
MD5 629179f6f1ddacc137199ad5ed626446
BLAKE2b-256 ee7882638096b515b18e70e83ec1297320ea54bd9474b0716046f01f45a2614c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 78168da7f5b11ae5bfdd51265dbff826d08c530783717a8942856b2be978eb13
MD5 b7494f7a01de2a5e2f939c3506a02712
BLAKE2b-256 9f25deb215509216387b3d3534a4e932df33c5e376573764d9c245be04a0db29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 63a74befb414f05f262263d358b3d9f33301359027851acd2667b67431aa2a4d
MD5 861c22361b85e1407002d80a98a60193
BLAKE2b-256 02b21782ba1ac3a3d35cdbf216627b47fb3e1867df25839ed9871114afdd6161

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 490c4666606c1763457c025d9bd1dc8b1c64ebf97b603e0dde2bc000c332ce96
MD5 c53a50192f04bd6b68f968a83c9eb012
BLAKE2b-256 8b36563230dfdfb967fd2b86763b57eb23a8e41e119ddc96b7a8590f8cbb7983

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 53b06ebdaa3c78f7592ca6fa7551aa0dce8e299602203d5507a97363aff57b26
MD5 12f0fb01f833932c6ef250addce1c6a4
BLAKE2b-256 8fc2efcfd9e7f5b23b4213763a80a08b47a6cdb935d6c2d108f8bf687f97da55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0e91b08e2c8209896da0d7a0dd67cdd85b473cd4f7019e1b203844f709f39e24
MD5 9948539dceda453ec28c22e86c412f36
BLAKE2b-256 9c2e30784675788ed681a495350a9b0f55a57645548721090a5d65f8fd504ad6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0a962408ad8c2d6fdb24e42738a5021fd13395eb886b0d218d81eaaf8b3ad40c
MD5 e37c1259575d10f8b102e0d424c31216
BLAKE2b-256 9413625aeb16bbf89fb8243bc7cbe3076c3f4475532ce649a252268e29d6672d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8ddbf1d4dc84b950abfa48875c6b8133176c15312d1d4f51a0f80e6316ad7c26
MD5 e79c5c4a7ccd0e8e36e8d6a14ad22d54
BLAKE2b-256 8e05030ff6b299eb3f7cd95241c5035863bd7fdbc81b5c16a834f81fe34fa99b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 e8f83a1d41871058f117799ebab2d4e25ea2ce65c9fb47049e9595cfe66f527e
MD5 63b9d1a4e6747c1091adbfb7948b018a
BLAKE2b-256 dc054d87d8b2950458f678b6b3d829fce895c992ba6ebd12919e3bb3eeebf912

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ed74aefb503c85079094270c4cc47898ef2a3f8bf6896df2c85f3df2b8311a95
MD5 e3c7ceaacc1eee7d2112d08d338303f0
BLAKE2b-256 5d50cd5c8386559a5495569bb250e583ea2c9dd63a25974d9d617ffc48783105

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 446befb3af337316ddbbbca0f7fb9209c4fc428b793e160f0ed55d4960173ef4
MD5 a96ecfccb7453df6819d8d5ee742414e
BLAKE2b-256 83e289cbfb0f5f9bf8f2157bf5ca437c3ef8282084e73d28e49055dd28509df3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fd6026f987dc8b5012f991e6df46328fc7e0565ed24b247ffab393d4208c98c4
MD5 b3e635858dac9a8497bb873630c703ff
BLAKE2b-256 932d2899529a63a568a1eedd8e7f66510f4a3c8079dd074faa9e33f2dc88661a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 50f5b994ff26db97f88ac49dc8166f711af6472921c2841f39985a5cda9c2561
MD5 25e93b54a8e6f5f274c0f8e9b4bf16f7
BLAKE2b-256 c39d137eda305125224a13cede82e952e4043c5dcf0da5d11983d8e4f44efb8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c15fcab7c4491fcebcb68930296188f31e49cf7149023d86e1cdc4c54920cf97
MD5 21c7425e58efff503bad3a488831f21d
BLAKE2b-256 fde2abf7d703ef7b7f16d94f2c19dece21120aa112574946acf9cd544cf2f00d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 843c7f587cb79a308c568929d869d82079cb22f129e186766fa107fc064ba0db
MD5 2d88fdd498aafa86db0ed8888372e2fc
BLAKE2b-256 674a8ce158b3b6f1c21de61950c41f2652d98723aed71aa3e5967c3ba9013802

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 518dd6fb3ba2db78482da7e71fc0583959c9bcb223536516be8329395e03eec0
MD5 acf5775a177a831cdef4c2650a78516d
BLAKE2b-256 45ef962317a380476082a73fe9b2e30b8d706f9951c04f1d82298769a863697a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 82fdbe1f162e61c24f3bc7ca507c06cff3a69b7cff729c731890d4c4b9a5d6d6
MD5 12941b0d27bbdfd568abb60a8e431fc1
BLAKE2b-256 4f11dc9ab062536a2c00121990de215352140aef6f75636bb423e03b85f59e28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6054395814e1140e57a39dea020f54b46f30a7c8b7022ba312b04ecc02b53a80
MD5 c87b2d6f8eb2d19878ab250f48468c7d
BLAKE2b-256 ffa0a8b7909aa06abcc6f9c6df5407db2717b5aa0e14543c8fc3750004a3e699

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 44caf4fbd929c2670b87951d1a84c910588799192610bfb9b1e9a283d7ec8787
MD5 84ee18984659ecaa7af4371593a7b8a6
BLAKE2b-256 b4a4944334340f89e7723ceb805c5bdac65aa041a77bff264f27235b485a04c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6d9705bfb5360d823a9c2898330f04ee0ccc6c9a13c04bfb16aa4dd070afdb8f
MD5 9e7dabb03ef87037fc8cfe838d85509c
BLAKE2b-256 c71db7ea16110aae29e76c0104d36a826a8ef1694ba2f697dadff6d38b8f66a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 29af350793b0a5ecf741198eb1c7fcc950977f62fd7b7936a7d3cbcfd89e7744
MD5 1446c1b5a56b725aabde67cee5972a06
BLAKE2b-256 8bd7fce165c982a638dc1a84a811a642780e45d8444df320683ab64eedd55fcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 62802db4872804d08913d7603aacc8cb2e2fd5982cd6f67560268d75f7f2e109
MD5 79e69d57fe3d064bdbac80b2ac5d7641
BLAKE2b-256 a8449a149f85e3893ed67f3fabcbf2b5bfb3c883c41359a1f00acfcd5615394f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 35188620482b0fcdd6dd9e8060520615a406f1c9d6723499645def9ec8dbc4ae
MD5 7d490d19a50e8671254b12c77ae61c89
BLAKE2b-256 c3d53e2893fa010f3a34a07c40539168d9ab1b0c6e368892a39e2c87b081282d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6ed7f5b641ae611b9f5b80df5169cda54ff540ac8c26b85c98b68558820c97e4
MD5 26fc3ebade45233bac8585993a385a1b
BLAKE2b-256 c5a4772c3800d5445c15d4b0e5d0c854793d714324f7480a57ab64497fd0fbb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 34c67f18db5b886c6771e301305ba0d440638a63a848d45e2321ad705a17f907
MD5 1d69294f62ee68967a9a5325d999318a
BLAKE2b-256 543f0a28d4285ecc8f2e9c5c9389a2c008dd09b83a1c8c5debd6a3c70c0549bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1d40323ad690b0528a2cb0b8e2228e74de3e4190486aeada67fd72a35d7da45b
MD5 aeaa0dde628dd7929deede54ce532a95
BLAKE2b-256 074e78966f8383da5b65a39ebf10dcfb73ba4ecada7ec7b38fa85543182ab1d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 19c9c2b2ace093c49d4f55e47514fd03215ca41b7e0fb3ab393fb02cf1ea495d
MD5 9554e91351f404bccc72b3e842571737
BLAKE2b-256 46e2681b126a82aee8a85c4d8625b51a27bed2a038e42db145d9850881760e80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 88811e3d7ca89bb3553097219d23c83c3e77e6d39db813de666b03a95b12e316
MD5 ac3f2181c693621c9da97d0b192f49ee
BLAKE2b-256 9c5d0af839eba1375efb478b77dd2222150d6919634e8086596bed1ee2e8093a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f0c7c15b1b8df29002936f903b17ded8c04918dbcfb372ae0f56ec2d4ad920a1
MD5 c82f39ccfba382c981826ece0d623d84
BLAKE2b-256 68a4ebb6fe8e7b4272f146a0a5fdc3e193aa61f0e2724227644667a51eec2928

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f6c86e6a64052e174c8db05a2463e0d60428bc1ffec3cd1f03136f065ac75d43
MD5 a92943c16392f8dbff579af6c46fef7d
BLAKE2b-256 4e033b5a7c2b5cd5269b0c2dbebc78f633de494d9c219a7e33e5d2843928656c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 61cf6ae611ae0b990ff9b8181f5059798aa27f591a5b467fe43df17c868a7f9a
MD5 ef47064a6f926cda8e9bf8bfd8004a96
BLAKE2b-256 3c3883fde157f45d312b584f1b5efa927b33dc7a04a10ac9f4ddcbec2f9d2b6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9bf4ffc08d2899ccc7ab59b96f4715fef917880c71d52f4a9ab30796ff1ffbdc
MD5 3c99d3859c79d7d368d1e3358850d043
BLAKE2b-256 7573509002ff648b223f68d0e97fc3901df146ca723c5854e6dc24ab77ef93c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4138fd9c3247f422e2dbf1c1a0a106ed72e31557a92867b86047dc7501a436cd
MD5 e5bd243a847318c4d0b6f492b6ade0ab
BLAKE2b-256 ad465feb92875656d94904108b6a8875667d3f1eb6884f9a0b592a6bf8462ff4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 48eba608fca5f91dc2c2dda898c2a6c6c81bb1271ad29c02f91c01923622cbac
MD5 24c1cf6d0ed7c181fe15fbe2da6689f6
BLAKE2b-256 fb3e8d4d227dc75a4bfb4c8b732c4a927a05bab6e5783b0bcbc27ca20d26c602

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2b278919224b7e70e0c1690b02356bf94bc49b4cacfb92c85b825b7ba2ea8986
MD5 63ffccd22994ee8036efd18a812e91f4
BLAKE2b-256 3dacce3236a16a3d2dde2a9f47f9e63a1577634527bfc116593412994d7a6078

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f5ffbba1795eeecd650caa6df83ecf33a3b3ebd50bb648ae4d0f120eee501daf
MD5 7cd136b7165a9ed127a21e3adcf893b3
BLAKE2b-256 290482f0c02dcf859b4cea676b5adfa72f80a06ca53946fe9a41a59c04ff7e0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6584a44a4124646dcfccaec737f3e931f0bda5273610f2f3bfae79ad4968caea
MD5 ea56b38968baf11c5ca952ae29f53285
BLAKE2b-256 ab00d5ece6112ac8d85c2149a9eae5b0a886362c67ab3e079d2a02317e4b16c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 731d7be2208a3d440e90f23427f71cf4d937ddaa698dadc016ad752f29cf1b87
MD5 38317408f6d0f4ef395e3dee6ee881d9
BLAKE2b-256 d4243c003c7578454736a886d7497d9116bbdd2e71c49766956a1edb63e24e10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d940ec4a4b0399e5ef634cd668b690e216c5055ad58541d95ee55c88050f26cf
MD5 ac152b5bcbe73e930a27b92b988b1423
BLAKE2b-256 1dacdaaa5de48279d0fafa993125fc3cc1fc328bee67d8f17e277cd7814a8912

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5c9089f321162eb478b1146ce104bbbc67713d39c79ce0f08f31a30aa93fec53
MD5 f6ed2f599d0befeabf0e8123162347aa
BLAKE2b-256 fdc61a5204af1f05bc23d4eaef6d5ca10783126509715e0b032356492bc8197a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 fdc43e00f8dc5b1b379902b62c814d49761094a90d43bb7a3a51343039dc930a
MD5 d993a3fc21c26a635f098813a72bfa1c
BLAKE2b-256 2daa3cdf66fedd29a27a2915f6d418abc5c5aa2669518ae2489b16e8054f725d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ba39031c07ffed8cf5ff5c40a3ed8d3e88e8b9658734805078ff606a111ee99b
MD5 954665301eced8bb8a92415610710613
BLAKE2b-256 eee43580fed71844ae10b6b9153f9ab7d4e2fc0660f823c49d2bc9c245127045

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 70dd06d08714230663182b3ca9091e39a45da04fa6804f64a0cfba781e2246d8
MD5 5a52cce8efe1512a37c612543847f515
BLAKE2b-256 262660c7437e848d61bbda27d61ae3f07d73e597429202c26facca66af165438

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d5358edf801d8240ccd57d4f6f1e5f78871fc487b08263e10d95ffbd1320ae84
MD5 a84abff0adad9c60757145ce0550fedf
BLAKE2b-256 b45a1f63cc301a0c11ef2a219593e6edc2e8b413105987299055d63b677b74fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c0c720bcab9ded1f744c051f630deead4a12821cc688ec2096ec10fac4a2031
MD5 c4f147e8a63f407920b660849ba435ad
BLAKE2b-256 9882081f20583a159ad41215b0e7a5da822df3ca29d8fca327e22ed370811c61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5e5e0c01650c2998445078b3085bb00dd59144485e0b74b733f76a8ede27ee4a
MD5 0439f93a1bd25ee4868066f5b3a425c6
BLAKE2b-256 e0783c831554b9b4ed5358046c576621a7d19e96f499c577b8d31da1d350d5bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5e88caf83f2b25921976ff965235b8dcf6e63d399344bbfc5556a94a4599d242
MD5 08d470b90138216e51f8c5f73e1fbe5d
BLAKE2b-256 cbb300971251061d673521e7c5b7544342bce9af13c7d5797dab21a677aee46c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 88fbab3bed7466622e71e198fc488f93fb4bff9785b9615bd67f0ff3eb0fa889
MD5 1707a932a19cd9295d09e0a04b0a7139
BLAKE2b-256 390095e7a764fa9c72be153669d67e7a0afae01bf7abd51f1ca59d3398a079de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1d3cc0661c3122e76af26cfbbd99ce63ec20eb7653e723812b973d0fd230dbed
MD5 1e8c33f445ad0340349e40d810b66786
BLAKE2b-256 70886946313a34bc39166b37bdd9ffc4b408e24a67e5af20850a5b9139c464e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3254624f07879f63cdc23abd9cf3beb0b6b13b65d54c411ea668dded6bdbc24c
MD5 7b3ca1b99acd255e19bdc18d514d0b40
BLAKE2b-256 11347f8d5e575de767ca5b63e3b633cf87755c0cd3513d32e51ea5c260d50dec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 55b91e64ac631cb6b02cf074d6a2b571b38eb2faa4dad564397e7144cbea8912
MD5 361d9bba6bdc536bf0b0bcb1db0cd777
BLAKE2b-256 8b0b7d368b89dafd734a183f0bb41f554f447ea88abb0497fee50ba908b01c73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7008dd7b3a33ba67f0a1fdcf09a64cb6eb5cdf0e1699a5434d91cf4a165ec55f
MD5 74f4d51d4257fec6813812fc954ee439
BLAKE2b-256 45495c54f86098d8ef52858a2553e4e34f0116a6c5b11f1f0b6c4c004804b50a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 aa50cb9f844faffd9010a46d57304bced33a75489cd8c1abc45094e8b408ac3d
MD5 dd41b4bdc1500ab43ab37510b2422937
BLAKE2b-256 16c32a7410ad0ec1258f957808abf53fc4a84e411951da1a0f36f76aa6a3b00d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e0b5833de0297158314f5f05c3fc3641c72862ee237b885382daaec3dad3dfa0
MD5 362df879c6346604b3e654cb3aaf3426
BLAKE2b-256 89d2f667d47975f13101a4a7fa5b5d25afd2819712080fa5a4080599b075991c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 bdedcb3601c685e8e4833dded4f9be0d559f4083b652e7fe93782a032312e37f
MD5 ec3d82ddfcd04b8d399a3775435224ae
BLAKE2b-256 fe698426d780148b2ef9805c26f8b1a4498c617e483c4b169b78e576819990c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 dfae3267fd8aeb01f593ccd31cc0b5ff81fab928d8917b4d0f8c8f6622340189
MD5 dbe25df6b8f8b7e9a9bd0f3cdacd77b8
BLAKE2b-256 491ca6aaccd149972fc829f0f295b40b3ed6c9def55e37665913597d261f1ba1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 933c41aca14a07f72ef5da859f5609246393be11257004b25eba8a5e952c7aa9
MD5 833d05d38d5f16e71159d5308a9b0007
BLAKE2b-256 0fcebd399c4a1a5d94c50f05bbb4e7a164bd10c63fcb28c752f5b844e3332320

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 15710a8cc0979cb141da03371971e1c6b0b4d22b537e3256b20a6e07878a03ea
MD5 a71892d10b32fd0702fe433d6a459439
BLAKE2b-256 9b039c5804b519f7c5abcf55f4f79fb6cd8661a6e213e9d72d9887465e611d2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 963d3871fb84efb6b4723f53a852b58b1180974cdb1657315c73a0f8b99f9434
MD5 82ff03facf9ab27c0e4341955006a2a5
BLAKE2b-256 e284426ef0cb26ad49c5915e1502539445c39a90cbac48539e20ab6ec0f9d581

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9bd5920dd6f51ae1208dbef1f8db8ab18f05483793f08071668b5680b541ab2e
MD5 5e6e279998bfce842bfa17326f3cb12a
BLAKE2b-256 209d7dbd9df01ce31bd1bf99452da3e542d8798548a0d50464ab41774ca873cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f4133b94806fb9def516bb7db9bd0b6cb0dc4fa8509ca9dc276a8ac4858f888e
MD5 339e7474ceecae8c777af89d28ad4527
BLAKE2b-256 0cc44152bab2349ed295e3cb2f7d79bbe1fb46a0c23c94db442d90c7a5f7e05e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f0b2ae48211bd9f6d99de6820a7366284047ac1e16f2fca1fbba53306749304b
MD5 bbb71b93588141c2c4a9ab65a47052cb
BLAKE2b-256 94b201cd84ec6c6f810b2bedb4d4700e6b9633ec4be26e7375bea07c90803ba6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 eaf7c550c25cebd044eb71cc27c5f597a74e36f9fbc83bee132652abd3da733d
MD5 c88c3c68ecc8d212b20ef4c47e362cfa
BLAKE2b-256 f65c78dd7f87a44a374c8bbf5950b94d6b8875e2171e69d48a5a3b4d8e834afd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5609b2a8c15b2af2ca813325306357f7e3cdfaee7801ac502acf79c74d1fc8ba
MD5 37db3ac0c9638e5ff943ac496a2aefa5
BLAKE2b-256 d88059e650bb314fb8ca8c596bd2853169fddad40a4b4d0b44bd5b8ba9b83a0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 86cb6745bf49dad12bc69ef4e1349a4a8b2152b41c215097c682dd82a2586bb7
MD5 80245dd42b18f43ea3ab04fb32dc9477
BLAKE2b-256 70e9f32f1c1c6739473c1dd3cfb9026e394cd346dd473b17e51672fe80100c34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 25fa2bba2bcccc38ef24252037e9378a74361d6323a138a157bc023900ca8e26
MD5 3b1584e9c6c664d16b6d21ec4057af71
BLAKE2b-256 efd93093a99af084e2e7d0bdd67f96ca725c91733a8a3b8573601437635ffed3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b76b311d96ffc5e9961cee943e9af6ca4f0a303277d68733f7d7f2f816f4907d
MD5 9b952d5fdc5680e50164435848712301
BLAKE2b-256 769892812e5022e024cd005006765f6aa248a04cbd071cdcff8f45cfcef79f48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d8568b5dd57864e48921e941c4493ba32f771c6a1d2e72b5c43698488d2c03cd
MD5 afdbb8607e6f910cb5286a72b60b4b60
BLAKE2b-256 2460824fef13d9dbcd615da4fda4cb60f890d9374729153302ea8838b3be04fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9895ed834c80877b676e54653561525cd108fa08408b71d7391c499bc5ccdc8f
MD5 3f625dee2a4acb8aea4e01c0cf7c8509
BLAKE2b-256 fb9f52ab678c45334491fa138fa24592af1c19fe9cfa5a89597877e5429e6f4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 30e7ae5d441267096c4eaee04a159224c4f1e8d139ff9ff263665e6fce02eff4
MD5 3ceb3f562eba1bd664dba86cb7a45370
BLAKE2b-256 fb04be74b4fb02ad90a4e4e7c8a5ad8a3ccace1280646245f3fee2e4168a0d65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d0ef1f248c832faa552594eb6dc180ba77a8f017e1fc3a3871d795a0e045579d
MD5 539bf4cf1b663cd9f6122976a7c16d31
BLAKE2b-256 95185aebea46149905769d95f968aa66785b049f7357591df88f426646d9195f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4a051b65e55026aa4474afdecb0f2bfd55dfff914d92729a5e871dc7d81a49c8
MD5 2af643b3665e215b8813d1f5ccd4cf7f
BLAKE2b-256 57fe084e2df3140cef58404c7517870ca046fb3bf44a4ad106b1ecf719f78024

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f1d155206d263cf68580a58d06e8d8c68deb2c9186db60c206239a96e68796dd
MD5 27bfb3fe939039e32f400254e41e5021
BLAKE2b-256 8f81c2d0ac86fcb9fc11861f203b3a4957b29d8265bf1a4535cc062e1bf6973c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.7-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 53ff564a2e30698b442c7760acf05934c8c3c67ffad659ea82838904aba00f0f
MD5 3123fcd235221f5ee2faba5444cf813d
BLAKE2b-256 8e94c55ec1408decbbf0b81909c196a5e35fa5c28bcda6416a0cb4a5160a380e

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