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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

xcomponent-0.6.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.6.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl (968.7 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

xcomponent-0.6.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.6.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl (969.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.6.1-cp313-cp313-win_amd64.whl (884.8 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.6.1-cp313-cp313-win32.whl (783.5 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

xcomponent-0.6.1-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.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.6.1-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.1-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.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

xcomponent-0.6.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.6.1-cp312-cp312-win_amd64.whl (885.5 kB view details)

Uploaded CPython 3.12Windows x86-64

xcomponent-0.6.1-cp312-cp312-win32.whl (783.8 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

xcomponent-0.6.1-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.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.6.1-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.1-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.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

xcomponent-0.6.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.6.1-cp311-cp311-win_amd64.whl (887.1 kB view details)

Uploaded CPython 3.11Windows x86-64

xcomponent-0.6.1-cp311-cp311-win32.whl (784.4 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

xcomponent-0.6.1-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.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.6.1-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.1-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.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.6.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.6.1-cp310-cp310-win_amd64.whl (886.8 kB view details)

Uploaded CPython 3.10Windows x86-64

xcomponent-0.6.1-cp310-cp310-win32.whl (784.6 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

xcomponent-0.6.1-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.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.6.1-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.1-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.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.6.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

xcomponent-0.6.1-cp310-cp310-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

xcomponent-0.6.1-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.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.6.1-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.1-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.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.6.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

xcomponent-0.6.1-cp39-cp39-macosx_11_0_arm64.whl (970.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

xcomponent-0.6.1-cp39-cp39-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for xcomponent-0.6.1.tar.gz
Algorithm Hash digest
SHA256 230e4abb1dfacea75b0a4f26630ef663f32be8079e921653fee699ae671f553e
MD5 cff8ceb6dc3627c1a949c04f89805bb6
BLAKE2b-256 fae9d9e01381af4ce107d09925ba6533387c45ae29ff78c56ce3370ef850fe6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b3a6eb82310869309d2e0d04aadad93585f66fa7add1deaf87254d5e339aa242
MD5 181f2cda9312d1e6613adc15f39cf762
BLAKE2b-256 c976f650ca6d57f87ab74c51f45781ba80cf6be5066dc50cb5544396faf5ffae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 a3f24945853f395a7e75bdf17290999af127473ccda56adfa606eedeb9e22a14
MD5 437cb45eafd4ad41cd8aec4874e0a2e0
BLAKE2b-256 b2cc8611fa3dfbf68584a846d3cbb28db3a01d93404bdd820c42c5584aab1f60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f7e2c0c25027448d7ec810a5355c4cfde1e86aa5f4844bbbe79e318ae419a17d
MD5 c1f7e58ab4b533abc43b3c968815bcb4
BLAKE2b-256 1367559a252fad2b1de08245a05948e00ca1a991346e2d409e5886fbcfc60b20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 472baf03dec30d10b36c6ef39053a33bc5e24e6e4773e57d53ba0a339caa9d71
MD5 4888f5df4133721af400109d2f94c604
BLAKE2b-256 5e5aa171d2faa5e65abf1e1c317d8b2797476d61a03afa59201fc094daf80d51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3228c909e477b9a0e5fb65807d9bc5aa0316ba86752f93c3f3491620c930f52c
MD5 86797f8a1bac66ff17ea99ec7a4fba68
BLAKE2b-256 101031e0c0986c199e0553e787ea6f5969bcce7d858586eb0904372e3fec14d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 44594dc4190792e0c8dea0fa4d51d9b0ff7a0c951a0264422d70294555739a05
MD5 b0a82db58a11de9447f21dbbc1fcdfab
BLAKE2b-256 1098d30cc4d9aa1ae5addecdcf20d9b04c90cc2b6753d2048cf6192e5fd12269

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dc67dae1adc147b2307ab339e2a7d8b6d8ea0a92c9f54730646b9aa7a97e9282
MD5 0326b31aea08c1ba65cbb596046f1b87
BLAKE2b-256 ef11971edcc576d8e4e49615a91ab0d7e994641ea5e9a84b00200f6530af09b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 91ec8ce20945ffa14b061929e32858c841c267baa959e01f8b9c2d6fe03daae5
MD5 cd0b58751e5c0c0660680c10db2cf723
BLAKE2b-256 ced8179ec825a8d6e23955e2dfed01a6d7fb251e60b344547e90de4e59982a5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0395c3fa069d4a571b8f30ebab74a0422c84faeffdbfa0efa5ee9d1863cb2787
MD5 7efdb63a567415ae61a9203e79e3c490
BLAKE2b-256 b9a6e23e617bb75d7f0da066b27d5ae7779e04bf5073ffa4f1c0a83c389da5bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 d34d290c9d4a2eb83582ff76c37fd5ec518460708e7c47117295a59b99f085d1
MD5 2c498f5dfb91b3b79ffaa3af54b11bd0
BLAKE2b-256 86598fbc954809829aeb871b823b21d86573730cf0451e7b106177d6833500b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b458341cabed52a91fa549eb7986e64683108a45b193dea701d4333a344c419d
MD5 98201df6d36ac1ca6d3f2233754169f9
BLAKE2b-256 646189c1c8712825c2328bb3b7f807482a4087a5519dc5fe90f80715af7b122a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a962eee656896b927a6bda0559de85520e457a0aed2a8c9d56a104cadaa34919
MD5 040c6e1523862fd55df6fa8359bfb5c3
BLAKE2b-256 bff7316ce56ca7440bf1fcd175fba3ea97cdd9a2aa9e1878499386dff39fad69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 566a4f8324b08354513746fec55324474d275a320c7657847a2dd94c9ededc9c
MD5 21d1d274bd86d461e401e0c14fc4538a
BLAKE2b-256 bd3d345f9515dd5a614ca222d3a1e645dc402dfca4c19d93620fb83cd5a95734

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ba97257742b9f0428caf50c226b9cc0e7910c527d0aaa3411286ea23a6219701
MD5 7b9455c5e6ddd80d3ffa1b7a60f2e0a1
BLAKE2b-256 a8db5bff591f9d6ac0f87e69e4375adc24123be368f009ac581e3bfb5d7439a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0153ed4b7e405a6ff0f614471f03096b4119e8bb8437f4ad0afc03aea54dae40
MD5 7b1a3230dda574fb55de41284525fd88
BLAKE2b-256 0d9b1dfa85c7893337b45db459d4f11d04687ff90063bb8cdeec9c2ce24046c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a23a2daaadca9a687660893e9d049df1a0d1ead02f050804d584987162d44f96
MD5 74338b0061fd3900d08282b6818ef4a5
BLAKE2b-256 975eac8ed5ce7fab4142894deda3eb2f81b15f9e6774ef4230102f006eff5e49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c9033749c427e602aa1dd7962c8aec9ca904d0e7f452ba7de9b95aaf3ba8e714
MD5 7f1a3ca702560e732f72ff2ad55974ee
BLAKE2b-256 70f2b23e7f90792a709e89b85acc713720d63aea5c6b93eb1cb1436325425526

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 0f62398e19829971873ef0021e43d1ade9127b841fb6244bd4f71af19f36a05f
MD5 adfbe17e75f1132ddb9a04f9bca2a10e
BLAKE2b-256 068af85ed0bc485979a6c6e9e03a86e27ba47d7abab09c372cbbe8f04b8dc2cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d5e89e151e0922e3149fd50f67c3e06b4d38329e28aedc6f8da927856c4fc280
MD5 34d329366553e9af1d61306511fa56f9
BLAKE2b-256 9a5bd6b66b5c4a6216e3004793814be54af0bef346a243aef949630eb789d299

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 4cb588d560c32f7e561e243af10887696b18658985551c96ff0f7f57b916050b
MD5 5c95bfec3dd3d7714dcddd6c9de0a89a
BLAKE2b-256 4da751bd18cb9a19265135d3d366ef676f7c8f32896fb9f3e39fb23f9d9c67c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9a007b4f301e01a4c788b90e55506367fe99c9eaf28f360e80fa5b2c7f1f1934
MD5 ed56c616acd18be647a2f6d928a1c87c
BLAKE2b-256 7cd9cc549ce52d772d93ad08bd8b5d1c75d365b35981157deeabc05cc1e72c81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a8fb84807bfabda0eed4670920a9b645c69402445bbd9acfd3a3ba6b6f21f6d2
MD5 e281a127e73177bfc043fdffede0b188
BLAKE2b-256 5789a52b02e6e6ef0edd2d7468aaa920fad83c78e4ea68c2dad1bc770cbe9cfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 00fcfa62b1f632e68f34ea5e7d77b87c1ebd4e6312e68568e24329541879b143
MD5 78130893b02f80a4d0a3955dc5161d06
BLAKE2b-256 ed2e8d42eb95b300cc51151b8f1239730147fa4f5604ca97c1db6a4f74a59601

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9092f0c6bcf22407f4b9c691bde4182314ee6344746f2b466113518a0092e53d
MD5 ca5fa1ece7592e2cae52557516798526
BLAKE2b-256 6013f1bb864977ec38a4a8c7f4d8a426a96c0653c309755018c66ed89ea995df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 21a84f25faec86b929c6ac860c513a2993dfc5ba0df66e9150f99f2bd3c689be
MD5 7b87ba7b1e99d275637d4159694d5ee5
BLAKE2b-256 ef0b078a438ec1a297fbd8f5a3126cb13f9b746cd0d78edbc39b0b5cb9f1cdd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 438f13282f7017db02e494f6b8f3373857de6f23e32e7b484352601a43ae619d
MD5 2d5d1543ecc53a79689875b1c9d67982
BLAKE2b-256 bc752d0f8ec5d27cb84bb80e8c4a70e333c2a228e67cbd283ca8deca90b73d66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a0dabe151f1e55ae7e36695d7e0638e5c68df5175d2178f506ebfec3c7ea42b6
MD5 08c61c1d0262873b0ee84021cca2aba0
BLAKE2b-256 5cf351ad8f5a5d2e16e3517f9d6d229eb29c259e98bae5730a6442dc721c3528

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fad0d23c001ccb3e8e7da858e671d0e17784589d4987be810afd4aec83929a48
MD5 1eb6c60bced7760dd2d914742f64b9bb
BLAKE2b-256 fd9f1254c73faa17313cc0c2e5e95bc398a05b5188df6c90817831d08386eec0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 48cfe22af60a73be379eb52f70e68b2ac23eb5503fe45a0947a4e0758bb4ba1c
MD5 82f580b6e1d39b8e8c5bfddba2c48491
BLAKE2b-256 1b71a1420e5778dc74ddd0a00d2349b02152ea1f880e4b4d003054c42d1a7cd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 46d2ec752c468897ba23e7c6cc52bff538e759b6703723cb2a29d772759380d8
MD5 9f0b865483965779f4f1021f44fa8ec8
BLAKE2b-256 34945c80f1995c93429f2c4ea819bdd553140b21ec79521619876c2a366643a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 329c1e5a840d8411974aafe4cbfeb525534c49d80e6a427e6255ccc73b50f3a9
MD5 b5acdf8ad8200c4a9c35ad3340f161ca
BLAKE2b-256 e6bafcda472d324182d8c35678d5349f11ad70b96c7c05f62d3b48dd0ae58415

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 1cb513388f214dddeb250c292d17ca9ca8340f3595d892ef691aa40e7a343d4c
MD5 e8c2a9be8a963b35fb48e97d3de6297b
BLAKE2b-256 32630a35967dbe42c770d6f50c6e8c88c3e544589a8d51d57d443908012ed4cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 48b1d6714123162c28f7db964e572a11818d827e3dffb9c635c8127364c8b0d7
MD5 71c965732eda0f1944e7854353c1a0af
BLAKE2b-256 2ca79e8f6ae29198524d96bed431dee81365b1d92c514cc4d727baff495ae16c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b650c93a45a87c80b1b1356c3a1c159b74c9d2662d34de19649e0500d5c572a
MD5 e6b615c0a2963c47d16c6bd51a36a37b
BLAKE2b-256 b6e63bde0e4c2a99d54a803ae80955cb5cfe2aca592ae69e776de70954687ccf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ff5bc5012485dfddb7b21daabe514eb709cac48e0d1a71aaaa1c324ee04845fe
MD5 111595e81bbaa724f4ecef00e6507111
BLAKE2b-256 959c6cc0efeb9184a6e221aa4daa5bdcccd2ca7bb119920417161c772c6d0d91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8a7bdbec45493535a0230a28d4b3347af11427d8e2db12a4b87fdaf398a5cb21
MD5 df153a1f8e9e470078ae0bf64b275408
BLAKE2b-256 f81bf85bd6a7fc78c7d42cff3e46bdb8676676d1eb0e1a208196569f6824b079

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b8667be700bba90066ebdb7df4e7455dc8b4a74272c9eb68ca18941ea5639ec5
MD5 2f45e5cdf76c00c455775288152f39e2
BLAKE2b-256 a248a1ba798467b5db19929557c23fa047f2e965569ba1ef5f82cf2c8eaf5cba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fcdb88a926a86bd1e5a4f89a532aaf8520d5dc1b98a62fdf29df8aca82a7ea32
MD5 c2865e0e40c517191457affb807c039c
BLAKE2b-256 2a50a27862cf0fcda217956e001f41a38d3933327ea219627644957389cde371

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 86caf44e2e686be7496fce355d47f2be79b9cee65c727acf636e53f2e21198cf
MD5 3bf843e995818e1a0abe12b1c6d98368
BLAKE2b-256 2f6d9bae5e39ba7494343e2d7b65d6fc3b5fb96ac66191dcb919d6823463c984

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2b6a134510d7c58ed5aec9736ddce30a052f5d631d93da7e13962b9132ceb62c
MD5 6df28c08389a58140452a8c00ffd74dd
BLAKE2b-256 e04eef4a9ffa4db1a71ebc44ccb4663cc1f504feb94a9c27e389f5ec1c12952f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fb29318f6128c19991102127e7a183149fe71f3e64757893206dcfe4af61091e
MD5 d6847d4c0b76b823104f149647c8637c
BLAKE2b-256 9f6d34accdebfbec4c4bfaad153864112e6de4e71419e56370fece082afd9833

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 835faf87f3bb2c07cb9369cda2b89fb25940dac913dd3c3e2c0718c87e8dd7af
MD5 170121539f5f9fb1a6e16c0065109969
BLAKE2b-256 6613d6192eeb0e9d0c5030bb4ec909589d590567ff43c84c8c0efc48474ce06a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 49905002dc6c300de459ffbd5be66e7fbf47e2f05fb1b55d91d52047e41e6239
MD5 cc3c5ece2ffc6eb7936be5b7b927b05d
BLAKE2b-256 38989f6d9ea5a0d51e5c3db970c8560131eeb116d2942b9f9a8e8e8735b594f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 c87565c14d70ed7f7f3152c2c3061558d4767c23c37e32ca4338f18ffaafa646
MD5 bdd2c519889148c2ce0f6b6c7ad95440
BLAKE2b-256 07216c0bd341ec0f3f2259b37f0a1f96419c95739b82d730698165330465071d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 71e8061ba50246e440ea27162084a0f25b772c4b16d60772b449856c6d96e7d3
MD5 46cfd2ac449d4f646b170b644838c6ba
BLAKE2b-256 e6f83a2724276e499a26f44f7e91590a73497f189783988fdafceea440509d72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b2ef3e88670e3ebb6e40373428f6ab08347cfb8a88a1fa582fc32889e6a5069a
MD5 8d15254eceadc93b0410c831a23fbc06
BLAKE2b-256 5688e784535698d3a751aaee61d7acf0a37b749f01cd0de8d32f3257f5b3b888

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 72595e2059de9569933173f820bfbfd75010343daa08c9366f164c92dcab37d0
MD5 9c76e5ec282f973d545eb3d883394332
BLAKE2b-256 cc85c4f6847b53384a38913efae65b5c1a303d0873367706456a2e656e437601

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 715b7b5667b8a3f9eb049f1fba61adfdd38ac77e79b968c15b713c090190df1c
MD5 3aee022bd64b15212e0df9f1c4dde891
BLAKE2b-256 13f36f949c7f707680be6f92175cb785016469ea5a60b17f1ec9bd6bead07325

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 711bbba89019c64040b285cdad6f505926829eb34da8ea6759da2fcf141d5ce9
MD5 505ca0dfc1ca24fcf301dc3d5658adaa
BLAKE2b-256 770d830332169883e2cf3ce86296a07bfbe182a6f8ad6e72fffd63ec0ced02c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5ee70574175195e37d203940468d042a727a8dc068ac15b0c2368ba36d25e666
MD5 a7b876dfde32380c325ed96f3488970f
BLAKE2b-256 6eea8e31719ac9900d9b5f2e4a96dfc85ffaa73258ec40b7489adcb6654473c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 80d80bddda7a27e09913c19f462a07e4dc90b6a9e8e5e69994dbcad0c3d29c34
MD5 0220650764a05e4687357eb3bc82a1bb
BLAKE2b-256 1f326b15d6b3984c5fdc98cfae9824152e4e2cbd0da2ed041aa89f00c64dfd8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6973c3de1b5995212510d0b9280b7277e273477ed91441cc88e3d05b6290a627
MD5 a9fa84ee99c5582845153cce2e68ab3c
BLAKE2b-256 f8412e9ae52a8bbaae0f9701e113e670f30c8897cc6263cb58fa4b23ad2e0d9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a0ca10c8912563658ce84b00f9758a008454bc2649d62222bcaa3d485bec5f2d
MD5 7b799a0195847253ed1c8c36345ded95
BLAKE2b-256 f9079c7948a7f910e1ebcbbbedb1308502da2aa156256f278bf07a6c267ed08f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 18db3fc18c8bf731b6b5c55416c15eee1d2cda2898b548e317ea6990849d299e
MD5 ba20e6f81d3f90d0540d70533aacdb0b
BLAKE2b-256 261b5d12c4321183c877b161ec9d213e17b6bb81f62c99710eaed3341bf0a499

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e1050c6f879ae54a071aa6892a1883cfd3af1539f8c1637bbc62e391eb127b8a
MD5 e7dfc4960f27cc0222a3be4c7596b3ec
BLAKE2b-256 a6b61e986f178d9aaf472d5ce5b6229d633e7ebcd2e5b0e582fc2713036efc0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 defca209411ec9b3c53bd1ef0b4aef6d7670c732c543bef4bc1d73d8c27b72d3
MD5 61c36355a4d3260321bde29ed347c3c7
BLAKE2b-256 09939bf0a8e4c51b3dfc3fb8d4981c9128b9213573fb3dcef372c64acdd25412

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 caa01333b32537e470bec116cbedd3b2215773d493fb88a6fab682d68179d3bc
MD5 48d98129f3f5bc25f25cacfd200e50b4
BLAKE2b-256 34c00d863de7369c92bd2745aa95382798a81679e25309e6dd9cb0875afdfdde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 22feeebc391b152648b457e15034bdb3d5d305dadbfde82c2c438e1f3291642e
MD5 6b9a874427fce6e5e06225190573b6b1
BLAKE2b-256 d26c623c435f76443209fc1f6ecff8819e44304efa1cc7131bdca4fc97ac5687

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 71f20e59de75a627633e79316e75492ebede86b2c49ea0e53c57cefb6b5cd117
MD5 e8e1602921324d0ae10376d6b3edf551
BLAKE2b-256 5e14db6eef510b941acd2f8f447682e43f3eaf55e845a1ab766ee5f8ca44e32f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 214856ab8c8f196f2d46906256234b423aa34982220c79b9e81409cbc834d483
MD5 ed261add2d69845a30965e5b728da1ea
BLAKE2b-256 a968f87ecd40f2707bbc4a7c94bc3e0d21a16fcec225d59151278aeaabf63316

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9202131309f689f288f9da769b6c21b5da2cf9365d4dc1f3a8c81bf2bfa723dd
MD5 373fe013b59428d3b15291d626a7769b
BLAKE2b-256 f5fffd00b280b4a9db44cd2187bdc3afbfd7ca410ddeb18f6362257b91325e87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 89e2c0c025bddaf62c61e25f6af50c1a4273f24ad7a1d325a3df9b82ea7c8234
MD5 6f941566737b685905d2b194f9690fd9
BLAKE2b-256 3f443076a6925ad01a3ffa4fadc84df8375879c2f0177fd068a45f0d1eb369fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a2e111e4cfd781d732e87986a7808ef00c4b6db9cd6bee2b573b1b9aa3d5b2b9
MD5 fe966b24ac40c45594e46b2b88ba325c
BLAKE2b-256 1db9441bfb690d6f1e22fd6bff2f2682050f738666fd13f46fbe457658d82b83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b5a77c9da8a2bfe8fb75a244f4c89e773764c910ecc737ef0218d8e66148e0fd
MD5 4d41f3ce14c11ccd5cf8a2ffa59bb3b5
BLAKE2b-256 ba00e0bde747bf72be7fd7e9271dc726fa44bcf6d862b979ab40be62dbe5299a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1e5da83f301821d2d8fe30a2820b0c5d7b61793c6179ee67c91d588cf9aabc58
MD5 9c12bdb0c08a37ce4109fe49a0f2bca9
BLAKE2b-256 7b5d13e8d0b73230c926dcadd9aa8685ce32e1412ef62719d0f20fc218ff2373

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 275657da03578bea56d478f85532a4a5f56566bb68c9ebc7105f040d31d00060
MD5 b3304c8588e83726464c65de09894c34
BLAKE2b-256 1264caa37568a229dc223bff3b6a5e68f958033b84d0ed4b042a228c80c3c3f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 24c8b59fcfb4ce14ea0b72bb93320761eebe75ae5c69f0a5781e2e4bb86a5ccb
MD5 3c7d25fc228ab908b67b6bb98ea753f5
BLAKE2b-256 0af912926f9de3a53ff9737ee0ba13deef17e4d6a0c95777c7ae46689b2dc672

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75e20302cd552d698d91570992b9cefda0a486d885ed60102f05f0bac2e718d8
MD5 044018ff2e8ed8e4df8430c67e0e67db
BLAKE2b-256 2deb2751b437952448c6d1db7f3d5fc1b44a9f51412584e1569feee977e36936

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 db3217da66e2a6e572c14502037e8f8bf933f030493d765cb99db187380df92b
MD5 288f69cbdc3357b06c15762c5552591d
BLAKE2b-256 b27e1633ed223b7a08cb9799447cf261b69ecc6e4380b84d9607232838fe86e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8a3b90be6f9ef0feaa8f81f782da740fe1bf75698190aab612b1542c371cec4d
MD5 fc1b0b88e9ddae74f3382306d1276eaf
BLAKE2b-256 421ae97ce0095f01f1d84cb8b1e7af2fba053320bc4d8bddc839a55fc0b152c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d4e35c1b25311eeecc1b89fe4457467ee1cec45962c719cc456193b64a409367
MD5 0b0bf6e85a18e45a8e085e6a135f29ec
BLAKE2b-256 bedcd7d7f97f145e3da84b8284c0568507d7f6c973feaaf387a115c4698d2c5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bb02f0ed62a303b11b70b3da0f00729235823561ccade1f18db3793d34b987c5
MD5 2f49c62c2c4e9f3d476000f8e059a408
BLAKE2b-256 5ff263fa11d85c14941e7dcf5b5eb66e61765c88b1884ef755b73823cea034e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ccfea3837ed0aa15c0059c2fbfcd63365bd90f23719fec0b4d1918323e83b012
MD5 06860de17515f2c15ae7af43df16fc09
BLAKE2b-256 117573a6de5971cfe479fae1a7676da1cab7665bdf1e0a67bac13c2911953127

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1de2030508c52d8ab6d15c400fb41863116296e6f7359448fb04bcc2cfbe1860
MD5 0b732e92668449a3c5366131fc2d070c
BLAKE2b-256 3ece40a4308c017b1c97b32cb793ab02f3bc671d09eda93af305587d1fd04a49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e9ad65585413cd0de2c2402a2e9dfe4a79b590e9bfd1793f7827d3d0c53d52db
MD5 162cef5904c8effe077cb0ebaed7edbb
BLAKE2b-256 f846911c6690c527c905a7ca115a7667c952de826fd4d6dee157d73147d7d734

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