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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.6.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl (966.1 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.6.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl (966.8 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.6.3-cp313-cp313-win_amd64.whl (868.5 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.6.3-cp313-cp313-win32.whl (771.2 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.6.3-cp312-cp312-win_amd64.whl (868.9 kB view details)

Uploaded CPython 3.12Windows x86-64

xcomponent-0.6.3-cp312-cp312-win32.whl (771.7 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.6.3-cp311-cp311-win_amd64.whl (867.3 kB view details)

Uploaded CPython 3.11Windows x86-64

xcomponent-0.6.3-cp311-cp311-win32.whl (770.4 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

xcomponent-0.6.3-cp310-cp310-win32.whl (770.7 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

xcomponent-0.6.3-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.3-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.3-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.3-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.3-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.3-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.3-cp39-cp39-macosx_11_0_arm64.whl (968.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

xcomponent-0.6.3-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.3.tar.gz.

File metadata

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

File hashes

Hashes for xcomponent-0.6.3.tar.gz
Algorithm Hash digest
SHA256 83ff3dd97150129a0870fd10d267366fac7eaa309174cb940fe48be3e08e6eb8
MD5 f57e7e7324ffd84e562c65746dfa833d
BLAKE2b-256 cf54db9072fb1bd3ab0e0cf782ad493693b9f4472c42d36e71598d4cfabc5bf2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5b125cd6afcb73f6e8316de29ab6765a647d7fdadc6a2baab9f424f12c947673
MD5 0df5dda52dbe5433cfd88aae3ce99642
BLAKE2b-256 b139ad884b0ef301d873ef4425e942efb3c7b59b71c2afcd5b63782a38b3fe51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 1161dcbc2f3137980bf26be0da991333e72f6063e4839889f9fc7ddf41d682ef
MD5 a22ac58b56c84568e68969d2745ed5f0
BLAKE2b-256 67acb559c633cfa2629115e9e30be2231ea6ed41f84dfa77326e74f9fd357289

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 54a0168c348c8b5b4a0347a50d820f7b04ec4a7b877ada10088d6151798996ca
MD5 85637d6edf01da5df393672e03ee2b72
BLAKE2b-256 97090c35cf216466b531b52824a46383064988251f33534244aad6d9ac831535

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7063d8f42171a9ccc3533b4ffe94bc2b6d8dcd2dec1b17b6c2301ebd448a079c
MD5 9470ad4d5330574b9b43d724d8debe00
BLAKE2b-256 c49216797f75cadf9473cd1062342d4dacb8077d115adcbfd7ff62ddd17188ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ac04e0b01165dd49f4d1ebf062d2418823326baf4bb5c0d1ddbb33fb23a381a1
MD5 53077c09547bdf7f0e48f8bc93865cc5
BLAKE2b-256 4d30c6c2e8b57c6ec7284254c92adea4e5a035d0163a4bada30e9dc5e37ec8a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 438805a27bfd9fdad9444da119cc2660da7ee33700ef2c8c68949a3c5956feb7
MD5 eacc65a5e60c1fcaf83a80e37f7ef074
BLAKE2b-256 a4effcd647f1a24f37bb9ca483516d8ae5e04464c04a7aefd78632ecec48b98c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d47f67d588cfbba7f918552260f1937a4a1a4306303c887a02e5c46d3565cf58
MD5 759cc00d7ab4cbaa5cc402c7068b85bd
BLAKE2b-256 1388a73635e25d3ea69b8c7767cf071f95897f67595d4b78499ca4a6d47de68f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9eb938c8e3ea7b8692433ce4014d5e308280d27349f7bd5365e8109ee243d367
MD5 e58a0d9d51b083523ffa7bcb63da7823
BLAKE2b-256 19214c0d0254d128262d648a9d8176aa7fa9605d34b9ebea8ce98b45e465f490

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 50874c755d8839206c218362306e02c34ab77ab13d83ed1e8c51e1d8f6738939
MD5 e6e3020381c5ea170c16ebbc7d169be9
BLAKE2b-256 a94f8a6bef31881c595c1b0150a890c251d333c7f0a754c2f18c1161f3994d73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 da99c0c8973e198ffd54b4bba07ce773ea651ae542373d434a66cd461f5b8c64
MD5 4a1e50414119dc6dca7aaf60877fc40c
BLAKE2b-256 7eb27c5ff3ebbe2b1d54616eca544d98141b623ae14f443d0ebef6bf09cd7b5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d40ba143a76b1174ca1242afbeed8a0e836929e92718afe3851b4de5b9ede537
MD5 9139712c005e4b2e59c206832963d36d
BLAKE2b-256 2be97f448b8560e9341d0b941bdcbae352c0fabb6266eaabb92e8176d8efd875

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6afb1de5ebb8beebc311133de66a3b8d38f789999b4eabcc8185479d063dcd2c
MD5 596a30753a3af6bd4fab0e6f72a44dd3
BLAKE2b-256 bda9c9f7fb652c0db3d4222556efbd8b3d54d661678ed1f939ad9fef5efe1fe3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e03a3ef529bdeb93c32db5c617d9cc9f1cb6de7c18d0ce246fb0a226c2241d8b
MD5 3b23efcc407853f5ff34119f5e24d1b5
BLAKE2b-256 4b9a3fc4f33ff301043d283f03fe5213a4b27a1346c762fd2c1a0631f43e69fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d5ee754ba15228bc7aabfe1e0cc7d34bc9e98212561700845d6feabfd94c4235
MD5 1ab97ed438b18e70f3deaa2123d93325
BLAKE2b-256 15db7281c443d478ce160c931b8f1871bff369a5879b2cdf4b0efcc90da57057

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e6386819fd16b69712eec40920a9210956a55c4e38d40a421727e783f9f9f0f1
MD5 42dfe35a6d668ace733cb738da476344
BLAKE2b-256 296602bf1cde91bb90ff34c1c498dd2516df1b8ebe239974a39bd445f515e00e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c9ef4fe291421470561ef9de1ef06a6404b83a39efcb847a50df7528187d616b
MD5 d420683069770aabefccacf8cd42249c
BLAKE2b-256 e5949fc92edcca291dbca546a28dc01adb689a9c434fba2cea63b320c63ada32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ca3e60e450b63f81fdcc6e116027f62b901ae8043b84da62636cad4cec62a25c
MD5 15ea281e9766188df8dc752995d6ed00
BLAKE2b-256 142d52630a1c9cbecdcfdfc662f7eed5484c78b1d28ea94ad7b903371cc02dc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b810ed47c4303e81b016fa46ac8ea1f70189c15f0609f0532ad5398a5670d53f
MD5 4b388f7f613e4ba424cbdf815b3a14ba
BLAKE2b-256 103dde4994e8213ead0123f600fc809549b4e85568cd4eae4f9f5263a6fed117

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b3e8266f090e5b23acdfcc3e76f809b428f8ad553f2f8462305dd7bb2fd37a69
MD5 b54f4569f1057f5901a4c8d31b456c04
BLAKE2b-256 fe9e4183c615609d3db3508efb3d4052e1bfe5ec1d1bc965917881ede6f58d9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 2eba482ffca28030b1a4afd49b1560878c76e1f29f417ea60285035381074ad2
MD5 80dbcc73f76091d87b91d991a6e0e528
BLAKE2b-256 97b10def395207db822b932daa085ab6dc27a1733f49beaf2e630dbc93846088

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b4ebb97331c089204b193b33b754a448e60975344fd7ff8d7f5f3a9fbbcdde5f
MD5 a3e2f89db6599845e8cf2e003d751d3a
BLAKE2b-256 5cf21aa8738760918316a95f7b3f9d1d84a19f5d50104217331fec98d9ba2a67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0152689ea6153b2d74caeb6a26f74728dc46d73779e3c7215a5df0f7139256d3
MD5 fb8163edbe20faa0fa4beb0032620746
BLAKE2b-256 29dba3075ba7195b92ef75554eb578ea0fe0e6d51ffe0e14f84bf4210b5b2e57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3086dd614df6aba5e5daadbaf65b78da08b2e9bf49c3b3afab77a5cb0763d050
MD5 421eee739915eacb53fc1a12d912ae8b
BLAKE2b-256 75aef14f3ddf4580d7c31cac7287e2b79fd525ef59860875affefd7f529a8710

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8d244e9b3a55866f9803df4186e09bc76538ad42a3acdf127819fbb009db0249
MD5 07e70645ab5f7945caa69af29b43acff
BLAKE2b-256 4a08737216e90b590fbca61988d6ec93d70639497af267cd45ccc6fad6c054b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b180f1c306bba7443767fbd5a45e010a19f7028f4dd5189416f1853bd4d3787a
MD5 bd2ed409cbbced68fe5790f40527d4a0
BLAKE2b-256 b45b83d2b516b5bca7f74f43bb1422d3ecad93d268b6004a8dfeaefebd435fbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 54ae08ac1a9bc6d7aeafc2abacd09084f07b7e773384aaae6bd045c1340fae0d
MD5 b69ecf040498d25d4aac2a15e0425712
BLAKE2b-256 d7c483c63cb653ce48bd0d94f98fd2de1a848193d44f5036163d1496c9c43632

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5e2d13e5153ad2f8c0800c1c788f7b1d15d4059b123d468a13166728f72ae72f
MD5 ef281bfb4ea5eddcd18b43b6040f1f79
BLAKE2b-256 0ffc0b7c86e2bf6189367211246a0c129572548bb685c39531d02d2907625008

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7a6ca894ea5654f416682fd2d803f6d94c103fc06cceef65fb2a7370f4f58343
MD5 184955f1458cebd2c65f10175b53c01f
BLAKE2b-256 bbb2fc0a376da74d7dd252c67b82c0d89892133479700757e992fb19f1dd1fa5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7b9887e1f030fea496350d39ddbe5a1fbf782dab728b0db829502bbcdfffa92c
MD5 07d5a3d9e81fc852d6ca006b2fff9f03
BLAKE2b-256 2ae219d8f7081560af52e4a39d78d87d260380c212f24c4b7a1e6bede3659ab2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 0c1436a5f2055cd8ebcc7c8bcbce52f67d8a47a25700ce86d994212e598a41ce
MD5 8726b6d162e478475a08fd65ecee715c
BLAKE2b-256 560ae9381c21df948c0c473ac9e5c301b3d15646b0f422a4005df1cd12a8c4ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8104825677f02fb5bc77a5c82ddd8f75d945c23d51f432c23bb9e6ee0c01f493
MD5 fc1fff3d6b196845622d0be4f72849a0
BLAKE2b-256 df2a173a563a957e6aa1f652a5a8cc5d66d623d710b86958ce97af1012b0c5c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 4686b091148e1d1d0cb0c2b4d1b6fd8627a6b1697570088a2e0bce715496c37c
MD5 99e6da58e379f261f9ff7193b09a164c
BLAKE2b-256 edbe79f53a0b4db4aad247b963ff2caf90cdb66080a069d078afc8100aa26aff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a435c9d94c12b57c89e190af9223a0c69d43a109acd6ceddd4b93aa6242405b0
MD5 cdceb71c9423c6380c7b452d82b3421f
BLAKE2b-256 e46c8dd470f5fa19dfe6fb603cd2973f2975b0c8928aa2ac6e568baeb310ce08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 16532b47f0b818cae44cb7b159f5921b56b9c71aae1abcf00ced431daf1bb4dc
MD5 cb65b647c35e293bf7638800c3dbe618
BLAKE2b-256 1e4f4df223db62c965821126bef52fc960815229849558c0a2f8b01f8457a804

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e03f2db749561d506dfd4fbc31b333250a27725a4d79eb4b7af2915e430678da
MD5 d4c087da9d47f0424e1680fabd9101c9
BLAKE2b-256 18ed9195f36f0ef37547906fa9c1d0c12c1674c9cd0917cf0572c3f03c215152

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3c2f05c82fcabb6d347835739298a848f6f28d28234842f93181c60b1cb8fa31
MD5 c72e06c9964143b67f3c6aab469899e1
BLAKE2b-256 2119405c4ef268c140360663e580119265054199879cde6e69e0c50e9b89b09b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 321f0a58effee19977258e14f45dd58832528e4686b44c659028bac58118b9ba
MD5 1d545786d173a0b00e9c29f0c73e28d8
BLAKE2b-256 4cc9b01d9a96202e3b9d97342bcb62a80208e02756c9370ee787a2a87e917ec7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 26ac008aeb1fa4fa6b7946ffe5a09a3608dff021f53bd85e2abf02ec6fecd0c8
MD5 1082241985b5f3263de1c8d70ad7f522
BLAKE2b-256 bfa71c46db31bf3efbbf7d28747e4bcd7dd8d799ad7bb1cbc707f7969ea4db68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 20663503afc90ac147e5e5f0c9ebe2846a197215e24f8448e81c1f25405865dd
MD5 46f56bd0fd1f16bd9cde437371c84ee3
BLAKE2b-256 e1c546e41438995869767b66167fc2538c13b453614c113c23be6aea24804358

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8f4851ad779bc22757576453f60db4efb020a2e0b584eb6c41033828a105ee98
MD5 c203069fdd9807177dc4095be3174b4e
BLAKE2b-256 c9a413ada5c1f6a49971b45499133618ed34bca90b8d66decf05ce6dedfbeaf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3a073ad603b273dc48ba4b074268e112609405d02cea98a4b0844692d4ec0421
MD5 760ac8a013a2ce74395b07eb210c4882
BLAKE2b-256 7e822c98728370ac0c6a4cf5f14b3ed89f75e3ae8c48832d587098061ec387f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a6c3c99ab0485e0e56dc0ef215f3c131480db39367640e36384ecc868dc9097d
MD5 d376ec0b0d547da04d23682f63337819
BLAKE2b-256 b92dd436bb7fee2332fa48a5ebfa4ecadf1d3ef252c13e70836b4b58c4e8bc7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d798ccb0512b0d4cba4e88955cb266357ffddd0e31ec679d2a9113f82ba61de5
MD5 61f4edf4e79cf14545647ac5a3fdcfe5
BLAKE2b-256 625d3d9182d501c5345b7b43791dca4420355d56296da5375a975dcdf0104c5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 0394309cbe3d3401744ff339345d41a4d4ec781c9fb80f4f2b8a7f05ba064bcd
MD5 1f9f19468a3e098fafa0fc431284a793
BLAKE2b-256 d1be1498c1f8d6d8be2cfad4b030b93acd25e41cf3d7f17646fab35f9ba8fc86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c6b65a8102a1291459f1b56a14c748e62b1f7feb8abacacd2498b820ee2b1395
MD5 fb8d4411807fdb3569af8a4edbfa83a9
BLAKE2b-256 fb7f8f5debd1d7bb951a6d6f4e59bf590cbfde540d6619483eea255d9b12fa88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d0a003b7686f645965ab918a9cfacea6f4be6e9f12ce076ce6bcb2d5f603497d
MD5 52f368539757e7942b8c140856cd9df3
BLAKE2b-256 8f43060fdcacbdf4435db93b371ec9b69cff5edca466190fe5aa4e847a2bf703

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bce59bb6191796c4fb6cbf99573f06cf1e6daf9be3d22f5d2d5d7872b32b0640
MD5 78855e8f6b8bf64ce35f4a04ec9edd24
BLAKE2b-256 6f56b3c00bd304f33186cd822e1bc951f1b547698d71fc77a840979d7e9c9f0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 06aa7e2091285c1e48a31620aa9c28350f29ac8e3f864663f178b93c302ed825
MD5 da51a6dc9827e57f91581145774ec0b8
BLAKE2b-256 713e5375fe6e58cd2f8389434cf828abe246fdb4dcbffeabd9a34409ff946c66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d2ed0b6517d3e83ced9e9a29765820f529ec08390aa886222ac932335e7c71aa
MD5 ec0e65a324a7662b45c20ad12eac559b
BLAKE2b-256 0b08a142621e837d1e025ca71c87a48ab2bc19e6c9bdb937f96b233963b6ce5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0b070005f0798f243451797a361c1e278d8ca7329a04164b61a7d2bbc747950a
MD5 aa4708a02a0da352fd3e06142574fc71
BLAKE2b-256 c41371eb7677f12600d15270deb89b6e0c0a5254f8390a4e9de28548e5581b8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7417f32dd290b2163da9dff2f90a90b5db022879df0a03d60613181603d01883
MD5 3671f8420ef672cf77e1896720f41153
BLAKE2b-256 a3adfec5e50b348fa168495a8aed7ad612748114162f8ff34a147837af7f71b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 49a0f2d23a417c1ca03b560ac92e3cca381d46dbcf4d7e7f799fcb6145fe079f
MD5 425e668b61864dbc6a01c95ffaca99a5
BLAKE2b-256 0c55203f4c3240014b10c24fcce12cee2250ddbf12e80bb65e7e9c7a09abca52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1d4b7dafbe31c9ad24e0a8bcb4a68cb1e32f4cc8534931257b82f910a1d3c5b2
MD5 84027c1b1da8eb2a4db3b31249d406f2
BLAKE2b-256 8339f6ef5a7a026a346117fa5c2df81a98023b97b7d784e1cb99a6103abd1ad8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 67712e4a4441e487a9bd3dec68493aac5ede44beecdcc3c2e2261d40714eba0d
MD5 132a008479db9fde6fe4547992f3dfdf
BLAKE2b-256 089d644fdf0517afd7b5d3da29e31bb753a26c0213cb9c2592d8c0348e8e78d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bc6f70f8f2dfc96e68ac2ac4c50284c82929e575a8bf247e154f89b1a9b644ad
MD5 1185fc7f4c4bc427f57bdc629daa7a66
BLAKE2b-256 b01ed66433107823ecc497b5e02a05e4b246aa3d2b33ee0b927f4fe47f1ae234

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 e77fbaebf55fc41c449c81aac637616e87eaacfc3c0022fc04333f9948fd589f
MD5 eb8d8e43d74984c92adc74b07cce9a41
BLAKE2b-256 f1228814902e5079e1d06d43bdddfedd703b0b67122e46b3bf7a991a28a4037f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4fc4fce430c89cb440a99e46869d871cd01590b0c3305d6cdd635312aa758450
MD5 3e58bdb7defede469be05abbaf2b4d3d
BLAKE2b-256 15adbd3844d3a152be0da2585647f96c9c4e201ef56aeb8a05a60c0d344617ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0a528378ab0e2f6fff3aec9c9e8dae04a23cac3ccb3108e4deb41f4a1d6e1de6
MD5 4f0aa2ea830f11648216b3efee267a44
BLAKE2b-256 7c8d5ddd87ecd891dcb2cd6ac73c4c70ed9ace7612f9123eef1da8ea8f3d38ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 27d9fef2b0d426205323933a227d7b743a9df1e45139784207ec90159cb95671
MD5 51c590c2cb6a933eeffcf7e7cf7c45eb
BLAKE2b-256 dbcfb62bd521e15c8b8bbd5e5b01607cd40794874cc5570b8f5801931ee4d796

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 82aabe5159b28828fa3d1785ba0bf72039f4b1eeaf656a6f072e630185024115
MD5 da6188133d1a0277df158429adcc23b4
BLAKE2b-256 d9a4d78cfa75f0b46802dc9e538b5931aae30d2d51675a70ea0ac1ddbed27c81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d19c8d78c8758f9992c69ecd18bee81c2aed5cb8f2a73cddd8bd9240b8676183
MD5 c74dd3fa0f8f158e8ebde8852e6a9531
BLAKE2b-256 e71ca8dfa0899e3690649267546176846518945644894ab406cf1d59ce0708bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1f020e64c469b1f7c9ef4193ef888cc700a9c95b45f4d53ca75a1de3aa9b2a2c
MD5 8f853568a3edc004d5ad6f31a965c6b9
BLAKE2b-256 a3ee2c7170b6815e8ff2eece95a2f810218735ff7904affb537dcfdeeca29774

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 827e5dcf026a13862ab43b74d8d0c3eaa87b98faac934d48a5e9a9e0470e5fd7
MD5 ead8f44ef2e913b29246e7a933921b1b
BLAKE2b-256 68c7200417c1143b7cb3068bffb60493d0fcce0155ee3c265521cdbc095bc41d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 eca61200da97a5a76e03a8e3a1a78a862fb2572e058f80135f749723d8a6d09c
MD5 4ad762ad9361f0562afb6e9b14fdafa9
BLAKE2b-256 0cdda9e6dc7b9cfb9b5ae58b251fd60e606d5e3bcbbd0817dd395cc3ef1aac69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 43310c9d6401d6a5648f2114b8658a9231481c2805a775c2b07103f580a56e46
MD5 e6eee2778be5bed6632c25e8e34d836a
BLAKE2b-256 24db8b21efd99c191a17a6ee2b67262ec15d31640a5f27a0aee80fb3beb30766

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 7def178e7c76af99768ea2b1d065668618b1f1fddc68da682457a98ea4442953
MD5 46b9060e296fb9e2dc23f9d2d3336ee7
BLAKE2b-256 4e567c99d72e2110124a8de5e1777a87b98483c07b11a154aa51a4d70aad559b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2cf74a5a282ab4671c6ccde21f019f0e1708d9e13c7058763ec888079c27d10b
MD5 8e3a9b42659951be23ab81e220067065
BLAKE2b-256 0955a1b3633380e4ee4d529a4dd5c91de5708eb3629d88fb8d9a222c6dd556ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb8d5f0841f99d173da71cb9bba53e290154b0a056e93e0a7f2dd68c37eb655e
MD5 4e0b3a26d11098d3d8c5f077173a7b24
BLAKE2b-256 3df0f8b2a207734cfe02e3e01594e53ec53f3371e693ffe3e01bd635ecb1cdde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ced20b187d364b8b9a5e0c8ab9f0fd022eea7e7440ba61e4937ac5a7b09587b1
MD5 aad7783bef397d310711850d03033670
BLAKE2b-256 4c503330c27f6cff0a2617be630267acc8d49af20e3b0311f5f4ee8e3fdecd92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e6107302494c02f524f6663debfd238d857bf524747e467c823ee06fbd2db1d5
MD5 83b43e8a4266b306892639dbe858b2e2
BLAKE2b-256 5af12c7563426494e89cf92c272e4b5aa39ffb23a0042359ce20da6c1e1e68f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c63836cca8e949b6ba4f913726022806facd6d2478c15f950b5aff55cc8e6d7f
MD5 4059d080f1f6a133f44a1e0301c3fe06
BLAKE2b-256 8cc198e7bd81a873235c58e531f3d291d972f766c90e548fd5271ead40fdfac2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f347ce5612491e33fbbd0cadb2c00fca78cbd4a45cb1bd098e41b72027fdd62c
MD5 1b67cb376e5d6aae56be14825be87c97
BLAKE2b-256 a099080827f33dc2a22c9e4c0120e75c556b7481da9f124a046738d9d4b908ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a264c59c74b71bb8f20ef1cbb04b8c3643b54052c0bbbd25861c46f514eb7ccf
MD5 466edf10f429f68af1be7b3b3aed0ec8
BLAKE2b-256 0686064751237f87c43976d77f3877c6b82931d51633b928707eb573e562a774

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d928df217e30f4e11db98a13a8b14a5c1242e5692a2056336a03b968da0802e1
MD5 977d941c767083fc60b832981cdac9c3
BLAKE2b-256 1972c11aa97314a6c47ad59983bac6d620954324c52c540f37894a2449476fd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.3-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4557331020e1cd02237248d65f5b8227f983a2cbdedf83723d20533b04f0be58
MD5 99095de9247dfd526211bb8beac6140b
BLAKE2b-256 94fb30bedddb36e66b5e2b2add773a561fadbcf2265d5140b979196a8ce10f82

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