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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.6.10-pp310-pypy310_pp73-macosx_11_0_arm64.whl (975.1 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.6.10-pp39-pypy39_pp73-macosx_11_0_arm64.whl (975.6 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.6.10-cp313-cp313-win_amd64.whl (875.4 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.6.10-cp313-cp313-win32.whl (775.3 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

xcomponent-0.6.10-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.10-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.10-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.10-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.10-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.10-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.10-cp313-cp313-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.6.10-cp312-cp312-win_amd64.whl (876.3 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

xcomponent-0.6.10-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.10-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.10-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.10-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.10-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.10-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.10-cp312-cp312-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.6.10-cp311-cp311-win_amd64.whl (875.0 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.6.10-cp310-cp310-win_amd64.whl (874.9 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

xcomponent-0.6.10-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.10-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.10-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.10-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.10-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.10-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.10-cp39-cp39-macosx_11_0_arm64.whl (974.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

xcomponent-0.6.10-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.10.tar.gz.

File metadata

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

File hashes

Hashes for xcomponent-0.6.10.tar.gz
Algorithm Hash digest
SHA256 6e64e9bee7d71c1d14426dfeb64a9a1a86c35924f49b9ee41da463c85f1c6681
MD5 5c94e0dce4c43a378987614d7ae0e1dd
BLAKE2b-256 3d7e03792bb5689033243c0133cfb7cad727da0f81785ec5a2306fc9cf4c06ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5812fe303e398dfa0d71393ff34f3a03e1473c9a84d3e43bc9d97e17c5fd0d42
MD5 23df0ae8c4ed968101e36367a14ee54a
BLAKE2b-256 7aa078289fc8ff7e323205b32a8ef513e29e16fc6bd58221748da4774f85ffd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 130ef7c78d613a2bf026f2a6fde483e90d28b029ee4979c4368f21ae75cc9440
MD5 1c2ed5d95fd9adba9dd678782f97e8da
BLAKE2b-256 c30bb0316a6a62951f665ccfe2739416e09fe552d226adcd6b667bb46ccb0fe3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c8c66f8afe37fd8b63e014458495305557d695e4effc67c46d35ef2bd0861f57
MD5 e20b26eab754171a406804f8cae45ef7
BLAKE2b-256 6bfa84ead92d4016bbbd24f0dec199c4529194649dee7827ea2572901e511cb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9a923d7c24e1359472a023c9ed160946abc19d534c7bb143fed9c5a329ebce2
MD5 bb40d0f98c512bec57aab7b7b77d96de
BLAKE2b-256 dd0ddc780372bd91b2c7b4d9317651efe755dbfaf5b6b976e1f8c566d77b6f0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ecdc8fda0c349bd052f2e702b7f7ff9f081a3df14bbcaba57a42662c8c764ee1
MD5 f728b769accadc849f92cab64c4710e1
BLAKE2b-256 a92977fbe4c60f98b8e5f0312a690167f4d970c610d1d0671044b94061920903

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 480e6f4de71627cc397dcd0d0a5a19e7d63a938dc0f1043629e77dc7520d53df
MD5 e68058ae981da07fcfe653bc69c53156
BLAKE2b-256 76e82bf9c35093786c38ee9e87b1ccf55a3fd5986ba950bc246d382be79d05d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c4a0fee88fbe0dc9edbeff078f6ee7d07748b841c52e99da152b24dec45acb20
MD5 8531df63339696181c373e7db840e2c0
BLAKE2b-256 937d68872b12720c061c2fd4baa8844ca6ae8a682df1827f888b465135869bb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7fc83bd62bd768b6c14f00d80b892f064a42c9bb086a771c1d8892a2455332e3
MD5 5af7a494df6abd0212e8541b8f80018c
BLAKE2b-256 37ea1ef312684902977f15b411bb24c294a70a5e6b3e9c6d112f24ad1afdeb79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 be42465d3abce12c6d35645cc533253daf6c717e415b3fde5f47c3a2c0fecdff
MD5 c1fdb759a035a6d2b7ed93397d7ad391
BLAKE2b-256 8d7ed176be90d4729c31830875ee3b86dfb76c89357ddc0e239401a598741581

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 a333f71db561496803c17e9ba9f9fc12537f2b16ea0f52527daca4818308af01
MD5 b2455a4b3b919dab55395452854bfaeb
BLAKE2b-256 898288a5421236d23d58ea3cd6918db40755e8decfe99e4fcd0e6ec703f37960

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 dba39d172852c2db7189cdb254a94a0e367bfe3f7057353737fd2e5acfaafeda
MD5 3c43fea3a85449ee9a5d7e88c91e8005
BLAKE2b-256 46729a6c4407da12c29f847867a14ca7a54fbd0edfc5039adb694645d6bdc6a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 82c2c75206c298e846d8b3965f5fe2bb1c3dda8fee08a985fb59026c31e2af5e
MD5 9f250297c0d1964e5b68c2af91086fba
BLAKE2b-256 84c1adca57574af8fc644a874d615816c391ac364871c09a8b09654587aedaf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8d6dfad12c0f0526a5cce12353c40883c440dd7fbaaa5fa07f52942e8975e48b
MD5 d632eed9a0fc901dff6b35d48e94bd10
BLAKE2b-256 7290df875fedb896c668fbcf2731073a81cf57a3ec2ff5bc5ea08bf918ddbc37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d76fb25322e90635982462356193f56ec24ad26c05f149ad07cf3fd510077a0d
MD5 c3c9ee6f044633cfe9e2c62773942782
BLAKE2b-256 a8104217f3c423dd3b6a9fc6488e0f0caacef1c8813f53563cc5de8846ef5ab8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1112e9d908e5080dfa829f56031e537914dc0eed3717c8e1993d4be86f71ec83
MD5 6114f6cc61849b7b761caf7614430331
BLAKE2b-256 be24d36d0dade21b4f338a7894175a03db1eeb5a2fb4a78de0e5a83f38def43e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 aaffbe8ace0ba9e7c2569a4a90a16e912eaeb66f918bd54be663dc6da5ed9912
MD5 6f50e348dd95785ba399db73b0518d1b
BLAKE2b-256 2db341a05b4cebb06d7d438ab3dcfaac5b93edbe30efb7a1f5fe30a4beaa6a4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a797574a115f51bca15ffb02a72ebd1652de1073bc5a86ec892961c1aeb45498
MD5 345f58fe6ae90e6a2228bdf58004fce2
BLAKE2b-256 7ae872d129f794eabe28001ab2f74cd47c698121b706ca32b7e2ec11dd0b975c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 9dd645b976588d84cbc36ddfbc32b32a3acdc7ff6c1c133f27bda91e5956347e
MD5 45d83423c03ba25be790116a70a96903
BLAKE2b-256 8fd95ab2634af38ad5298f456c8475d00245e215ecb9335568b6f8475dc4d145

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f4b57b5a173d6fbebd4244779c833ce4ccd2f71ba5165f44f29f27ab932cc2fb
MD5 37d32ebf8c74ca01f67d8ee66f692be2
BLAKE2b-256 5f3014e396b19970fa99afa62f7fa955c71ec62dba987f3c0e7a1ae7b75a29f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 9bd05b866bb1270a196bd17e9c9bbeae7f94aa2a6a2781be6fd64798a0718172
MD5 d0f8a870aee6a0464ea489fdeacf1a65
BLAKE2b-256 4bee8ac35e7cc40047a52550f44f9caa099c953b41367afe3fec0c537a4f650e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 673b91855f04fc9e41e61c7eb393b7e584a1df5bc366f51a0b6981f4e9152577
MD5 1502131e1304b727c918952efeb75844
BLAKE2b-256 3b00649edaddcfe5e5c45f64d0d203fbec76e5198d081fceec68a2e7350246ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7570c365471b36d8b4e52e8dd78202a10019411adc35eedb02c95d4910df20be
MD5 6a06ed1136849cb0f7190aed6ca8ff2e
BLAKE2b-256 f045b0afeb7b9ecc39e7ca9cad29842b3a9cb086137441e380a3f63abada6ccd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 634b9541452e9b5e6672071d246f258eed9e5dab6deed207f48513a46704ccda
MD5 450dd22c966ef24828452e0873829bc4
BLAKE2b-256 f3afc48bc297f765e4691c1480cb86ade885a4efe52eb64809bf900795b7ac82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a6dbbd09c7f49f40941fb0c4c1f01b7af2dea56e6d426615c0385478df3a21e7
MD5 097878972fb1788e8fca6bde79272550
BLAKE2b-256 884eac207aa7b528153f830e5d6f4c3086af11992870b8a0fcf1e5347d8f73b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5fb8c6f3ec2695ded6a9cf3d8fcb2b9b302b26e859cd802392ad88bbf533853f
MD5 1e32b291e267a0ae555ec94cb84036ff
BLAKE2b-256 84b84138b123db30c2053cfb40a3f8e5fa5fb58813301a19bfdc1fb23f7f6ac6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f0198adf952bbceffaacc3fb726bab67a3d6029b5824a0a0bebb4b57599469ff
MD5 6331de08e00bebb564c75c3bfaf3c73a
BLAKE2b-256 ecfeef37a62bbd7ac1401a4e959e23140a6fd28b279a1fa5a07a184a4670c2ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 09baef397d908af426526ed8ecc94be0f8ff098f618b4f55d528a27b14ad65ed
MD5 72a147e39cd4b8b0fc069e82160f63df
BLAKE2b-256 c8d1de99803f91aecc2f22723b50049e3498d037ce6db43d816b7f6b806561ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1b825466bac8ce16a281086cf60608221a94d1891f7544117c1ed5463ea905d3
MD5 3efaf198ef9e796f238ad812590c7508
BLAKE2b-256 a9828d027752d79c67eb2bdd4e469a46e22ce70e933439e3f811ef0d7b4cc152

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c1c6552142f585310c989e427db6e3cd12ef73e95fd732fb5fef5376f8d39a4b
MD5 c86e1d5565637e8ed0a86a9f64c3f27c
BLAKE2b-256 165c1275ab06dba12bef563aece2a616102804877b2f5a78c40062c81287017b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6449d7b96b0dfa97b66870d1caa5eed287df409636ec7e2606eb83973a6a7fe0
MD5 b58150b604d656a8e3133f4bd503c9c0
BLAKE2b-256 3c71ba483968544ce41aa15d8cb162aaea6c3653630fb4788b4ed7ea9f2f12ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 e848f8368fc29c9822d43f433b393f2d8cedf18a8a47b970a575744055543581
MD5 0e7a7b4af4325f081349dbd025ab7150
BLAKE2b-256 36a486e90a6003015a42a9ec875a67a2aacde92c3f79fade444739fdd110f0db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 74490054f4b3e694387192be0d6a8a08912e546d6a70d4f927e68c8a50ec83fb
MD5 67b9b29d71283b52e0962d1c8cb5f4d9
BLAKE2b-256 4a2ba30d8b22bced3444bebf387efbf740bf1aefdf6ffb17635bb818aa766e21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 44b3c056e6198449ce2271e0766b653b3a571acff8a8ce93ae75627fb6f7f01d
MD5 2c0fe35f4524fe2014729ae50eca9b00
BLAKE2b-256 bc59279c7dfe4c5a8a60407bc8a7889a4035723432bc1d4f554e6e1ce1b8c382

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 866f010c37971bce3868c32a6dabe922e84517ff5afb847af1cc521c1c370499
MD5 0f5c364149dad05c03140bd78f45bf04
BLAKE2b-256 ba687b97d5108c223346e8d8bbd651ecf4cd06bdd20b057315e79ff6b458878c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3966591be1ce30f0fe34be6a9a18640b7b65c632d9b6a9e9b98a84f6fac80ba5
MD5 824d100f345b9826f879759fe4850763
BLAKE2b-256 89b055f65a082784a6bd5792d8fe33c4790dd5a50762d8ad8d06efdd4705d23e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9359793ea5eca74f603607d6efdfac7c069961bd27afca6c0f687e8bce9b7715
MD5 185d0fccb455fda1245c42f7010741f7
BLAKE2b-256 9c7308493f3cc3c655fe95eda2e2423fef5a635cd48db48a04db399a5f7e25cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 039dd24c81c43579c28243d45d446a688331499c4dcdb6fcfed5b6b79332aa2a
MD5 fba91b100f2ca4fc81e53ef2713f6ef4
BLAKE2b-256 db4361309554a3845f0a1edad46535d368ce699a168682cb7e379f19650c0ce9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 55acdbe3fe47a53425137e925cd405d87f0271b98a1394152f64a6d051295ffd
MD5 c4330a1c70b7ec0cd7fcc9a51f205b66
BLAKE2b-256 5d2bedd0fc3bf96e6572bec736636b34ca21fe8b20943e0b2821d59ca0b6a43c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 28670007ce9216c31b5282ee1ea0141dedbdda03fee8015c3d5e489dd23f4da2
MD5 36e066a097d5c4fbff57c1be2b358c1f
BLAKE2b-256 4cb33b03ad5c1e50fd832f21cd4520ea76278988bf3940a49e0cdb4d95a13c71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 494da961b30cac897e66ef091a5bc06aa72fb52ed34fde28b65293ead3648d72
MD5 f69a910b1d29e3f7265c8616a51c9f36
BLAKE2b-256 d8887d42ea89b641969585406386282e0bb5069b2d277bed2e77219cc457bb47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4e858c5dd3e4b299d9b8c9f50cdb7612579903ce634949484f1d401bb00a7b6c
MD5 30b73374ae0f5b88cdb27b3f716fc705
BLAKE2b-256 1546184addf8a251767f82cdc3bf84cecec37b5b4b86f309131c501e82b978d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 24ff6259c14692359d74e2e0310edf8f147b188a94e45b472eb9110a5c128cb2
MD5 4de875081ca3a71ae074f8133431490c
BLAKE2b-256 5d16a4ab688dede610077219cae1cd7041551b61e912b352ef8f6f8859457489

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 85e8e5bab7df9e8671cb22b8102e6193f278d5ca8296aca5f73a9f23a2874fcb
MD5 5566fae7496423610ab69f2d7a709d77
BLAKE2b-256 63b89de038816efc9ff25eec6c37ea70ba56a7a28cda8fb70b86705f370e56b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 27cdeea1b55a5887ecedbf36f6e0c4c46b345bc402ae826f5ac2de3ad39fb73f
MD5 12f06e458a259e2d35c1076486b89931
BLAKE2b-256 ea4ed8389f5c88a015e7a3ab0e545a85beee09dc9783f7159e37e4a0c5994f96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d4ded3085d8f8f7a506e3526845510086fe465813311d4a38ce52886368a42d8
MD5 075aa569001be5e8a7da8731bcfaa1bc
BLAKE2b-256 397af1706bc618e46e9d902904ab77d3a1efae6e9b5b3bd0b4b77a1d5de40c8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a7e16cbcfb58245619d5bc85667aec421a7742c05bb87a8d137017a1ca046806
MD5 42f6d722d6f025f261e356eca2162269
BLAKE2b-256 1dacbbc73765f9721f148c8378db010e05a4b5081eac4937e86058fd1b2d5a58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 980942dff3bcde3de07d49efd4eedcfd83d4193ce5a312228679878cb3a6255d
MD5 8e8553f5af1ad1a9b438bf3af46feaa3
BLAKE2b-256 92ac864e9e271e57bda493d9a46c3fc82f025174629a46aa568f68407e30dd66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a625815628b1e74a0fc6cb50cd17d4474332dfbecb2a1eff9fe2db5095c550f7
MD5 a2308ddc4b24d2200144f8dc1f3c8d16
BLAKE2b-256 fcf73f611cf743c099059b6c05e4eb864550f63cab7544b43ab8dbd0a12c6b82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6da9fff4c365277080bd3f5fb2beea8363d6bc821fef88b6b1097addd775a168
MD5 9631f25d2665ea32b6102b35763aae67
BLAKE2b-256 e1428d400a7f18c069309e2c14d509a2470759110f706e3152a1695a661a86ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ae03ecd7ca8a748497f23968947cd4d06a969e16b193b9651b7fe82467901a2a
MD5 453a9503450ac4f12467b3213b021133
BLAKE2b-256 0e9b9b126e8c7e8dbb01fdac175d6743768e1bf2b64879cf08afd43ec0055e70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 aedf0cb62dffe3aa42c9b291e46cec3c339e583715dea3c2da531a9def8d2b3b
MD5 5f36b9ab4dbefc836eff017b0c776670
BLAKE2b-256 413c9fd72e099092080d55a2111e9dabab62e67e426636419ada117fd6a99b6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7464803af5fc65516d637264e61c621164839a676844f5b6ebdb89e4c221e2fa
MD5 0581b58281eb0e91da11b44091312dc3
BLAKE2b-256 c2bee8fd5880e6aacc82126e82e20b195b87ea0bfdb6f3baad9a94716f093aec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 e4aae976a790a05a0c33b45586ff700ac0e9bc44ab698f5396602ec113716efc
MD5 30cde5e247e845899079e2c60169b8fb
BLAKE2b-256 074e32c143475ec151086388dfc36419bd7c04cb35d33ee8db194da4dfbf2d6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 015529a15f46a68c98ac34ca112ae9558b5eaaed629e63b2cee60c150803184d
MD5 cf20ef5963ad70c61df6ad49b283f08f
BLAKE2b-256 4018b13dcdde16799062ff4f83c3e889925dd62a4a39f98fabaaeff79502d233

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c0efbc06073cd835ae2a9ee897876a08e13afafac647c1caccb68cfbcebc5944
MD5 f03cfd63eb1d99de59cae36b033e3e87
BLAKE2b-256 1d668ec09762174f82fbc05ba6fe927e71f07798ca5e028d296dba9fee717efb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b3c3020a732e65cd16bf8a3363b599d28411415fc5e06317a896524adf3854d4
MD5 bd2a3ce713b72902589836c37dbacd5a
BLAKE2b-256 68a12fa79e99f7c760c461e70aab335be2a650b59dd2a91dab7300c453ceb964

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 43422a04362d82a793df53b0af0b2fc0d33685c8cbf6ea3d83795764a653f231
MD5 72dd808f71e7d676e8a46730443a8633
BLAKE2b-256 7d6807ecc3a1f55aaed559a0a285ed448e593d58105d904c4a0b5e0fa842c610

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 90bd33cfe82e8879d5faa0faedb0af13055a3aad47b1912b42248fa8bc9a89bb
MD5 75a173958e53ff27302c82a6142d8bd8
BLAKE2b-256 1d75c57cb5a5b9ead24cc99dd498211ea03d2f8a432b752026b10b43d81c87ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4e976a5ec6dbbdb74ea21f99cf50ebd5a02e235ff8bd0d24e723d0bd905bc5b1
MD5 71d70817d10d5aadc5f46d2ae0672c48
BLAKE2b-256 14df1ba4de2e1c070878e6a143cd9ddd7c1892b9fabc6d805c87f026fd30eecd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0ace5622e83422a415df25fceba85283de6c23311fbbd297e0c801d93889bb2c
MD5 7546b614ffcb914aad42eac681c59e27
BLAKE2b-256 e5bcb5ad36ddfdfc4aecd00a9ee3f42296ca845f9150c1b63239662d2a053d94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0adf0dc17fa906ed980cd8d864348dfcbee0730925c245469184a6c3feb10c05
MD5 3c4524edbf08a13c6bda9a0fc2054e82
BLAKE2b-256 80f0f8a63f6cf0e3a422e6dee871eaae08434516c9f560831c6ad8333aab89db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8c1bf7d1ce0926ac3fc6aa82833ce862389181d6f446c7c5ff88e4e58d72c4c3
MD5 868294f986d7a01058ec62d838578aae
BLAKE2b-256 648974e831c6f1d189ac9affb8f1bb405ecf049dd4b72066352ec9bd7b1d3a05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 17e6638a1d630ce313c99a2528c57623e3415670eed97c26e72ecbb75efc7c6c
MD5 389ca0d3ece86d587708d407becf20a4
BLAKE2b-256 d5f7ca480b2e468e100587df5793185d96953cf7b2a8f8d8d8ec395c88774f31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5c1592e3137f3099ccbd17298fee75a563c1063408f6cfde9859411650a6c675
MD5 dc45305d46534d6c80e4894263d70d7f
BLAKE2b-256 cb53bd162a36e21387bcdbf12cc62a4ed17420854c8e6f22bfc52758ade2a107

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 450964e11047ff68467935388872bfdda44bde4b7a5fb6810690c23219304a7a
MD5 04d681650b0765035b74c9554cb8a9f0
BLAKE2b-256 792745772a8195e701094d8d6bb107998d7252049e14125524df4d6daff97b6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2ae1a4b78902fabadbf62b576728d8eced1d8c8a0207bd5aec032249851736e3
MD5 1d57e87b0034b53b4d376cf0edeea296
BLAKE2b-256 7de77fd93e9023301214655e49939b74759d0215ae4d848431b1610f71ddaceb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 462ec875d9712fdf3dfd30671c288d737bbbc3565f3d20884f3305a83ecf9e23
MD5 c86695d4bb4ffdd9b7ab9ab32fb03735
BLAKE2b-256 996e3f8b9bdda990e0ce6ab37cf69f7dad960680c737a94a517ab254def1aaa0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bbe37d0ee1b2b5b9f20d9b55d3623356b26a479908fb1482e90c063006af3049
MD5 f8c6e7b75097f47d97bd9c0895ff1be8
BLAKE2b-256 2c6301fc2f48d04e2bbbdbddc91b1295ffac05c90f5739d88ed443293c838d5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 87c9a9e009d304f9bfb82abf2dd341281813a0a7e180c7a2177910e114a595d5
MD5 96508680aaa79f1c4999ea9159109457
BLAKE2b-256 b2579e786d1a45290903bc32870f7dacfe8870a3714fa3f7265f31279b07e853

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3f0b491a6790b7815b2ff0e6e83ecc63831f80c4a824c01a58ed59f3705e1042
MD5 49274c55c0715346931da17641271714
BLAKE2b-256 f0eb03a2522293c2cef5a347c1c772f0b184803452145218d8201064cbec6701

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 18e085c9c5eb76976da7542f9949677cdf8f317f1147de1821a4642fb98f7025
MD5 d7e4691648d62ad88cae22fd2a87262b
BLAKE2b-256 cac76349b472edc7fe0594fa67b002c77d0fc4bbc0aba223d9d2b37c6d1dca45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.10-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2deaeac4fb10a03de4bfdbf85eeabc41fdbbd5ef2819325bdf15237b70b25594
MD5 38ca91e0169945d64e6f9f1cd3e7d7ba
BLAKE2b-256 a4b128370e5e5121fb6f3e1adb8d3c2c8ac07ecf78ab01a92c0b90f8edbe12aa

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