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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.6.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl (973.2 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.6.5-pp39-pypy39_pp73-macosx_11_0_arm64.whl (973.9 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.6.5-cp313-cp313-win_amd64.whl (874.0 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.6.5-cp313-cp313-win32.whl (774.5 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.6.5-cp312-cp312-win_amd64.whl (874.3 kB view details)

Uploaded CPython 3.12Windows x86-64

xcomponent-0.6.5-cp312-cp312-win32.whl (775.0 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.6.5-cp311-cp311-win_amd64.whl (875.5 kB view details)

Uploaded CPython 3.11Windows x86-64

xcomponent-0.6.5-cp311-cp311-win32.whl (776.6 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

xcomponent-0.6.5-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.5-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.5-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.5-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.5-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.5-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.5-cp311-cp311-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.6.5-cp310-cp310-win_amd64.whl (875.5 kB view details)

Uploaded CPython 3.10Windows x86-64

xcomponent-0.6.5-cp310-cp310-win32.whl (777.0 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

xcomponent-0.6.5-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.5-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.5-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.5-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.5-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.5-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.5-cp39-cp39-macosx_11_0_arm64.whl (976.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

xcomponent-0.6.5-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.5.tar.gz.

File metadata

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

File hashes

Hashes for xcomponent-0.6.5.tar.gz
Algorithm Hash digest
SHA256 127b645ac601439f68586d9b8f82ad2aadc0d3f1437b9d5faf31f0cdc5064be5
MD5 f0842bd68ba971af8abbe6d5912c423e
BLAKE2b-256 3b391ff333d3d83caf551031c3d4f51ea105f2aa68e752610d63bc84683e9a9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 90bc68c1802db5ab334c83b2d2cc2fdf45e2235ef8d6f5ad0aa36694f9e2f9db
MD5 32a0d6db6c87d8f2f4829ac89649674a
BLAKE2b-256 651a80bb9624ecec951b2cdbfd917a9933cafba03f986267a7d0c0075f9c9f02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 3328cdcd9edfbe48069d9bb950381115216f16ec1f9174cee7880de0a308d28e
MD5 4f19cf4ab7c9d96585ecc5cc8a0408ba
BLAKE2b-256 af4c201b03243bbeb7eb4aa9ca1ce48953b856aa09ddc4f41cd2bd9316347e98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 16a9ed626a09a39c73fc0f6e78d7725ade052580bc645a672fccf373c9a99469
MD5 9a7188d196b2a8c4a67864ba5437eb28
BLAKE2b-256 3642311fd96eb025ed69a804457e56657b7e9d47cdba1d43a4111fae29b763f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 52eced9dca9b65f2b425fd5347db4eaf98a66d4e58bab0803383639293fd117c
MD5 80856898df11a8a7cabffc186dc800d8
BLAKE2b-256 58bab3913f7ae447dadffbb937771151459be7422818cfd8aff1ecd19172fdac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 993edb58b822eeda741a99fd4acf8e32e305ec8197db8342d82b625694a40ac2
MD5 f41a5cb360af998232ec7f68a4ffb5d9
BLAKE2b-256 006111fd317628de4a8f576d7ad4ec3dd1e91852a39ee073d41e44ae964454bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d67ae55bdbc4fc3162ce6bd55cc683d8c0ea3d6fd6a7b96dcef434ba20b079d3
MD5 248cd4f5081054fd46ebcfc6400643af
BLAKE2b-256 3da48d8b84dac717c974f771a3ad41a6d8e74f78855426e4213c14639a6f7e3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fb717df773f6a0926895bedbc0e42ef5065750f9ca6b3d3360c4d739443b3b01
MD5 105f4c3861d0ed9af1d885b6abf40b2e
BLAKE2b-256 eeb9280a2e4a0c93f7f0322191d5533e27ce7c3f54c5faff8fefb9e70c023ce1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 075c6055ec3c4b085e8babb17c2594d7913873d7979f15a42735e17c8bc8ea08
MD5 31f562c8f51b68afd9e902f93fae2c55
BLAKE2b-256 9f5813283733be46a5085984f3d7e94ac6e328523483bda4264cff4ed3995e87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 da5a3afd1261f6286156250117fcb5463bcde82ddedf165847a2b87e9b2028ba
MD5 fd344840b7e3becb24b2b95eae673f6e
BLAKE2b-256 14ec3a627fe0fbdc314ba1ade79dde19d658d885b65eb104bc9e95255a3afb9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 6acad0977ca5d83687b28b78970552eab442d3394df0416115754e394d75ed1e
MD5 28e912bb0439c432519c2698b88095fe
BLAKE2b-256 d6e9578982dc92546b81dc1f0203481eeaf0050217b82aa56bc60ced56988a02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 27758ce4666c1785c402ad81529814693cb3ba159438a4e24b246baab2b63fbd
MD5 c24cbeb4a2c305627c151f957986ba41
BLAKE2b-256 9179543e02d5ebeb6b06b39c2b712fb8416d4dd078d3e6bf3f8442792cb5afba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d8e50edd2c2caab9f8d25d33526d3f3c67a12b91c08e1c73485ad29f3f0d70c0
MD5 eee3dda98d6c9f030f58509b14509ec2
BLAKE2b-256 bdfcf8c9cd00f2c06721c27b3885ec8f4aeba2c32690eec62327c6fe3b0d0062

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3c9f7e51da67594b285236117941a89b932f876d2894d0c2714ceef229bc88e5
MD5 bba3768d3ee9f95a47c310703a689232
BLAKE2b-256 47befa90cccdb7ef6ce3b306a6cbd3556a0b317a218dadc29c11e2f93a580425

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 021acefcda8ce2407515f8476dc3cb5ba6323c43a9bffd67b9fb9691bb8dd8b0
MD5 af155a739846ceed74688aaaf1c923fb
BLAKE2b-256 8e7ab53cbcae0f6ce0152fe8a326ed5441534abca79513a66c0c5ea340becef8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1423aad7fac0bca3e0d364a9b109a356daa6e95c6cc7c5b99777dcffd2e83df4
MD5 325b531b35b8cccd957c622f33122032
BLAKE2b-256 cbf185a54f2112ef0f464c713920e28a95d56e648b5cdd8d30ae533cd4cef0a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 04d28c0fb7ab7808004fed4e38ec6303ba3445ace8fc640b854c6bf5b21168e4
MD5 7ca7b9597d31d14beb673fb59dadc159
BLAKE2b-256 1caa5c0ddaeec894da979e1cbc2542db600a8a63fc35cb1a8d79321837f812bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 42964504b8b90faf3b7023726f1a3e50a69a24c27e1a46b385c5d52d21a4d2cf
MD5 73209d9228e6d3c6e93db71a4280f9dc
BLAKE2b-256 61dfd29df7ba01469ec993dd15721bfff5329f89f61e56d0c94c296cc0f363cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 d6500eb6dc60589f1b512f606defb875e775059ba52625f22d190cb410f56b31
MD5 45e534b2a79f88571df491760d0ed0cd
BLAKE2b-256 2fa49008dd82be826ec88a0953c4b2efd8978ab52e26fb1973b0f9e9c9489c75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8c965887c6a6087bd0c66da2ccbdf5a8aaaf9fea0ef7a23d9eece0ace6631dc0
MD5 97f8da202f4251ffb910a77ea3f4a30a
BLAKE2b-256 96c80df70657b7116df47219490045f1a54d995673795b68dadefce23701dba9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 a19900ba63ab92953fd94cd0730b28e7a29fc458b35b50877dbea62066c92562
MD5 61e49752646a3f4a9f71af753259334e
BLAKE2b-256 72f9448e618d580de1c4e57828028c135f27b3bfc0b6f32514b8039b9ffc10ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 142d3f6b5fd3e7fa747544a539ac55def0305905b36d7a455b8cf781b150077f
MD5 46ca44ae3b43d25ff893fc5b6f427dcb
BLAKE2b-256 0bba0aec15b7315e571bcffa9be7ff663f4b60730ae385dcc57c97041260a107

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7565f61cc74ae15e64763dfe8efe7eeae1fd3e030e8b56877776e6ffecfe80fa
MD5 8f348dc01f38f6876c356d8a9e4915f1
BLAKE2b-256 be3624e88e3a62f41a7b9a5bf4cd43d278ffb08dbdb346675d808ad7e2fcf14c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9d0dd50d5715148522061d983dd6584cefa1449a30a270111f1e5995bc2cf547
MD5 acad64a22b281e876c757d737c5a3369
BLAKE2b-256 4a87b8c09c7bf1440981080d676ac6b4e1bab766dfe7a8df4b4521d4057758e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5bc0238dcaf161a1cdaaee06e6565eeb25900323a8a8a12378ac510299af6105
MD5 d17579a3bdd58305318f7f3d38098923
BLAKE2b-256 c4ccb712bed98b4cc57ef0c28fc08e270a6e28f830b05d509b3f7275978d227d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9206a69d8a20f0146e039ffc62ba7b6141dc015ddd278107efd6e1fd643c0eb6
MD5 93cb1bb7a15ad09d91f99e4245871000
BLAKE2b-256 8dc23c1b2e4d32fbda211e2560a650c8a5c22dff889f5be91e0f141943206cc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b685aa8f2b071a91641419d7575d00be2e71dca7c8cf7e3e8a3aa56ae6b9373d
MD5 15638f09cf2526ab4ddd8ae2d0e0b038
BLAKE2b-256 fca0ab45febb8bd1de62c29e21b4490ba3e50b6ed0e99e5d0e1efbe877fc956c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6fca622e4324092c9eac86253656bcaee87bca84b4aed9c035d9ba90370a658a
MD5 60aab42e8a0054d5ac1f4d60702870bf
BLAKE2b-256 fa423abbd5b6f8fa4dca4682c00f06a51eaa2148e977ddb361197af94a94133b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9c6d60a2bb738652550dcbf94ef63dc133c7bca8b44b2c0b245264eb4a737127
MD5 76e62831825203ad1f305a7296bb9fb2
BLAKE2b-256 28288a8a3da97211ba4b0b92e76be0a8d1f5432441cf1dbfc8ab95601720c8df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 167626efedf2e5ebd7548a6f7ec42af56b3759cdebcf0401219b1117b5ea3a82
MD5 64711ce2a291004fe15d82e0b05b8f04
BLAKE2b-256 2f6e4f24aae439a4f4dcb85c386d87924fd05cc2fcf640a72b475c2d9c4e0ee3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a5ada25dd957d887377102195bc0fc2d769003c2902029782c65296cf777304c
MD5 364481cce578a5705e7d5a63e8d6e1b5
BLAKE2b-256 377c3ae1c23c5c723cdbf30eee2e3099d88a8a0a475f3f45a6d73edb7581ab2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 04e5d2664ed7c17c53d40b88dc481514edcb0d72efa5f8484357439d369f9392
MD5 06b538e2e2f9a9ed30f480a17dbbb5bf
BLAKE2b-256 0d7c4e3f22b94988fd7b652f02dcde5955b25d721e89678765f87d9f7fe9274f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 5f6f9d451227ba657973495b8954ce2bad32141f5301fe27e59fe299c7a340a4
MD5 60fdbb6ae074ad3170c006b0b8a35fa1
BLAKE2b-256 65d37814049a97f8bc7ff05398333fb1b3416116e2bf9d1efc33dca9f6315efe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 eaa6b58430d38bb16bda30ae99856e37c8e10dafaee31d57751fbd1065932c67
MD5 9e3bc2805688a967ebb6d277a04b677f
BLAKE2b-256 47aab0bf3dfbd7ecd29ce1a8ce84f287dfe62333a62b3b6c208134d1f200c630

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a3ba06e264b3362d89466e9048b9fba3378e97b159f106f8dcaa6027a4ee7959
MD5 8a652426d752edc4467ab63856c4b1ae
BLAKE2b-256 6c1d2faf05d2a5485718800855bcdfc8ecae3a4321c4e3c833fd6acfdaccf7a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e626dd1e11252e9e9358080ec9de7f5e64c672c9343c707fd6e2b66e12f563bd
MD5 a9bef84e52f5529d1f88a5a6d7d7b733
BLAKE2b-256 735b30d4cae9461aaf0a0de17507b1733124b984bc5109976644b1944771043f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4032a26246e4117cc3a5199ed9b69b9f6f90bf6c87411d062736ceeec57ed067
MD5 099e4bea4982001002028d2fed1778c8
BLAKE2b-256 a39b63cbed2cbf0bd6454783987f11caeedfa33ee3ac6dd693ec25619efb9350

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d04c0464c383d7d7a44347ec1adb6613848e2a4b8053019cc87599b33d5b52a7
MD5 4f1a3b90e9b399b88fd330bf36a5c037
BLAKE2b-256 8f924de342183447d6a9fec732bf326b58259fc1662ee3fb9e86c31358595691

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d1f916b6446c321203c957f93632b8035f208b788d208e22ca054c1027c614f2
MD5 86030f9011e60ea991fee3348002f6c5
BLAKE2b-256 dd8e5f2a59fc633549d594743fe0f6544c11ac63b1971dfd5c00b444dd644a58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4f74bdb98282e271db0d9d15f792ec146b40d3258dbd29820f984019957f7359
MD5 368e0eb0b44d786a26d49be1164ae8ca
BLAKE2b-256 42ec09f7327b4d0a9812fc1eba74d95cf45d6fff7fce8d46702747159724c29a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 db279d0a9134daf485c9e1d38d032f78d52080a57ae70086b0075b58db909227
MD5 579f5d840b2fb1821d6c724c721113db
BLAKE2b-256 d9e50db629ef384843b372c3bce86b764f783ebe6425ce34de3d1a5c0bfd8cfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 dc8e74c0eeee53c3e2d7f97c71273bfb9aaafd4115edeaf261756663e953f95b
MD5 3617b48f4aded18fffe6863cb0ab707e
BLAKE2b-256 29c034d605089d991c2e5c9b97d10a543ed7e40383bc714c7592fa3420e5e38a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b7d01b7e27a5f78790bd22454f250d95576754f510cde3291c653016e50551f6
MD5 e11ecdb935d8a7e8326249e21943c47c
BLAKE2b-256 e9de70f03e15e5ac98c20a0c4f1671a4ab44d60eb72916703f5faf3e2b02a60f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 310ef0b970eedf16e6e59f90f2c25b47b43d4cffc6f824252b7131792f93e9d8
MD5 df3ccec51fdae3d34a6d6537c1652ff3
BLAKE2b-256 0375ea233c32d36eb7e0ae34f12200519b3e133c515369de4633f4670c813656

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 91cb9d3819877e43bb4c7582fd0034513bcbc6e1aea3616329102a0f6a5e5a3e
MD5 adf09ad250edbd0bba9ba23257946087
BLAKE2b-256 d1f9ec562cccf62c3da504bb99b472c32d323eec2aaff1645f24dbf0238263bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 76e0224e1a8f231cf6fb5664ee48151620cc58518bdf611fd85fe01df3e65163
MD5 e78cf9824d292ed12b59232918233871
BLAKE2b-256 32612f6b645e88af86fce12155dc7738449897be53697a3989757331f95d6440

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d861fd1dc9afe4a8366eca4f8285a7cb6cf031ac2a72f6f48b0e3ed6281e9d81
MD5 2e9a10822930f89b496263c841de3cca
BLAKE2b-256 e1a2b4ab188abecad644306bdcd44e91af53f256ab3dace1203378f8d5974c53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 af9748676d958900370e27c6f1614b15c4f1d0781e9de3b393091dcd3c9aead0
MD5 df4ac554200b1d5f25a470a4980f71ce
BLAKE2b-256 c42f9d9354b518105ff31efaa95a0460678b6d5bf0086249f30d47fe8b6bc52a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 632b47c72ee04973444bca21fa7a17da6ff7679a4cd31c95fa175106c777788c
MD5 a742b1ee905687062e224ef11c32be68
BLAKE2b-256 32557d21dfc0136a690fce059f3b6bf05a7abf45e742d03f591007fc0767344b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d8dc625e998414800ec276c415ebe204fffff5fb346816e3b523d8277e8b0bc1
MD5 7dd056dc2539bbaf2e222d25996c50c0
BLAKE2b-256 e256adbe8f6cd4942e06d5bcc0a436b3ab76d391c9a5dd978f1f40421be55cb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1624c85744d3ab3e14758d6874a804eda79e39bbdfd6ca5f3786384727316d4c
MD5 3d14874648bad50e4b9d913b0add4fad
BLAKE2b-256 38c787bc2cef0398e343922cbd95483b65791300a439462baf082f514de8f2ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 50894366f7756d9d3fd46c89e971fcb8150ea343c3df30a7d90bfa33955005a9
MD5 3c0a41af624f881fcf54b4e12564937d
BLAKE2b-256 cdd903d07f5673759d57f279dd6986fe79457a83c2891d3c348b3341352323b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3e11aacb4e8826a7d68516d27295ec4ef4692192e37e340ed34c5caf71e7db43
MD5 77a6860853bab7982d7cfcabbb709652
BLAKE2b-256 00282ccf9bb4d2022012fb60f85d29aeb75fadf465c92a9bd7d5cefa92d28793

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 75ee91aeb86b55e6441dc9cee59901271b9c16207714855264c4c36b2290539b
MD5 02829923884e117e4708af9fe552b600
BLAKE2b-256 54798ed3845f94a21070f4ced0cdb201e3dcc2b8df5494592bb21b8b88747aaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 93008841dad1ebe820e8e08848e20a0d882bd52b6afe71633039b79bfb1fc5bb
MD5 7553d3f970a5e0257719090108059fc6
BLAKE2b-256 c2644371c5647b583dd7ffb53f54c0e30a0ae8fc15d361627e698c947968522e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a6cf12fc2f71ac7e433e09d7333e4c46a86c7b34b6404975dd1a5e173df45d10
MD5 cb4b08eae3a320dae0092f50e40bc215
BLAKE2b-256 f4a15c35574fcbba85800653ce06a5eacc4e0cc31412a8ecdfabbbe46b7c06b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 bfd1e54ba0866d6e75e26e595d277875fe69c3c834f7ab86595a53b1d257f85e
MD5 2c2a971709bfcbdf65bf0ef9d4950b6e
BLAKE2b-256 f37044d48520dacd38c1a1550630113f8c119fa7ff0e5db89dd0b15f19bd1be2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5ce6b2b050045f59587b017b48fe55e6b108fe17e21ffde82aa612b17ad5eb3c
MD5 5a220e5bf698985fb6645144e6284898
BLAKE2b-256 4a9e0613ac64ae778207570a699c4a78231477dc877d688df0a050fcfaeaf51f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f61348955d2773c699aabc3033767c3226989c278283fe86666f38a4aec11a1
MD5 af586020278a64f156b130544f31e1ce
BLAKE2b-256 528c501c5c326e5b6864a24c87747304a377250dad0977e241402a229cfaf83a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0d97082a6c2f8da75a1d82a411a71334b4b00335cceaeadfbc15a8afd00ac0c9
MD5 1be7b6b615df9de1b83a32851b9dfd60
BLAKE2b-256 ed2467ed06cb9ca8825d8dd689c32acc45726c6ba583e9cc9dcc0ed3dc72c0e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6f0338b3b453148db87376b5c65adc5e20933b0e100bf31a749d8b2868c9d35b
MD5 4d9a2bcac465c4dae9185f54879d6dc4
BLAKE2b-256 fd1e50b4eb539763c9c92ed8c56da1c523c7cc063264f7b070acf4989abdd976

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 970d53a366a053d56a47f48712c3a8fb43ba5798d8e33790b42040aad174ff64
MD5 09e133b5636d2129c3b441e2fa1e4ecd
BLAKE2b-256 1f9d4d581e0698110e2fc53d56db086cf8ee77ab3e4b162dc8bf4cfbee823c93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4078a4bcd08915b97aafae399b34df28ba77d439b746a10de72ef7325295e034
MD5 07f69938afd61b504cb1e9db53e5517a
BLAKE2b-256 2d7c8ca6e7bff24d3ca909c401dc534f5cc8912bf2b6d1d9b64bbadd80e548e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 56f65fc33bd3ecf72da61c6d597c84ad18c60bd0255d89731d34061c825efce9
MD5 32a2214ed4080ed5a2b158c399c11b5e
BLAKE2b-256 0a340d40b57de2648f74819d0b0cc6ad8c5fbd59a020723db5f8392fc60bfafd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6cd125dbb66e69212b002c067cb860e2d189dd833f96167465338eada39fc143
MD5 6ee3ff23ae5d2e52a3b787bcf01741f7
BLAKE2b-256 8d5293b07c4829afc66721c4e32c1cb48e203985cd05b94f776bb9347fc9df46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3598cd14a3a521297efc7765ca02ffd4b68b51311d34e74ef6f6fa5ed10d620d
MD5 bb83a5f8d64a266f94408bec5bbd7081
BLAKE2b-256 9ea71e63642253905dd32a4c4947b7b1fc6b8fef1ea90e2f461a19c61e1f8d2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 a58100d914b3b15d506395030a5369d2a0b3d5aca8090ff2aff4c9d1a9a7e47e
MD5 f26edd2feafa4442ad5d8fe52965156b
BLAKE2b-256 b01270e67adf2a74a868e362cefe5b20c81fecdf1abc786a34d30225ec7a6ccb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 cdf39b627f011bb36f1240f97c12d75f8e27b72f98f7b45a670c697939092a49
MD5 98e11c5c8e204589dbda52b9d2360df4
BLAKE2b-256 a8e72bc9e28aad24493730191bdf3f08beb4056bfe6b0457ab6b54079d1f0f70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 252e391a2b215b0b9edd8be1c623fdda834d8edacbf31e722ae736324e420c5f
MD5 cc4bbbd7c93e501dfc27e7462f96894c
BLAKE2b-256 6fbbbe7cc5ede988a21903d49336c848fe6799fda4f8ab429f5447089ebb5ada

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4f05356cc336f2f0a76adb58f8c6df06a46377d100a372d5f757ebc0bcd56e9d
MD5 f165f1c5902275369408447da50c1ee0
BLAKE2b-256 c2006a40021fec3f58c9309ccf4530d28d2ed9fd970b424346733b64248739c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 47a5dad5067d7267081062695c7b0c925b586f9a6096864e018aeaaf0083bfe1
MD5 c9256fb214ed34f5e1fb77a584d518ed
BLAKE2b-256 7f14973354467fd7f11448cf798accc0a9b47a89032f178c12b3e0fbd7f850fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 654efd5a01d7981e509b0e3ee66bc95c4c168f8f354c5793f403f18abb640ad8
MD5 6175d9c83c453dfb10c8ebbefa049d22
BLAKE2b-256 8267d53e948cdb9bb8ce6c02e572b6bbf0b8f8254347e5cbc9213cbfb58c80cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a6fb2183b155e5e1c3ee01dc819d078c3bb5ecea1452243e805b048ec72c0adc
MD5 2a0185adb331984830bf993c9bc069c0
BLAKE2b-256 1f5aa73006e1127b71a0fab2ed04c763743d6a16bfe0468e080beabf89b72526

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 bf2c2076269d77b7867b5c394dcaa3c2ebe6014169266219ce822c9ae1b08a73
MD5 175a7f967c412834c72fae537161880a
BLAKE2b-256 93997cc98c5a9c4113a366475023ab4f230bc992ed4cb352153109d091b14292

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d84dbf93c8e63f1f74f3b1a130d3f075ff7d356125d2050d96b5509635c7f5ae
MD5 e9fb2c70b6c45cb8e494bc535ad06539
BLAKE2b-256 1a1ae03c187d01cdec4ab74a289638236bf0f27969320686540cee7e093b8750

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.5-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 10d663b84c628a8ef1c67eb9faf9864c45eeff5bbdae050641ecf8ac1af4125d
MD5 500c97caeced5be259d0a59e5973742d
BLAKE2b-256 fbf13f13208a241cfd048eb14d31ed9c4575f8719d7706e90b0e0dd4bcb1dd5a

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