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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.6.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl (966.2 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.6.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl (966.5 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.6.2-cp313-cp313-win_amd64.whl (867.9 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.6.2-cp313-cp313-win32.whl (771.5 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

xcomponent-0.6.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.6.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.6.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.6.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.6.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.6.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.6.2-cp313-cp313-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.6.2-cp312-cp312-win_amd64.whl (868.3 kB view details)

Uploaded CPython 3.12Windows x86-64

xcomponent-0.6.2-cp312-cp312-win32.whl (771.7 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

xcomponent-0.6.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.6.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.6.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.6.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.6.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.6.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.6.2-cp312-cp312-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.6.2-cp311-cp311-win_amd64.whl (867.6 kB view details)

Uploaded CPython 3.11Windows x86-64

xcomponent-0.6.2-cp311-cp311-win32.whl (770.1 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

xcomponent-0.6.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.6.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.6.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.6.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.6.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.6.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.6.2-cp311-cp311-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.6.2-cp310-cp310-win_amd64.whl (867.4 kB view details)

Uploaded CPython 3.10Windows x86-64

xcomponent-0.6.2-cp310-cp310-win32.whl (770.4 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

xcomponent-0.6.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.6.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.6.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.6.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.6.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.6.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.6.2-cp310-cp310-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

xcomponent-0.6.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.6.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.6.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.6.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.6.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.6.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.6.2-cp39-cp39-macosx_11_0_arm64.whl (968.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

xcomponent-0.6.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.6.2.tar.gz.

File metadata

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

File hashes

Hashes for xcomponent-0.6.2.tar.gz
Algorithm Hash digest
SHA256 fc223a1b5eb0656d07d724204c252157348a1330989c4991afae35de6dbdcf0c
MD5 564f59b4f01a5fa6bfe7f8f9bcd43e6b
BLAKE2b-256 2cc3f34be1c81f1e94bda77b118cc7d394a9aa07f9fb36ee39534880c4768795

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6305c595d85291cbf994229fa69539d75c667e51ff23d0d913fc2179aeaaf7d5
MD5 4f4e2cab0a06f41e835cd74357b98cb4
BLAKE2b-256 4cdabf05c003ca69a9c7b24d9a42ba0f0ea77482838665efadf831745abe0b64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 6e7fad2dd6626cfdc256b0cf7bf7fc1f5ddd2b9ae5d14282345e0e227f63db25
MD5 b1befba4602aa2ddab2bdfdc1fc91181
BLAKE2b-256 2cefa53a43878faafb5cbb510d343660c33280b092364ecb5ede462454a99aaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ec0191d7837379b2e2e0facecb1de97cc1a89be3e4e1d82b658df01e948c79b8
MD5 444b13c16f382477222e3e4ca62a96f7
BLAKE2b-256 b233e1a86c221c29d162d78c711c4d3a6e9f7a5aebba84b4cee5a5e3a060dd29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0254af8e80bbb0c9259edcaa0d78b021831260666880460749dbda2b74d9e47e
MD5 fa397529a7cd4bb64e8fda0a16446d29
BLAKE2b-256 b28f9e45af002d591eb282555dad2a7c779709a35c5fba5c6976ff7f1b6c3249

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9d442fdb2f3bd7c16ec258d6dd8e87ea7bf7f179cb7091ae3c46a142951eafd3
MD5 390a97104817b8ee3e733310af196d3c
BLAKE2b-256 4c7ec89b1fd9a89bac8a2dadeb1150179faff4de5c6918e878e3c08da49f5163

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 22abd3045e29ad293a3633dbccead97eaf9806517094c2f1384a92845b552c73
MD5 faecffa7f39421a56395c7825ddc3fcc
BLAKE2b-256 d0673ecfb7eb5e1e8e2d5a58ad4f6e22aa52ec6c62409113e4437e8a13aac2f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 696ecaa074920819317f3e122fdcc06a6593b06c0e4b9a53f2d818ea2f539594
MD5 21a51bb78bc4b443d624c10160acdb7f
BLAKE2b-256 2a4e4cdc3a9a815e0bbca8c58929ef4ec2da7eb2675403b17889d57f69c73bf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9c712820601d39f7a5c0931e37b692a180506c5a5894946d0851fab2677f5fb1
MD5 075dddec167c031c98bf3e54f5559e28
BLAKE2b-256 da85ac77db5b4551bedbaf3f5a050e761f0dd6a1074b1115c0a72bbac70bfa18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c15fb32a85e5bb42d6cbfc01a0cfa4816c93ebe3653c65b9b374a538c3a87f51
MD5 2b8f41ebbe525dae52d3bd1b9880e5d3
BLAKE2b-256 e0f4b3b836499c026271c3562f1382fc88cbeee1e45172af54da459c6e4f3c54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 35c260b311391f65d1150a0788489fa9f246478f4838c83c413d4e8d9694bf44
MD5 38582ce5b5601972050bdf66d9045dda
BLAKE2b-256 cc91db91afab0fa419e3dd559dae9e8a233e0006bac605320870bc7981b81f71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 989337591e358618ebe795aab6a1a3e0e5b0dda3221141624323aeb108e10366
MD5 3c70d1c6d55f868f95dbaf909607cd26
BLAKE2b-256 d0559607e9993f7df77745a4b8d429282223a671b6da39442c0e7ff6e457688a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5fd894c495a3a3d00ba5b12f84c311244143c06c855067ec7df1ecb02d5f6221
MD5 cbd153c907e3f3bb665e6c7271b45612
BLAKE2b-256 d03e3937aef64a0f9cd4142f3091c6baa548b51b470a9c4e7bbedd30991e0c33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aace6cd98715cd29112b872800d3d4d07856fbab6f06096e04751753d84a6e92
MD5 7215f6be9d4d80aa5c63fd819931b7d4
BLAKE2b-256 a69876d5af78a410aeaf41480dd38d18076c00896506abbfd4f20f55aadf3d52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d45726aa04a2ba452ad56fcb097e408378c4b6c2cad11a938991a8bdefcece45
MD5 6f45aad233b439ff9c9287f637eb08d6
BLAKE2b-256 be32d843fb355094ddb5be878a886723b489bd33434cd101981aeb2fa64ec8d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bd25783377caed4f7e65738a6201add26b056b5dc87a25f5dced2a2b2fb6aa58
MD5 991cf2444c58070a7ed67345a6c90bc0
BLAKE2b-256 8d1d0dccd43a85648918cb5e7e36d4a6bcce3db6edc4f269ad83a71a93eec423

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bd5cb9831cc7a09b05c41057a447b9f0c4346832243930ac754b8ed8b34f4bce
MD5 f1851c744214dc4b23473a1f79d4cb38
BLAKE2b-256 50a23ce48f31c014e527d924a138f4e9c4399bb47630c2ab216aafc9474a495a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 96c3b0bc13209aaab74ad9c4c214fea2ec01e22d4f78ff9000118e652f55b451
MD5 5072fe77420dcdae6555d517984ee240
BLAKE2b-256 bd860a5cdf6ae8080579f2aeb47492f463a6d1372e932c2c2740b2971ce986fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f7a292a9c8a2da46674f5d12daa80bb70e9b85ffb16e103773ea0b38acfd9d90
MD5 00763d10b3994eb63688e32d606cc163
BLAKE2b-256 f3d60e4c0553bd7d0fb99ac721aa4a25f39c95c95eb38944c278913d68c2d815

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d536222097923d6a76c8e970ac00f94e5934d5d83c1af3938fcf46824b9a6d34
MD5 60379189fd33ecc9aa76f8ae3d8ef34b
BLAKE2b-256 484c03c4b9cba9eec9ea1f9ecc1ea960b573fa0b9030ade6fa97a62136e915b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 4167404080a902769e05f3818c5a9fc952556beb2fe1609d4c7f17dd84e9db36
MD5 f0eacfe6127e6204c2636279221e54e0
BLAKE2b-256 0deebd64bf2a08122723ce603974d3827c0863d2cbb811ca5292f61831f81a23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 196b0a6da26b6006d829575404f6bae3aa874380aed68398a536f32f3a714e3a
MD5 5782af32cefc44ecd3c988e333871154
BLAKE2b-256 3acef10ec74bc3a1d2e4b75fb5b768e55f7a410543477795185fec35d7555ad9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2d4baefd37c3d4abfca3c833dab0ce95978c6387f0a29f41d9479044f6ad06c9
MD5 10c715c747ed2aac600f4d6d92de4487
BLAKE2b-256 ff0a3e95d772f64e26da3d4bde9d0b63fdfa2c23a3f7e2b7cc6e8118f8df226f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6f64022673b164b8cc72294b78a99a08c876ead6e3ed88589611bbaf3705a136
MD5 73cb765946b0566ec9f10e6c16814021
BLAKE2b-256 7823227bdd8606f936d7895af8127cb3a737f80c977a7990d2a8be6504bb6b3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c0073154d323a3c5806fc46e2955dccc0260654271ed68b2416e6251af12e677
MD5 4f2e7bddc18bcd9575c395cd3f4ad9dd
BLAKE2b-256 90ee4a99b47490ffee99754dcd304c306c59d4919ed4b2a0f1ace64f91e8615a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2864c763c83eff661e0510d0da361e7c761a413e932e85c3fac54c3d1b07b4a7
MD5 7d928d5b52bdd4411203446f57db6212
BLAKE2b-256 3b226224176b676ca33bd2144ebf278c99f603bc7077a9016bb5e2760af00c90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5d989014445fb6439ea4295623701783651145ce8b18b7d7864125809a9380fb
MD5 94aeb4626b1931ef5251c2e91c9fce6e
BLAKE2b-256 03327341ba4be5d8444670ec9df6ef40e1e4db6752086bd8a79e03413402185f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 137d567932443782838dae29b9eaf833e4d4408fcb153706e678e568e7aaec6d
MD5 3316376d019730c5c6d5ff13b309ca3d
BLAKE2b-256 fc777546a153f3fe5a01cf116b42ebe5e6c8361b04496031cd19699250e3e37a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 faa8c2260098005078aa6818e8d524b5bda1b5facb077021607ba442a72fe7b6
MD5 b535d1b7d06ecb5050b873083afae1b0
BLAKE2b-256 88c756a5f0bc2a2fab99a473fbe30beb09fd81aabb1c4bc19c7638017eac15da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 42c65ecf7f3853a11101056880148137da0d2ae0ca4086a8df411c2bfef42f21
MD5 c5554070d8c14b9d0f62e9d6373aeaf1
BLAKE2b-256 e6f3f9663b79467cef282204ebb369db0bfe8f182319dce140c4a0b99a510fbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b01c75473781e6a33b9f9b1488b29b0f23c7f48eedb3fe141d11aef890d3980c
MD5 66d3efc40f40dae32ebaba2871c13558
BLAKE2b-256 cae88b9895c9da94cec10e0bd9e020279e1ee00ff9c3a39edf41f707e8e27904

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2f0c662668cdb8a8cb253521d736244e60043387b283b95a67d0087b60854dd9
MD5 d988a634f0121214d704a98f58b5dca1
BLAKE2b-256 28a0115dc628ad1d5a9e66cf6042cad2f0a5c6d2595a067ab972e7b73bbee026

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 d875cba56e13e8e300f3604c73712382900b72066771a3112801b6a21eed8588
MD5 6aa71b14c4f64a8a9032218319862309
BLAKE2b-256 7becbba7e4d769dee759bd68f0c3936f8532f1f1230540a1b9a16e769ee1cf76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3b2fa50d684080a9d8ac8da9c6ce9b9dc1cab8b1a64b694453e75cbd5ad0b024
MD5 65a6febf9dddbbec2aa85b7a530a7e3e
BLAKE2b-256 4382e604a6b6cb2764b19d2ba19a888f27d2568e328efc137606a2a740332225

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2ac9f78e7b5617153daa783b772549c05d3b78ad1311e15d7b01b4e169c91482
MD5 2d4baa97638dcb9f210d6f1bac683044
BLAKE2b-256 149ee66c6440b6040570fbfe8389b371d9a7862a234778fac039650e25a6420d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 710e1195bd7a11c32ac2b3c265244e71222564f105163e9bec35ca1c849388b5
MD5 433e18ee7ceba9116608ee6aa34c017a
BLAKE2b-256 d273bc9370b146600e3c56f9f8bcea7049da4455f55392cc0384a01166700858

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c6b9763fef30e995b07fc24327c7de4fbd5c19512c12842fbc857f622e8c52c8
MD5 b569bacdcc21133e34989e24c44b8112
BLAKE2b-256 80742e871063e7ea4220889e3e2f6fa2130e555613fe432d16a045aea4ea61e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7af054eb8098a18ed2265a80a6ba1530d8aaa5b960a36b34584109972bb42c16
MD5 1ad28a01e83a4e986fdc022319d90fad
BLAKE2b-256 1e77191cc978e22e0b8e87d44cb69e70ea797862ff81889b9efb1cbbfcc53dbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0828787485771ed351c94ffcfe4bae217e9d80b27678d9c11111e3c558d4d5f3
MD5 13ea5dd4cf4356fc513e8cea4aabbd1e
BLAKE2b-256 4020ac5891e16a6405f0724ebf5d6c180ad4bbff981dea7095fe256e0ad30c8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cdeac31877b386a234e7d65bf2b9d191714fb4fd0e1fb7f591ec3d61e9a82e80
MD5 d27ab0d5e9ac736de5e363449890c7c0
BLAKE2b-256 d5f50967c94f6c8cffe93089a31c9be329e3f6dcfd7a87f10aa7677cb5aeeca1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c7b980caf56804130b02beb1aa747eebdc2b74ecaea1a39000eb3be7ff8514e9
MD5 8c2b1d4fc6ed3f2186e1f35b7092a30d
BLAKE2b-256 846ef0389e7b272430cfeaaeefdb1b55bff6aada1b6fae9059792f7707285b42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9f189b5e620f3b664c08f1c1fcf365daf8d2f0ef177bd320c5c7243fe96bcca2
MD5 0b15e69fcfeee3ca9a20e0ade4c1335e
BLAKE2b-256 83f67c28a8d85e08795dd1c565667aa5fc2d8364418c1e526fd0d927f58ce164

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b426f9f213f3207351a880fd456e8d468f4594fbbe8d4d3943addf3bab0ce006
MD5 1657919b21fff019b1c5316100104865
BLAKE2b-256 3253b2b344907f3fd341f56dc1d68c53cf0b9d9505692a731a64321b66791e2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 035bd5e8fb511adda3db8c23414981ee75d3c1a5736790d2c5c4173c627c448c
MD5 83f9aad04326bbb525387f74f7376426
BLAKE2b-256 b4f645b609a1a9f8538503e638f56cbc62621e5ad282d2730c62d3a984b3c8e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 b32d12bdb9e22c1e83866e3d0c22418666775241f2f989f2d7446189d10a9782
MD5 f198330e7b3d2b0d83c54c265b024ed3
BLAKE2b-256 9f0d8172475c16e8152f243484e05c1b1d7af963854a5684d658b2c31ba9589b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d84323764e494b48e6c8ad68ac5d11e146a84e416af3d3cc831fdef641a081fc
MD5 efc77fb64cccd26ccf25adec9157b105
BLAKE2b-256 bcbce52c50fd3b6aeab8762da47ea9bac96a2df3bdb6beba79480576b339bf1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d90ace5368acd62d3db97732ad6c3cf6ff11f17cb440ea0ca4fa49f457fdf0e2
MD5 07ba3cc279f001a20ad9cd183c116292
BLAKE2b-256 4bb6f07b95c4214818f99365b44d93cd52217135636b1a92fb223b04a5114f10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 46177b8df2f92a3a1b491170981452a2b3ca9f6cc265b5dc65cbfc579f8ce2ab
MD5 027c240490412a3672e4463939e674e7
BLAKE2b-256 f98209086cff66e47c118afe074b6d5be012dfddbc893363a16be5d3f4f3105a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 524af34574b80ed3383f9f574974e789c6135de509f5e11765c20e19106288a8
MD5 62c612a1c0366dce96669a3b0f51df07
BLAKE2b-256 6becd461c17a255a921825058484e1b1465740b4b5a970d32a879b2b87ad728e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1badae8460681d370a57c8466c00858d0008af51176e077670f7b8361c5a50df
MD5 b58856b302e3128d620f273a7730ee9d
BLAKE2b-256 d47f2f975b2aafe9d498c95b92c74620b10a575079cf5852f83b5bf2368c5cdb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aaa4e1718da4db197e554ac21210194befc8d95b44d5c1470c924bc56acf55f4
MD5 0a5da09d1678ed79a10c62c5f6e6371d
BLAKE2b-256 2b70289776bbd19c89515b51f157e6551c8ea5b8846d809b74928fab320ac21c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1d2d806cd20d802617c6294dc106f5bdc854f960a2ec3091d4520b79e9fbc6e2
MD5 a081622e48a1e8e3f508d2d4e8c76c97
BLAKE2b-256 16f12fea40198def11a72f7c004b90362038db880be650f94615e1d20e3da436

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 af87d995fee78be3ddec7b9a180d6b1c0a9bcdb18950f84cfb8d5c08bebf16d3
MD5 a3f751427a0a4e474f6b4fe239d74b61
BLAKE2b-256 f40b2afd7edd975c54fe699a5cb8369ced7f6f8585151e594c5cf1d5445abe6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9130741d19cd6ccbcd37ff2a1ad9330b73c2da314b6957cac1a903e844f9440c
MD5 e5be9cbb0b1177fe20cb076e1fa764e2
BLAKE2b-256 ee7bf5efd8f7fdf0d6e3c2ec9b55ae6ba7b98c385a8e1747fd667e89bd3800ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 90d00080618d5b2f2b050dc2ff07b4907ad2ffd3acc17800b426761e96e50e05
MD5 a6295184b255f58d686de577c61174d1
BLAKE2b-256 874f2c600edd1be953738d593e9e91a31fa7966e1388b91e4315832f6b4822a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f027c1651b757c12a09f078c1ad47ef419f24f5198887b6a6f57250a6f48898e
MD5 ef6e70e266ab8f4d7fd6013919ae9776
BLAKE2b-256 21e9302ea5143431d88c84fbcf02b2878308ce2e15fa8bffc06759505360f2ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 8a6d0c1063ccfc820c958afdffacbf683aeaa654bb01712b70e43eac899f5262
MD5 4d70c186499dfba6417240c3d81fe798
BLAKE2b-256 649191ddce61e5a39a7714d327fbdefd18ea631b9ddf100e992bfe8b967024ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 386b968c33c211e91fee6558620c0300c1c6e500d3b6eaf77ddb644686b64991
MD5 bb71d26664cda030fc222a151f90268d
BLAKE2b-256 ed5b77d4c273dac347af440f2c215220207e0678be96e06dfadbd9224ba74105

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4b40d0387d4895a69e1b3dd1dd720dc6c2a6c79920278d1bb82db7c2ae2ec22f
MD5 5141a2ae6ea88c45b0708c09eeca3fa7
BLAKE2b-256 73149ea090f067571e480be5ecad8524c5c18a0b3e62f2f4eda0f4f59cb5d973

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2915f3690563405733352947d4c8b8a33d4c7d098eb530922e63b62cad80c5be
MD5 368d8783e468c2e132e5070cb1850561
BLAKE2b-256 e52aa6aecd08263ba23ebd2c3fa3c04fe0cbd177914d79e1c9e371c0e87cb342

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d725e836543edec6056df83f08f14db9e10631fc275a5a846269a92ba52cba85
MD5 78064dd6be6214a664cb7e54256362b9
BLAKE2b-256 e735fcfb9420d0699733fb005785af899afa6c722d7f9ac1d2db102c1198b412

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 62d9d956942f0308a27d890dfc4ffc84e9282806132a09be5ace64f9f4381ea4
MD5 7efe0da44eb47f0dac8a1f46aa4d6666
BLAKE2b-256 086fba545380705a551d09136de90a6a41cacb3acd3e497e9ce4c9c4ad332025

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b4ed2c959ed66dd240b8b6271132a5bc30641001d7acca9ea67aaea53dd29489
MD5 35ab9f75184f5df56cddbb747e30648e
BLAKE2b-256 5d3ad1f7a093a4933725c2efb7e9d1fa82e628a6c917193da46593c6264e4f56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7f6bc0807962971ab9807af13910df979a845e01334586e8b443800a6beab161
MD5 9cbaad7ace8110053ca69bbb4bae04fd
BLAKE2b-256 c86904beb42b925f2bbc8d42c1947fea2767c91fc9a806fb8ae11ed9c44c86ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a32984c5b0dd30620eb9ec44df371b435ed967dacd52c2f203fe978ba37c7d69
MD5 24bd3f3a77af14922b72545e8eaddd0a
BLAKE2b-256 2336e7ce29f7b42cc929e2d483af1f554acd73ff9362447dcd8435cbcee822f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e6ee600b829bcc0935b267e5240ac25275a8d9050ad8cd8eb1febe2f06089044
MD5 ec534ab3f5f4cee98c1241227b01de4b
BLAKE2b-256 bcb3b14a6aa480b2b3a83ee2ac368b5f7b895f11c10d0c4d8d1f078cc4abcd5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 a2ae92071348dd1f58c422d5a5e0b37d5e930d4a61b4a6c648980933893c0d1c
MD5 d21342291b80211943825c59c2844d9a
BLAKE2b-256 0667072d6351f1641c088fc55f2f5d7f27e1517c247ac75a6787a30d30e6f6e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4dfc2ef28c4a9626c5aa42b8ba5fc72278f476cc76c120c2172c36ed9d16e3f1
MD5 d41750a5008a88d3a702298729cb2206
BLAKE2b-256 c8fff64ad2131a95def08b38767d9f559e12ab533eceb789df74315f03dd81ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 18d7b6c1a2112c99078490972fa4634f6d717208da62e6d53a7e54fa4fc0d2f2
MD5 990c476e015649863806799a51f5502c
BLAKE2b-256 29aeb60c2d9b08ecdd296b50526a1985e8c21c0b9fb55cd3da24dd7e8e2544e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9a2c1f2cffc620e5e2505e56b31bbec937334deb5499123546ecfba11a9ffadb
MD5 a28e79e0c27f5e83e600a7357f5fe150
BLAKE2b-256 6feb257b9eb310b4babbbc023df19a118dad3b0ac33700a0f34c1863837fd00a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1dbbdc74f24a60fc8fb18025731e00ee716c617d7f56c512c83eac93ae86ee76
MD5 d713c469c4222be96fb2e2d3323b36a5
BLAKE2b-256 8925308947db6ebcedddd3c90c5f6c72ebb1c280f9d71751d24d36afde194370

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8c3ddf1d1dd055a94afaff9ac4e5550310594b5e4c26f9c60ba4350b3215ae4f
MD5 f8cba9be3a0d14dde9da2dbed7f95279
BLAKE2b-256 bbe3d4964beaf43c1c6fb3be49b4a89a840f25219dfaf60a59d274a3b63540a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4926b87100cc7726dff45ffbea71ef3924a0d3e1eb786b2d582713efc79a7067
MD5 6f8fe284d273e6359c5c9440c193a694
BLAKE2b-256 cbe4fdd92dd800e9cf796de1f66e4d59692486492a6dcbe847f7a00d023ec669

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 09ce6db6c09752700db91a889c1269401d38e8a2badf6f4c8de34fa49059e7b7
MD5 c1aafa202789325eb8ae1ae1bcb4ed40
BLAKE2b-256 0aa677a5858b9eefb871d8d209123be159e915df25b1630429db1672058030e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 66dd86ccd931528a05ecd553e932ff368d3a38488432007f434fa290ddffae9c
MD5 264ad0fd8286c5afda6993ad3f95f948
BLAKE2b-256 c88f4ed44ef3496369101f6f2917d64134d19d3c04795a7f042f8a328b0967d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for xcomponent-0.6.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6035847fbd2f475ba3fd198403e1ec5c627311a63d0cc6d593a94148e7fbf435
MD5 86944e1b4d83f987a907586a5b08bac1
BLAKE2b-256 f70c586fb4f3e8d053d10629113cff132851f370fb2d6f0c1155398bd368c228

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