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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.8.1-cp313-cp313-win_amd64.whl (904.8 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.8.1-cp313-cp313-win32.whl (799.6 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.8.1-cp312-cp312-win_amd64.whl (905.8 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.8.1-cp311-cp311-win_amd64.whl (903.2 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.8.1-cp310-cp310-win_amd64.whl (903.4 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

xcomponent-0.8.1-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.1.tar.gz.

File metadata

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

File hashes

Hashes for xcomponent-0.8.1.tar.gz
Algorithm Hash digest
SHA256 3b4704a14fc1cae433b165dbc073dc170ef8cc9321c0c042303716b8e5d61fb9
MD5 1ae7aab4b8e8a96144990e026a41940f
BLAKE2b-256 d8e2dbe815565a18b75c2393ce9fc1ff558c2f75e97f5baaa1ef2c9205bd554b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c17c7f954611959c77da8977c5ab821b761aed5bd5d0d0e7f3b856fb7e2180d7
MD5 33ee6eadd64205ff18f387d72a7cc958
BLAKE2b-256 7d3b5740aedd50c20fcc7342bf03f002bcd2c8209e807e1580a14cb6d1c0f84b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 768cc12e6de92918fe6595826957386281ac1162575706982300b9f8e306729f
MD5 f966a6716823b043d617c5f56d5e54bf
BLAKE2b-256 91a788c0929e28dc32a88d3e65bbd187b5df41686953dca3405707beb43d93aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 78c85570855ae5da88a6bb8a7454baaadd225352bd5ffd168534680dc92031e5
MD5 2efda5ad10ecc1c50f28055707e5b198
BLAKE2b-256 88c1a7a6d39a0b9b480dac964aa7aba7b7e3e89708c918a22279870d7879ef96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 48802c6bab724cd9171ba9ebe51c7dff50a4afc4846175cc78a009ce68c4d322
MD5 387fc0196c61380f27f4d6216283b759
BLAKE2b-256 8fc00c5331251888736ace1a00ad7be233ef8231259296a2d3c3972e5edbc6d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f979914e182061ef01759b8812043a408e0cc2b9be6c0187b58fb0fd54f04ebc
MD5 ec2959ccdc5c99e6f816900839fc60a0
BLAKE2b-256 a7c5553c2321e4d90110b4e2d085fcdd6410e6a14bfcbdcf46db0eac42e60624

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 eb881eee1150de43e97786ff062ba33cc340a9edb832e1db683ea8b5c8fc0615
MD5 8bf0451908461d66df1b7a300926573d
BLAKE2b-256 af8f28deeb2c1918c487f6e458f5ee9c7a0591fe5570301630d8831c2124f250

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f23ed15a6e0e8afba81eb8726445d0513bae7abfa5f2f304bcd1e3f6ce74bf02
MD5 3eae5387f3ce88ea3d23c848c09d277f
BLAKE2b-256 86888fbdb75d3c734005c8f78c6f2698ad1d73081a0c35f0deb2988f97f4dec9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cd9b7ea15dbea11502acd3f7872ca942c4bf8bb1769e519d863485db97817f22
MD5 81072ba0cd8b1db12a6a99e2ed11239f
BLAKE2b-256 d9783ab310bb5b6ce18fe5a8cd28f6a8aaac41ba625bb2c478752cdb8d347d49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fadfde7493f8f5765de11a276270ed6903875eb7c1cf6bc297d7b4ae2d8fa0de
MD5 6125afb995d0e750505cf2158b5d2b3b
BLAKE2b-256 4b4e85a80a3073f934edcd75943a5c93805cea45f93cdc6d7f5565f0bb10009c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 b443df71c88633f853a21a8b5264448071b4ebbd1c59c061681dd640001a81f4
MD5 d416ce201777f8dd929582035f4acf38
BLAKE2b-256 7a7ec0fa68fc38bfd8b0a26ac94d7adb25ba4dbf239c115d7670392736d0b71f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c708c118d30ed8136b5bf87400e08903fb6874607e85c47cd46d7519c0ed75f2
MD5 43a0db7824b6bbcb555f9eac6b31c85e
BLAKE2b-256 fc3ac422aef4783bb00c196e8b4fb23a9d5dac3c5bbf40a3cb70064e19eec396

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 27f1937a37200772cce7b0996d5957532579256b26b885cec792341aff2bdb1c
MD5 1ed6954abcfc8cc3921f01bf74171875
BLAKE2b-256 77bd26c242b5848e24b876575cf3a3e9607c1de75691f009f4e8dfb2cb5ba000

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ad0a005df4eb2ba4f7d9bfa185bc9bc1c4c0741fc8d37bd817a493147108e160
MD5 e2fc2dea7273f341dd4759430055f840
BLAKE2b-256 b8abedc83f03a675ad586d6cf9246fba6a1c0b0242d17fde1032990b212d8fca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 de998832004cd3bc48e5e0fceaacc9fbc09e5e9b1e057a75a7c5fc900ffd5b71
MD5 fc6a26349f731a6bfacceb236797eaba
BLAKE2b-256 e29e8e5a1343433855a13a33dc5b779c7aaac02180e1935944e2993fb2282e79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a469de10ecf12f5d1e3bf68cfcf21a9a26e9887f9e7c52c96a35194d4634e2a3
MD5 ab5e0978487c9a37370c66bd346d2983
BLAKE2b-256 d71ed557c0e4f9a79591f6fd032a10ddea087109533fa4a77bb0f007a284a7b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1d037ca403302499231772db97f2d09009d980ff5c294e87fb99014f222148d2
MD5 d2675a230665fbddb1a037621311cdeb
BLAKE2b-256 444aa7df781298c63a1c85f6fed14274942de581df08657206923cb4299981a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 59fd110a18dfa76ab5b46d0ef324eb40b05f6c2b192b6543bd0845482a5c483c
MD5 6773714b29252d68e4c96702e89c0bf9
BLAKE2b-256 54799be62ba392df5032e20680e68544299ad516ea827da515a6788dbb602743

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2ccac86007150e755a65169e7ee7368ca130c90ce8e9eddf8657b5a43f807ca6
MD5 dd540d8f0092aeb379555a8ab3ad62c9
BLAKE2b-256 faed8d5de3821afdcfacccaaa41f417c664cb74f5b8c931c2d61e930258a4dc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a2910a238c7c80a2f4ba7899e3a8492e3303f6cf1be1161781538359080b77b9
MD5 39a90da44e6b4a5b095d1d608d060f2d
BLAKE2b-256 195ffe449582ad802d91d98c8674e9da4c315e7b531813a7b5f892c6da6ea9f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 8f4412dfda18cd47b48b3432ec3555cca06e372597cbef35fda3e714d4e2b386
MD5 e48dadf6780008d411b662d6cf80a7dd
BLAKE2b-256 8d410eec78a2fe86f85a52d0129b000486ad4c5d78044bc5981cc55d7f537227

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3754c0bfaca34225904fa8cbdf2f4f72a4e4c252cffda7fa42bebe2caee4a825
MD5 86c5e3c232f8bd8b1ea83b902c271af1
BLAKE2b-256 3d54bc8d4a6b6787db15f59485e829106ab8bcf8921253f1ce82dc0cb544d06f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 158f5c648f115b5154d4ca1284258c2d92aa44ef83321df3126c344f8cb4ee19
MD5 e808a891e48d95735f39ed9daf444cac
BLAKE2b-256 0c8f62b33da98d96c32ef3f8b306d5f84c073e7ec4afcbbb78923a3ba36ce9f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6580840626272e6856e7977d867d89bfdc48229080a6bdc5b9184677b9c8f8e5
MD5 08ca71798d0f344920e92a0e6407068d
BLAKE2b-256 6445161afbda66a802424f2a6c8f1c75e8584b232648c73a67561ef87881715a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3c9918a948debe69ed87584f29c208ba1773dfd37302d2fa1ad53bb65d67f4c7
MD5 d7bc1f8b615de0ed8ae6b114b786f100
BLAKE2b-256 5e079386870741bad1fa13671b39c197d7bba0be09ee3c611a24f4bd17413e77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 eaee30e494b188dfa65d8dd1be438a36f7ee8b24fa572b05e011e09a74194e0d
MD5 9c95379d7851f06746e342391e3bff90
BLAKE2b-256 7a4744ebe1b816e51d7d3a2d04edaf4578a6153ff51848d5af9e2e78b985ebcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 66bbefb543717add291bff5bf3bda9df78534cfa260c6f5ab530fd6017688ce6
MD5 ab52a45a5fa91970c5c2e6eeab46f12a
BLAKE2b-256 047006d707c9089f45c5dc444712c00bba7c19b99578cc6797924b1a5b9c60eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2bff1a967ad9815f6ff27ef94ad227674d6de51bc8d17b45e4a471b0d53cc291
MD5 24540873dcb1e87ab1e03db06b67b951
BLAKE2b-256 e9a4f503b70a36096a00c07ca2b482d04510e995e50886aa26408e1a4aaecae5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 13d992c87d32a1c24bae5ed41dfbd178b3b2ec01130b758d2f62b28d125d3778
MD5 b08f5e0d13a96465b925f4f760d69f3a
BLAKE2b-256 ae52d9aea120d7e348c7eb11ad60d17df57f35ae74d52f9dccac818c1b53a34a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a7e4c103771cf405e671c651dcbceaadaa222a0b04c94bb8e10d22940a42dd99
MD5 95fbe7c25ce77f66dd08bea72dff84ec
BLAKE2b-256 99cc19ca87f4972e8b7a318166865785d7eb24eba64a2f4b27244e8d5aeee46c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3420f1060b786ebc4b7ccb1cb087430f1c26675278ac3e81d0ff6cec90fc793f
MD5 c7dfa4b861f33d98362339095f063285
BLAKE2b-256 ba4a0ff03616841717dced3250a367ed6733212e3cef9985f65e8cc2e36cbdc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 039785118e3ecd774dd121d9ea0d3d0d4ac18564a0765f978fe366fd98671ae7
MD5 a15eaef1b06f2784d64c4422931af565
BLAKE2b-256 2192d09da223f7717fa934aa24cfdf4373154f78b48851a9bab7328ad34500ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e9eb086ca081c190401a189946dff92a3dee500842ad8559655de6cb1db8c5e4
MD5 6527c1725eb59f21ca099b02065a25d1
BLAKE2b-256 0bc4b8eb0c22fa712de28f7f2ff0913f2ca6f5b6f1b7d312d4d438a0001daf8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 36cd5940e62a60d3ee0eadcf4346b023e0d30f835fc074053c986962ada15682
MD5 217a69da505fb974d647f45be772d7f0
BLAKE2b-256 b8bc3aa95d8e14fab47bc864b71ebd9e14d4537430bf5d2e6dc48016042d3526

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3d70a472216f27ada3f81fc25a157de0ec23744af954a708c883bf9ac17a7cda
MD5 59408b2853bfebac71e3630479615f35
BLAKE2b-256 15152a2364f01f979514e9bfd6a690f087e6940ace3ca3467e9f2ca8bbde01d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8abbbf4a8542e11cc12855e5d125078804ac40ae5d258f6318da9b0175a3744e
MD5 4eef5a65c7b45bf098ed2e6dca8c882c
BLAKE2b-256 99aaef13394bb84bfd062a8723b8ab1ddaba3098cbfbd4cd861013ec90c29733

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f321486085b12a97212c831232d94bb670bfaba145347fda77f21a4206198194
MD5 fd0699910a7c84d28d1ba788cdcff8f7
BLAKE2b-256 a0af3a45ae2e32ef5a9cefd45036802737bb9132057a07dbe8a26806a6d7c2c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e4daf6a5a25721c0d3280c0a8cbb295630f22a78a60d58c79d3c9f273357e970
MD5 6f3dfa295d0a0f232143f7def34f1b2c
BLAKE2b-256 277f122f350da561250a7882f98b0388a7b6eba3dc09d0c986cacd6d1a34d3d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 59649ec0b500c471002f766934f93eda86da5b373447a0e5d871c619dfb28565
MD5 f80390562ab16a72824d2fb611d1d1d1
BLAKE2b-256 775f6fe433bb5fb2deeddd843dbe90248ed072cda118900e7e4338994dd80a73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d4b354c08195a4e9a744b46eaa08c7757fecda2f2ce88c64a573435db8e62538
MD5 e763f04d14891b0b01a9feaf65204564
BLAKE2b-256 345cada8ea2d5eb9c37cc348aa0a3e168755657d64f26ac37d94b0297ee8232f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 922f338e69525cd59bd31801e2656e43748c591763ce40b7684daa598a366c2e
MD5 9e48e2378f2b3fb8d3804d60d0f2f94d
BLAKE2b-256 e147454b0b607396189f9bb30f61a273606c6c2b499247cedde8adc938ad15db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9baa5115342283e1537e794a56cd34dd54dc1db42da7eea1073547ae83eaedb3
MD5 cdfa5602eac5821d1264d033ba279fc5
BLAKE2b-256 24a7735b1619cf70d54afe3b6786b720aa7435345c240ccb14eb8ee8f8e8e6ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 7c88857f2c92eb319d10b2e8609960051c88951d6dd2745f883fff30cd5bfea7
MD5 0c58c56dd42f5f7f7f876df1f037205c
BLAKE2b-256 4ad7915a29979f39cdc1a16820ec94bc59235661073e72bb899b09eabd16da24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4667eb6cc6e5c2172efee1f4387eaf487d500634d87eaae146b13fe3b019cc21
MD5 7febd30e814d085e68f21c015e28d019
BLAKE2b-256 9ef75847daba1f7ddaa8affa33a4868b74811f66d535584e48bdc368f91dacda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6c4182ddd17b8ec71ee3043e7eb991e78377c5923b2b0c0a04df40f002e1cf2f
MD5 8064c712c775342fe6a017367c48dbd6
BLAKE2b-256 4ba56ae71ace2af0eb976efb825a9b8d363b90659b0f3843160549d48752e1a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f15ef09db93672a675ca96f77b3b2320c77127617e085b3206320d3e1322a69c
MD5 08697375dbc8dfd8813b637fdcd8c705
BLAKE2b-256 e309b995a06396bcf16e51abb5ae3c8bb2f486a107f33cd05b945104c5f0dfbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fb5b2da0b2ecc159e0e9bca582bbdcddd33e31c29c3b5a5d6dcfefa5288957a2
MD5 26455928d1645a37305a3184eb8bd0ac
BLAKE2b-256 01ace60c27a5e6bc36ec9aa9a144a04aa365646b5eaac8b460ef54a9b9615896

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8b3891c1529e8383cca56a4c4ba7456807b92826f8cb84f3a56764ef43a67d6c
MD5 4af13a72d335cf6636a285426ad2a454
BLAKE2b-256 9900fb01750915de03fb072c60162284aecb101e6bf31eea4d971bbd3d8828d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a83c86fc505a131fcbc2da8e6363b27b4e1a5820a82e06274398960e6ab22b78
MD5 c187ea8af5bf2879a2428d07d615f494
BLAKE2b-256 4a9f0742d200aafabd1eecd9297ea5c6e8c2208dfb9de282142f194ef1c3830a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 73a97b3c1975f2b023d9a88052da18a81a6bf5129cb1ede085314385271f2fc0
MD5 09cbe810c1cfe0e1aef74864b4578d10
BLAKE2b-256 6b90dd768fdb03d52a2b5771d967903f9e2e59c80b1fbe013d6aa605a9e3cf63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 189ea40f639edad37c118f23eb137667018f92f86a18821fd7bbe9114d062476
MD5 2d3440585b00d46d7a93605a1af176c3
BLAKE2b-256 fe9c286c0ea7a6720200712664a8c0bd15368396664fb2e6ec2e933542a67283

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d68b3833dcc49d1155c928adf154906847d35c86a073a537bd07065ebfec300a
MD5 3483c3d751fcf278612c7143f10b4c12
BLAKE2b-256 3712fa8ce9b697197dbfa9aa49e33b5e3c6b8da9cc5de3178d3674fd70a33634

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a0eb9f07683348d1d0e0e9c39142df834d3093c16ac574b4f672c128811ac8c6
MD5 0697ee0c9539b739d3de4fe9042e92b5
BLAKE2b-256 ba710f1e7be0b259914895d9817f3573f545a1f5aa3f3ed7b50bb222a8c4e4d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 d9f565ac5f1f6d6c2e7012e23566cd2be1b1cedf825f6135bf3a68877a09991b
MD5 9834883ea0c71ff8a7760b17125fa85d
BLAKE2b-256 573affaeb319dc8bb1a32400536baf18b3da679049bad1f1fd473fb0819cd4ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9839c73bb83ce1df520e00db8064c1d0728a58a5ff372e5c7a970b30e673d619
MD5 c5e911ea3145ee0b02338a55fcc08a24
BLAKE2b-256 f99de3b3ebcca5a2a83adf4c045b7f61beeb16b2a4ae1f8068fe3f97a9be0c17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 feb68897c9231bcf06d44eeeeb1a69dc16aaeb40653c8156e21569ab3b012a3c
MD5 8d24a820e6829c0423bf08409895731f
BLAKE2b-256 865873133ee030be6d835c0f7d687d4a875054fc5ae5996ef1ab81cce9991b2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 27b1421e5ac83458b4e1313a6b4a1229257acc60baed311c159bb606f1044a71
MD5 a3b8d52590975a23640fb38be6a6dbd3
BLAKE2b-256 4e1c27406c1632ca3b5acd2b3273d8cc00421ab06bf3d2d2c71e1b804d8d6a94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1bcbdce854f381785185b866d789519e69dcce781b6e8c063299ca66c4b72838
MD5 5f952ee369bb91c6291375e104ccbbc1
BLAKE2b-256 20e6a327cd957d415a1a5452e47b2899f34c02c74685a52fdabb8931a5cb128f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 39f4ffaec347c90b3195dee47a43ed54191f5f8f7917a05cd47306f17cd1b9a8
MD5 3ff69da60368256c57fdfaabfdde7364
BLAKE2b-256 64f06881b7ed59f87555546bf18d0a67521c1d968b1caa720b3bc1322d75fe60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e8306e661523b877cb61b73100c8680b59b5e74d72c58dfc04dcf9a4726ba7f6
MD5 90af00707ed82ac011722107b545917e
BLAKE2b-256 d0adc9352252633b37ad950d0f7d09ad1887f3cb6433ee48d47bfe1ec7c7427d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6cebd070e3d481dc3bb2437b4996b152a3e5baf73df6c65e68f7fa864944421e
MD5 43c1e30b5f40ea1593a3d9bdb4fe439d
BLAKE2b-256 a8acf089c8b3800c1b6d50dcb0ae2d28fd0f65771dc641db0e90136b724bc8fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c46d8424a24b485cab9152640782271b64a279b2c710fbbe547ac4d88d1e1186
MD5 f285e154fae99af24e0aa3499b3f33a1
BLAKE2b-256 17495d9b37ce0c6604b2b51e5a7e1dddb08ebf238bf1924f05b4d5b80a98d9da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ec5b033a64a8e12f8a6b1072e619a1262cbedeb5a94442f665d853232c45213b
MD5 812369a40131b4ea5efe9195bdb48631
BLAKE2b-256 7e42a777dbad22cc8e1bf5e0a18e67020907427f79f3adb261ed7c7b8e21654c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 224eb8800ab7624ac3c3b7edd133eb1bda493ee1b50e792b798997fd8085d99f
MD5 1ceb225c16bef65770dcf751dfde6555
BLAKE2b-256 83155a25dcae18ddcfa7f7cc4d8c06e488706f05e16c85ef77f7bf1568b8ea85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b4a9602c45dc5e9c687c5022cf68198870eacf064710d8fba1dc66493bcb18bb
MD5 b05c00e287bf939ceee502cd97303176
BLAKE2b-256 c381400ba4177b000f15328a50ae08a50cac59007ea2fe03ab6de64074360fbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eabfd6292af88661e4bae756b320d7b0d6cb4f211e7c9af038bd4d1cdf4715c4
MD5 aecaec105d333d5b9ce2abb60b1b8296
BLAKE2b-256 522d974f6011c4eee65e02c3717b6d0f939190ba56d64c4aa4e469f505a5e705

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 86b914482110cbd5ff5284e7bed0505c37cc0607a8f269d26fe9510b9c360ddf
MD5 d6272c4a1e1d337995f679d4aa4b3936
BLAKE2b-256 8a4d58957269c9a2a23987bc367501e6fe476702d1ab4b8f2ee2f523f5c41074

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1977cc44edc1c63bb182e60e5bf620d6a0e010cf7551f84b83d4a6f77e41255b
MD5 b8ac6a3a9ad3d533dee425955fd341a2
BLAKE2b-256 6900c6a24cff7ad0bc0d466258698e305f5cbce14acd01f11f367075cd57717f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0ec946665e13346f9e08e17ab27aa6c1743d23b9d1802c2a4a705311b81c5e2b
MD5 cc007b23f53b48774f737b6d81ff13c5
BLAKE2b-256 4213785abf0f1a9c2b50768eb949b31cbbfeb700b9344858a5ec57bad9142566

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b6858c280f6ef31342c851e78e78e2d4166c4120078c6e1fd6f6b31784ea5f98
MD5 c10e9fe0895522a546cad3bc6ba686e7
BLAKE2b-256 9d45cac472759ab27896095f289c11686a97f392637b393595ed2dce8cf01c2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 57a5504d25daa606464d66cbf49cadf0b8293a795698c7a97c038cfe68e729f0
MD5 ec26f8ae90064697531229614d9fbdf6
BLAKE2b-256 bcd728f0eccc21080fed4b3f9ee855a70ea6e02f91b7f9215b46f59034391db7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8558ffa64723073ac786cfe6517bd2f4eeb821fe2693141665ecfaa1073bc522
MD5 546e94038dcb221077844597e1184e84
BLAKE2b-256 90fd848a3ae7b3ef4fead0fbb2c5312bd14344f94d47a6e72e19cdbc09292686

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.8.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3acc615e0f8bcfea1a87b2b72e0663c5acb0c869a72e4052edc25d079ed70aa4
MD5 a21fb8c2be53ec3fc830e9f991d610b2
BLAKE2b-256 83724b65ba1c4e550ac5e6c74ca16b9438b67af88f6ec519a991cfbbba2b05d0

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