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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.6.4-pp310-pypy310_pp73-macosx_11_0_arm64.whl (964.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.6.4-pp39-pypy39_pp73-macosx_11_0_arm64.whl (965.2 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.6.4-cp313-cp313-win_amd64.whl (869.5 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.6.4-cp313-cp313-win32.whl (771.3 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

xcomponent-0.6.4-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.4-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.4-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.4-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.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.6.4-cp312-cp312-win_amd64.whl (869.7 kB view details)

Uploaded CPython 3.12Windows x86-64

xcomponent-0.6.4-cp312-cp312-win32.whl (771.6 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

xcomponent-0.6.4-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.4-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.4-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.4-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.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.6.4-cp311-cp311-win_amd64.whl (867.2 kB view details)

Uploaded CPython 3.11Windows x86-64

xcomponent-0.6.4-cp311-cp311-win32.whl (770.3 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

xcomponent-0.6.4-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.4-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.4-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.4-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.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.6.4-cp310-cp310-win_amd64.whl (867.2 kB view details)

Uploaded CPython 3.10Windows x86-64

xcomponent-0.6.4-cp310-cp310-win32.whl (770.5 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

xcomponent-0.6.4-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.4-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.4-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.4-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.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

xcomponent-0.6.4-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.4-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.4-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.4-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.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

xcomponent-0.6.4-cp39-cp39-macosx_11_0_arm64.whl (966.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

xcomponent-0.6.4-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.4.tar.gz.

File metadata

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

File hashes

Hashes for xcomponent-0.6.4.tar.gz
Algorithm Hash digest
SHA256 176d6a6ba3276d7d989c89c3804d88f144a6e5335a543f28e8bb94daf7ba024e
MD5 ab6a0f76a8bbb9e7a90b67d41ca3f330
BLAKE2b-256 41695b5b36ec8e53f301a55437a8a14b5d0f57095a4b77c1a551ac5770969aed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dc87e72508ea595aec01aa456d47dcc88f7a04d4a125fb1ad1524ab28942c9fd
MD5 e046b856b4860a97160d64eb8940c039
BLAKE2b-256 f62b2ac5dce655cc4155989eb8dd89c19c8950948bd5ddb21b9597acc728bb6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 66418fa231e4b34dbc1d53b754fbbc0a0dadcce79288b6bd8dbb2e86c40356f2
MD5 b46e918c9fedad8f47642fa834bd8f40
BLAKE2b-256 4354f289f7608c9284d0f5975459183edc1b703cdc84062b6ce534a0a521ad31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f1f90172ec4c7f198b49100096ca11b1112c6180a67bb5ca946a235d9bbdb2de
MD5 8dc2a2d1a55a605487ecf4b562effe25
BLAKE2b-256 7c0d91448cc9f9153faa0230d2c94853bad1fea5d2bbf2f344cdab91ad5516cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 98f6843a1e01275a33e5cc6b8827ef0fbc910554547e9a502095dc57270e7b3b
MD5 c84aaadb2ee940626783a0284fb2f142
BLAKE2b-256 cfe1476acd8839d8547b97bfe5bbcef64480c5713cdf975ebab30ceace2d47b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e3181ddde3e8e61ac9b4794a15d5e3c9097e8e04f2221691cbf51894289632c4
MD5 7a12a603cf0f2149b9325a9cfe58e923
BLAKE2b-256 89f4e8f09b47809f0a4e4bc5f22aa2b99f97a33aa2b64ffc923606e0ca6d2cd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f83fccbb18bb251bf7ecbb3d0b09ba86fceeb3d2e4f8b45c896af1974bea181a
MD5 058e99c77a44afc4eb1dc5d0cf691150
BLAKE2b-256 2968d3dc6e557ba44d7fda071bcf5331d346c5a858a85a7048629939ec7268ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 550ce4248f9f539c8cd56f4389c2369e2e4aa0ba58b744bcacb70a1f69e5dfa3
MD5 71850811383451417da737be6ed3ea6e
BLAKE2b-256 26546501ce06c76b731d5e9c6117ccaa7bb0ee1a19470d344500ccc2a5a3fd28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f0319c321848a6048fede1bdf28acc0e864d40ec2b900516857cf9cbfd1336d7
MD5 b4ae75a09ee6a4f0ddf2874c7419afc5
BLAKE2b-256 9c08ed38c570ce9beb7b65683e74b22c9ffcbb226aa487015c073b6504144c60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3cb8382e97213e6efee4cae98b1aabe10afda36fb975dde462e92ac65ce89a51
MD5 82daec550e90eac6b6c54c32ce19629b
BLAKE2b-256 0f89b6f0814aac11c4dbe9c906bf9b0b8a482e540c52dd28f75ca6f5ab4da65b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 7da6dd5344d8de4bccf3e929bd211d07523ebd50f4568b337233b298fe7f1eca
MD5 7efc29aa1d1a06cf0330ad7bc3e19626
BLAKE2b-256 2650ca13a9bab542416af339143bcf313abaf98d497e6f24858c51ba9f2359c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 09b872c1a6a1f0c522fe793f53d41adeb4f9ecf34415d892eaa7e42712b98456
MD5 0c6a10a5cd80aae4bee0818ea89a4031
BLAKE2b-256 501565f58769ec86a9b40a4999e652a05f54d54c31f9f0339b7c76a6ecd01cf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 555e15ce9ede7005b61b1ddaf32ad5f433c86b1edbf312afb6dcceb0d1fa7ac6
MD5 d6f9eef580ec99f5f509260882aaf6ea
BLAKE2b-256 0c3560cbd12aec9627ca8046a5176edbe327ba397e6a6cf8c7ee4de6c0041b40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 119ee749aa6f1b06af655c948713f650246586c072a86caafe581c3195f7f6fb
MD5 cba4d032d086cb9ee1f2a519020bda68
BLAKE2b-256 51d3b41e9347940948bff5f13fe68c878ad669e03725f1ace1847987dadafd2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 716b97f9c05a6107fe555b3aea363367baaa82ab68433290275d59ab2f325f5e
MD5 b29647f79156bed255ea8aa42fb88f01
BLAKE2b-256 4f2780c199d15367b1e7bc2298391f3cca69bdd09c926a849f28c9c8a440f485

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0a725f8b817885bd492a34ffa64f0a1453cde60961b94c61eca8520dd5c5876b
MD5 b6b90101696f43332227e74dc1b2c4a0
BLAKE2b-256 1cec98ad84e8cc32c471732ffac7d465b0087a4177fbe2d2db5680aa011bb256

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1f6fe0ad87382fea796014625abec3ac42b244978cfc689cbe0035524d6cf4d4
MD5 9e4567842a992bf85a42d7c8673fea45
BLAKE2b-256 bc75937876f669cc5bcfcddfe65bd5553210e272cd0746f7d465fd28505e6f72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 81b236ecd233cf339accfb423ec0d1fb2fc16acc3e0ff9b3bc6c8f0950add9ef
MD5 091881e9a5051eaa757a871fb0471659
BLAKE2b-256 24bc65d258d0e9000aaedff64e8a113cac6a000a65c249da74309d660d013648

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 119ee22288d3a280eedc178629ef0c1b94cd03b000ed496ebc1f80b3af55becc
MD5 b0c8f182403edfa54d5cbea8d793e50c
BLAKE2b-256 57584aa1abcb385d6dbcfd6152a897f076d2620c2584f040466452083d38a02a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9d4f275e20d7ab7539a04967e8a2172cc6c0b42b2767deb674ea960f9d1a0f68
MD5 756d70ec70d5e26d138477947b690eb8
BLAKE2b-256 b58d8650593ab5be3622cf0d2fe1e160bd5f50e0132730e587692f7745e8d406

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 fcd7f99d4ba9d105ba0de2ffa9fdaabb9b488f621c9408cecb489781a58275d5
MD5 de9b7496b3e40dcf2b639989b1f6b663
BLAKE2b-256 2aa3d304dae0d5a9851b49077adc455910a57bade38008dad89747bb6cd9c9cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b3ddd24f3991b9bc83710ad0fed4043f2bdbd3fc0b0cc9fdbdb86c7ee150c244
MD5 07794abf584fb03360555c48b0366eaa
BLAKE2b-256 fbf707ccded8016281e177e40ac34fdcc739e6166932108e1ad5e5be7c7badf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 922eac935551a4eca2df5b2803ba46d13386e468448dff05184b969c638c1c71
MD5 0e10b1db36d8201537ae38ab4c8385f5
BLAKE2b-256 0304b91eace0115e43e99d8a5667f2cdd3f4f81312416b5a3de277819507525a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b6c329b640ad3779829e609c46c085dc8caee44fc33f2a9dc2fc85540c58abbb
MD5 d2373062f557dab03f625c0a286c8d2e
BLAKE2b-256 5baceb9f218a5522831cf507c3d6efb8111ed0d2d7a80321b9fa8adde7009755

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 10f31345e91eedc4f5007022e78ab53a6e3a824cac914742f93655525e9ca8af
MD5 fe91848f68e70decae0cc06a1c72d7e2
BLAKE2b-256 056eee83863fc30ef17a38244d590a9ddb4a73c11eb9f1b060dbce37877cb95f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a5892f7175ed76b9670709775b3537a18b7b28cb356a86b49b86f351b99e94cd
MD5 e0411c33a25aa612c6472ae66dabc35a
BLAKE2b-256 c161fd801fab7242688166b774908523a08e3db41f5ecb25649f94fc11071ef9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5734aba4634ddfe25a16d5b090983d0cd454c4bbd4cf69b44d1928aacd0291fb
MD5 4d9c4f7dc491f02299cbabc9c2cef50f
BLAKE2b-256 9d5346a8eee92cca18fa51625f98b951fed1b5c0413232df7e3b1744f9527b33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4fca81eaed0a43369bdadeb556795b24cb9015220396120232aa0a8427a60d7f
MD5 d08222aa7fcee5133c20aab88c1ac8ca
BLAKE2b-256 64b78a1343abcf3ab2401845fedccd6f5f50b06b425df6569c7f26bab61ff29d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 146a0b562a784533d5f731e7ac174d9fc78ca99f3cfe57b00a3961b34d01f894
MD5 54504918e67c135bb1a8a751bbf436ef
BLAKE2b-256 a3f24cbe034cc9ff51da9bf9223741a2eb3972ea9d6d6cf79b41a96486736993

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5b7cd2fc090d691b76d94eba04f3c6644a5993489e4c78ddef6330f06dc1daee
MD5 c416b1039a3096af00becce82ddfcb30
BLAKE2b-256 22b0651e0580fc76a1e127b45b7ce8ba5d641bda91f8343b83e53f5b18c0a98d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 dca6f85cabc7a7299ec92cfb0ead4464ce78cd8138c063f1a4da58e8e4fb6057
MD5 875022b354d0b3da8a00dcdfa4c00632
BLAKE2b-256 37f5ea0daa3e30d8369c53c36dddd452dcd249cf33adee9f5e3f6d55f0c2ccf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 78771abdc366af5fdbd99729839c862781aa286a44b115689232f0e90a4b7027
MD5 a428af7409a1b98f90fff213b281889c
BLAKE2b-256 910eca5ae92a91d5123bd0672ee901c19454d1e03194a19340ff1877b3dc6965

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 074acb68529b1225d2de28d6faeb59c61f63f439292c00e6c802f834b0b3f271
MD5 b84f1d0dded6c2029a59f47758837ea7
BLAKE2b-256 4beae93ba28d8b2e46f17dbcc2936d429bccd28a241015302993eac836355e24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a90e91ed6a373db6aab3568f905c99053b0566bf01673bf6bd017cf3d55ac656
MD5 4791110d4b4a5fa242c21cb004372e74
BLAKE2b-256 8c5019bb7c63c9fed36e4de938b4c0450020e74240a3e55b089f71c383fac71c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e331962d6f7363843c077f0e84770f67e40a93dfbdf2b8b9b66a8dfedb5b1e0e
MD5 a04dd03b8fcb0af83b115e9a17c99e9e
BLAKE2b-256 07eafc572e209247e7a6d2009b4cb30179d7af9965628dda1895aaeb8997dc90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 784c71f94967a5f9b45561b32aadb72405039e3c5780768ebe874882a52a4bb3
MD5 9817a1ff20027609d417b468b40f2638
BLAKE2b-256 9a5f1e0ca2d61673fd168b4957531bbb0f903ae8dc2f96ab7305438032887d1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f36e9f91c690c7f794ee9a2ec2eff382dace1535fa2e480756993a7c7ff14b96
MD5 c2f198dbc4fa4cb5d72a1e99d8883872
BLAKE2b-256 1e0820c5c48bbd1cd41bd9178b8f5b4841412beb7012421c488d53692049831d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2a6c0e6ac853fd503b23946670a682354d4580c61adf3679401ee20c24909ba5
MD5 d8aadd73818e673c54586b32f4524bc2
BLAKE2b-256 f0c057f24eafed03373e9e78ed181e1ccb98fa54c57c5c0130e2ef9d7684fd49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8f9456b114713685126e7cb5a873cf01494fc7573022772fa9941e8d85c8b731
MD5 7da44dde5d27372252d3ce29e90939ce
BLAKE2b-256 801220772df843a7b0f5409d72971ed3c5591b6c53e35cc96f0a35acef78be58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 68d207a7e1520232b22baa9d6dce3df33b0be0109b9d84c7aa9d8c6914c31e95
MD5 15596eb4ca484d5a28ee524a9741a0d5
BLAKE2b-256 e7bef024e073792bd4655aa3b983ad818f0567a06bf2caa62fac92fa4f627aa9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e2363f8ee096f050e75b541d1aacd98c6db59da8b4b54648c862206cd3255014
MD5 72bcbeff29caca45bb34bb83104781b1
BLAKE2b-256 e0be2d326b636897388eb6dcc4346f42451bd8789f56c3147d63980702b1881c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c8395e0bdfe537201ec08765552597d4b95e4927689c89bd931002a1d15adc0c
MD5 03e1c00a9d87ef74a22b0f9019e4e600
BLAKE2b-256 da98f20c6cf042603ed789684f9e95999737f3a8488a567b0dff25b7a8fb1c72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 bf1e408dfdb77f68be9b3fa9143b69eab3409077761d01abf9f3d2c8eeb6a955
MD5 17c70f712fb191611c9259281adfcce5
BLAKE2b-256 88377555e84ef236fde79eba3d3af7de2556ba02664f069aeaf94fac414adc44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0500370bc9ba7d49e5cf861d94e7ff0dc1a8d7aa0c12064c0857d434e4b8ba75
MD5 a65cf006e7e44818ff7f78d3389afa5b
BLAKE2b-256 5269d75cc333a88678c40eef595881772c06ce0fe5296abc9c51e0365cd004cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 bd5c3829c9844f4ea891a3fd55ca5f9dc19958b0c6115f04aa92b80728548bc0
MD5 2248ac3e66f543f9ac7ee60748018049
BLAKE2b-256 3ca7d128058c219aa77bc611c87100190f31ccd4cea9c27fbdfa76d70ae51c8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6d3bab32cd64feb2b53ffd92106be268ffb7eee31067023ab32a4b39a38722f6
MD5 dd05a6c3e727664cf39892b1ef033f41
BLAKE2b-256 dedbb96e31844bfb25610688653cc90f7c8478f07506c4e256ccb2f6d5969c43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f5fe0b86d17203786081a2606538b5c2f424d1a0086da80cc371c46387fde55c
MD5 91b2599dc6d592e1c23d88a8c8ceb33b
BLAKE2b-256 f96979c6626260f7752f18c878aae1f2a5125818d9d37c257b277f52bde52072

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8a236b37ed78a1073528d558f102930f6e0afb3d53a8b4ababdff2b6bbccabe9
MD5 520d793be703145f079d833eaae36e0f
BLAKE2b-256 90e2e4f99739a616c0c825dc754266c2501550d4a7b4c998da57515abaf67726

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 390355ff82d8780c47c82c789bf13e740d5fd83c09119769a9817dc60ee68b8c
MD5 bab6c252e870759e496a6448a7a089b4
BLAKE2b-256 0ec38c352cee7aa96a400a6f7de5ae589b790616f48bfd876ff290a6709fe707

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 21ceb94f057578d275f3062ff1f46ab1049adeae63c85bc53776266766d17277
MD5 7003e04098f16ccfdd3ebe9b9c13e75f
BLAKE2b-256 9210fe84e1775e1ce82ad020fd4a91d43036a8793e2fad03476541f91a10ab23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 68b784e07811e7b4cd8b3e2c17cad810871294d355be7897b73b6fcb48d7f352
MD5 c1f4b3d8f2503ed84a636e2d958d12b4
BLAKE2b-256 66ebb855a97ca6ce2e7a86fac78a4de79396fc42a8ebce5facbee95dac93efd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 818ede2fb62d4295f66228d1100ea343ddf9d6ef10ca8783fcf08e88775bd9e4
MD5 68e1be70002996b9a0c67ec5c2b02f5c
BLAKE2b-256 5d13a9ce104d17c8dd154c79b2921301ee144f4f7e49244d0cda9e71fac5df77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 55869de52416b7cfaa3ba165cafb8fa99d5631c3a7152d61aa9b1812ba8760a0
MD5 d1037d93d08b83b105a52de4295d4c3a
BLAKE2b-256 4b1d0387e3c81edcc31e56278c5ee55f6c85105a48ce7127e679e63a3b1c1e76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 98fb81b9ac557423e83da766d6347f0865bb30288503872d75215d3fcf5856c1
MD5 c67c7291e8aab8ff80d094eded1cd416
BLAKE2b-256 c57e7c59c95f4ada64e588d45bb585dc36cbc9071619ab5cb7fe20a6091b85ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 45ad33516da808c6474f941f0116f1dd18af421abeb784fc9b39478d32f0f518
MD5 32a6270621964b8a6c36bf2666feb1a4
BLAKE2b-256 ffa84d99bc355679be10d806386cc6f3a3b60e67a16f3fa0267ab271d9e683d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 77a96fbae5f709e1ae6c3db909333654507967c368cdedb685b5bfe74aebcb01
MD5 d0c1f7087d6d6377aaa49bf45ec99047
BLAKE2b-256 735ae77280f7657e256fc907f752ce6265b672816d30afc60f2affd3a97eee49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 68541eb93d56c650570dcff1a8a7982c3a04af59fc6d0f8412c58e729a61627c
MD5 0715417b2a2e6ccb480c78cf9bc11284
BLAKE2b-256 a1701ca1b0d5155eee14c533f45ef81b73540662cfdd16553504006d6a9da370

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7ad930157e1b0285ec39deda5bfae2e1bffceb85518830482d2c4f7adc13e7a6
MD5 83257cdd89cf2a31b6a748fab29128ca
BLAKE2b-256 d3a54bce4392f702e186425d03b4e99b815bf2619e8537608bc50ac2a19376e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7cabf8d167456541749e606d94256efbb0303759170e4c750186552eeebe683d
MD5 a0da1e495eceae47501f7cd1c5398ea6
BLAKE2b-256 289e0091b0b47a2a4be1ccd774bd92c0ed18777af06897fb01ab0f50cf668506

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 55e61e91828b34038b3a4ff616b15315b5cbf9135e91a8d04f7705b9792dd9a7
MD5 3183eeb7a3847fdef645fe0f293a71e7
BLAKE2b-256 de95373050087fdf7fd48d2164497ebb649137d99b6892d3e152b477dc324c90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3b038719cccc146da6a890d9fece71cdb800315509f13107ac205a17a0470282
MD5 d290a1da8f79b506d06801d2ed49b62f
BLAKE2b-256 c7a59cf548f458986499370acc2c710687a1767845f2241d13225b9361bcaac8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1e3a1488392d596b459cf7e5afd7ec8981bf22e5c962c1e41c18e7e851ba242e
MD5 99f98624fb3e96d87e9f8fef0ed40533
BLAKE2b-256 285fc9c7377a3bb8a6be60ad215fc07dd0c5a3db6a294650a0ba1c920503adfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 92df54938308e0777c652741b5650aa12224fbeb27f11ea2093525e8bd999b05
MD5 aea7e10595f787184eaab8fc64c96f54
BLAKE2b-256 79b04c0151ccc83460969e9ef9898f0185773e16053093be8a688efa68aa64b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 656d552f115b21501c982e4d91fbe0134655ad775a3aaa178a829e04870b9938
MD5 a4ebdb33f81240c309ddc80f3f763bde
BLAKE2b-256 f896edeaefcc9b2d49eb146d2f7b70ce00047968852b993c28effc6960503da3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 efb82d26952278bffe25bafdee4e1db34b5e85d4f422ee3b3eb23ea4cd6a30bb
MD5 b7be84d61c01743e330ae33b0dd2b9ad
BLAKE2b-256 cf806dd88db2ebd5fa668498ca6a44dae20c397958bb04d89bb7fa2d364e9f8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 533c51f6721c90248e7eead5a25fa0d1603690543ec2dc4497273b652c3eefda
MD5 e9b2274d928923c87be6aabf3803773a
BLAKE2b-256 3a9806fbc6749db7bcc6c14b867b1ec57ac9409f2e8d0b1ca9390f7e033fbd67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 a1d67e00660b3bce3e11627bf922e5e2cc653da27e03f33e62744f715b0f2003
MD5 f20c69c8981abde6f41d9030219a71a7
BLAKE2b-256 0d19a8d000b470f9616db5535252caf6e43edc672eb93c272253ed1fde1e76b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 46c0e80817e0608c8a84af3391b5d23bcbf56b4f9e26a5f71dd89a605191989c
MD5 4c5559ceafae7e68580b891ce411563d
BLAKE2b-256 3be8d2acd68b725d6b4c83faac968d3b6acf07c7ce7c0dc1a73ecfb2880a446e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4c8c21a285a33fdb81a86524e38a51f0fd4dc02e4e0722a5a7717cb30d6995f8
MD5 1758bd7042bedbe4ae55e406f492acad
BLAKE2b-256 9178fa71af383cea96fa5f6c35f00fc9195dbdcec7104a1f2da6af98eae4c43b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7848e3139da886f363d2b2183553dad0f1b12f0c50161d593268413e761247d9
MD5 920e65d4b956241c09c05fcce012c291
BLAKE2b-256 e0357d086d34fce0896ee39bdaf92a38ba74f54060e01e3be3c9371009adb28f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 69ce005f29b1e9728cf4fd288a87701ed4b8bb8ac701691f03e5c3b82b31d87e
MD5 680e0fa98a024e9535ed699cfd6a1743
BLAKE2b-256 b141d668cfc9898f5cb0554479e7ca6cd0f66d672be4bf7e8e661f5a0a4df187

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 70dbff69563915509467f09de9681255aa6cea6bc170f2859ed7b7658cba98fb
MD5 83cf898ed92a74210b341cb3b1c41bfb
BLAKE2b-256 65d4d6f406f0f1a75ce1294ce1d3d195e2ee23ce88cda6734f0307b706e68dbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 921b1ad686dbae5a0891a3574eb492f791ab99ae6980624140bb3fac5fa64a88
MD5 e53898f62f4a0a02434bda66a5bc5d61
BLAKE2b-256 fd752eb32e969cbc16b15d130ef6808e72d92583f30372fd060d0d8c70315818

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 40f36b6bd33d4db2dcd2e8fc174e0db208083d295e80ec8eff4fae83bc5e676e
MD5 0b125f7b3b905580744ff01a49ba8dd6
BLAKE2b-256 cb2ca34ab2ec7173330626d18205184ceb8493328f4a0f51e6a7b04f600f238b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc5da597c12874c4cd3447a9e500065a76d58a89fe5920c49b9dab1f1595ef03
MD5 fefb49bebc47c103e93e11d8f18d289f
BLAKE2b-256 911ae50c8d3fc28fc07bf6abefccbc6b92c053391a66683feeb5b514d1ef19e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.4-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 99a58303149e1bdaf042422b020a4c9be7bb95b745cacf2f26d2619be821e0aa
MD5 0c6732bd8849c7203083913d1910da25
BLAKE2b-256 5b968c48539ed8618a3e0b4639c752113249b3c39dba3b6f95f61791dc252723

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