Skip to main content

A component base template engige - inspired by JSX

Project description

XComponent

What Is XComponent

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

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

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

⚠️ Under Development

Hello world example:

from xcomponent import Catalog

catalog = Catalog()


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

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

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

How it works

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

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

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

Getting started ?

Project details


Download files

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

Source Distribution

xcomponent-0.6.6.tar.gz (69.2 kB view details)

Uploaded Source

Built Distributions

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

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

xcomponent-0.6.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.6.6-pp310-pypy310_pp73-macosx_11_0_arm64.whl (973.9 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

xcomponent-0.6.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.6.6-pp39-pypy39_pp73-macosx_11_0_arm64.whl (974.6 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.6.6-cp313-cp313-win_amd64.whl (874.4 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.6.6-cp313-cp313-win32.whl (776.4 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

xcomponent-0.6.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

xcomponent-0.6.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

xcomponent-0.6.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

xcomponent-0.6.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

xcomponent-0.6.6-cp313-cp313-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.6.6-cp312-cp312-win_amd64.whl (874.8 kB view details)

Uploaded CPython 3.12Windows x86-64

xcomponent-0.6.6-cp312-cp312-win32.whl (776.9 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

xcomponent-0.6.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

xcomponent-0.6.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

xcomponent-0.6.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

xcomponent-0.6.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

xcomponent-0.6.6-cp312-cp312-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.6.6-cp311-cp311-win_amd64.whl (875.8 kB view details)

Uploaded CPython 3.11Windows x86-64

xcomponent-0.6.6-cp311-cp311-win32.whl (778.6 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

xcomponent-0.6.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

xcomponent-0.6.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

xcomponent-0.6.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

xcomponent-0.6.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

xcomponent-0.6.6-cp311-cp311-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.6.6-cp310-cp310-win_amd64.whl (876.0 kB view details)

Uploaded CPython 3.10Windows x86-64

xcomponent-0.6.6-cp310-cp310-win32.whl (778.9 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

xcomponent-0.6.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

xcomponent-0.6.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

xcomponent-0.6.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

xcomponent-0.6.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

xcomponent-0.6.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

xcomponent-0.6.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

xcomponent-0.6.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

xcomponent-0.6.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

xcomponent-0.6.6-cp39-cp39-macosx_11_0_arm64.whl (976.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

xcomponent-0.6.6-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.6.6.tar.gz.

File metadata

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

File hashes

Hashes for xcomponent-0.6.6.tar.gz
Algorithm Hash digest
SHA256 d19fddd0b4ac5db32a4ab912f20246370abf2644051c1bc20377be16c521e143
MD5 43caf9ccca08d11a8adac4cc8514a52a
BLAKE2b-256 62662e9bea47b3d0a02b2271707547dc221c3ac057aa8acde4548e293bdaf23c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7fefd3220eb15a87a4a5d515457866218bd9de644e60fa52a530a6c21fe66fe5
MD5 adbdcf1ebb3e9e479b40c0d5ef749090
BLAKE2b-256 44be278d22789b2317bfa3dcbccbca7d711cb754185038b3174c4f951a8cde05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 23e52d497c3741b02d7877221299b7e2f81060a486e04eff4bb3d5eb0cb2f57d
MD5 e8df656ad737c44fed93adbe1706b7f9
BLAKE2b-256 9d190e9ee34c085a0f8ad6ae53a59adc85c3abf4599627a850089f4e41222e42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 383fc9711633dcd94e2baebee83113e7d09596cae95cdca84bbf4d4792a022d9
MD5 d86a11abe423811aa2c1b8e7f39393e9
BLAKE2b-256 eb2be5f98e1d94a5775d2c3d264a514b767163bfca5804a86efd8f002a707739

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 881603518dfe0ba690d27cf573162652904c23ee1883e5b611e0c379e1e565b7
MD5 7eb0161a086ee48373942d25f518ab34
BLAKE2b-256 41b56690a5b2251fcbcfa189417cfe2ed372977b7ffdb3f19feed90e627c4e35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 73a7825a5db85a2a7fb4d22f52204b3d66815e8e4aa93cb01ca3d8ebd4fcd153
MD5 18df797e80c4ff1322f78cf0f7d2ef8d
BLAKE2b-256 670f0b3ac7c1bba0f91de47636955a1ec6fca88d51a9c63c00362cd11e5b2824

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 fe991cd678b3e2129828a1638f6a77c9d77db3c7908d2fe304e0f58d5488663d
MD5 a959baf94b85bfc7987265282bc3a0d2
BLAKE2b-256 d9b883cb835e12e8485ebcb094756c4e248c779bd71323e5f76c135008bf68b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4713a2a873313f54ec101fdcba2c9d4305ad76b5b88c89242698f38c737e61a4
MD5 0879f44dbe675c8076ac618b8d7e269c
BLAKE2b-256 642c76d803c35cc9d65a05f4d4a7e4d8e05da939c3d0bd79b56fd97d7f2e291f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fdb95cece9ef21aa193e8afd0dd33b877a151cadc8e5b3374da5f9b0e4a9592f
MD5 991add45dde971feb8ba479df6fdd02f
BLAKE2b-256 cf34f07ab7ec21c83666c6839be1dc4548e75467c3144a42e66f8898626e2cfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2a8a7624403788ec4dbe9aa446d52f6d83808d50e4d37d0042ee761a1342ddb6
MD5 36c7889d90ead767c682bb0a97ad840c
BLAKE2b-256 05b2375dc622209d43fb26958c6dabda9e67421fa846c69576948735984a0989

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 ce0375dc18768140cd016120289435b5cc23b5955da3fbb90f1e7a740715ef6d
MD5 d45591f3efc9745608318d619ec46576
BLAKE2b-256 3139ed7f562166debfb4f72bc8fd950e533090bcc1926d2447f521759efc57ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bd6eee1f9c209ff8a80e4d5659e4b8dc208af8af7296da4cb551ea17402048cd
MD5 2f8d7f1112fe47ad157091ffbeeaac14
BLAKE2b-256 a9381d6ae57e9f38dc61183ff1299142cc67867bd457c3e527786ec49ba2d8b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0dff5d0bcbfdca58ec18aeb99e564db0e61127b74cdc3c02510906b57ea6ae27
MD5 026bf005f4095345aef723e961ed6763
BLAKE2b-256 c5635409c4e0961f8a83a93854330cd6a5e76ddfdb4dcf02c86e9ee4d12a3b4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cd6a0f79531d6d08b196885d22fd509f09d3765770d36933e09e733555d4c713
MD5 22e4d2653ad875bdfec2503cff88626b
BLAKE2b-256 afb7d389ae8edd750fb775d11dc36ba9f2826f07565279e126449aa9946f56a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 59bdcac36a2740acf1cc67429eb6a71475cdb8777b163ccaa9e63b0bbf8cb4c1
MD5 b29cc7b0479d488c41127931dc4d593b
BLAKE2b-256 c8d61ce6cfcb5b7e2b5529d73c4ad3483aee5d3a12dac3b8ffe6a55474f5a937

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e54d09acb1bb210cea47a6a5c0fd45c7e53c15a90d19e19b77dc4f4c87bc8267
MD5 26e51e22dfaa99fa3388ed9229766a88
BLAKE2b-256 53e9b42c00e7aa556ed7d53b2837361148ad15e4d6e18ea79a2bd1472a318eae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8a0291bea01c9041c8f711ad734801931237150a4377c5a69c063bbb9d88fe0c
MD5 be79a2947f566faaf8ae64a626856b2a
BLAKE2b-256 1db54c26fc4aa62e063df45bcfbc16713fdc8826a91e10be28ded36b56d71e2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4714bcf6c7c47ab2a68844c41b0849514aedfdf095be3de2ea9c679f3e9db702
MD5 c85689bb21a78dd4badd8dcbf2cd329d
BLAKE2b-256 1fe7ad07b46e65f8a98bf485c6f0b96685d5ccffca13d0600a7066946a6add7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 0f0e47fdc63159f43533f61aa9aaf1455e7eea0f4f231fe84c335d147d7b41c8
MD5 bc8125c0e1a5964e323c91120c530d43
BLAKE2b-256 7c8988ad558eeaf231ac29421739cf5147d5a3f73f711350c7782bec6fd57617

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 10ed148a62b944e1e0954714eb3f5f1d5fdf4bdf5698d4bea7797673bdb8ca21
MD5 3fa86982ed2e14a6ba0d6585c740e970
BLAKE2b-256 efe39baa1840c9ad8cfa07b1d7b7de05fa9ef2626f960422e8c24309c95aac76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 a444a64cf5eeb1e048939076e577091f5420b015452ba42574cc48908d4be5a8
MD5 c20174be8d736f05299c1547fe1ccf51
BLAKE2b-256 1e32a72fa08011402eb059badd3de56f632c0ad2686261a58f56d27b2c6a7137

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f7a7e2a46954b7778e20cdb2d2a50606d83dff0530b46acbe95c32c57cfaf992
MD5 026234b5795761f3e2d7c7e306ef03a0
BLAKE2b-256 2e170b13f8f04c5eece21a36f452b44ff844e6183f3613f7d3a8a2ca460a3415

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 08da291a41cf11658ee448bebb323682cae2acb5a4a7449f86190dea0687ec97
MD5 8a12ad0c359ae0985b4bb108a88461b6
BLAKE2b-256 74cbde17cad929abf31269b0bc69cf1a39f23045f863f21f530b92e901038cb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 28d96049fa228a0c28db0beaf7408a2c9d7ab65356956910d4e8f8a3a5756bfa
MD5 bdc0d088c52954c5c23c2b9082caaa9a
BLAKE2b-256 6a8038c91ced47d5ea15a9e0ef4b63f87467e1bf8289dfee363a6753f17d8a0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8251ed2b20e211f05c37c83badfcaefe9e956e178abaebe364fe73b510a65aa3
MD5 b0929eda1ae3cf7c7c2ef055fb994066
BLAKE2b-256 7d70512fe2a375d808af49d2668c8840976f563f2c9ff0b34951842e425af7dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6b0bbd62f6016295a664d309d1113b0b99c8250f3c7240ac9b7fb234ab0fd1cb
MD5 a49b925e224ee0e002fac04e7d63b33b
BLAKE2b-256 d1673a33c81d58c5ce7f3be052e2a121b74977b49b0bb95a8fc6a3a341b0c357

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9fbd7ef626e3ac76e7d925b53326ef2cc8e2d70d1f018ff6bbf8198fb9b70d91
MD5 6bc8be85bac95f0bc83034a71672638b
BLAKE2b-256 833321bfb61a2fdedced70d0fbc0e4887972d00013879cc70ce4e56adc6460e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6b01eb52fa0d85dbf688506d040d131beeba5cf989a59e7b127d91cd49cd125c
MD5 c20421ba79a4344798af3b7607f87097
BLAKE2b-256 8b43f93f1e04dc8d4b6ebdf540b1017aff1a1995e3ddb6b1f33ee71fd7f4bbfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bcd6c9abec1dc29155a940ae46ecbc90ab3c742072004e6cf537d2be10092466
MD5 52845ef10b13e09b3732d9e4c3cb5abe
BLAKE2b-256 072f79aff51c25051411ae57c263460c1d2fbd14358ed3f0c755e5d3a05e6aed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6e57e4a141f18b7adf14690ddc5a52640c2b816ea6bf3337910fe5fa483b63c3
MD5 46a54c39eb256cb87ed6516ffb46accd
BLAKE2b-256 a2ab2a20f3ff4675e700cd490c956d50a79a2619697a71bab232d58f980b9d09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9dd3a8825b8a36d15dfcb398624e5b21e18809b670e46f25e2ce87a442075828
MD5 b18af798be00ccfa3b353a8d15552f7a
BLAKE2b-256 b7ed4d7a44f977c698757069b72daee2762bdff1e7cde09b4d011283f53592d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 72a3e09a1ba18fac55a0a96ffc3727eed4c437d8687a43d27ea6894a81f82ae6
MD5 a4f3006394c7dc4c66ab899a01d6e5c2
BLAKE2b-256 2d280415e190d7c27964fa638b8fd5c0106daffa9d700e348b1998b69e529726

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 e9878e780e83ab2a38bf5ca7fedae885685a781a25f51aed826ff87391c67ece
MD5 2a951624d71105a93b5854e51008b491
BLAKE2b-256 c6b245f636fc710222f38a6a897f4aee34b2bcc6bc389c6c191c7d547dff81ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 051e642c4a1cee267cc9e31c07a6b6a7114f1c80aeb36d8a99025c39e1497ee4
MD5 01ac6097b8655eaaa6fe45033c084f7e
BLAKE2b-256 673e8cae8f3a7c57cae7cd4b16c07c7452990c9248f6000ce53a35f84eb5433e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1c3e0b2849d189393df2232d46be62456745cd0532a73d3fd737dd1d56962722
MD5 8433bcc9960f72d9cefb3f421d308227
BLAKE2b-256 191424d2f5a59f87cb0d112b7f0da983b41b15c17bb6b122530e2fbb5f79e03e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 74d63d577c572a5c231ed7e746bd2de54aa39466a5f58793b3ad39b12f80c838
MD5 d2f1dc071e820b7419c043e97875b16c
BLAKE2b-256 68e055d6dcd537c378d5913ca0cdf609b9e7b6fe6b7d25f98bb2a5918f5d2a31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b1a2bdd69f4b420009f12b9dd33edec48e8066db017a6ce16c1c8471b1d34166
MD5 8d6741a81a4a3f45479afc445bf3aa14
BLAKE2b-256 3c45366f388c6d91dc1f4244dc2e6a55dab0b1718b6cbdf2dae386fb7e809f4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bbd856cb3f0577143ab126584fe4b56f05f3d27fe16b5d5374f65901593d65c9
MD5 092e4e23ef7e534ea3bb92b9e9028e33
BLAKE2b-256 28fdc5f4b48614cbebf8728db44caaa9fa7e82277aab9084ad5348575b33371f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5d693aaa8499701be4f1a831c3a62b4835bd0db92e669db4942f4bc02655e633
MD5 1c40c5da95310725e9d4521811582ef3
BLAKE2b-256 9de51bec95075e7122e4620dcc33ae54fd4ee7dde0ffd624b8a72138d2517077

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4fcfc0adfefdb3d00f89e425ef8a43379c0055a97432ae7e9adcf318309622e4
MD5 42f7d976662e8a3e24987d7df1b6945d
BLAKE2b-256 fb3165519974db3a0cc199883f483739e8804b6f83b83fff4e2ec526e9b00d7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5c3eec680a52f7ed25710e76e226856ff14bebea58332a5686d4aba4d7ba8ba2
MD5 8b3f71a92b82154d07b2ee185b66b090
BLAKE2b-256 07271beb4892f7ea63aa1fd030dd6c2eba19709ff7826b24bd87d65f284795e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f34c5b102445b5bb048b92da094b57a314134ddeaec2b443e064a8e38d133517
MD5 a6aeea9e219bfcebcac5a8258baffa04
BLAKE2b-256 99d16bc8f6ccfcc5429b6a5590cb3af23e320d82eac8a3e32901a9880d77f912

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 63fa63a31b60b55c1715356c9e367d5ed47d44bd0a234883d8b2d2926e5c85b3
MD5 f8a5f7c4edfe9570c63d521b612f0c54
BLAKE2b-256 eb52079a67a5aa8bb29d104f2321a91617ad66a53c438d39bc71c997cfed8655

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f315f161c63dbbb62220ea581b6f45f4873d531986528f526b605b63140988a4
MD5 2a124247ef90eea637298d7feb1538ef
BLAKE2b-256 cf9eec8add902e8c0dc9a4300172df9bbf488235809cf067ad18463684ff1bf0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 20cc2d0620cce50fbaa126fda1ddfaf00cf61d8b07207fd600a322186b7fd54f
MD5 b083bb023e7ef6b3ab555c054a69b4b2
BLAKE2b-256 4c57241b2522f16991ee5da85c587df016f3c27160aaa19709faae8ee6dee0bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 757c26acba48a34b54b29a23f6d18e9b5581e94f33349b1e016304de62d87534
MD5 6b5f3f3a99d46e7ef6634eb514e673e8
BLAKE2b-256 f4e8f1b67e7fbe743ef64458ec2e378d9c2a303239c54ff3a5c3e41005bcba31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f788c0396f589e15ed57ef03cab42c48f24b53b5e39318897334de1b1cb3e87f
MD5 669f480faab3ea0f90d1ffe2c570eab1
BLAKE2b-256 df25b1485887b14921bda8eedfe7244566742481790b524b5248d7b8c0672d0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6e118403b9067ff9bcb9f6c48cfc7a626a07ee6bc41f261b21ddcf2c03711f95
MD5 13e16c8a56a3fe2c16da06410239d4f0
BLAKE2b-256 0c14236cf93ac34e8074abc3e06dc18cbfd5686184c380e8adf7f4eeb8e75476

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ce2c08167b34decd892d383d4f99b8416e03b49cb02081748c218cb8d8bc0576
MD5 e52b95f86a79458ac445ff2be9418858
BLAKE2b-256 7e15a6b6de038f64746edaad0fd14352f12a01c569e06c64d1919dc1d3214602

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 901ca9f09baf1c50154476fb7f909fb22be4c10b50fc2315ffeee6f4d48d0fcf
MD5 77565340bfc141685e2f7644db65452b
BLAKE2b-256 2a22d5322ee4beca2ed10df90ccd02a3129d34cd232a6e2ee87580bf1d815f6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 849aace6293a9b27d7a0f5b02fb0ce3e46add49e72070c6d5535c5ef76d6890f
MD5 2ee12c157ce1d570fba6a869113b6f12
BLAKE2b-256 9b5f8184df4532e9a50491d715fc2741b33702c516017bfc803b7fb39edbd187

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 353070357e44cf117574bbea3dc1099d52c697b177e3115a0a82cbdf46d93ab5
MD5 8e3dacbb931f3d77bce61e9024ecbcd6
BLAKE2b-256 7aa3e5eec71f0bedaa1ad7e931a8b9bc4d3d42858e4abbc419559c40b148cff0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2fbae38a7e2ffab4ec045f00800e02bffa1c3a62b43137c747f6bb0d9e5e2ce4
MD5 c9ec1cdc6402c246d7dbe2c13ba978b7
BLAKE2b-256 445e9a2dbbbed297c1b5b7a8f19644465fa691d16135c9a0191122a69fd91e59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a84f5df52db3a97c53816cfa5b78628b623cf9d49a0cfe2a6a47d86f8eead61a
MD5 b02c7bee3a5c9900442f1ac89271840a
BLAKE2b-256 ac273be5afbac1a9c3be825afe8e5a36c32a0568c2fdd79081474f0c89dc6fe4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 608b7dc18280d9ba74c3ce92c4072f4bb65926fb8567f2f9edb2414b0b203666
MD5 3f462fe4111edd325b7284afb65d8d4b
BLAKE2b-256 d51e328d8b8416d327535dc8ce6a609ccd6e0431407d9da7ea5e886659322f05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d287ef595e0c891dd8340a89c2f87b071755a91c784f4da71992da099cea62d4
MD5 35ac80134a632ae17a93b3c0feddd4b1
BLAKE2b-256 28cdf0e8beee61f6a59e3d8ce7661fef18fe3fee33ca2ff9d326798b93986d70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 766845ea312df5d36352b625cacdded0b36bb9a2eac8c1a60bb86b7ccd7c7556
MD5 92e32ebbc2b2bec0e71186f4ac9ad885
BLAKE2b-256 9db709435453e0fb1345d0cf84b1c808dc8daf85da25dfd5075fe15e7cc205ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9cfd114eee1967f71641fbe3e1893fea2979fb6a3c066460d156a7932e0148c2
MD5 7af892ace47eaf936ddaf30d88ab0f2a
BLAKE2b-256 204ef511e22ad31980664a4116aa85ed492fdbb03a224d9c2f901b9984088676

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c2958a26ac4305d73913ce8e9f9e69f5f476b166ea9bfc6132d3399cd8637be
MD5 f4ba16e15901d4489c2f9d1a86c572e4
BLAKE2b-256 ce621743200b41623310e7dd47ceb0810cef1d6fd331f28b0e2db55fa73286e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 22750097ebfa8893e8412c1755118f04293a1c198c7ef68dffb90b6025e6a627
MD5 5005a69da44f1bdd977e2a4dc52fe8a6
BLAKE2b-256 2265cb771eea9c99e5e108d29e5d76520748bf59712b766beec38f9e61f941db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 94dd47e0f9c971f2d29b99b58a7db3f07a0fc68a6c685223b1891c16008a2d78
MD5 2ea2d88989612a896e5544a43a424a5f
BLAKE2b-256 66d603fa0321aecba94e6b91eb10ecd8abf53933ecf6a3b24c46631f623fc15c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8aaa74a96194b8e3e50ddfb86fe1002f3f44bb080a8a5050cf4bd27d8ec1499a
MD5 49c428bafa31fabea02f9d018d91bc9a
BLAKE2b-256 2c2ed70523c7a91e289ce6a29c8e0949edf70bc9df1796d3576d4b516ef31481

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0ee760eb97e35f2fbadf71aef3533c09310fe83fe876132db860a3e723dca3a5
MD5 ad3267d9e4862ec01a3c8b099da93ebf
BLAKE2b-256 ae51310bfeb994c1b67159bd67fab574048bd6a90f1ebc04775215f9badcb84c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8e9bdb6fc5e3d249a1621e69704b983a6ba7ffa91608187fbf3d62343c6e88a2
MD5 13e6700b643743886da1bbea3e7aa099
BLAKE2b-256 59e84fa46bf336d18c7f79538f8b9254675b87b9888eb860d25619e205ef36ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 050244b3c9d08395fa7cae834eefccc7484cdb0cac84a4c4784fde2590fa642d
MD5 d7f9b2c7154346b8274f2f73e09f9fe6
BLAKE2b-256 764e55722a43efc8dca07ccba947804b63099865bc1b5e5435c62ad720bf620c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0e2b11cfc4dc514075a99f23386f78f2ea5722381b97f61ccd7dfe5d552618de
MD5 f175c802178c16a05fa52a6a84f10a03
BLAKE2b-256 e7347f859e7abfaeeefc472e5bcb4f5df91bbaf46b2158a61b30b459fcb866de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 956643b9301cea906c02a09c74c38ea7d9a2d4765b0576e5465ac31985495be1
MD5 269cb9a8be2b526202600ce1fa63a7e9
BLAKE2b-256 85468657d4d36458d21b76f0cf8065c0072d0aae83a40a689cbc6943d54a9974

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 886fceeb9b694b762fdf870f6ddc5eeedab8c658cb0cc49f9c98da1218bb485d
MD5 378a20308301c6435d467fb15d2ea2df
BLAKE2b-256 0d3c634cec7781834bcc28be30f366c072b467863fb4416bc735b7e0ac9cacef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6521ea94ffdd433af7e55157af9faa3cdb76d4c097bd314e3e80e0880b4e7658
MD5 276f865c490f1b1c60ec3d0a018c7859
BLAKE2b-256 b659004a0d4a0a2553cfe3a6d9dfbe29916c40eddd2e422a49efda22b61f75dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6f567538ca189095cad682743e345751c32923f5153b10d3cac46a2d70e73c52
MD5 f0ebc2e237da98763eeebc8b9fbbcc40
BLAKE2b-256 94ce49b28d88f41ffebabf2b01ca7a08e26bfe544fb14ccb37bd3de324c0fc74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d47d67decd68e90e475f8fc09dfb6a2b02e739ed827d05226ac9f30dd4b58941
MD5 1c227850e1fd0a5ddde3c2b9cc19d888
BLAKE2b-256 438dd65d1762e0dd415944c1ab2bc513960ece59013fa05128759242be558724

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8889657fcd5d809c5ec1e2b38eeac492e15677e51e0b51ee627f4e682b0df533
MD5 d6b3a82c6ffaca9dc58a58be5e6d019c
BLAKE2b-256 0bc78c0ec281fb94b217296eeb906110721e624580fdcc07b4686162deb86afd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 59e26ae347755301c3fcd56498a10c37b24c86516f0fb81c25eb34013befb4bd
MD5 fbb6b83b330f5dff5a611d4cd3ee0d60
BLAKE2b-256 d022e7c8655d5d433b8d714ac85566dbeb28e85b57b927deef6d817f2678d484

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d7250e41c9871fc157e0e7e5036c5e934f047b29187b8b2080cb5d39263d84fa
MD5 ba3213cb7af30d6d573d5be0eb4a509e
BLAKE2b-256 6c60291293f66b7bc7eac8c9530041862eeef4d0bdb006dc2b931a4eb7238b92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ffb255055273bbfa2fda1b5bfd56b5ff3596ef91deb1bd75e6fa52f73798902b
MD5 6c5d2380163ee943077c7e1f0cbf7c19
BLAKE2b-256 7b5531b96eab045b01de88f923a0b58faa10f5f6a3a2e72fa30c2caab5f8ea90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.6-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4f8d86e4b1e629d6be2d55c30e8d50bedd54658b47a8bd617f8cde39a43849be
MD5 455818bdd95c62ee6ebd4fe871345b96
BLAKE2b-256 402e35b7d405adef9cde64b34832950254a0b1bae0db2ca3a0205a06993f2070

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