Skip to main content

An embeded component base template engine - inspired by JSX

Project description

XComponent

What Is XComponent

XComponent is a template engine, inspired by JSX, to embed template in Python.

It diverge from all existing Python template engine since all the templates must be written inside the Python code.

This is a design decision and a matter of preference for the locality of behavior.

⚠️ Under Development

Hello world example:

from xcomponent import Catalog

catalog = Catalog()


@catalog.component()
def HelloWorld(name: str = "world") -> str:
    return """<p>Hello {name}</p>"""

HelloWorld(name)
# will render <p>Hello Bob</p>

catalog.render("<HelloWorld name='Bob'/>")
# will also render <p>Hello Bob</p>

How it works

Using XComponent, templates are stored in a catalog of components, and then they can be rendered to HTML.

All components can be reused in other components in order to build an HTML document at the end.

Using curly brace let's have a friendly expression language, inspired by Python, JSX and Rust.

Getting started ?

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xcomponent-0.8.3.tar.gz (121.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.8.3-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

xcomponent-0.8.3-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

xcomponent-0.8.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

xcomponent-0.8.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.8.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

xcomponent-0.8.3-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

xcomponent-0.8.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

xcomponent-0.8.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.8.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.8.3-cp313-cp313-win_amd64.whl (914.4 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.8.3-cp313-cp313-win32.whl (807.5 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

xcomponent-0.8.3-cp313-cp313-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

xcomponent-0.8.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

xcomponent-0.8.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.8.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

xcomponent-0.8.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

xcomponent-0.8.3-cp313-cp313-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.8.3-cp312-cp312-win_amd64.whl (915.4 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

xcomponent-0.8.3-cp312-cp312-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

xcomponent-0.8.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

xcomponent-0.8.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.8.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

xcomponent-0.8.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

xcomponent-0.8.3-cp312-cp312-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.8.3-cp311-cp311-win_amd64.whl (913.9 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

xcomponent-0.8.3-cp311-cp311-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

xcomponent-0.8.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

xcomponent-0.8.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.8.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

xcomponent-0.8.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

xcomponent-0.8.3-cp311-cp311-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.8.3-cp310-cp310-win_amd64.whl (913.5 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

xcomponent-0.8.3-cp310-cp310-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

xcomponent-0.8.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

xcomponent-0.8.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.8.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

xcomponent-0.8.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

xcomponent-0.8.3-cp310-cp310-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

xcomponent-0.8.3-cp39-cp39-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

xcomponent-0.8.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

xcomponent-0.8.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.8.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

xcomponent-0.8.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

xcomponent-0.8.3-cp39-cp39-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

xcomponent-0.8.3-cp39-cp39-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

Details for the file xcomponent-0.8.3.tar.gz.

File metadata

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

File hashes

Hashes for xcomponent-0.8.3.tar.gz
Algorithm Hash digest
SHA256 387ae2be39a9296e250cc22f5d02b5795e3715b6f3e1ef93e80bdf1bac98d211
MD5 15c5c9fe74221a9b5f14f4ca9876ca2d
BLAKE2b-256 5b1ed867313d6efe2dbc227b2209fe95d770205e02bd661d586e75a43221892c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ab68d0114c739a6846258a6e6a5e212d5c1b454dca87bdf824e97707cd58655b
MD5 904f203d4872ca6b55c3c8fa262fc27f
BLAKE2b-256 55cb02cf0a2c0b6cdfe38ec8007fe40bcdd54e28f6d3cb688942f1d05913098c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 0d35677b0c7c6ecdc47dd396e58c46fef6c8b1196e9130692d32ef3e0e01ee10
MD5 09a96a2a9be20061f24561c3222a4be0
BLAKE2b-256 c762c765b27818d13d190285e7cf6c9cfbfb27679f5a82bad8b81a93376d14c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 640df8d8374f5627aae96c50a6e9b499abd882d65e31b70f1db6c3eaee30266d
MD5 410b82b3a9f9e997db78dc2bc958590c
BLAKE2b-256 97f5514b2e4cc62cfc815443d0e9495eb0d562dab06a886cc4fb7251a79f0db1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9f65dce08348da6f9121adb3fb3503ed1308d646cc4515903a7b4caee931ea5
MD5 e15fa4c4a03eb23278b8a1dd022fc44f
BLAKE2b-256 eaa74578af59b67e73e1d66be9ca192625964eb648f872d836ab1943d82846c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2843fe5725bdb36227f78bb50ede58090612bb42daf9f3ac741d3b473a68f649
MD5 ae11afbbd692b646c2120c1547702c7a
BLAKE2b-256 8396f9256f02f9500b10f859092b66f1c4d28fbc7b3fbdc7b27407a48cc87a19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 35401cc2167e579db01a7642b5dc94fd882c34369f2fc14876283f736916f39d
MD5 bfadb4a3710e5a9bf0f0a41b050ec1fe
BLAKE2b-256 1438b05bb9cb311346290a84840ce1f7ff224cf20c1ade64698d3217213f7d7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ce13df1d264d3ff9b0f8cb7bdddf9cde16f974d5be457aafb1b3076616df213b
MD5 ffe461e63f207868589bf9a2f41dceff
BLAKE2b-256 24965bcb6596cedb3ddb561e141910bb7982a277f9d0e918f980ada7add0c68e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9843288be7be36a96350657fd63ebbdb8443632ab97a248aca6d943487fa973c
MD5 09ef1b3da8a70e944aeca3d7faff806e
BLAKE2b-256 c494d136ba00f0876dac1abef3b2a14fd0c157d1a3e20fc5f8b9e38419ce17de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7f6ffb56db5bd79bd0a2bf9245acb6ab58c6f40e624dfaa8e933f32926412c73
MD5 5aac3ce5244052acb6c5eb47fe1c852a
BLAKE2b-256 96c09411d559cfc3fb5cf6d1728a104d596b57e2fde9e1af59c989d6a3c15470

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 6f037e26641a8c66ae69ed2ff1ff9318cd6bfe3941ceae2c2e454c5a8bb04c7b
MD5 8e1721e2b5f0df994b83e66ebbefa820
BLAKE2b-256 cbcd4262ddf52d04dc8b7a98740be8d08633ed424f7b1bbed5bc9e26a08081a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d47409b1dc4eaae126ef894d7b40778d86ab778d1e2d7b4c629dc6f5107d543a
MD5 4e89a1881da538f555bd48bfdea15e16
BLAKE2b-256 4705dd7fbf8183102caf1cdc2abb27571185442bd3aea263ece4df34deb9ee13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 efbb33216d88813b97189c6a0247d3cb9d40ad0409b93da98ca6b6fb3eb95991
MD5 f2e1889d43a38599da4aff049f3bb93b
BLAKE2b-256 b977772b5b4f494b7c6be429f8a83943ea52b68258a646d36076ce9310c1aba2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e714e01df989732f3c56b2e207f61094b3a5fe3cb2d2551f4b12e239cc430f49
MD5 604445cf700c768b04d862b8bce1d535
BLAKE2b-256 fa76a23530ddc8ca0c80d0280943a43aa7cf9e0872634c83ec43525c6203ba10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 af45edc94c9673b043ba72592293f05529c528e174acd3b1eaa0370001f6a00c
MD5 0ac214ea7acc5a5577fdff233ed2c4c3
BLAKE2b-256 126e9e95fe04e76cb8167ffc843a6e8fe3931213604c8f8c073a2a66aa6222e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ee770b9f36765398f0de785ed5bef9cf68e97478567483d8f0ec42385641056
MD5 4099f4084dc68c8c7099d312d917ac68
BLAKE2b-256 5467c2647b8576c4613246d6337acf15b2024a360ade0d3eeb25686335c6a8a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 77b1292838d4cd92503ec879369d7f6b3dda33e20d2755ed6b07d35c313583fd
MD5 775d5163d954563872939a37006443d7
BLAKE2b-256 63d4dd8abc24bd01036a498e8c359b768024153dfa8e267e7564890b0893aef7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1af704abf25c6a788e4218ac39a855d51821dae9ea9f54642714d30ce8ad7a58
MD5 7e118dfd602dd02385ef988298329fa4
BLAKE2b-256 ea358c0fa6acf2abefdc4a84f08dcb24c69c5eca6c0e958d2c4f2e8f768d4df2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 1d89831b3dfb011aba950a33b8884c9d8d93435d06fefb0815c3b31e6e912ad5
MD5 41459975baa8d117d469ca38e20119ac
BLAKE2b-256 8d8d39fdcab7b8989c6f4d45133c7327833cfa98725e803792b3564c7031e6c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 000aace86d0ae8f9b4e215b3516454469861eb24cdf018b921c10515806302c1
MD5 1f1ef73b119a0ceea2125e9b4b52f6ca
BLAKE2b-256 94614520a48fd20e37070024e4bd64571f42a399b650e0834f50396ad8839bb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 8ae2711a8c5a09fb69e52c110e2696804efee2537c426760609d62eea45aca16
MD5 ce8814cccad9585fc9c383763df911ff
BLAKE2b-256 5f7a5f398b531cf96f94de2731b042270ee85c126f106110f3d0c68739362c4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f68b712705bfea4aa4fbbb8978a3bf95c0fb4659f937c525963d50ffbd8329b2
MD5 0fc920b796c59210be97542e87e8a370
BLAKE2b-256 fb68544bdde125d4fc9c30ec9ca94a79e598a273d30329563d348a0a95c0a910

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2e23d86fd4b573946afddebfa759b731366316e06f3e9de9b368ed790a522bdd
MD5 396aab7048df611dd32b99fe8e4cc8d7
BLAKE2b-256 8ce8a54101a3ab96dd3505aba14eb0ea1ede7087efe1fc34a9cc6e3a1b288f23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f829d2c502bd7a0d3e824eeb3e63821516904429ff1f8719089d905f8d0564d4
MD5 e01529808bb75ea41371e502a96e52a4
BLAKE2b-256 1bfb477d79cb289cf574d9d898a46f87d1afa3a0034bd40675afa7168d0e0f1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 91ddf7628c6f04d423ffb71350b73247a9dffca386ee35637d4eaf60d9d6bea5
MD5 6064c192787574714102ee69a88e5bfb
BLAKE2b-256 dc6e43c76433525cb91e7019da9b845975b879161634542cdb856f798a069201

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 64c57a43231128e528b38b0976104adc993f5f0b4e92d99318988314170129bd
MD5 854519342f62dbbb817c21e2fa66a23e
BLAKE2b-256 389e5ff18b48d449cd8b24c9c563d2add82525d974798672538d876185479fec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 66eac12631b5b63cc21dfa1ea2e13696a751ff7b62890985e58fc16423a0b3cb
MD5 8779ffaf40638aee4b1fc029f1ea9106
BLAKE2b-256 ad799834d4e5cd7358fb137e13c46598b68c60ae08e3be0be24f3c9f7715cd84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 37a93a382436b3bebf70d88971f3e26dde0f571038da957ddc4e95f731ab3a4c
MD5 53f979ffa576fd99ab2ea038bef3c104
BLAKE2b-256 6a4e988a05956449d65df9282255c8be211cb28005ab0932201b465de089e2fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dd655a80a3cd87d86496f7f2509dffbf3a4e12231d48805ab5354fabd6d5131c
MD5 927aa00d41afc7d8605e2308c582cb8f
BLAKE2b-256 645f9160c3fc7a072e1b591839a22fa7a18ef5a91db35352d78f3dff5dfd9bda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c99d3d369df325aeb0afdec7ed3836f35e03850aaaf1e92173395acf389d6ef4
MD5 a00d6e3fb65b7325750ba2a84797cbc9
BLAKE2b-256 53d384a0e140268a7888992ce175ef80753faf3269698291b1f516cf184073c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7d87df6c9a4026565c92bd150019239431280ddc5c08c732d9e25cd982aa0887
MD5 fed87d3a9af1e14b678895313710599b
BLAKE2b-256 5a15bbdf5528c783092941a50a180c231dc9913e9c7fdafc0797f9758c085870

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 3f16670192c1fd2a6622ace382563bc94a39e493450388aa989519f0b38b8e9e
MD5 47e07e5204d75f47d7dd7a473939a775
BLAKE2b-256 ada0a6d719430f60cf2e8cb4ce8ca9e07902d4e784f803b3db361f170d837cca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2c182216dd00c1e033df764d0a58b423b36c46f415cf2f5675d4fddbb73ff6b2
MD5 1c43a7cb860d273cd8ca11e16e6c6f79
BLAKE2b-256 3ea70946bbfdcc43d7ae77683dc632529ea2ed1a957bf44e4966cb424c45bf0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a29cf548aadd8c363f27c3bb301738a833f88eda17f6b4dcd699f26de33d183b
MD5 50744ccddad963254ea2f624e8562a1d
BLAKE2b-256 52103b746b534e07b85fd6d47a888b61f329623ce65f32f00eb3ad0ce38ee33e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 439715ac5255bfc873854ee41ffb060f5f2c1a78a65476fb3a2d5f7951b14e9c
MD5 39c29094af97b796b8f3a749b6e7e8be
BLAKE2b-256 ef4a5205a1b41abae262ee997cb4acafc412f117489484fae580d268d7f23a0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3c4cc6b2d39540db6da412db1a9fba7ca54e37ae9493c99dc1bd2d1e8a033e52
MD5 2b5816635fc88b597c7d368dd663ca6d
BLAKE2b-256 29abd8b80d2f1b66292eff8e8f449a8341c835a86c33de277903e0eb96887147

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c672d9a2de572cbbb574e04d7f450d608b74b044720367d3db68af6ce25c00e3
MD5 e2e1cbf95ddf0a5220edf6b280aeb176
BLAKE2b-256 1e2b34dffb9cf3777e63da675d3207eb8dba7e6b859a17076c3ef9f128bff52c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ae99e79aff6567d3d2cb11ab9852cb423fe991da9ff1e63e3838d310e77a9a04
MD5 e8cfd28608bc0eb3aaf91b123687f596
BLAKE2b-256 6cb82dd08b9c5ff5ffaddf3ef62789e489c82e6202a207de7d21779dc740b3dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c7fdf7777b5f7fc7367d872a67b6125c2c8468cb3d81148b1a839a45ca7bb3ec
MD5 851304a22c09533956885bddc148a8f5
BLAKE2b-256 46cf2191d2040c99269bfa9e95f0749df0f043fd9a8affd5a195149343645acd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e66f6b02816ebf268f483f5c1418c6b678a8781bc5999e15bc7b49bfc18708ab
MD5 04b0527f0ead81d9e359dc0c66af4a26
BLAKE2b-256 b8e433faf98d8502f0612d77436fc084eb1974b074a242c1a0845d4fcff8e7b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0a8be0cdb3ef245d6ae8ca9ab8580afe0f317ac3f4ad61550ced438647da7592
MD5 2d3021befb35309ad9145844f5a0eeb4
BLAKE2b-256 a2b800d10a644aad2bb2eeb636b9c2be528d37ff01fb27e50e978c5f7920ed86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e38b95d024bb82d11b3ec937675adc4f9814935258c3af705cf6891c881ed40b
MD5 e9714040bccd7b4431a2354eac117a08
BLAKE2b-256 5c692c04a021920e99dde7d15ada8ff8f56ea9f6abe01743972f05ea11e60f76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 f23c787acd49ad076f0dd6f1953dd8a5884e76c67eeb17ce93badef505cf026d
MD5 3cf57cf4e3d3b872bb65697050d5553e
BLAKE2b-256 b0c89b936a17c29bff400ab91703f44312094cd8abe9b3ed551c88e493692376

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ff6be21404214451b179aa31d3f032a7d594c066a15ed236a00d76bc4fe90c0d
MD5 dc06242c29a2bd92205b4d81fede5890
BLAKE2b-256 f49ffa34543850d3f2e29d5251e907ab976d916085cdece86705e4910c339550

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c11dfbd70f3953a4c3a81a57d78c54541c3f3fbe4c4954b7840b76c32e314d3b
MD5 e96e15832c8d4d14c0bb353af0daee17
BLAKE2b-256 6ba5a7fa00b4201c55e481a4e64e86831c333b131032214b732b754f3dfc5a60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1d8142928357e88eaf6a1e11a9d4ab34030b95f1ffdddf6e81c8ede8a169592e
MD5 ae66ece1526f6e8969e58341953e8256
BLAKE2b-256 1d7251d9a3947536d4449d80e2905b5adb17f91db5fb0108da30fea564bc1536

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0249daab578616c986fe338ada48f56cb71829b9820661d642fbca87b42271ae
MD5 539c79cab30b192e8ab8c9d48f62db50
BLAKE2b-256 1a78cf4efd5ac516f6455bf5cf368cbd8d0387a77ef98c3a4c90e11c6a1bb66e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f07e3160612c8cd20f26ec0676d251660abc70f842b888b04537ebab16f86709
MD5 706616c7c998c7e591e8cda4220d4375
BLAKE2b-256 839beb5307c419f425b07a38dd03bf00957b42e3355f617ba43422e0b9c1b508

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bf55301d95a6fea42c4f11e452cfd2a0149ea244793f2c81a4450cb404201269
MD5 b056ca20584622b96d33a7fddee2cca3
BLAKE2b-256 d0e043b90ae7c8d42e389fb31fe27300e8b1aa4695a6a8e6d80da117c681ddca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f02468a9469504e317e6368c379b53523f22f7d6e5f86bebc10cd2109e6a5a13
MD5 4695bc20c6a51e1a52c75ba0d57bbd03
BLAKE2b-256 5930f20e12b31dc6ac32e1b0b03da4975f6086c3a92bee16e74e00cb58e0a91a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 29df62e72131d5ef5a174d222ee4ce54ff1d243d61853873b72b5cd718f1f5eb
MD5 c11846b76dc29ca3ab88b3e15c66bfa3
BLAKE2b-256 bbf764571aef9cb7d790fa19e6d83e7c89bd5a2a1d25e7ab586fb4b11510a6d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1896e4bbaaa2bb298f027a4ab9b4bfdee7b69749c281c655d181e19f2f084e8b
MD5 4a12d3b90adcd4db18865a6dc2fbd670
BLAKE2b-256 30517e2f786cfe786bef778b7af1648ca0648654587fec19420f93468809be24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e60c8628d6bdd9c433a5aaf88b4c931792714279bb04b46e1ec072d812238cc5
MD5 0689ec45e5a891d25a24b6a35758f8e7
BLAKE2b-256 33d838d20a6c206a32ec54026d50769f64b27bf107300e586f0cb2a64d75c6b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 d031506d5fd98b1e56b936e2b7821211932f3f46deb4e9cd269c2844af0f7803
MD5 c8b35b99f0208fc28080acd0da2a5844
BLAKE2b-256 5b165a79abe94595a14509671e6f4cd592d1befb4f38a538997c5652f2af9419

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f4ec91237ba651628142dc1cbe0e7c158a8cce0fcc04e8f8955bd5db10209b8a
MD5 ab3de66b97958b7684c9cade6a0e6365
BLAKE2b-256 bf97ed25a5701a185c49e05822db933269eae3b6bd6803c53d8673e05dd06e97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e57192f3de850b1fcc6fa2dd5e24b2ccfb339149528372635764d2a8ae40e8b9
MD5 6fcca42e0267f40a98a4cd54edeec67c
BLAKE2b-256 92cf483e0df2067bafe09effc40ac7d062e6d0ae9d562a42accf3fb551afb36a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5f11d8dbbbf988a9bafa8505e43d8d0e272800917198755abd6621eecdc35965
MD5 0df0df783fa0243694ea1aa26ea4ddce
BLAKE2b-256 3f0268049895e21dc5179bc9c86a3f5c3ee1181b0538850ee208cdbb4af179b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dfdd53a9699856616361bc8c7c79ba6b77f929c78fd4447de1dda2890da5da9f
MD5 32e8648d2e76b6b2f0dc93d556903550
BLAKE2b-256 6a8f2db32e05bc0dc8b6e486ea4887b352a2c87a20736e40ca35fb4528da132e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 643f88eb59741c3f3525bdceb1def97fbd3422816179fa3aac8405966d0b18eb
MD5 91f06fe5c8d0b07b6a3e5ad815e90747
BLAKE2b-256 32ea00ee9c30fc3d67a5d2d094cf441ba59c9d199ded11d6a3ae18b54ab7bd79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1c9daca5b4b301b88f6a0b93690f597e587e23bdd7d2f21f2655c4e05088b9ff
MD5 540529e7cdc1697aedaa2014bba57313
BLAKE2b-256 43feef6b089d4961242b934c9af7bc17361b4f0b0f012b7cecbf67b636c6dcb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 135b60f2ec0d38e9e06ccf755d16f3676d0d38953e6e1dbd65873b2975483937
MD5 5951d239479b6e15f23537e6e85352a0
BLAKE2b-256 7d3ae59173c72987bed93e4f14f25f94acec605501fb2b9a0da0b8e39496ba22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 880fab4712f9f9497f9b968e5c6621db2c96bf83d371f4390cca8c7c13d70d80
MD5 f22fcda59d57db5cd796379c7e8ef411
BLAKE2b-256 0ac8eba7cab3c01fffc54f3952f48052734b0a7f2d2cbf4c11f9f66ce04bbb84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4145ad83cf7f71d1237b50f8e13fbc196c11a683bb98ff53eb90f91376f41b66
MD5 2a3461783185b9f23c1f9cd092ee0f51
BLAKE2b-256 5f5df668fcab2262099d883d1fb0e0dd5e85237f47898466b97cfb70d8e5d2fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 ca8d9199419e9960fbafdc5e159cd64967f225a9a6d5a75e8982880f6ac6d171
MD5 f87826c5b0ec1f5b7a778476e583968c
BLAKE2b-256 d74410a42bf16cd273ee79dc761da2ab232c351b44711c672b43a3d8fbca8025

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 182e2cfd87b4906e89d5ae04fe859c1d030b8f69a03b2e1e0e392b288741b3d2
MD5 8b6297eb1f7f73bef78695ef83f035da
BLAKE2b-256 71a381ffa2fad9db2aaf95b219399af10e832680135e2d415d1c12c60e022058

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c081bb48eaffc743f03d6167eba95f5760cb1d432fcfdfc777e2fc9b3e4856a7
MD5 738e28b0ac066fadbc0dbc0ee8cf2de7
BLAKE2b-256 cc773c8bcafc3d3ba65526b553e2396a39746fed69140830f936e2067af3eceb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 eb09d01ac06d33c017102648f822e4aec211688f6417dd6f63eb194b09f182f1
MD5 e24280487d0b14b954d03b72751d4977
BLAKE2b-256 ba9a74d6f31b90bb78bab04238d4ff68b6decaecbe0391406ab3c42a55d971b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d91009df1530c13c5ceffbb07e0f92c8b744c6d888c64cce51082e72d5902430
MD5 ba5100d512e4a5a8ea4461b44067f144
BLAKE2b-256 df5e1e2534219ec04d39a02f1c8cc603ec5ebfe58771d7a4d96d2c6b005b207d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 837ea59c9678d05a265a7ae9c087b83402896a4547520107caf4b93363f82718
MD5 a8ad299392df3a7a766788cea54d127d
BLAKE2b-256 b7090a67a2626802ee1761c9fd3ceb49ef915e61cd9a01989c2ef81081b97be5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ca3a31cace0b5b4558077dc0cce52b6ecf9cdc8749f0382aaa8a1772403142c1
MD5 4b67c097e90d63f70e574898cd089143
BLAKE2b-256 d5552a712c9407c41036dbdbf66e95b4d9802a28c838250a1024b11d072094bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 02bc266b908bbfd3c61e5708202c176fdf905a6f5fc0e3ffba6d829ba0006799
MD5 9933a22b69bea774d876f4baefa6283b
BLAKE2b-256 b8cb27f031a9311e0fafb26b43381dd0bc2cf75fce6dab32e97a66ff04f4b7e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8f84624c4ece7f0de93028d53a81c0f96334e5940c2cef919023aec1f345c1b4
MD5 0df25135a6de367b721c10febac4b522
BLAKE2b-256 716854f6c9e35ce225a84ef41d47dc469afa509ecdea3c4f49d1611f7874e033

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.3-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1a369b435c1f36f0c910db432ad9edd1942e245651704b705b3b0de8dfe4cecf
MD5 0b11c2929705c4629a4ba7c92d441815
BLAKE2b-256 9f11dea88d68e3c381247c0c2b2313d71c60869c14e8916ef991ad39bcfb59ca

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