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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.3.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl (958.9 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.3.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl (959.8 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.3.2-cp313-cp313-win_amd64.whl (868.7 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.3.2-cp313-cp313-win32.whl (771.8 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

xcomponent-0.3.2-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.3.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

xcomponent-0.3.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.3.2-cp312-cp312-win_amd64.whl (869.8 kB view details)

Uploaded CPython 3.12Windows x86-64

xcomponent-0.3.2-cp312-cp312-win32.whl (772.2 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

xcomponent-0.3.2-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.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

xcomponent-0.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.3.2-cp311-cp311-win_amd64.whl (868.0 kB view details)

Uploaded CPython 3.11Windows x86-64

xcomponent-0.3.2-cp311-cp311-win32.whl (770.8 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

xcomponent-0.3.2-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.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

xcomponent-0.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

xcomponent-0.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.3.2-cp310-cp310-win_amd64.whl (868.0 kB view details)

Uploaded CPython 3.10Windows x86-64

xcomponent-0.3.2-cp310-cp310-win32.whl (770.9 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

xcomponent-0.3.2-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.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

xcomponent-0.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

xcomponent-0.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

xcomponent-0.3.2-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.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

xcomponent-0.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

xcomponent-0.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

xcomponent-0.3.2-cp39-cp39-macosx_11_0_arm64.whl (956.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

xcomponent-0.3.2-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.3.2.tar.gz.

File metadata

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

File hashes

Hashes for xcomponent-0.3.2.tar.gz
Algorithm Hash digest
SHA256 df124f5993e65b2e61dc306f7444fa9f99fb8e318a99e186640c2623e23f3eb3
MD5 73ec06536e4af2c8b53627dc05d95b21
BLAKE2b-256 70cb9bc0ff2cc7911c5337443fa59a17a407fc647659c38c64e266bd2d739dff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3ab542bca47f01f31e7dc119f866c8dc2b2ea29a287a10f25dfd58ba8f06a86f
MD5 542349a0e7a3a2383cc0cbbae64811c7
BLAKE2b-256 c010b8490f276b19fe4d4cb4c18214efaf1fbc7d7de9f29e2d6092b7d5999a4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 67b49813c27889f53721998d4fc93b21e69230d97ab1b45eddb090ecea2c5358
MD5 b9051e2746baed19888e87f28e907770
BLAKE2b-256 15fc7a1f79226efdd8f4e00e582759cbce4f11a71daa6ee85b8d3417310ab870

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 060766b0f7b1c36b623e6263f460a0f418a636d53d6a8ce269110215603996f5
MD5 ca5445d6767972f54fd73ccb26d7b2b9
BLAKE2b-256 c2939e58d856c389a07e8bfe027576b2fb5549f5bb4504b1b4bccd4fffbf4430

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2ea653f97fc3e8d1870124cf7b4420270ba23e3d0eb8c2beb120efefc67ecc2b
MD5 891b1f4dce4adffd59502be0665269ba
BLAKE2b-256 68d902b1f838d20cd79f5fac370b8cd509a190c53e7426cca94efa450a3c8960

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 da501e4fa908ee8bbc5138b3bbff78add5b62d39b8b58d8611e447a60e417780
MD5 8fff83252329f1c3aef05f3f7610bb2c
BLAKE2b-256 45e4de193183f61605c253903950b8bcedf4e88703cdc710451c8f1ea925c303

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1809ba4b830b8ca9a90acef3f4bcb74c0dbe5f49a0f28aec5c54a6f45a110a9d
MD5 656fde18f123a7129aa5b5759e5c2b4a
BLAKE2b-256 9a4f90771cefe121b03004cd3623d8bfd2ade02e1bd4687f2104086ecc4f5f86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2546fb9267bcadfe6edae2c51c06c051f199f81dbfd23dd344d8c9a9e8d579cc
MD5 18c28e61a10bbe1a9795f1aa9fc6b609
BLAKE2b-256 bb0354b963995d73b8c2f629b8505d2a582d8b2a112ad8b3b9b1b3f7c663439a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7a5a20898e2f0cd671d3efd32c3d3cd888732ecb2445f90a0a5b011c12b57462
MD5 2dbc47bf9fe2d2fdd522d81299152bd4
BLAKE2b-256 486e2e422559160069b886cf7a53c5212b169c54af252260cfdc23d55fcf8a4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f2c7b83dedce7fd51d776cc8d25c33e1ef765732b6a33c25040f5ab3795e64f3
MD5 802b7c21a0eb9a40137dc416c014f5ee
BLAKE2b-256 404728ce501b17bb6ffed3a937cb25c3f83ac8f68798b5c923118c6ecdf077a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 704e10ae28ddaaaed1be24e8eddfd8e3382f5879f638b53a0eb380748a9f6566
MD5 a8a8b7927c1ab2b427ebe5efa51f3073
BLAKE2b-256 afd74d2df5c4712e84da1e27ce9a878a49771a150adc7f622f916bdcf34bdcd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8d1a29b168e4d101960e91e4a201636d4a068c891e4feeef337c64eee706961c
MD5 0ea2eeac3fd3828cb1d61374d696cfb9
BLAKE2b-256 6ea6afbf7e1a478e6d90dfead3b6359a7f77589fa0c67fada99761a476d01fc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 19034f524770aaac32734b6162c8c78292bd1b60db57867b2d4344b698f3cece
MD5 6d32ec5cf2aee860a1151ae59ad2d1ee
BLAKE2b-256 14f672c7b1379bf7eb505b7ad40d8d78b43b874d4190bb1e492316a2198bc4db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7044f6b252d999cd0e4717b7d4fc021e93b86d056543e4aeae96fa837da6aaae
MD5 71062fabb38ba059f31f6eedcaba7d05
BLAKE2b-256 af799d382f0f74ec24d72c2bb42e772e896ae06db4e3f3a398e13f55d18514e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 112f3aaa97a4b58768fb5d2f78f3563e74c9cfaa111cae123a1e9ed0674c2f5a
MD5 ffd7048bb05ead9eb44c9f87402c8736
BLAKE2b-256 11cb38555925bfbceb6dd841fb4d0aa844da816c6122ed89fdab00eeae50d601

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0967e7bedf6d9c1a16cbe99d3f90d28ffed70ae432b0ef3dade4ba7220ae17f6
MD5 74c3d356c3342d784854b77755809c76
BLAKE2b-256 f8edaadd063a05552fda9e37f60b3cd91bd90f808fd6c7b7d6d0213b918a4237

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 66bb3dbe8db1e9b145c09b3f84929a60eb0e7f78b5b150689f827fb525b6e89a
MD5 04f944184a8a61d47b88bc146524b875
BLAKE2b-256 743de13d64d3d93caacfb354b12760d8eb152518a20c8ed624d763827219f850

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 debc41531aa1ff6278043dc582625b4c66c3b3666c045607c5ccce84367fdf68
MD5 2733d8597324928ace2a0a6448b45a60
BLAKE2b-256 10e3ef6c1ae3fd3221d536efef86c4dd172b13b1e81166d7b1b579b97aff0953

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 d39a2b63199a505b84c6c601fd63e82abc3e9b6fec01eaa8332bb442c01a3c6d
MD5 aaa07e08e8c3700d93499584bc376c86
BLAKE2b-256 64f131e7bd48ae6e5a3071dc57e0a57f654ea329eb241ebd4a23ba52745d3b53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1146e75ceb46038160990f099c79b75178b3ef9f10e7c767ca98ea2e3b41ea6f
MD5 f30a17b41a8654b7adb5d51562df6ea1
BLAKE2b-256 3ae96391988ba0597f0bba9fb9fe056cf55f48ec732ae9320cfb28517a9bfb1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 f9b74ce8357e3d88365af50c9c25791475e8a9d89046908757081966f97db36d
MD5 264465e07aa633ab1d779f36ed1abbaf
BLAKE2b-256 531cd8cac9fa92a45480fcbc49bf1e187001fd71f1d1abc090689f9d0ee9ef26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 143a1ec7f7a9bc10d4ccb697baf729686154121cce30c818dcb6a496981545f6
MD5 1517a9e1c9ad4e0d992b668425238809
BLAKE2b-256 1618c185e1945d0a74b8b31024a86c9710d68fc2e5f41f9850b80d4f54c77cd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 55ee12c6ca08c596ae2446e8fb6d2505ad0e0caf5044f578609471af86f9d35e
MD5 7a4ba5501e9de64a840b8c6a9c239e0a
BLAKE2b-256 9287bc7878a92bbb21857aeb40b6948c334d2fabc2bfd8c7a5d35164b0be1de1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 23c2bf0bb167ff31f2ceb79c7716c2a67876465f939be53abe9dd5c8b6f6a76a
MD5 78faf46f626dc02172f0507d6d6a6f59
BLAKE2b-256 41b43456832b735aa425802cc85c40808599f593f27f9934223437e392429d9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0b43a572f7fa5e6fdba500c5aff9044c47e9ce79cea9fe26882de2494a635e89
MD5 3bbb05432fa5b8551214fb2d21481318
BLAKE2b-256 adf1ab7066b459c1bb3ec0c47c557c81c1ce59f65f6d70fd81db1f26a9cc1b5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0cf5552bc821cd01b9906a6d014e74a414c23c533c95aeffb955bc44796c475a
MD5 ade2f753287846f596b7d3b7909adb9d
BLAKE2b-256 2cffae06c1dcf5364fc5b2ed50eddcd100033d07b86ab61a5cc19ae61ca10992

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1715fedd1f1990970a510a0fceb2caa847fd1e45913004fb67e9972b21f7c021
MD5 cf405be8cd2b539e0eba5aa1d1b91424
BLAKE2b-256 a8e1851d68ba97e13bd4a2b725ef693db4e95173a227dbfb5c59aa8e4bf5ca5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c9ab5e28d95d859f59a490128b1101b520efa5491e327b0692a0c0802ee75296
MD5 4b5db72c3b4b478ed2af037099394304
BLAKE2b-256 913fa6b45ad6fdc66bd57e832051b6bcc82ac79dc6498a7bfba8bf2c98baa1b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7aaf7408d2c8852cf018abc02e062d72810f36fdee82abdbf529d5e3d3d4b612
MD5 d49c84d267f7a1005cde23c7686f27e0
BLAKE2b-256 f1fa1b71465e92c7d11e88bac7b24ae9d0069697b24be93332cdf721e49ed421

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 529a6c65340c83b10cb7178724bd289f86169fd2c54f18f2d512b784db477849
MD5 b7edd60a2cfd4c118eb85a81e32e5273
BLAKE2b-256 0b31eca4138eec57377e689fcaed067c4381547d6296de9c2eef1f82e47ce537

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 bf16c5ca62570ab1920e40d2a21cb0db709cdd40abbc9e34d3924fb0577e5ac8
MD5 cac0b89acdb4807bd48abf8d162ebd43
BLAKE2b-256 eebf08018a5abd36d043a445f94c7d6986c67a8b342a05b4701b693745406c24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f6b4bb2758b0010d374e3a2eff81926dcde2a5ba19f9bb2cfb8912323db1cd51
MD5 f14ae0c6bcf84ce858e73d46f390105b
BLAKE2b-256 480d883bbc9292b59084926d10dae9b1809ead9f0aaa658903a71861657cf4cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 82da906fa6e81e54797a91078704d8014994bf5aeb1e235da7a3b51f6fb3ba23
MD5 869c8f7629557e7fcb5936f4e36ebe09
BLAKE2b-256 4dfe34f0be2c17356b25bc13738a917db736f1bafda901757e1d72f475c41654

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 67dbe64a42aa648c6ecf7f3c0f6aaeedbee25b95910da400f8dea7b3e7a543a1
MD5 168a9b36b56c889518e474e2b2edc329
BLAKE2b-256 11f4f1bd2be8a1a8b02eba472a0f60bcc4a1d1a71c19bb0ad28b5213f13edec1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 522ef6b8eec25124b2801fc80cda0e989c564886eccd6613e7cf4cde06525db5
MD5 bddab9e84b876639847e57e8247f3f97
BLAKE2b-256 36b685ac2f76179d3d9d3b4fb2ed6bdfb88108a931e989cd72361482b8d05aa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 42aacae768cf7c0150650d581e796eea5fa4bf0ed98c4a7cf7a2ab8563f55bdb
MD5 af12ec28879efd8cae0ced6353e28d0c
BLAKE2b-256 80f908841452a7d834828cfba77ae24b584adbc15c9ed7adb5fa9ab7a0aac243

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f1f065cd85ca64f7c5da89b2fbd8aec3d25d3b4e64a82cd6799c848820365ca0
MD5 3a7f56e4528742d944a5f15b8b155a4b
BLAKE2b-256 8ab51531664d2f0d8307e91150986597c8defbee027d9a37aaea2d8ff649c7da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f2f4468a74747bafef1b266d6503ef0dfca0511c3e16ec09a201c99175f5615a
MD5 c0722b043e822f31b5ecf6023492cb5e
BLAKE2b-256 d643f0db74c37f8843605faca88e3104ee3ddf54205a9dffef61ae73fc98cef8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a0030bff188beb50b42dcdd39a5704d55809c5003fd841b04a90d6d9800d85b7
MD5 73ce3e9accb26f1a8997e65cafb3b998
BLAKE2b-256 80f9b9516540f20e592760aba3dc911fd94a890d9e7883699581f15a9f6b2bac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a76d93fd0b19207723cb694827207798e46afdddccd5e0d6b1587fb03d4528de
MD5 cb62308a175141e1aa293624728f012f
BLAKE2b-256 fbd361b6611a457cc9daf988f54222f4e5b7354c6dc844d25f1a0fffd70aff2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6b0512ebe94af4dc217878b18dfe2a5d8e6574e2348c90b60df3a4b4c07bcfbc
MD5 a4f22b8335e75020efa2e68f0017f0da
BLAKE2b-256 716005db6231f0be1f30c95aa59c1401f8ae285c3b2aa1e628b8cb6b80fb9c9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8228676c7b8a7c4498f13da6fa03b76e3bdc8f5280a484215e630df8b51442de
MD5 e8bb04c1083891304e3269c6728a5658
BLAKE2b-256 6412eae4385724ffcdeebdd0b4b6d06f691182d27a3fe33ad5f9b2036b12f77a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e06e9f64c8735f1b331cff18f526b86bb2daed1247549d8b77773ec284264dc2
MD5 5c2c2612b9f9dda2ee923ecd0e2c8cce
BLAKE2b-256 e36272753c872149875a9286e71f16b9f4212980f5a0f512485e84f3b2da5ab0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bb8b40e252ff423cb12223f6c288197b2a583ef65ce4a92357a79b8bc7b22e37
MD5 2cf25a5fc4c1579e461a23326f6b7a99
BLAKE2b-256 4b7776568280459ebfc40386ebdc1d8c8c3af275019fe0690de5cea92e70a9c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 68cff519b367996372189ba506972bb941137097bd6dbace27342ed4e6d81219
MD5 bc3437409d9de0b25b5354a72d4c0e79
BLAKE2b-256 78c9163e490abcae3cc5a2708f0fb244701aeed82c593be051f3ad292d61e7c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d5339f97a10df5bc701ac7081e191551d594a6a2a2d1c6f3f82fb19f3bf2b69b
MD5 4a878f667807c08d2414e48256f680eb
BLAKE2b-256 88a1d358e2ac842b9d9b197b1370d5a97087a336707e457b4ab2e3d922955504

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3db257ad242886513bb30a0163033794d94ac35a6c8b9a3f17b395525822f124
MD5 397d58c77150b113fe86c0a368219acb
BLAKE2b-256 85c04839e90ea7bfc6e08bf42a9b1162da02f43a09e97d7882d4a5b0dd0eaa6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6afd368201118a57e4e61577611707ee3655b2263c39509cfac72cdfa53d8b0f
MD5 7a861b6fd39233767aa775a0374982e1
BLAKE2b-256 fc9d85fcc43ed0a6cbc3bc5709092fa6f5a3a0f27c7fe917995430f2ee8d0bf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 40b0934823f47bed583e3a02b3c8d52cdce1a630f159574f8a7b9f32145d8d71
MD5 c1d62ab772941710e4592091091abda3
BLAKE2b-256 a466a390fe4a33de1bf36936c32401f659b8643afc4ca4a43b9cfe134164876f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b626d9afb24506ccf14c0749686e3c7405363cc5d74d23ae1c081408a2f639d0
MD5 5f3088ea4e1425fd0c5a052c8a0e7dc0
BLAKE2b-256 1572eeb9a6216981296d67cea6e9d0060e3dc5e1ea2fa6eb498fd5fef22be85d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 139a09b6ee4741134834312401684a0076b4a2bfa31e39a69881aecd85908936
MD5 2e6cf4d3f7fbe315a3044bdc3b676018
BLAKE2b-256 f442455456a26d6fad54c05d0debbbf4db9e9b2aab92d4f09df1ca7f598bfd4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 553d33e8e12eb6ec6fb3a47bb39bb3607504fd60b877e5f8a695dbbc6d753bc8
MD5 fff581c4227b4475bac941d97517e753
BLAKE2b-256 9ba9fc5d2de100a0e4982e4d447517763f8c1d5cf1ef269b37fc7a48cb8dad5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 620341ea48a99b7ea3fd1d8f4cf3881f18cb876a00e6f0176d50f2f7147268be
MD5 311d70a2daedb43de542172e4338ff58
BLAKE2b-256 17929acd2ff0e49f9bc9c7c5afa7d811e22468535fe412cd034147ff171e37b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ae6374b402f4a26192d2eeaabe5a68f591713f5ecf01aec0b1f21f9071b71fcd
MD5 1b28a235b15b5e1757d48e54f3240434
BLAKE2b-256 b7e17d661f9cf9abba2a1b39d55d0757d6212652e96bf0b07b728a3f4a01fdeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6aa7151e45cd8e98e4056476e1d845feecb7e006352c6c0a317a94331b75af9f
MD5 0a34f574f0176dd77f8b210c783c570c
BLAKE2b-256 bfc83bb2ea9d7a76b7c74c90471beb2336444f98fe19cf5f9d140437511c5447

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c9c6c6ef5e71cbce85d08f10fe90b7caa91d5d31da9c4f756f2e89335f210851
MD5 adf3194446a4eac3b6c157cf9e6d6947
BLAKE2b-256 a0f9cd86de4e43a2134672a68a700d378273a43b791099befda3b0b24855f80c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 7f02a17e815afed97f0a3041cff919590861a5bd61ff2c8aeb6824ebcd00635f
MD5 5fd71712099cb27292bf8912bbce8a42
BLAKE2b-256 a5d1b80f5e9ea512542b76cc13ef848ec914e4b8619b1a8aba8934758c4c9ec5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 04249057d7fff913977ce9565f20ee9f63218e8daf4c5acb0786260d54783a8d
MD5 06b869f53411d7908f5b472f2b186861
BLAKE2b-256 72693d256004f9a2aa833cb165d5ee6c11a0221e6b7a430ccad400755da61d8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 67ce3b0b46b2ab84df61d8aa714e873c8e0207e0f9c00834ce56e6f285036e26
MD5 492126986bd4626c5071e9ce3eda0eef
BLAKE2b-256 389580bf4fa0e6fbaa0ec8ba199296e7770c4cdda23a0e95b72ffb3d4acff850

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 73ffd353ebecdc2bfdd25aa41f3b9c4599562950f5c8f527fe98f725f6c56aec
MD5 6bc44b2fd1915ed27c612ecdf721f7ef
BLAKE2b-256 6c69d6cca5d850c568edfd50ac99d9981cc6d05ce1cd4d1ea6b14dd92bb9b01b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 06f89c2d9ecf020357c32355592b20250c7b191afdf3d04109f2a727ec80818a
MD5 3c41a2c5e0e38632ff8b79206e7895e6
BLAKE2b-256 4edd96a8d30a62ade657e8d277ba1a04d96fcc4d06fe05751ea7e4197de7b96d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bbb152e7781c9e56bed32538a911016fadca376dc8e8d890295e99bfbdada70e
MD5 c5ab8271e99358ff4f9b83a0f1bf9c0a
BLAKE2b-256 0b2b42f26911ea9d2fbb3b87ee9ab6c4c76c159aba479920a4cbb0fa71223379

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f2166b591de55aedf8cdd292fed8ff3be439336623226c59f5b33df6520c1def
MD5 ecb66a77adeef3c80a76b0581b5353ac
BLAKE2b-256 6ae0f794ad83ff206ff448fba550de9aab6f2c3ea514d293b4a1151340f72265

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a215d18e3ec9d6ac055d9ab058f6cc37d1e6fe4d786a74e45ca3ce54dcc01387
MD5 174515653d2c7d0bc6a56d8e182a1c96
BLAKE2b-256 c738e8e10cbae74dfbcf3743152eac81b09f24c07fe61634116e1f08b5329e23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3b9ecdf0315b83d01b66af1a7bf1b1f7b1dd046063fca6fcca891d3b69376e13
MD5 333327b724d8fd0f5994bfc87db05081
BLAKE2b-256 c079f91db07c91b526705ce01cacbabc39648d5b1155d5e29d52f2341349a919

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c63e90c88d6f8a37470b0054ed430122f1bed16f3a02dcf9a37ac8cd134fd50d
MD5 06339017c2a689b061dc76033cda2aa0
BLAKE2b-256 d8d3fc22a775a7cf1e8a322ab8340a42e138f0900a5e82079d65351cfa9b969b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 a6bafa6de63097371afaa0ab90d7a4bf49680633e7c3926c66644ad2dda537c0
MD5 8ed66b77fd378fdfe8ef836da2a24fc7
BLAKE2b-256 244967b70643ec6d9be630babac27fcb93ab1371fa42114d03ede2e30828fc2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 76817c43c33a2d401b9b52c2a95a419453f8db48a7deb110e17ba6dabe4a3686
MD5 60cf864cd85d7603df446dec87570769
BLAKE2b-256 ee6d0db37982187992e3cae8b4a9110dfc918a596d702aae13f00ee8e9979e21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea85c2406d49d1699de6ae7f33606362374d8b23a3930b6b3a537213f7895b53
MD5 eec7846bfff4be8171edae8b55371c15
BLAKE2b-256 31769ded9d538d4506a39fec3c28211ef4a9fa5dd5613eaa81ff6b1e5e99dd66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2e627e28f0f01c20f1bf066c6763c146f29f1343b1e4b3ea7630aad54d58e69a
MD5 f794075b06231f3d883ad5ec2c98a6ed
BLAKE2b-256 3911f7981c236dee0e502580e5d1dce46f1ef3ccbb0f2e10cad78a18290aae16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dca3d4f8a104adf2b0421f9e576b214342b0d6845deb58b431496930fa646c10
MD5 3d21a3dc67b499ecb775a0ffe12acd89
BLAKE2b-256 8b14dc1ea6194bb0214185a298bead155f6b2f0f853df0b3f778fc07bc2e3fe1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a5d9af586e186ae46321abf1b99aa5288d77a9b81d210fff53f0b170ca719745
MD5 e28d5cbaa9e11a7f8f2fd56f4d3ed474
BLAKE2b-256 41476cedb97a9ba48aa34f4b34fbd784f0fb2aec0b6bce5afbea9dfb403cb739

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6f7009982e4050ef9839a2ce09527553d3d933d6e3dbd629fab8cd5b3ff97339
MD5 b9063e70e60d27a6ee878e65c1521a72
BLAKE2b-256 6b53218416edc730f1e40e9c7ddf35cd86fff6f3da67942e47b0300366536f3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0a0df218ef56681859517e4a2c42ec080f2b7d897694078d1e720f926f4e5a21
MD5 309019d0b3c65cd82ab28907a760df06
BLAKE2b-256 97154fceeca82067800e18f407cada92bc70817f2629d7266a26726c707e073c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 716691d8a23367cf9938fbc2a86d1b43b09b41e3f62be893abc1b0e3f8ae1662
MD5 dab9354e38df59506ac1530a19fc328f
BLAKE2b-256 9d99f07ed6b04dde8097a7b7d46566dca2f5200e24e41a811b75165e2f2699a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.3.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c860d7bb12f1724fb6800322995c46a35f7b1ee66daa4e19efb26ddc244116b1
MD5 1e7fdaa9feaaee8b48fdc03eee2c85a9
BLAKE2b-256 a06ffc0007bd540ab615973b7de3013ceffd6e6e86263a3bddb6eac87e2b5bd7

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