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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.8.4-cp313-cp313-win_amd64.whl (916.1 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.8.4-cp313-cp313-win32.whl (809.2 kB view details)

Uploaded CPython 3.13Windows x86

xcomponent-0.8.4-cp313-cp313-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

xcomponent-0.8.4-cp313-cp313-musllinux_1_1_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

xcomponent-0.8.4-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.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

xcomponent-0.8.4-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.4-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.4-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.4-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.4-cp313-cp313-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.8.4-cp312-cp312-win_amd64.whl (916.9 kB view details)

Uploaded CPython 3.12Windows x86-64

xcomponent-0.8.4-cp312-cp312-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

xcomponent-0.8.4-cp312-cp312-musllinux_1_1_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

xcomponent-0.8.4-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.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

xcomponent-0.8.4-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.4-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.4-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.4-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.4-cp312-cp312-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.8.4-cp311-cp311-win_amd64.whl (915.5 kB view details)

Uploaded CPython 3.11Windows x86-64

xcomponent-0.8.4-cp311-cp311-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

xcomponent-0.8.4-cp311-cp311-musllinux_1_1_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

xcomponent-0.8.4-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.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

xcomponent-0.8.4-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.4-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.4-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.4-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.4-cp311-cp311-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.8.4-cp310-cp310-win_amd64.whl (915.2 kB view details)

Uploaded CPython 3.10Windows x86-64

xcomponent-0.8.4-cp310-cp310-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

xcomponent-0.8.4-cp310-cp310-musllinux_1_1_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

xcomponent-0.8.4-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.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

xcomponent-0.8.4-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.4-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.4-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.4-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.4-cp310-cp310-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

xcomponent-0.8.4-cp39-cp39-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

xcomponent-0.8.4-cp39-cp39-musllinux_1_1_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

xcomponent-0.8.4-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.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

xcomponent-0.8.4-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.4-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.4-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.4-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.4-cp39-cp39-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

File metadata

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

File hashes

Hashes for xcomponent-0.8.4.tar.gz
Algorithm Hash digest
SHA256 95f88024e1d8e2bad38b960c9921058e78b5e2c71f674db83e069e3c738e1074
MD5 f417fe9fc896d7cb4d7a8766ae56f8e2
BLAKE2b-256 0c91a72862645f6e5c8d1e8086e8bb97b12d98990e68a3858f845f7d6c1b15bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6358ffcc46984cbd45d3f645084506debfce44906fb99ad7adf92db8bf07cdcc
MD5 15d6dd26f8b44a625fd5ae410e1d4878
BLAKE2b-256 2188e0ead68d8030beb84a661a9a699f16e9c93a7990ce59dde29429495fa44f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 28af182c46f6cf283e4906df8cbd28f3fd59c0435e6c76520272b25a3269750d
MD5 f84deef91dba2ae524d62f36b17ada04
BLAKE2b-256 e99e21c03b40ad457b9606d00f8a2ef6db3744a3c0554c22753cfd4e4058b02c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 af09cf1840f42e2abeaa43cd7b6e42c99e0011c4067204ec517cf360a23d7788
MD5 b7450a982945980bd6d654361b5f50c6
BLAKE2b-256 94606e0772015613aca3abf9634ac190b1b529cce3700797e16149e9c443bf33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f1762caa6a518edd225d3f56f15a7291f019c3efe54c330b95b167fd884034fe
MD5 964fe12b2d3222ca8bce922a8ab710da
BLAKE2b-256 b5c1a228341476a1305c04f60243d8792e76ce154c502a9a91b34bb8e9e1b26b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9bc6636369e07df06078108c1863f40d15ef037e33db534e53806b003adcd2a3
MD5 92f5d07b1df1ded9d6d0e4d34b384a9b
BLAKE2b-256 a3ebcaf842d655534c49a594d40f10a2b2a6d9dfc90655494ddaeff6465a225d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 21c24a8db9170c21988f19b863d314fd18a18a69cfe729a3c567358c97a0e178
MD5 bd7528d7bf38819e46fe6bdedd392112
BLAKE2b-256 9bbb1c02050e11e73e711d475992f7f6e82ae21bbe9534504ba12a054ef19fd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7b7b669ab0b9e91b273ad94e23d64b1a22b84c5c7f2830cbf1e05faac203641a
MD5 e513bbcf7356cf6d3b952d506c5961be
BLAKE2b-256 77f44e95b20121588f502d7178d9619fad1df9d1b00e0338379c12ce9143ae7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fdec0d14a7b140928c5f77fcf400218d57be98d84ee22777cf17945067305fa9
MD5 e7a73f3322590e691513e159ac8c1c26
BLAKE2b-256 5c8b57920ba25bab4ffc988b2faf37a0aab4ae73e683f50acc2e0988d4fddeec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bd9b04a2dfbb92d8ffcf03aba75888db15d0995ea885846de7f582f40839b46e
MD5 b21effc83a9605abfd1b7f301c7a69d2
BLAKE2b-256 1c6e6675b6fdea39408bcaabf12e43527378420707980f54d30ba9373594322f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 5bac094781d861c559485fe9058adf2359980cc65b54d114f93022a3dcecb45c
MD5 09115bf8e448adcd88d0a198e6d27faa
BLAKE2b-256 5a7871fca2bff4bd7c81d3d119473e4f75036bf5270bb97dce0d6cae054f9fb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 949acb2d14f00cace0c6fb8eb9db5256cd02fd9aef83686fb9e39eaedc9c2b4e
MD5 12c3949bbfa1d67044cff5f67518e3e7
BLAKE2b-256 8f6e1d45925110ba4977fc3bd4e936ce60b6527d27f3022febacaed51a2f52de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e5ce65101081c1c21160ed7f2b3b47220107528efcfafede57392597c7e112c4
MD5 b1fddf5d13f4fd126fcaf67259e180b9
BLAKE2b-256 4b59daff2eea335103442972d968c3c89400e533ef40fe24e885ce1abc308095

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 91f4418092692f3396940526d735ecf08504cd34f19e6548f9f9293d262b52a4
MD5 3b6de8caa7f089a81d834481307342cb
BLAKE2b-256 1c27223fa34099112ae52bad099af87fe311e025e4fca374d454ec266c898ef0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4d969823a09201be89da3febec84d5833ba26b119069d434a6b3f01caaf238fb
MD5 30f9c78cfa669139dfebe71b7c161abb
BLAKE2b-256 943ee6df02ef86c745997611c983d2627a5e34c3f7ee5cdf75383c7cd2c27fd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a5ead8bd4cfb14673416c5b9a35bfa5a66d0a186d97c0b5016c5b49a6632ce49
MD5 87685edad5c9157cef2873e16d5f8f17
BLAKE2b-256 5794bc281ffc4816d9fbbc4454d8de071ae0bc3e625a9ee99d4015ea70516076

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 643298ac672759614894dbcb652c10c87f163f6346656ce2bfe452c90abdab16
MD5 9c31b19d01680a04ca7fcd2541a5f9b9
BLAKE2b-256 a03e478d63a1c4237e5a14322e35b1ff09dbbca780244c94c654ddf9071b67be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1dd05fdaa659dea9e5bbaa064329d424bde2331fcf25921270048a1163517444
MD5 3218d118aefac760ec2f6c076e8eec48
BLAKE2b-256 3734a3b2b54390b223bb6cb38958445405378f9bbaf6e3b0cbf45fb150bf8855

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 513a01b1c21daa0a0004522082c48f484c81525c63762ccd0a58837b99f2825f
MD5 84b177f03a9f6a5b4063fe02d047e67c
BLAKE2b-256 95b218386effa6bd8a028d094e4f240ab27ce50f1229a38f641c7ea9ad343d0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ed76e972ca00093046a6d80494240dcb671a6d8a31e4cc166e19a845269d88f1
MD5 259e6106a951bb99dfb48e34646ba993
BLAKE2b-256 32b73ecefdb6bb54de69ad99b31cdaad76665b69d0bf95836e21d634ef2fdcf1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 028a0948b1f4ad3fb7c0721af3d9361c3ece3bb29e1ab4251798f7414b657636
MD5 a03ad82a90c1a2faf41883631e21ecfa
BLAKE2b-256 194a3847d11c9894ea746b2ce423a56f4007d3740d45d3eb1930a4e7f5c6f77a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 76dde3d1cf01dd2c0b4b6c167cd74881c7f5c43361aa4edb2d2854e205d7a8ad
MD5 a69c79d01eaff9f66e4ea539e6161e36
BLAKE2b-256 2157b74f89c5fea0ede8cd28d93539dffab4cf26e2d64202c1dad6631b0f7e9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4fbde3d63b5afb4ca0e5587c08e52aea75aecc37cc62dd498404af4be8116d34
MD5 dde38b348231c7a576e7fcbbc6f52023
BLAKE2b-256 b2f706ca5a5da501f5e47919134904639b76c6f4efc282c38827a09d8c92636e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1dcd2c42af53c8c7f5eaa144ee90dc2ef079539a76d5ebbc742273faedf5b0a7
MD5 b98d89c907d969db57edeea2672ff55d
BLAKE2b-256 8d074794460a5fd6129259f2e5c0bf51ae571c9a9c0ec69608cba52846a6c716

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 05b8af4add003ac0b02c65fd2ee98f38b7436b6cedc04589ef389f4d7fdc2d24
MD5 127d2c57d8bd8457c57f0bf0e246fae8
BLAKE2b-256 a226872a5a9c89c3f3ab22b81cb66093e8d97443fcbc8a338974853be366737a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7dce93a3cb2a994e9d242653b1612dd119304a60a4e429bcc19516efbf9505b9
MD5 941c766ffe5ce497ca8f9f1927149dc3
BLAKE2b-256 8f2edaf6b05f47a18c46dd4ea7770542fbbf0630851d07a5b86f8065b20296ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a464cfc824c897b66a482636011793f0f30eedf5fda8b67f6ed72717f60e3298
MD5 789122da3c6bd05d33dd3ecb6872845e
BLAKE2b-256 c02f230dc2665472a278f5281bc23197852510949d13ae733f963451841b1cd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 bc46e0932176d19063f2ca095b1e9f585e3336e1b1a8e691c789077e944efbbe
MD5 fa8f71b49edb796d2fe67ce6fdcec991
BLAKE2b-256 2a0f96ffc4694c9e32ea296a887d9a99099c538897c273a7727f62aa9b31b58d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 90049b8dc6626ee1996806ebe0e7136281b7b9db7a20ffe5718805a7357b4c45
MD5 d1f1f7732843aade4cfd8e98b8e124e6
BLAKE2b-256 330fac4d1bb8bec5996f899c332dfd64bb1e00fa01789102d50b1e9977507106

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 66f3dc5c937dca1cc8777c8ee52ea39a33048fe7c83b1a3918db7da6937a8a04
MD5 bb3c032667f739b4c8705ad5e85063df
BLAKE2b-256 70178b03cb2e4158fce1886dab06164bfb49964e7b1d7c4a0ecd0759ba73e3d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 105f4f64c87f2013107b976000d991b34d5f41ea47062a4c7e429c13bf2e7436
MD5 ca07679068845b51f92d23c41903c239
BLAKE2b-256 13692a216c24876c6beeb3597cf0741b15eaf9ffaf1ae7116a7a8e59e8c64e40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 70e909dde4d1f2a74a0664301d156cf78455aa3130677ee77eeb179b8c3be31c
MD5 3a76b7d25b1bfdd0b4a554d569c7e2fd
BLAKE2b-256 4299601951ca06821e610186d76725a3e49f40528098edeb55a0ee86c14c1259

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7ebb7732798cc9b4e41c9406dc0da647cc915978c0969b6231c39d6911b5c2a7
MD5 f8c43cd33f24348c4c8c5fd59814198a
BLAKE2b-256 c23fea227f68d771c4be629559dfe6861352dcfe17c053f46182744fd16e7926

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 493125eb9de4a4a5c8a5772704ac10be6b446aaf4e23137709c69b0ee98c8fa3
MD5 3a699ad3ec93148519605f44885fd477
BLAKE2b-256 ccc5b159f9cee90aa7643e71b131dcd0695194631729d0c77bac4842d70e4647

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2e93afec95ae2e2510e7c8bc2a5e91e4caf3b85de70340087ef7420b9efe950e
MD5 a219e77acffad020d976453e06d3e7c5
BLAKE2b-256 d29419abe83e7beb8d82b2a118ec3028f1eec9aa26f2fdff61a73207491b9960

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a40bcbd72695961d042499af19ac04f13c7d39721af728982541028587c7fbe0
MD5 a87594b28d4f1bbed6d3baa7b4dc77c9
BLAKE2b-256 055f6a4b13ea876e8a4a6613dfe199198677c13a0ccdfeb635dc6668c6ef533a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 156450794f4b610504e0b729db6fa9c070016cce0012b4898b9cc5347828bb0a
MD5 2dd7049cd407d0a3a15c986f095c282a
BLAKE2b-256 0421be081147d820db656f5d30c3756881ce432fc1c8a882940bada65aea8537

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e2af3e5a3658abade1713ae6a04cca6570b60753754e2049c8d6bedb137bc38c
MD5 6dc41cc0a8203e612b7ec21dde358a22
BLAKE2b-256 6747b0f4e59df5048f29edc0b702db2c798c959c56d0f60987dffcd31dd3af22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0ea16c0fe4bc0da4d2ca567629080de070d36402cedfa64819384dfb739d6f28
MD5 b3d6b0b35438b0e6c9bb9a76f9deb4b5
BLAKE2b-256 59a7775b90826a126d496479ba7f4a2ec71197a16524787d61997b779dd04f15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cc1ba3380434ce3ec1558b4c577fc4f9576faaff8602f98d2644a1262ec29a8c
MD5 28e5825a331a18d72bd4d22b77e7b774
BLAKE2b-256 1ffb5a8c8335d7457d3cf9942335a692fe7a4acd8ff1ce925a13de5eb8c3844f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0260b986c82228bd171b06685d446faec44499ed6c05da86d2279b507aecfc7d
MD5 ecd792bd7c5803f4369b129a985cf117
BLAKE2b-256 94416cbd3b7b5c69195b001e299bc4610f6984df6cd3974d0c460dfb3dd1f510

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a947e67bebd89728fec62a0fe6de1982e8f63cdd3de7ed1aea67a55e70a0c30d
MD5 63e593c74412ea04d1624f02d01393c6
BLAKE2b-256 bec1fb48a3a7184af8fe63223617832a3f49edf598b6b1e9a0e73891f8c38211

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 60cce41ec4f4a4fbbf38ee7534609d6927ad458664762e301272854dae6571c9
MD5 6dc49898daf32672255306dbc951a158
BLAKE2b-256 c314c606666bcd89c9964ef397aa43f3785d959e3072f8898e8b2fcf7e059257

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1d61ae66f8a872c50fb1239a74c17dd455a52e8b518783da35b75ee7a03c5d5d
MD5 0b8290697fc72a1ad74fdac801f882ed
BLAKE2b-256 b599c38036740617937af8e4630c97cb14697db284ef49783713fcd5db4f53c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0892faf0f66780c94bde00cae1ee1a507eb9bb8b235d8506123a6766425513ca
MD5 9ece09e3e40e0f80c6bc91e2d657a676
BLAKE2b-256 1234b1a8f106dc0719a6c20cbf9ba427d66333a113c38b574f119a822c2a39cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4b731d3c54887ca8d809d0c402f1213e5a1d5fc6e3a69efe89f70a5aab5a2094
MD5 b848046568bca9bd88f681e990cbf7e3
BLAKE2b-256 319fb6ec196f01e392657727b08bf2a7b02d0a4a4fc2bbc054808d76aee4827c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e7acdf1c4c7fc8546e348361f757c55087910456956b46864adecf7379bb1426
MD5 3ae37526f038b4959797d427071025b9
BLAKE2b-256 391bb87639c8aab03b41d1848e1d4087c72b3118a2f5b0fbea4f652cdac7a666

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 82770c3780ee22f955d4e4d5082ebd76b0e941825b9b3bc57f84f50d76f6ce72
MD5 8a9a293863ecc6df2ba3c49741956fa3
BLAKE2b-256 583934a383bfe2da3324c02e5cd3a20ac09cd62cff0399f814ed3013cb9e22ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 896054f4ae83804f48b696c4bbe5ce175e34c11c29c57ddb049b1b1b06c7c386
MD5 d4527cbe5ba3fc73488d24d9eabdb1e6
BLAKE2b-256 82b54491a8011fd5241626475ec475561243fc9d0e0f5466e52ed8297b57bfb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3c8cf906e27843368e934c0e6884a2315961630b48bab82b129996968dbe3126
MD5 11b638272e27a946db4eb17926a42c79
BLAKE2b-256 edf326c3c2d6653364b4af2d793414017708166f910a26043a2ab9252265f058

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e6875293267b9083c520fbdb895c552d1b135d176ecffb8a571863b7409ccd28
MD5 d59733558d817b487ef34c09cce34bcf
BLAKE2b-256 78163f456ffd17adbaa88db8800d5fe33f639579d5a5ec77fb99cf30e8477567

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8ed82007d84dcd63caa472fe93966b6b6f93486e43e59b9cd59e126c1be58a1b
MD5 d5704c0065152f68f5d9d053cabc6dd4
BLAKE2b-256 8cd75b8743e518006d8eacfb0145dcca1311b2fbd39a9f16df12e4539b48de69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 78f8dd8064d50f4467b0f139c72757c636231aa7003226f6c114b191b09a3863
MD5 f43a8c533c87d63be346ad048a845ce5
BLAKE2b-256 6a0d16a6417bdff8a2df03ec89bc4a8007b6c711d06aca14015f52930d5e62be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 944c5700a03a5574e47619d1f671bc83f0de75b4f49bc36f902f34ea00c4d525
MD5 3f51829621bf415e444751c1cbb0e894
BLAKE2b-256 6a5dc7e53d067b9272e083c5890d8df0acc4f26cc01bd7d7cfc50409af5b0229

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1eacc29e834cf43812bbb41c2dd53c34fc98b6eaac8bb412766dc69bd435b354
MD5 5cab8e69280c341d46dbd760b25906cc
BLAKE2b-256 c1c277334f66736a7c0ab03875c34f8b1d719d90adc9513b39801378a5439f2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d8567d413337ca5a6bdc9f10370dc7b3e4127230e75d825537507bfccd93ac36
MD5 73670813e2c64bf6f3272880e4e13d54
BLAKE2b-256 fbcb53cd0626a701d95bf67d47326f97a14ed9686f374fccca7aae2cb4e2979d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5c6c1ff7377fac86694cae618c9f0d0a5c2799af3e1ff46394271d1159aa87ac
MD5 9747084a7415970ed04aa15922cbfe80
BLAKE2b-256 29e2143f1e74f9ea431bd542b1c9dbdee162ec99ff99d51f53a2799e1fad08f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 06014b50b14f24c8c0ca35840037f91c44e2e631ca340bcb7eea65644f4dd4cc
MD5 df93fc376a85d38f3fbc3b5aed6963fb
BLAKE2b-256 baf20bb37f54b7fa51e259928226231a43c3eb675c2dbf9e92aadf0d202d09b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7d9350d4fb0e890b5ffaaeba523f1ae650096431630d676d24b274419405cf9a
MD5 7a10ac56fe4bfccec8fa334c7c464f2d
BLAKE2b-256 90ee4ce6d219d72ac399b131114624f2f6c31ca5eff8a050c2dc790c9c38fe00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5ea3cccf45b45762231366415de91aa75b6c0b8a492651dbc62eb4beff3093ad
MD5 c13dd072b8fe7c228ff924e321770ae4
BLAKE2b-256 bc5aff566f5a234644499abfab60ff32be0a59d5cfed9c6ae4e9fdf5c7a22641

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4b25f0cbd18fe6dbf7daa15d04e70e70230732604fff824193d3a919af285a04
MD5 10bd2b521402e0d3b9bf88db3ec3a8ed
BLAKE2b-256 2e94d45f9846b796629b5439cf04795d318cd9022960018bc0c41ac81b8ee095

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e17d6a1587f3cd8fe4a7396682078dbe38d3c17e3ea68d434047d10e3ec07156
MD5 5c9fbef5fcd88e4c599a49d20f27730a
BLAKE2b-256 76c24ab3ff5a3b3df0be3f7972153e63add0fdf9bbfb25aa3737266a7d0013eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2c1699d18b0db3ee05ea5e78bdeff8461ddae43eae1f03145743e7d5d248f151
MD5 164d304a5b7bf78b54ecec45c7df646e
BLAKE2b-256 eff0afb1106b14483737c7ebe60402fc73de3139371861e866345d7a852b9a64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 99be607ab77eba3e589b4f38e2e55b99bfa154d187fde3cba6ad39c5a4e00ca3
MD5 4336bd8ba7915ebbb90e7c6f41667dda
BLAKE2b-256 93734de78385d8980d665152ca952e53401d0be7635e881f202dfa72fc044c65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d0e4d6d90ba4b9a572291530e4b9e2d2c6feb135bf02b087f27f3ea893ed6d39
MD5 b9e068876d688b97d9d4ed669a8bf5cd
BLAKE2b-256 2e5773783724976567aad3d3235738a39240d9a46d9e9529d825e7674e74f898

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ab40c06963cf2b6f07d0f7b587f54ed03050ae6f4f5b04f92295c2fca6cb3ec
MD5 967eda650d030e62da01ccbadfdafd9d
BLAKE2b-256 9279e4409d4accab8cfa39ca7b4ed54ae885334186aae01d4dcb790d4c3e15c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8ad34f564087e0f7dfe13cb6f9ac770e1ce92a70c1a64282ecc5a495cd7b1d59
MD5 d8a68172a608a2b6c5bcf7baa2b2d4e5
BLAKE2b-256 f2e458b65502a91d5eb2cd7af9386c20e87ab2daa6796f1e8ad1a3b82c21a76a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fb9593a38f3a85574f02f1f2f5400bdb677077763a2ee73b91543a66ad3a40b9
MD5 0938485e1b526ee916cf54d15bee6057
BLAKE2b-256 8f58cfa7db24ce12c894fe8baa9aa24404e4b1c51c08271fb2b47eb1bef5cae2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dad901a3ef8dd672ed8368831b205b4c42a0cadbacc1a85c961afdc09a00fb3a
MD5 afdeaf3cfa10a09cd6d88fb433a43201
BLAKE2b-256 38c077edc5db1f58909e1451a36acf8ef5e88b343493c1bf0866464ee3dd84f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 282a09ddf0f45f5aa33a0de258768ead9b812d5ef080ae8ba566abc90f9e13bb
MD5 d81ed5c524a5c9e846cc69d8f578b092
BLAKE2b-256 6f9ac7cf077743d99c07d23d858906c4dceb006ca5df960f2b909bbf66aaac0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b3f4d8291d6602c23f8b8c80e40c07b70b38417c973c91038201e01dd2ce99b7
MD5 f99a3c852d33cf65e937e08dffb5a4e5
BLAKE2b-256 f900ee5e48fc7c8cca4b18c0a46dc2494411eb9ddacfe3e7f716e6722d1bce20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 119da98a66d9ef17cd8fc2b90fe1f42032622b679ab69eb7e9d42354d1429187
MD5 e5d0a0493d44f11d110c44565f99e96d
BLAKE2b-256 7e395ead8893b05c170aa24538bb208f00db044ee745dc5a7e3d01904471d5fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.4-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 50a84cefa292a7a6efc8b36b966b2d7fac9917984a28badae8ff5ea740ac0107
MD5 0cb7637b4c61815ebcea560a1e9e6152
BLAKE2b-256 d149c2a85f46deeb64e266f24acb540d7ea97439a509c646c0e18a9b0cb8b176

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