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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.6.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (960.2 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.6.0-cp313-cp313-win_amd64.whl (876.7 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.6.0-cp313-cp313-win32.whl (774.8 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.6.0-cp312-cp312-win_amd64.whl (877.4 kB view details)

Uploaded CPython 3.12Windows x86-64

xcomponent-0.6.0-cp312-cp312-win32.whl (775.1 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.6.0-cp311-cp311-win_amd64.whl (875.1 kB view details)

Uploaded CPython 3.11Windows x86-64

xcomponent-0.6.0-cp311-cp311-win32.whl (775.4 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.6.0-cp310-cp310-win_amd64.whl (875.4 kB view details)

Uploaded CPython 3.10Windows x86-64

xcomponent-0.6.0-cp310-cp310-win32.whl (775.5 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

xcomponent-0.6.0-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.0-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.0-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.0-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.0-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.0-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.0-cp39-cp39-macosx_11_0_arm64.whl (962.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

xcomponent-0.6.0-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.0.tar.gz.

File metadata

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

File hashes

Hashes for xcomponent-0.6.0.tar.gz
Algorithm Hash digest
SHA256 37519d3ed4f79149a5ee51aced86f2f9c79bea24bf045b0ca3a5cf4f4540ccdb
MD5 f8ae9a73311a9d47e4017d4baeaed639
BLAKE2b-256 03646bd428a76b1486f3957fc5894c043c5100c51907e06087a3e45ccdf2878d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dad25a77c70ff6a54b3407a1b5a8cbbd157726b496a0601de755d425d73da5a1
MD5 2618ac5193654191e491d786d09b93cb
BLAKE2b-256 aa32953e52336d7b5c3a73c3626b3f9a0522f8e89a581883f5019c16c76bf8d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 782f348f0c240fa5e5b05b7f2fe13aff64b1cb1e8a6cc9ce734f18b4fc6d0622
MD5 2379333d39b0ffe258eac7614e0431f8
BLAKE2b-256 c1a0ac0985c615a31eb0d6604ed58b63d51b4011d216fc38434e0c1d0acbe6b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ca61b51480b034333c54eb85ef03ff152257d07863efeb7003521244c7a7610b
MD5 66063011d09d718416c3684e46894ef5
BLAKE2b-256 8fef63479ddbc1fc18d537198029c983eefae8efd4e19a605a29c48bae19709a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e694cdc83c4156e62b079f0d64f35deb125167c8eadabd86b4c0d3349c4d0eb4
MD5 40a4e1c5a6485ccdf055fe3760c49f1d
BLAKE2b-256 1fa2db4c16f9e072cabc9d8d7a53fdfac1ba2a4a20203b40bf7636b39259ad0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c1101f0781b283b514f10235442c5329e3cacb7348d9982f9287c1a9398abba5
MD5 47af5f6368b56a23d94b5ed20e160b78
BLAKE2b-256 e025900b0a25397cb99f3331127bb4f1cf8a9735d8d001014e43e666808bd017

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 edd6fd8de39eb1fc7063c4f333455b9cc5b0f54e5944c1ec56d235565e3cfe13
MD5 bc8fba1e3392ab05a90096e1c835c0d7
BLAKE2b-256 f2664e53dcbde347df756c945465ec745a9ee508aaebf8347a4cb18e44f4f4de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 44556b667ba4f1701df7a85f2f259dae8c1066d955db894cff53d9ec62f688b9
MD5 b7b5c5daafdb3e40de5616d5fcc16186
BLAKE2b-256 e9eb6468491bd6c884d46cd266999d9f43c04d63d8c3e860757607e9191ff047

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 eab3a080991c13dcfb7c0483809f571d5714584ca1b0cb3d3fcedb2d83722430
MD5 b1cece0c496ee9eea0feb5395175451a
BLAKE2b-256 965fad3aa2a9db5d355f17bb7b8007cfb68d7462df4eace7aa899dd6ff85ddc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ab4aebba085dc6d1a6552aca4a0d22c9c4486f6777590e91f3a27d5779949a8a
MD5 64b776961e53153c0fed1061192170f3
BLAKE2b-256 eb182908996d1e0fdfb2553fe151bdc19b53591cdfd812fb629fa2ea696541d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 c25d87e4c20166cb7bdd455385156182641e9fef9443ad7d017162fd08f1b626
MD5 5afb4d6ad8726114051f485fd2763feb
BLAKE2b-256 76f965d2fdaffadeafd49923da003fc1f5039f8c72c6610e291595befb69f2f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2b547b545299c8afa5999c5d0a48cc138233bab697335810cb3c0e3fb8a86804
MD5 804e9952aa025c5368deacd6751a4c08
BLAKE2b-256 f8cfbdb18e449e536567bd237ba4c437ab6e3d0fb0c24f45be728b879e6d7657

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a0f6a1cb9f185267438540004a679756f5aec979fac65f8e0de03550c334b6b7
MD5 9f0c5e729d63ca22e9dcf35489a82598
BLAKE2b-256 6eaffe1a859ba7e6a7aafe6a860facdcc142bb9ddf75596ce462704417a05327

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3b75f563bd2f24ffc0931000b101933569178c49382f576d7dd5a993e2ec7483
MD5 8b6113bbb650aad6ca854f1438bd47e5
BLAKE2b-256 8f8ffa7c5cdff4ef45f9bc59f6f78880d2896527d46c889f38e8fcae74460fdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ddaa90983eed1c7d6979260a0234c15ab6a4867bb1875251370e1df34c3b6e21
MD5 8a847cd9428dcd121a634b6d67b61f1a
BLAKE2b-256 b6533aa85b6879de708e4ba3a55cd2fcfd89e4edb384d54f5af3e9d80a151e34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee648ea89ea0c0605bdf508bcf757db4ddebefe7941a268e8c2ca1dc767f6d80
MD5 63602a3c4dfed9cb42b9b6f42a698278
BLAKE2b-256 a8549a4ec644e17dcf58502549b21a81ed4e525ae88ccf6bebd230ff32b3e6a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a7cba797fe45e7148efed4f28597ce90c52bad16ff3a86ded8d6d19306149e5f
MD5 6653bc93b82d271df231896e2dcda840
BLAKE2b-256 a22123ef411555e7426af1554b461619746deeae5320c661169b089b2ac9ae79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0c7f1da48628b4fdd23598d92703a17296ac4a7967a4a19068a00dbfed25126d
MD5 325baf3900f19cbf2a9f61b276004d8d
BLAKE2b-256 db9bbf049f13d60603f2dbc39eaf2d46451152f2206cd577c8eca0a6859eefbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 4cdbc2fec6bc1977b57911d92692fc1f2d858e66679291c5e6677aaab7d40362
MD5 f790a25593ce72a9d0ae784590d999ba
BLAKE2b-256 e8c88bdc0f57e33cacfc364c5fe8fb66f16930551fc8d3934c62207a7feeb875

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 984d68b8da0cf839bb3b6e46e5afb81622d71dd6120f5a093ac7f2e5f9acd077
MD5 41e1d84da9c6cb98885bc1613406ff31
BLAKE2b-256 f1266f01f69570494302b4b9f7588014cbc65f32dcfd0394384903afe4636a4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 33e519aa090679d10538b3016eee2607435bc339f03e7a23d3332a086445f498
MD5 2b28e22b0a170bff08f4ab1430905625
BLAKE2b-256 1c84f195a0163366a5adfb9eb148f358060a332af3ff417b0234d10094eb5be6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 85a8261606f63e229eafca62c15bebbc6a39fbfc4b1b05d1f1df77a3663bb1f6
MD5 f3b3ec4822d5c690060569d518af7034
BLAKE2b-256 d28de7d69e0a6cb519500fe0fc2ca67304cfe07fae847f29d36c091980519d2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b7602f6480852603992cd5233144de2dd274908a19bad51d2d90329aacd53af
MD5 1d125b7b6e224a8ef3ccef898f802027
BLAKE2b-256 420167ed3a09d1982fd871c41de3af80005d17b2afc1d746071cd670a588a316

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f91ad0d148f06118b6423ee4959ba9c35629929fc18ac8faac26047437efaacb
MD5 d2ebad1152368c4fd32900f5d791fa36
BLAKE2b-256 c3ca32d8b919222423f7c3b72df0018177a0a6036034d9c5a819bbe09b4a7621

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a42b337f56857a9db2ec65734eb6f68cd1d08b4f74dd0be8baf3d0f93d6fada7
MD5 fca3c16c6712163dcc36bd8fb1266470
BLAKE2b-256 fd0532da80906a1cdf7d4aedab77977011600a36bd427093b169590a5b12a1ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 311b5769bb99c6ca2e42f29ea3842ce9f5251b7decb69bac450509374a636355
MD5 34d4029c16748cb07582aae7908292e5
BLAKE2b-256 b6b8349f4347c83cb6ad01ae07b54b1f86861211ed51169de32fe4b2b866a9c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fe0c6d1ddf7113667caaf6f041738969a45907bfaeee5a4af9b560bd1c429442
MD5 30e9e3c38064570fcf092bf5cf72c4a9
BLAKE2b-256 8fb3de236cd47479d12a4dbbac4919b77b91d52400d052250e356a14aa9b8efb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 358912f234bd4d3f627e60f3856e27a7d4d31c25be7c7cef67f42d6e5acd9c2c
MD5 6b9fb42af1eabade6714f078d8307907
BLAKE2b-256 f4f6f797516f4c2ad374331f10dcb280225ec3962cd8421d86ca0e6cf9cd6d56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1206604643542e799b8ccb97d32efe3f74a0ab77f93ab8eee430d229beee8a0e
MD5 f32fdaed8c077c9acbb0bf23b82c2b2f
BLAKE2b-256 9a93b40a7e85a984a02635474b3c82091c090d603005dad7af1ae2db09e8ce36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3b9db33676a754012045eb926a4e703b3f05e5ab670ebca4b19d31fed3d05969
MD5 7a2030a6115be1b8d773ba4ced21697d
BLAKE2b-256 6d8bae5f887d6973d9541cd11d005720dc0e0b83257208d5fb2fe09037b35e7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1bdd52402072a9b09d4da2d73772751309bf87976d4c38f757646eef2bca32c0
MD5 598935575e02cbce4337bd54a39e1420
BLAKE2b-256 8263e0e782243bb999103e0a5ac6d5b590bc3a1a866086a6890d766731194291

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7371fe93167040e2d435ba84ebae8ff652ca9cd32edce3e5ad24368f36d31bc4
MD5 67c0d29b0cdcc9c14dd9dd2a0dcff24f
BLAKE2b-256 ce70d624866b8fa809dd8b818bc7352d3fc8d3d00e87d53f2d96c028e8644d21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 87511a9abdf52d27bfc95b029440a624ac6b9a9f163b3ff90860b169fd013be7
MD5 71ad83be4a6bb2b8a826a671d22cc1b3
BLAKE2b-256 c23cb5afdd61bc43583804cf8aafa3cb1d0ba49021799976e8d355928b7d5d86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 97d1121f4ff96e0055f37dfa991744d650178f9d8fae59d5ef0054d3caaade40
MD5 f91f341bf76cb50ecfb9b971df393719
BLAKE2b-256 321b349c4e8d860584e0816a4c33b590201439c915a1fb74521572b2839c50d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0fac79fc26be292556fd9f1743b4f4aa2d0803c22f7ed50c7ae98875629100bc
MD5 63dbbc9779fa6bf6bde48e4f1ef4ff59
BLAKE2b-256 c55a62df2e0d844875f1683b8bdefeff4b7b15a30095bb7c93d8a58573af5c8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0d780fd4cbe1675542b1dd85e4389954601f7805b113c9c8e3f9aae19dc66ae3
MD5 f59c4086498e5dc0d321cc59f4a8880a
BLAKE2b-256 b3181efdc503fb4af1619131f77c2d710dceb09f2ab881779f60758dd722fec8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bdafb960ad094687a7c2f44d3d3786950c056cbde0882b977a09e19d78bbe06a
MD5 0f0814aa18fdc1f911162f5f4b6dcf60
BLAKE2b-256 06cc3f5f1848e54aca99d0b7035723f6b1a787b763fa8ba3aaa8ae04c6b755ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6c028c11ef88f505dc5f0608ae837004f8bc8f60a6444851ebb0b6d464c68786
MD5 a750de6f9d2a29167912f3162175f02e
BLAKE2b-256 158077258b0f8fbf536b348ebcc5e9809063f6a9255b85f6b58a3baade9c83a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 56a1f6af78b1012c5ec86bc53120819869e1c6e7ad6ae67ca9c363e3c7c53401
MD5 d4d1c964344e580895f35dbe95e2b126
BLAKE2b-256 7cc2475eb0b39e2f3500adda5bb2f423ec977ee451fc85b455f6398fd5492e69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e7c76a911a49aeba8503c2d6c3ca4fa2d9d2681b0055a6d73d83f79f19211a34
MD5 c34a47bf989ef5944b13ac02ed698af1
BLAKE2b-256 a3bdb2597504143c3612961dcfb089199323a9e105bd598473d2ffd9e93a0858

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0b2d22eb96de6dc3b67af01ba72b9c44c89b62ecc981161d4ebaafb421fc59e0
MD5 3ea9320ec74dd5c85e4f094f9ad805ac
BLAKE2b-256 4f1d54cf9761264d9d16d1a165418e391f3ded4b1e82cb6c343cdee8b13c88cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 90caff15b78c02343c38446385511a016e3661556df78dd146b649e3dc4212bc
MD5 06aec0e0c845864f6a71d447f1147d69
BLAKE2b-256 c833a226e72d9179383a7ab2edc6db704a44fd3b5c76856454ed104ac9984dc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 eb653c423af420001b13d2333102b02ac5c46dfb0a036b3282b91a3ce61af87c
MD5 1a89a6ff79665e5793ebb9b7a8864314
BLAKE2b-256 08b32a38e2bcb8f41f60918623c6a7d77b99b99424157b93fa8e2949ed395360

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dc387031e96dc094affe7a8fd1c8ebe8c60188cdc81c36eb9c9337a05815e9c8
MD5 be919d78146b9f36dd8efad0889a0cdf
BLAKE2b-256 4996cd7b235ba9a916a1e5b830ee21f09497a3c895ff4b211130af49fd92b5d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 2eda6b7a59bfac8c2b93ef52b3cefd6f0273b18ea825b8b1e5f2b7f4115edfc1
MD5 1ebc4616f37da153f24677a409727e20
BLAKE2b-256 e9844b0765811bea20509f5e3a15d923c231bcee0ab0ca276a5e519730515adb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2cac704e560b94696e6b441c5c38e3937a46fc3f38dac594aebf08a9ec574f4f
MD5 3f2e8434ca1003f5feb36bcb85473ade
BLAKE2b-256 2b8db0cdababa8fdac767d59daeb9832d0e432ba7448070c5a319a140ebd869b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1376c89b1edc73d9b6e4d4083e2227e4b22f0e99d80dda928b804b3e215d63c3
MD5 6623b116b9e27f58c2238f117225260d
BLAKE2b-256 ea817bea75a29f0215cc596b2906e7234e602c58e0a4cbd8cd492919252631bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b69f7ed83aa4d8eba1b74be77ccfaa729c133f230902f17798e02c7872d04bef
MD5 7088806f58460abc5de457735371916d
BLAKE2b-256 8daa7e9dceb7d38680a34f8df747ac8c404580b0e3d6695e2d01ea487c6bac85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8b2eb8cfab09285196f74c70fb3526fb9a31553615b14e72ef99f32306eefb62
MD5 93e68088f790180bdfe614da4995b4c5
BLAKE2b-256 dbbd29e537f8a07ca20bae9ff5aec080078df84bb9136d39b41a0154c88ab006

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 707967ec7282ef918fe9b54ab7bd11e6e424449f16576b6f0e6ca8527027ab94
MD5 d1989ff09bea29f80b3ef2dd7e6c865a
BLAKE2b-256 d90bd52a4766ffa4e2ee28deb0c165d68048b6012772155bbfcb62042771894b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7e2114b1a3c3a05ef5ef3cda665a60952fbf3d2f747ac45b03b515cce73b52b5
MD5 a3476bbb53a0f84b0c1f4f0eb26dd88c
BLAKE2b-256 925e48f63fc1bc626523d3f137184ccf54f05502d7165523ba17dc8802b16cfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 000dc85335b50dd554793cc7bf76b3845eb11273bca6b51d0638a4885ed44f88
MD5 ff1dfb4b1d148854d320221f0cc5f211
BLAKE2b-256 ecea41a1b9833d8848af65b17ad59696d5a159c65c84f8d1e916f054b386bce8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a8a6d1b89cee621ade6993f510eb89a928ac7b54099e13329b3bc31c1d5357be
MD5 d3d13ba824fced77361c3d541bbd2256
BLAKE2b-256 c449375dd12ecb3e5b78b13e89fe6cdce9d59f2f7c5149770bd9783a71e3ffe4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 761c5ab0b5de883b3431d37434a69e68fffd335ccbdee5dbe5b05393b38a0c76
MD5 befae601ffa1d31a00f573a8d84cae04
BLAKE2b-256 2459c5aa1978d14bee3ae6a5e390f5a0b911715f43d831604328f72b5afd0f87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5691e8673c2e94ba5e6c4dcb4c1f513f96716e3c4cacb68d9858e82912fc3c5a
MD5 44b666f91c0cd7be11b1254e3482a9dc
BLAKE2b-256 59cc5041abfa57250356116b2373d6e79297e202dbda0da7a0b2b4a411f50e07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 87efe31114cf2266548fb520c39df185727dc60d3ced624163c78f0e47f34545
MD5 cc99474c4d89190b69ba3d3dde5bceaf
BLAKE2b-256 b5cd69780cc96902b914ce59d91a9e14bf93fe7f5a200f2055788150146f2b53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 21284ae00b48106df02c0b740eef06edaba8c8382cd8f595b92155c784cf4d5b
MD5 a71ce239278241dc168a2a5717d04f68
BLAKE2b-256 43998f6540561895e0422e6eb1e9898335e1b5231ddb6273195ce083f80acf5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 dd7de7356291bd13c389656f7c04e299757b4475eb781519881ca6a4761a6ad9
MD5 96ef174979af0cc136a9fe66e1acc66a
BLAKE2b-256 f1219d77a798308158e41cc60bb0d7d8a954646fbf5a6bc33adc97215bfdec97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad9bd34dcac8894aaf80da0ef1e26e67adf60409d467c623a60aae5900260029
MD5 f8b7418d8dc4ca5979e7820515f6dd74
BLAKE2b-256 73e715050a1d3ef41640a5b46f529ba3041cde10573c8ebd58e72a721eef46df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4a996b2431f989be0cb686572663ce5f2a6a7a85aba035ee089898389a6382f2
MD5 547920ce477d8e76618c78a3fb8f0a9c
BLAKE2b-256 8731e38a7a3bbde63994bce5ded17dc9749234af671eaebcb4fcc9bbe7da6d7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 99c9b2895c36088eda1be697e4bb58f78b18ba065948383a4e676c4feea1d3c0
MD5 112834fe3e105d175dd6869a3be033a4
BLAKE2b-256 9a83d29573a1f0662b62dcf2af8387a00f66a27b12b40414fecc365a45b82b16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d42350593869cc5fa7b563e71d4d5db48e55a725fbe9dc3a418375632b46d8bc
MD5 e42056e42fcb84113b53001ab81ef6b6
BLAKE2b-256 3c732e888291d252d2473033c75258112920178c20a2eae534f4cddf298197e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8b6996a9ad30b9c4d8c265814ba9598a13383236af519d197ab7722c18d85843
MD5 2add461357bb4ddb96db0e9a525ea53e
BLAKE2b-256 56512549d8aed7cc7d531eafda94bee59bfb10000de8f8aa62feb1086f253e35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 edda3c6cea4154841468b169ad52bda7a2c97a690e37ecfa3badd1b28867675b
MD5 eeaa2695e23854fa184887e9d9cc4be9
BLAKE2b-256 11bf5f83e025cdf1653a9b038d79fd235a90906229fdcf07baf35cd8f4bce715

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 11f93dcae9e81e1f5c41953f9362dae06109ed2cbd2f69619dfbfc758ea3ee51
MD5 d06cee8feec66ca036fcd3424b808ef7
BLAKE2b-256 52e1cf052593dc3351dae40d2a26238d29e10bdba370b79a5e3445dab3c7e875

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 21efbd384fbad8938409931e44806c5486d05bf329e01e0447b2ee255e2583f9
MD5 204dc731622509f06b5736bcc66b662d
BLAKE2b-256 9bef999d03f0d1cb3601b4a0ca3328084bedd4bb1de6027ab37010ce251c5e0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 d9df9c4e866ddd4be86bc4c90c9f56cba20f5a479f52ef7af8948e8c7a7c8c2d
MD5 e9a7db8d929c3b2d67f41c8b05d10a1f
BLAKE2b-256 b80d1c8af1cc08bd4459aa8b83538da8ca51e1f65e600d4059848d96808439a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b068d09bdcf64a3dd98c4fae23508a5c26bf93086fdcc76f19c90e2987aa53b7
MD5 1cb4f4cb778b17894cebe20c897685f2
BLAKE2b-256 d1d81dbc154bd92698ed32e51bea83dfb137f523b3b16b9cead5d9acf04ddd92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5ca51672034ca92a2e1c01d7c05efe974258af4eaf77002fbfac721a5310c13f
MD5 57766a59ffb260cf4b261c8a34a10165
BLAKE2b-256 52d3395b45da2c1bea26823f4bc0dc96a4de9ddcc771f13182acbbcc95f2280e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 aecf9924c2e566de5ee17c68c153d1a6f967d1ee978b113a8ac6d6fa1cd50d92
MD5 631b5b030768f4cfd71bfb220d0b253f
BLAKE2b-256 23ab0a62740a3582302d4689bb379cc4369c41ccbc742f3eeb2aab00f5f5561d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 156edaf5052d07a9309dbc6c8ddf8eeefb6668b843d4a18838f9256474a5fe25
MD5 fd07324416a06637dafc4d65746155d5
BLAKE2b-256 ed80a59bb602b0a53f9d8d7cbcbede2695154bf27c01d2373d48ea96302ab146

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0974cd0c9cabca95fb24561b8c08d38c5d24a16318c90723bbe7b687ca17dd49
MD5 e09f34c40d4c19a4457f75b7277ec41e
BLAKE2b-256 d420af2aa206b1de6df95815eea9907c88df336db9a8689d26c299cfda1dd384

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8641104295044a5e0dfcfe33b4826012c47a4e9045ac5fcea75fbfa514aa5b8a
MD5 2143bfbf4feb43938eea9001c1181b03
BLAKE2b-256 137a30df80121b8d150a9cb5c4236548e5fc1008adf241c2d056c33342b489d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7c535938743cb1a9daa39ff53d1be46a733d6db7229597e7ee6e374560643b73
MD5 eb44dca64232591c21402be2778c362b
BLAKE2b-256 50c3f1128697f1d9a325e2f7e5e239caeaf68e95676d5a4be6d4822ba5595142

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aff3699332c753e2745156b45a81d0b08cc224e170c5d1c7dfa1fdbcbeba756e
MD5 ecc95637a360a5abbafeb84780d4c267
BLAKE2b-256 923ff231bb49698bd8bc9c3330227a1804f96e33f6857164bc88be562be1f314

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 81958074df49ce21de4a40b7d385393e36423a937654d063e0f10c44d6faef64
MD5 46394b2a6c42cc62fc0d95f82177c35f
BLAKE2b-256 7b5eb02cecba049c57c01b9b84be27bf6d043cfd6cff1d45c1feab403c766754

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