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.0.tar.gz (120.5 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

xcomponent-0.8.0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.8.0-cp313-cp313-win_amd64.whl (905.8 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.8.0-cp313-cp313-win32.whl (800.1 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

xcomponent-0.8.0-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.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.8.0-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.0-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.0-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.0-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.0-cp313-cp313-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.8.0-cp312-cp312-win_amd64.whl (906.8 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

xcomponent-0.8.0-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.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.8.0-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.0-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.0-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.0-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.0-cp312-cp312-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.8.0-cp311-cp311-win_amd64.whl (904.2 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

xcomponent-0.8.0-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.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.8.0-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.0-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.0-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.0-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.0-cp311-cp311-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.8.0-cp310-cp310-win_amd64.whl (904.4 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

xcomponent-0.8.0-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.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.8.0-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.0-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.0-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.0-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.0-cp310-cp310-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

xcomponent-0.8.0-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.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.8.0-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.0-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.0-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.0-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.0-cp39-cp39-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

File metadata

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

File hashes

Hashes for xcomponent-0.8.0.tar.gz
Algorithm Hash digest
SHA256 3f97d4fa9a7a445bbdf27fb0fbd4d0c3a76ca6fd7ab33d2a9f5cd58a6c54741f
MD5 eda90b3f41b1a77f9721fb5766ebd34d
BLAKE2b-256 ca2b03ddea84329a2e35b9dbfd7dce29fff673a7566e3a99a7bdb229764e4a15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b50720ceb8d36c340d23b018deb3777532579a7a52cb2cb9df13f6f26ee03585
MD5 8a6bcf6e1012b7dfe8c1c6a026cdfb3b
BLAKE2b-256 8f10f0b068c10003d0497deafd2c20f29003cadf37ca2e6d0a57528cec9cd894

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 4e4d576e3a293ee7e7cfe6c32d3f3023ba0a99a7e5e4be3220bc5c9087c05394
MD5 e79fdc8d089adef7b16c16cf2b688644
BLAKE2b-256 70fd28ec739254158bd0074ddaf2708c2462dd96858f7634a388fa980e4a599f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 94e5c9933f7bfd20b77e5876eb2a19686c61091b081edf0826ed94f157b4a624
MD5 020fb62e8e8eee27ec54d6d4b937028a
BLAKE2b-256 ca199a7162bb8a73af78c916df93f8ae8477d7da1b5e213aa9754fbc5357a5e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9ba5e5eaba9cb9e26d9bb6c5b4f7fe164c0de1499fcf0b537d1c4dbb032cc3a2
MD5 8b4c61580a759dbdacd7f08d0e648ca4
BLAKE2b-256 ba7f7a879a0f1e24545cb0bac5a8ab2c6c2f87de4dbf3b23f3133a7209e51c1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 83c30c723d793a62995de707d0689eadedf60cab8df9aa17987c6fae633c76c2
MD5 38078cfc080355e7c115f89bd5f4a22c
BLAKE2b-256 b1793db0bfa130b26735cedde10782f31fce4091753fbda3476fa242fbfa0be7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 791cd432f5a597be42337d06f34d3a861bd676f33941f16dbd8cdc403b6e5b72
MD5 3c18bacad41e562813a76618bcb3655a
BLAKE2b-256 9ec37181a8857575182ca31504b02c664e3d2c168407b6544e87a988d5df5ee0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f852b44902ba355a1988ac5f67de96b26f8adeb05839057d2b7cae83825727bb
MD5 01c3bee2ecbd79e6b46c7174dce575a5
BLAKE2b-256 d1c371a627b25dce860d8c0352ad87abf5f5af6f25b9df2e27a8f675f786e289

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0af94d3d4c015d998957c343f42aaea98a37fb8697feb589993e3bdcb18bbcba
MD5 8b092ada2018f235c1facd64c546b94c
BLAKE2b-256 46e2fac7f466cd11ab5b835f16a40e70c282b82bb0854b8faa79f666d3520167

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e632621b10762ed8ce7b1be64f56a9ff79055284bcd43ec76b8aac8ea528e83e
MD5 2c454857e9482744078052156b039c83
BLAKE2b-256 7a93360adf198229f221e39cc2a1db9b7e3ed1ae5fbc40356add918077f41e71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 64962c159d136325ce1c9d5a1733bc3ba6ba2af8161d7ff43a1a5153151e9fbb
MD5 c3f5e06b9adcbe97b684dfbd1054dd9c
BLAKE2b-256 1d61c95bfe4454ee8434e88188893cbaed336b3a24eb6f21daaf907b017a9728

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0d0611999942954c2186cb3f5d90dc9022e3848028d2ef2d2929e487dae9dac9
MD5 0809a6264677f807e1fbbd82cdfb2119
BLAKE2b-256 05f7af87bb94a6390121600c1655ac03710490df4a720f1528de64c08f0b9064

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8888f3a0526c0abfdd53309b92fb89bc5f8eac2e7c859d57f2744b8da1efa13e
MD5 51d4cc7d6c7cd1f10aae9e0ef1cf08e8
BLAKE2b-256 3fed3859df014bfe99c5d0b079cbdf3af7ce98d69fa163e642ebaafa1421bc7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 058624cffa7884f162b56c8587d77a166a9f063fa9bca3dc38a1b236ee654787
MD5 12fa3ecb808008dc16164d9831184232
BLAKE2b-256 a58b806a27107985379000e4642f9917d3b056de82faddca36474b2d58d7683e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3bfb79945b1d73e7fe8decd877190be77d65f159174c1d1fa0b9e92ccec92fa9
MD5 89bba0565e5c0d8d9c07276935541fb2
BLAKE2b-256 0654769364885224a488017a14642adb367c44c5f75b96c0585b439b645614ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 26fd0718789a1731df231bfcf732d0ae700ed80bdf0bd4dea9973b5fa9ebd2fe
MD5 4eee351ce19d710664a8d955ccb2c5fd
BLAKE2b-256 18660edb289798a2c8eeee1dd5bc63fd2ce676ea5f4b29443805e0bc94bdac7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f63f338bc020d6bb48620ac4285de7d9dc6a945beffbe248bba7c3bf21671f93
MD5 4fa75de18aa9286516cd7664fd19aeec
BLAKE2b-256 345c0138ae3ea3c0e1422b72dc9176c040c2fba48193c9d901d17222ec364a8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5e6da65ba69b269951775356df61f914284ddcf32f2a762ff08c44d5e905b219
MD5 f62c2e4f42faec8ae8bbdf335015337e
BLAKE2b-256 bd8e105c20102320b7d938f3f7ba19d2a6b0ed60892161285046ba06785b875d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 abb11375a09f7f86143d84ad90e6a1b934756b603469c2127c79a503a6d673ac
MD5 950ebb1bf9f219f4a92e7416222365c8
BLAKE2b-256 f5c33311f63dea8267814a15520882f3b009f24e0f9cf897e179e0d884498fc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 51b4bae482f3af861ddb9a5b92cb8152cd293d3eeb01a58097eb2ff55dfc0b47
MD5 77eecd800a20714ee352727424bae45a
BLAKE2b-256 15f90309aa9d595e11db42dced880ebdd8047d0c4cadce86c2ccb4b3ede2d789

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 11a53c5115ddfb7b17dff863c74cb7f3bb77d2843808883820526f4f22e7312d
MD5 e23ec927d92eb61e045ca04b7cf50d17
BLAKE2b-256 9cd1c7b03c0d0b2ca991e07ca347497b3f2ecb3003724e56120470852f583601

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f5679337f4613d61d9d8924eeddf51be2fbcba897e6d62c287ef9f486ad3a794
MD5 3f3e3b7dba22c42499ba80fd02b24a39
BLAKE2b-256 d6f97a8be4ddd8f7070bd8f7d47953a8ce5536b4535052b5a10ffda2100b55e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9063d19229f4023f6418519501d2b9ecbb9641495d7524de75550b7f9636e52e
MD5 1f2511ecff6f6f1413e3933802f2c16d
BLAKE2b-256 4b70879aa13278a9699e64d23be59ac7a3d41ff30276e0f2171f8e28f8987cb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cdbbdef5f03966519edc99f0ebecebb9a51bf311ac0bec38cedbf0f754a51750
MD5 276722a2d84e7afaad35d1670c134a93
BLAKE2b-256 45f3f577c3a6ce281358349c09716d2912f7e942ebbaeecde58367da72d82d6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1af46db9959e8eab79b72061928f5b4a4195b4fc79abbeaa009ddaa60864e906
MD5 983a7cdc11ee1e5010715dc932af7950
BLAKE2b-256 32362df357e0c7352472b4b600aef941d24ade68daf018340b847a6bbe414073

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 13478c95b789666c3473ae15eb3f4c39875f1f7574065c0265225811c87d3802
MD5 60cec70cf47e57fc901eec1b9d3e5d2a
BLAKE2b-256 bc28c28f7cf1df9d33a02bf66e12703d7eb659bbd8055db2367c1ed35b85d1b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 94eaa507e95015d026fc472f3f9fcfb2737b403ffb02ce2842e70d9007b02a45
MD5 fd9a3a63a6aaa3b226ecca0c91aec2a5
BLAKE2b-256 ce0f185a0c7d340b88418a196a8fcdf1b14883239b5f875509ab04ca0e53b7cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 35da24b2298ebc0ac7431ed09317ca7be5a75a8e5f3512e904c855b9ffeb64ff
MD5 b18ffcf98660edf1b81a75a6a671acd3
BLAKE2b-256 6760f5e54c45b054a984b3c2e7b30b268050607ecbe8bb2351cc796a005d33e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f91003f72ec2bbdc216e1af63840c385e9aa88f5e9cd78be369b47a39d588b05
MD5 57283cb004cadf3d643d9c4b11829cc4
BLAKE2b-256 30768d9bccdb142259705d954b282169129a703fbdff547fe2433fdd4697b42e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b5e8ad7f68699b5d613e1b17beaf1579446fa77569f853302f721edc58661513
MD5 c2439f787340009a0a83c0c51ef5a5f7
BLAKE2b-256 d4ce3a2cbd161bb6385a0099a77f7acd03fb8c55067e3dbc588e6eb4bbaf4d14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1b76c7d0038d2db5306429411a90038cc4e8d258bf437820f915962726d4b2e4
MD5 ca4a6eaf117869eb95d92914b7859c70
BLAKE2b-256 00104cdc1c88edcf68754747767fd6b0e3fdb5ae391e96d32f87df1b52784a13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 4f4ffc57e805fe30a363ed398bd8b992511b30305532317f6df0af23cea88a46
MD5 29a416a4e56b58e7276c1e7fefa87598
BLAKE2b-256 0cf8c219d35ded03284d6317081a19dacf293aff7d788a710792183a67951c87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ee37d8863dc6146f10e7570e1d8358759b08e658eef5976e7f67c854bd2d164a
MD5 922bf68a70ded8018b0e9966627c3a44
BLAKE2b-256 f80e1d83bac6803287bc57e2797b05bcadb7a615aff22d70a2fc53ef6ca7ee8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd59b4c9d138d5c62ad3b843eaf341ef1053c69331179ddcf8a53b072abe4c75
MD5 03df7afac04b80e97e88192d2594407b
BLAKE2b-256 27a1dc0eb572c3f8d828663517cede6880a2551c7086f3f6bc11d539ca646413

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6429fba8b76c5a620d5d9cab09090175497fb93e610ce0e560db3f79203c2965
MD5 4b540c46bb76cae947186dbda4a030c2
BLAKE2b-256 8b9fee0f4944b3bc8e931a19066fe5175391454a923f4c93cd3cf8a90c01c5a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9b44d54315650d582c326ac28c7652bd78a6ae346b82742ab180cb91049ff77d
MD5 dcee17a2ca39b9ff0d305b39f26d18c2
BLAKE2b-256 e38916440af027d69e1b755d06e1a774f10b425539e727f972c46fd6b14a72ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a145ed89bca316f38506b3caf4d3a0a58e902e63f7ff9f374a5c5b2cb467b02a
MD5 9d81812ca7c5b825fced72b9962381aa
BLAKE2b-256 84e11e8da21058c900a8a0e25761056179300f2e8e331cb0b78c610f89c2e75d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c073d2efddebf06c61c2d6154d0a51f3b7f64c23bee1cb06507140968039adb4
MD5 31806d3b04c2cdd78130289dc9b280ab
BLAKE2b-256 9a211039407108ec08b3a3cf8ed4d8315b56725ff7a9019fb866a24f063fb9df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e798e95ee4114010c7715e4c17583c8de2404a6a1d56e9229ed339ddf683c189
MD5 539c4b60313a29a9cd8ad2426957130e
BLAKE2b-256 aa67f60d0835fb734c9aa5aee745140fb87000d53b95177caca2172c48d1527d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 03bfe7aae52061bab99d7f0db0beb6031ea96f67125080c6416a0c42288ea262
MD5 1c910b997af21bb3afff719c5ddce20c
BLAKE2b-256 296f7bc7de313f61b67e912de0e723be8823368f74a987ad7c2b4ea3cb1c6794

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e7ad586de076a8972d49a066674c60d3ba173c1e071da64ccbf1bc13593170d3
MD5 31920c179104e8d2c28db6c9a64e8816
BLAKE2b-256 8e0b4c11b99c939303fe3d35ef4d03e730f34bff89eb875ae599624aa3313205

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 87ec6d66ef3e47b5e6ae53dcc55daef7ab743ce522ed39d35607574d02521d4a
MD5 4436a8e674d2f08c60303e526cba6786
BLAKE2b-256 205b75ea58f4f0902e3e2af3dea0643929e42ec27c351e33a86522f5942c39b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 e8f0efd10a07392f106aaafc50a786532cb418db788bc238c0478ba7d017fed3
MD5 f1ba10e7a6955236bd08a97a5202d8cd
BLAKE2b-256 c89df9bea60d0ce13ad1624e67b1fc83b46dc7a262d10b6ad18aa9b810fa8545

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 de6df4cce01fcd129a563321450b9f16c21471b1f14adb4b92b2b14aed77b6b8
MD5 24bdd82b8a39964e261e05f0b18d991b
BLAKE2b-256 5ec9f440a8346c58329a96a66450141e74a5b2053620d70f584544356046c0f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5d54312bbbb5c6c77e23ee5580db8008900d6e80e584a2b7ecfd6714d9706979
MD5 1f776d21ce6e3102a7bdc0655b73a553
BLAKE2b-256 181ec58c8faf29ad119dc964e1b08140436b63a3cb44d3f16c8c9d27cd03df67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 15b0d969baf26ca71bfa92b97b8d37c575572e9c1f918c2a2392ddaa3e3e2a8e
MD5 c24eb627234608f502937fc95bbb1917
BLAKE2b-256 3e7744c7c292694075f78bda30e551690c907697260d9ec8df3ba320847df301

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 490d288b0b197d9b2b23c95f8efd4ef76de396b8d49eecb42c009086c12a45b4
MD5 7d7725484de972ce69e9ef7af4b4062b
BLAKE2b-256 379d702305f41e00a01f50d21aa933f9517748edb228ba6cb4050f4dd2585446

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5250bcccd98b6cabaaabe50055439f11b4eedd46b2a6fc6e6cc6151c4ed0da84
MD5 7d6f069193ce874e583103051b9991dd
BLAKE2b-256 0846ba45dc0d63bb42acc5742b1e47f62be24bd15dba0cea59a245df84f1d772

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8ad3dae4eca15e4f6f199e6056bf6e50f52cec030acdcb9bf93b1154a499ae29
MD5 b621336fb1c0de2d4c0b62b7064e289b
BLAKE2b-256 914a86dc728b619420b0850ac428cbf9f61750aceec033ed48650cd5f0b0c846

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 254bbe26f1be22ad28ef0a9419dc2645a9533b001e3bee670efba43b1a57ca74
MD5 f9e70a618e3c0e9d88acfb43c5aabf01
BLAKE2b-256 d541e53353eeec31f80c68fdd24c90a9d2ea3c7393644f74c158a9c3fde43b6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 601f745f87279b15ee8a0023a5646e7d31e54ef11dc88a8477a573e1a8f1f8b9
MD5 fe4001f15748c9f9a6b87a3c10fb3d57
BLAKE2b-256 b309ad72f8aa159bcd75983d637f00fe2f925a7b211739c78686a8ad59b4c550

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9cabfc277edc8faa140cf0e6c7f6c92a4586456e5e5b024680ada446c010e05d
MD5 7d0130beb3b4e1a9801f7f6a56e0cab4
BLAKE2b-256 d70fbf8c1cb2a4954ca76f50d7fa453fe9f43ec015e351358befdc9a9e763707

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ee1bff0a4c02efcfe81e544c1b12b71ac0243c6fc003a290fa9ae1b9d983dd3a
MD5 1828810edeb71ef1bb1b9f3178d7234d
BLAKE2b-256 6a21104708d6356b8060e18d3f1976fb85e1e18253345a0ea18bf5c32846014d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 47ed36635e0d04416bb8bbafced6671db9dd356163efb67c4740de37bfac9296
MD5 36e8d48457e4ff39067bb99e9e95f9ed
BLAKE2b-256 d7362386e1bc401008c973dec5ecb57c50b1fd90c2a730ee375187514ad600cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f657962c587e013b2fd11c853fc010a137dd6673e5c724cb2fb097f6a08b69f7
MD5 7b126d82a2192e704d0d7087234b511e
BLAKE2b-256 e0b664804d7b23c8e28b39440c0705333cb0237f112e54cf57d371efb205cff9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9026bf22bb1b183464547c0373a07f785730a385c0202e9ffe6995eba025ba1
MD5 311bc55eb33bc04ebe0ba4fe5a969986
BLAKE2b-256 74946c7313cd22638680bc8ffc35ba82fd9dcdfdc701599475fe4e727da6b069

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1fa77fe51450646226ef563fef5b87ecd7ca1621f8a0bc298144631be340863a
MD5 551359a9edd6ffb868f701681cdd10b0
BLAKE2b-256 0e18e95139adee3d1a919505b918753cb8e91b8b71e37691bcefbc2a97a878c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8fdda37f6c6b0a30c08add0c1986bfd30d56183d9d4d30dcacbe48671a99e5c0
MD5 5a3b3666709e2d53dae92ae438c9b45b
BLAKE2b-256 30cffd4b6829cece21ff326c68c8c6fa1b43b1e25744de6739daa8cf9788b454

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a80860a9f25429cc848c5bb315836b9497dd799e3df5e4559d14bf272022474c
MD5 85443a8f18b9d1a7867f82ec5317e175
BLAKE2b-256 274d17b345bb050368d9ce4d5379c5783795045e4754912de4372ad195314ce5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5f94d87d5ede7790ee65d962dd12ec9ff9542b19c9beccd953f7b085e621dbf7
MD5 0ef5be7ba2025545b1c490bf2b0c86e8
BLAKE2b-256 56fa67c94bd7b1b3cb74c2cd3c39ccd209eea267ca326e020c9c7e0c347ed60a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5b602c12446dd351fd229ac3801ec4865cdc9ee37229a9cdf95a5d8cecb51a18
MD5 6be0dffcf2a313af6cefa83823080490
BLAKE2b-256 c3c2e77bdbfb7b17786283e3809d7afa285104b8817c2fab0f294b1e65a57690

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 87149dd85f54b89eb8eacb6941dab12315359f6f2b02d3dd31596d94bc07ca0f
MD5 aec0669f8db4ef2d3e65b47c637b0973
BLAKE2b-256 1e7e81082cb968d5f38800b131fe255ec86bd544280414293e0a6f664f546078

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 742222ba34a946881ddcaabef19a4a31c81d7535bf1ce62bbcddc6f09af50552
MD5 afa968fed97f3eda0dcae69b092dd9c7
BLAKE2b-256 ee99ee577dce23502d40f850a140fcf1bea55b912cbb27d7aa603ebb9a829d96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 9ccd42c77211a56faa3c58f507173bcd931c4536b7cec257b5c6757381731611
MD5 bb15a02ac513f752cb5aaf6b569939a0
BLAKE2b-256 b67d9e513ebdea0b8d632598041418b4adf75e91ddae813299041a993817d6af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6ad01bc581e93ba6df4c7aafeaa523b21793a3510051569b253be5a83c322ec8
MD5 b620e15a6a226b88e527a7026afea159
BLAKE2b-256 bfe46d1e1918491af2402e44ec5fe548b590d95c0242c74bcaf9e1b2f9b793f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 21870d8789a0b6f27c1086bb7d0e43320b55404aac6af6b2ba7a2bacac38e842
MD5 2b461e36298a2a616cac43cf546efbba
BLAKE2b-256 f3336d1bc46171c3478891eddf74b8aac8071d861077060109bcfa6a8f05a0b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 848ac6d250b1e598ae7004b488abebc29cc95f937923bdfa2c4830fc702ee61f
MD5 23952afd00be9614467d692fdd2b7e7a
BLAKE2b-256 b2161cfc5a601b73368d648b2a6d0d3ca57a86723b98514f18b9d22773b663a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8824ffedcd96e8f639be6cef903d88a490fbb07eedf074c19b474218232ffd92
MD5 c75781b41c247e6d1c9ea73bb487771a
BLAKE2b-256 57752981072bd723086213a0ab6cd2baa86f90570eaeb010362c1b6e1695d903

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b63877323c83813281fe1c69028e01bd41aea03444876e42e5be5c6bf48135b8
MD5 e6e7d9e65659ee17b5ed46e485fcddae
BLAKE2b-256 bd04d080c5f8f933bf66040cc183c557aacddc7aba0a6422b3052e979a3a5f15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4539b44087dc5d3a22a5c99fc0108fae618aa4508707481ed961c394e4a42939
MD5 b7a649456cf18758291a53adee8f2e18
BLAKE2b-256 8ef00fde5852d21f5b7344168fe9ff1cc281cad227dc018046e6d593f84e0f85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7c482a0c71237f17a7a7d762146db2b6d0a6768e351d8600737ba9656489e7a1
MD5 bd3ce73715621b23db27152fe0ccd639
BLAKE2b-256 e1ceae489a3c3e3c5e494cbf0353ed4c50c7e7cef432e0ebdbb6e47ef8d2193b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9bd58a1f2a824749a3215a66e34e644e4fbffe3618748e34040bbeb1b59141d7
MD5 885f52f05acb59e76d0e06b2ae3c4610
BLAKE2b-256 7596095d6d1213885bb7ec992fe8abf4a6d1e6cc4e604e99dd63b2f252aa7483

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cb67f7a807799195c2d58443cbd7a9c71062aea86258a66481016b7cc9a82f9a
MD5 2fbdcdbffe2f44acf154cbe3c73d8dee
BLAKE2b-256 2215caefa42ab2e2dd353ac209927ad9f91ce1833ebfc22fa9afd6679f1520af

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