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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.6.9-pp310-pypy310_pp73-macosx_11_0_arm64.whl (974.0 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.6.9-pp39-pypy39_pp73-macosx_11_0_arm64.whl (974.5 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.6.9-cp313-cp313-win_amd64.whl (873.8 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.6.9-cp313-cp313-win32.whl (773.8 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

xcomponent-0.6.9-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.9-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.9-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.9-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.9-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.9-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.9-cp313-cp313-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.6.9-cp312-cp312-win_amd64.whl (874.3 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

xcomponent-0.6.9-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.9-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.9-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.9-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.9-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.9-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.9-cp312-cp312-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.6.9-cp311-cp311-win_amd64.whl (874.1 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

xcomponent-0.6.9-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.9-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.9-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.9-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.9-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.9-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.9-cp311-cp311-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.6.9-cp310-cp310-win_amd64.whl (873.4 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

xcomponent-0.6.9-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.9-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.9-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.9-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.9-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.9-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.9-cp310-cp310-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

xcomponent-0.6.9-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.9-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.9-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.9-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.9-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.9-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.9-cp39-cp39-macosx_11_0_arm64.whl (974.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

xcomponent-0.6.9-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.9.tar.gz.

File metadata

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

File hashes

Hashes for xcomponent-0.6.9.tar.gz
Algorithm Hash digest
SHA256 c55c2d1420c67ca0ab4c5d43aef109285bfced3c9585ca1f2a402168cd0995b4
MD5 91887a5f7c926a7f100adf50727a5ec1
BLAKE2b-256 db9010fadb5339646997ab9b3450390505077b9681ce2ed6d2e86d765b2e3fe6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bb52f51d04499dfa37b5d5bd711842b1e87cb2b367d84d46c0e4419da428473f
MD5 0598e912e48ab388fe4f7b5b16191eda
BLAKE2b-256 9475d1ebe21626f16b6a1bcc6188a9afddfa38d6e4c5010a4912729dc559c662

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 31d33af103e49a6c6edda6389e2da3f5d63c794871f18ef76677a37e1c86496a
MD5 13bab13ea6561a778da55cb7c02ea9ae
BLAKE2b-256 de3271889bd734a2bee1b796457cc2312d80d4f06321b7b33420af6b35ac3e57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 184d928f01001d4179d12ba282ae71b303a602a71260163af91125de66339360
MD5 371954592c52cc068bb24c2e3a1b75aa
BLAKE2b-256 959e542198bf77231c7679412ce6c278c4e6a8f86c3ac05996a3a9d4c8e399d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 624db7deb2861e87dff185adfd3adbd73113655e043ffd4e0d204e2744ec50fd
MD5 5a0e25aee3ed712e4c86b22962e68471
BLAKE2b-256 95ba2e987db1209ad47bbfdbd56ee25011a5d34bd135105e72b762cc54eab2f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1880a7c6e9b12338233da6ef3358b9b5c1158b3c133b7fbecdb964833b5d7e38
MD5 64b9ababbe4e41640c16b0e0803e0db6
BLAKE2b-256 3f1a6a36cbeeff6386e4f0f94dea0cbef0f23ab840ca4dcdb5641f461d3ac89a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7e7b35c76918ccdbc690bffeb3b7d738bff09ac3bb2fdd32d609013e0320ab94
MD5 0295e536b75c5321e02c6b251e1c42b2
BLAKE2b-256 b61f6ca8b394558170c44ddda9ba0d94da791f89176531d2b80ee6968b81ba59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a4b5162cb38627e1174fad64492744f88d0817bd3f24435a29429e7c2b39a13a
MD5 c97ed32114f65bd9c053564841b86d0e
BLAKE2b-256 22db40adc66296790a8bda2ee831e991b1fca3ef3577732cc213616e61d379a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5836c7dc776724e3c4b0a944d946d66cb10a1253ef97327bfc445f6bcb7cae06
MD5 46614e482b7af9aa4d6fa8083c97fca3
BLAKE2b-256 1dd83681a372a82a61c5cc843b86dd3cf397b1f88250a178a6fb77f900c2c28d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8ecb90c832329ec66cbc7cebc34caa8647bdfdc0170bd9f64a2985f22f4c0f21
MD5 3db488497eaea6c4af47be6a71ca1d75
BLAKE2b-256 2199eeb3166ee8e53f0decca17931efb051cd7ae63eb294653e3b4bad632e939

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 4c24a5126855860879927bb07b8d8e78706586c2ad68c6b239ec9b00a12cf126
MD5 1c5ea7b5d7a782bbaa82174ff85f7931
BLAKE2b-256 fd15731791477736d07422cb4d2bced191cf85ec605aafc517188ba75fa52038

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9473baeae8e055429b899fedf46aa722445f0e3143dd1c862699463d75ba9450
MD5 ece708334b9ef4c3c81179ddcad72a91
BLAKE2b-256 32c55e3eea318cb938f8ddffd5871b8dd68bacb199c96cb59f04f409d312750a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4f57ef6851585d94418ae0082a3d3ec778cc91dadc8d6a779338efb5123e25f7
MD5 c490e3ec260b1f96701176ed541ccb3a
BLAKE2b-256 c3285f589c5fa741ff685d955e3080dbf75c9df3901b79b7bf0a7d03d212637d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 48d9dd35d77c38fd410c41809acdd7c5cbc84bca55ef2e16a68f3aed03464445
MD5 20038665330ddce88b4e7fa29c4edb10
BLAKE2b-256 ed2f55c6b029bf5e27e3fdd77b25c80f2e6576333610f2e3eef3dd023c106fa3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7d4cd3f7f801b2011fd1d5b749ec61cd64c82c5ac17693712daa72678a922f30
MD5 fac23821ac3799deeb28a4399b5e13ce
BLAKE2b-256 ebc3e91bad8eaab9076d766a63616fc028f3e2707554e65d29a0fb616c99adc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 643a2e5e950a8f9e26e36a23fe7a27b8e401579ba2393073e85b9cbf875f99d9
MD5 d138a1e6283d845df4a043106b13713a
BLAKE2b-256 536dd0c777e8757c5f57f24bb6d12d621578d34431819d767794833afc3bc6bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 17d19deb34ffbb8b69249aa7b78a379e2a0236c70f3dca25b11eb4389a72904c
MD5 f087ac791210af41443065bc1f1e7dff
BLAKE2b-256 1842447f85ab8f55973eee73fc8fddcca243a90883a1333c2ec0ec99b7ddd130

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5ce7b0adc2ccf821ba7c52e3747f18538b47b0968d69eaefe879257f2755f125
MD5 d8323aa47be7aba8da157553ab866938
BLAKE2b-256 9c3d7256b1d57df4d7c58ca35ea5a367eb675b906385b209cac4168e569756fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ad6c214b0c7c87e79562c73d1bf523f6c906fde7524a03bb4e90e5098f523698
MD5 bb99de00cfe0036d69e62a049f68ed2e
BLAKE2b-256 107dbeca636becd0f2c40e15ef26dafb7b1d220841e525bfd804c38d43b60b27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 461f39d9fa2edc33abda0070e66fc3a89a289389db06902f2b994cd58084afa7
MD5 e0fc144d34013958f94de7888ddefb1a
BLAKE2b-256 8851bfce55ec27504de87980f2cfd0e3c2512972f354b709dcf30243cbe3e023

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 4daae68d57d075769211c99b93942e2262ba9bbb893f74068a82de5c8ed01927
MD5 026c4150065fd65bdbd8da433297f7a0
BLAKE2b-256 f7389ccb503f8a3cd31ff659022ed458db4824db5827168e9d74b843f515aa77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 29a9e6da50d4d9da675f3b9b4fc0cb6f15e4ab7e61be1db7343249b17bc64ae0
MD5 2a5e4b62b18ea8d4afb861a103001ab7
BLAKE2b-256 a4563e88578b388f30c1eb7441f16a5e8be68a35c1e9f9e71b9a4851e068642c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dd1c1fda4eb136dc641880ab763d2f2745d40e18e227d9349501fc125ba43a9e
MD5 333152170a1cbc3baa96378abc7f08a2
BLAKE2b-256 7a802b59a9869799aabb060370684ab8871ee4fb30f5dd6c3f7687350542dba4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fd0dce5f659c2a5a29aa44832619347586483c7938ee22dca8df918dbad5d965
MD5 5b0f54750bec5ef5a0b38360d3767033
BLAKE2b-256 d68bbd5fba5ccef4f7a2b49a9afae0344e23daba4da3aac4063a8ad3e9edd61a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ea70edad02a399408cb633f112497085dc800d4b206bdc457fdb1005deb9fdf4
MD5 43e18215c84a06011a1e064fc6b5c0bf
BLAKE2b-256 f1c19d170c838d135e54d4c91688ec86523dd9bc460d8ee502590fd75625202e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5f675d6235097ba35aa51a29b0e9601d9ae39565dbc24bd1a8ae5af827ad591a
MD5 0d8000d00eb6419f733e182d467f633f
BLAKE2b-256 03b33f0951afa2ddf74e7e1180497cc110432cfa600cf693162b9d33245a7c19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 119ca2a8aa01a519a4198169d124ac216420fb582d73f3a746347f7fe41eb0e5
MD5 4ca87424bc0e346e69fbf98b31415756
BLAKE2b-256 2f067ff60feef1f40244189abb97798bd4b35adf3adb0a973356231daf779fbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4dec2ea4202c1ce3a7c9bece8406ae044b4a23b71d0b2cbd764b61709918680c
MD5 bb14156c8ce821aee3760e1c3e9c75c0
BLAKE2b-256 2ece884ca379aa8e4ba5e323debbc12239fa5cde90e1e36413f1f8a2ac0b1fa6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b2ab5a070a77e7debb80d632a79838539e77f969ed931b23ac80765fa363f6a2
MD5 c7f0820942c2cad7604ef82293b178c5
BLAKE2b-256 3cc6d8260558ec2ac8bd7af90d487d826c70a59ece5b2feea90660e7dccc134d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7caa9d2a928b3b1d5a2e860eb437dd72946cbbca681c34b75b0240477defb567
MD5 d22915a8a6f5f914ddff594bf2307743
BLAKE2b-256 0ae414c65e452206cd48f1f8e71f5ee8d846938bbe89fb724ff19f3d4c22429b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 271040a7cb842905675239d08b9bd319e8bfcb5ca8d2fccbd929fcdbb7fd6362
MD5 2e041ca8e53866319c80d0a800d0ff04
BLAKE2b-256 2cb40fd9d56ee31ee364f6ac8910fc7748cebcbab11867c7f04b03a251c6657b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 6bcb64761a48309875554de245f6a6b38e35d8691ed7d705b665d74cb9998434
MD5 7291f85b390ce0b46438cfc21c03ed5a
BLAKE2b-256 0c5271e42c490e52f011b7344e22df59b0fbf252e1b769a64c1729205f3c0944

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 073d1be4fe005446f517ec35a87d34e8921f9426420eb92a5e41a76b8b23721c
MD5 8794a4116fef9704938a31f0efea7a2c
BLAKE2b-256 6d93c46f6f7d84e80df68c98a3783d9eb46e61f9454d164e5bd929f6fd040447

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4922f6d87e01bf9dee1de697d95084511319480685e68bd0445c3016d7d1da85
MD5 cec3ef45d0db4cbf2d47bbc671e625ef
BLAKE2b-256 685b2f3e377a3918faaf06284181eff438beccaf51c00c9b99c3e1990a7fb9c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 81450ad7e11a3f415c1c3925ab1c834fb9be0e1bcd9ff6b2d0f8ed9af6c669a2
MD5 2df6fe900cfec8c35781e033449fdcfa
BLAKE2b-256 6944d7085df2f778d7f6e3090070d4527ef1324d95e8201fa72cf71c9775a061

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ad045902a16ac2d6e24fab1fe4ddf9b85c9cc3d85a48663a68532cbebd00162d
MD5 9d535a7d05cb871c890fd647ae8a178a
BLAKE2b-256 78b9723d57fcb4e4234d41c5296e8b1d7614cf56b4ec64d107114bffdadc0369

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 92427c71a5009996db6995e19a9ca75c361bb115674d466e447d66cb8e959bc6
MD5 065a7c3ed8b7e80087b73d534de1cf25
BLAKE2b-256 a049cd804c6c5de24293d92ec2446470ee5c6e4676f9caff7fb05693e30f7c4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cbd0b914dcd2c285ef6ed3e50e02f935ef5a1c6aaa9f7c5a5809fcb45da61a47
MD5 cd44116cd6291dca5447a82578adf508
BLAKE2b-256 d82c6a676dc1a8621068406638e4c0318ffbef153ee73bf56b376bbac00a8c17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9189b89840f1464c4713800022c5e5a0047f062b48b02c3b7302c849ad39be98
MD5 a722d29460c01c0442c128cc503be148
BLAKE2b-256 2b2861f3cfa8a7e829be9c9ba0f1267caa7b69c849ee9647e29e4525a1b419b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1f48c731320d9cd9e87dc5ecccf38f37e7251d04d8401994086a3b908273af78
MD5 1cde7e5ee6ecf1d4721cf5aa994e4be7
BLAKE2b-256 19a950c7500ae65e9413ab1fbf2ea8177c9b9c1eaabe42b29dca4795abcedd25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e689f470fc84639c420765e045850915c2ca4c5dcf478d8b13a19f6b9a12cf10
MD5 56c62de850dc3877e05ccf41b7aa6b1e
BLAKE2b-256 052e2c3cf73a0d9f6f77b01fc4113ac10ff67840f1b52aa89386fb73dd9836c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fb88304eb1b76aa5e12322f22c0a2c46d6cbe1d71940599592c908181c33809c
MD5 3b02e6375f5bef49e31fd56f4f8c5375
BLAKE2b-256 a08ccc19ffd93bebb84c0f0eb8716ab0f0cc23506244ac293b89290fff7d633c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 b1b5b290a94bdededcd3098913ed7a4c408adb3ca798735d0392aabba3c1f915
MD5 b07a719822b81b0c20d037edb4df791b
BLAKE2b-256 bedff2ef662b6affae27f5c7d1b92f042c044b68763f75602930d7146dfeaaf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8755c925e0c571b07e144e0bd736747b589ee72e6a3b3749097e1f0de1c89120
MD5 6e6c4d1c7871ca716d02ba5f5b4fc2bc
BLAKE2b-256 2cfd48bcfb98a7d67477d22b76e7208a73054390d521711f46ff0f744eebe0a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 46be9d88b1c65efbab9b291a1f05e21f0497f7461ea75b9457b3909b766b2576
MD5 9e65f58cd51512982811234f9bd86dba
BLAKE2b-256 b0069587d696258c0abaac4c1317978b846b30d5be7a53e9621f23ca4c6e882f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7e21d2f2d5994106147a47333d900c5833f1a4e46f9f9baca25b35519f2c7171
MD5 aae52f2b88af954cf7ead0cf2b23625b
BLAKE2b-256 a6fb79e8ad6d5430ad6242a119692eaded4c99949c4e7a1bff248bfd37632659

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 56c2419f2e3d3ef1b9c89e023a5519311c2b376e061967517cd8dd7dbd6a7108
MD5 562da1979878494ba19aa8c61ca5b67e
BLAKE2b-256 5a3ff52e98c2f45b28dbaf5b894e17f877ff894e2161ce5840baf419f3cfc47e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8e42b62d41dc625e75b74efdb68d753e17872f2aed95172be04270bdab9c0826
MD5 3e4c28bb54e244a5b7a5a5b20db56119
BLAKE2b-256 781f11ed3264b505d22fa049fada264e906bf3dff9041dea33268ed4f1d1f7b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 723ad2ac1b56ea4e25a94518f5fb2678e65890d0cb5475f8bfacde1b6dbf7f78
MD5 1c2f9b7512cfa60ab7c8a2dfdd5dbb19
BLAKE2b-256 1ef6e37281ae72e6360acede01e25c436f92f02a3e2cda30f7725084bf50dc79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a195ea6b2a81688bf1c7f66e76d4fa1b4fdb847e8c785c165d687500d0a66496
MD5 91ae4550ec32d8e22184ad2e07abc08a
BLAKE2b-256 5ae9cd01f584a37249c4609c84c9310868ea767beec42a8636f4f42b7e46b057

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 614b56ef6b930e310229b7c38a4c6e87ccb232bf14f3332598b73c7507e2cac6
MD5 49291f74c08cf097974df70038a89ec6
BLAKE2b-256 85acef291cd3f476e5f3205b6f2f0845b971b6a31e01c383be4b6cc1037b0a91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0052649817bd7a9ad5fa0ea3f88e0209e195305e6105b7807fa31bba381c719b
MD5 6b7d15e29f2d75e4ba231fbe7fe3f70f
BLAKE2b-256 fd9b2d200fe9538c471e1097c1cc76364f9bbfcea22f5b7e479f1e1fbb7407c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 beb8b22825187d2f17760e3f24cd0f657bf704ffb99f44b7e6917ab7280294fe
MD5 582e9ac4f79c2434e9e2526f9af0d2e8
BLAKE2b-256 f4bdb311980007dab81e86823f9f0bb4bba6cec1be6c47d8b3cdf8f3e4be3868

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 35fab4563b9b7a96af0e0e9833447c051014044204b422cd87081065ff1c7d67
MD5 3a8abf23d276cbbe323eff409c0c4e31
BLAKE2b-256 bca825c5ddc235df5ae0d864e39085b721fa802b84da09fde08dd472731a9b60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f48cdb1cdbc7fd502af9bcbaa01467b3cc687dfc33d9e818dcd562ea160c07f6
MD5 22eb70a91615a488de36ccf65a16ba7f
BLAKE2b-256 ada01d9da9a8831a134ced9619d78e40c330797003f903fe39a5e06922a690af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 04bab9acf9bf8b6326f31c12d02cc12d5cb25ab03529d21df5de8db61d6f6861
MD5 be58b1b737ea5eb15a206c0dd5e41819
BLAKE2b-256 fd490405470a4aa9e3e627539dd7a0fa55f8637178cb1eb09b60ac7b39e0b3b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5619ab0aa59e868e79e60f0b3029d98fa902a19677f2c87cecf5e9aaad6cad35
MD5 76d0501b6e55f7a3576a4fd542080697
BLAKE2b-256 8ac8879e361ae5cf0f75b66b37bc10351746137c472ddbb3d70f834ad2456150

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c28fdcbeb09c769d04d107ba525750c0fc919107d9084c7ddc7c880c110cb77c
MD5 dc9fc6daff9476157c371a7862a5421b
BLAKE2b-256 a0bb5be2bba8227b0a4bc9559813af3cb6e1277e669e33dba5387f15d101ebf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9d46690424a0869381c3db2b68d9d9378824ab51c9a97ba50dfda2101199eb5f
MD5 79b26b6c82e70e302430f67415f96365
BLAKE2b-256 f926c848f92512603c54457c8e23396ec1b00755fd516acb9f84460bcabcaaa8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5a99274ca0a2b72d6240efa384deb0dcac63983b03aa2e97038d6b347763a6a6
MD5 fb5828ef100702676f217f592e4ec05c
BLAKE2b-256 edecf0825f77fff3a4391bcca717520c49bf28675c4fb28bc3b5cc0834b5c540

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 582ad2696a123da9c5239ad8a7c2dbcd08d03166b215fa0dafd79bfbae5e0055
MD5 99746d4164d38a10c8ee79002f95b345
BLAKE2b-256 65069d6e24bd07670c8ff6a2501954f0f35fc23f476a2ea334508766bda1dd79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e4c8416bdc4076c9d6f2653438239d565457eb4967404947e969ee6236d061f7
MD5 ed87bf6090825953bf9a5ce791dabe12
BLAKE2b-256 044c649e0bd214233a1a58cde42c4d9b0610ba2b82ac3c248b18ca52122c2202

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5bbfac83e5ea9bcd5dc1a9f2c61172023962f16e6d3fb9c6f08af0340e194864
MD5 1b8dea1336556678f0dfcf54c0640da9
BLAKE2b-256 1b5be49984a4e730874ecc07028b69344a0c9e3cfadf210fe38c484f2572e3d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 51c217788116b85f0928764978408475e15da19d23295cf80a90f0806a5da6ef
MD5 97794df6f533beeb567209f7fbfde91a
BLAKE2b-256 8c4ce269dcc12c15772ec10026e2a7a6433aa54f0f26b5f13c05839f1f908768

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c1ea2df038ad2d0ab875d77ef6a28c3a721f963a79363161c72e2a9bffbd3f28
MD5 99fd3b0d4b88387ef6aed6fbb2aefabe
BLAKE2b-256 17f84537d3e49f1ca9ce2570406300b426a5c917dc4bba0758b780b24bd890fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 45e3593cc7e90ff3b292997aa29062caf4d6262d07c6192c73c9004cb8ca586b
MD5 50419db756dcef09f241aa2d10fbaee4
BLAKE2b-256 2087ec1d8ed9b9904cb1d5fcc376109b03e9fae4a5c13f7ec83424f8962b0ee4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a447a6e6aa5417156c539b5cb3735b10984b73267227eab077cbdc7c8712b77d
MD5 41ee328da1c161e9605902e80932f6b7
BLAKE2b-256 18208be189c06ba14399f89f71d22024f1bf0418e36d52972997c63af532e000

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 69251fd91372b21768cf14f170e65376e43271ba0f480f8e30f88ec402d3429a
MD5 0049f47228e1039a4679b9c0af63f6c1
BLAKE2b-256 5fe0bad94232649e80a12415dc8c4da5aaf95d9f85f7e9d4bd5ba0aeadd11e06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d4a6ea41a506ed0c9f40e8d60e7a883867d58244b5d16ee6d03856b0d68f086c
MD5 d7f89059c91075291ec95c97afaa5b2c
BLAKE2b-256 a78db5a2a8d7f3e6f6b3e90f6fda7a081745c0e049331ee1c134e594d07d015c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ec657d664afd87f6372bd9cd6a68778766e44f99c83b3d8275ab504c9b836757
MD5 e84bfb30ef1e01fa0379033dc8160788
BLAKE2b-256 7f7cd10ca55105251e702b14640f6e16b46456fc04f109f9f58b04432f81a1f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c55eaaa57c2d332084ab5cbf73764c63882ec0e699f66cf8c3fe211327a48631
MD5 c10165dda8d5aefea9144cda1139f0f8
BLAKE2b-256 b676c3cedeb56a25ebb8413354219cb1cb7be87a206deb59a63052bbab6fedc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 65c17598abe5f162d2ea1a4f57bc54d4146ed51e78e59ac94d08282f59471596
MD5 29474eb02a1cfad25021134376d98c1d
BLAKE2b-256 7a2f5ab9835ab55d4c8adb2d92710bb20b86abbcc1cb40f79e9f3e7c30d405a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.9-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 01229cd57ef2d706a63d790a7aeb4dd3bacc6b25c924eb1c6424e84c3e803416
MD5 6ea27f177d6663a5850330384316686b
BLAKE2b-256 78e45d5855a449d8db30994936e733cd8c67440d4ab39d89bf0b82800bd876af

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