Skip to main content

An embeded component base template engine - inspired by JSX

Project description

XComponent

What Is XComponent

XComponent is a template engine, inspired by JSX, to embed template in Python.

It diverge from all existing Python template engine since all the templates must be written inside the Python code.

This is a design decision and a matter of preference for the locality of behavior.

⚠️ Under Development

Hello world example:

from xcomponent import Catalog

catalog = Catalog()


@catalog.component()
def HelloWorld(name: str = "world") -> str:
    return """<p>Hello {name}</p>"""

HelloWorld(name)
# will render <p>Hello Bob</p>

catalog.render("<HelloWorld name='Bob'/>")
# will also render <p>Hello Bob</p>

How it works

Using XComponent, templates are stored in a catalog of components, and then they can be rendered to HTML.

All components can be reused in other components in order to build an HTML document at the end.

Using curly brace let's have a friendly expression language, inspired by Python, JSX and Rust.

Getting started ?

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xcomponent-0.10.3.tar.gz (121.1 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.10.3-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

xcomponent-0.10.3-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl (1.4 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

xcomponent-0.10.3-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

xcomponent-0.10.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

xcomponent-0.10.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.10.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.10.3-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

xcomponent-0.10.3-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl (1.4 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

xcomponent-0.10.3-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

xcomponent-0.10.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

xcomponent-0.10.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

xcomponent-0.10.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.10.3-cp313-cp313-win_amd64.whl (958.5 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.10.3-cp313-cp313-win32.whl (829.2 kB view details)

Uploaded CPython 3.13Windows x86

xcomponent-0.10.3-cp313-cp313-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

xcomponent-0.10.3-cp313-cp313-musllinux_1_1_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

xcomponent-0.10.3-cp313-cp313-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

xcomponent-0.10.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

xcomponent-0.10.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

xcomponent-0.10.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

xcomponent-0.10.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

xcomponent-0.10.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

xcomponent-0.10.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

xcomponent-0.10.3-cp313-cp313-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.10.3-cp312-cp312-win_amd64.whl (959.1 kB view details)

Uploaded CPython 3.12Windows x86-64

xcomponent-0.10.3-cp312-cp312-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

xcomponent-0.10.3-cp312-cp312-musllinux_1_1_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

xcomponent-0.10.3-cp312-cp312-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

xcomponent-0.10.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

xcomponent-0.10.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

xcomponent-0.10.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

xcomponent-0.10.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

xcomponent-0.10.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

xcomponent-0.10.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

xcomponent-0.10.3-cp312-cp312-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.10.3-cp311-cp311-win_amd64.whl (959.1 kB view details)

Uploaded CPython 3.11Windows x86-64

xcomponent-0.10.3-cp311-cp311-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

xcomponent-0.10.3-cp311-cp311-musllinux_1_1_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

xcomponent-0.10.3-cp311-cp311-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

xcomponent-0.10.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

xcomponent-0.10.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

xcomponent-0.10.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

xcomponent-0.10.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

xcomponent-0.10.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

xcomponent-0.10.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

xcomponent-0.10.3-cp311-cp311-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.10.3-cp310-cp310-win_amd64.whl (959.9 kB view details)

Uploaded CPython 3.10Windows x86-64

xcomponent-0.10.3-cp310-cp310-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

xcomponent-0.10.3-cp310-cp310-musllinux_1_1_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

xcomponent-0.10.3-cp310-cp310-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

xcomponent-0.10.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

xcomponent-0.10.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

xcomponent-0.10.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

xcomponent-0.10.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

xcomponent-0.10.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

xcomponent-0.10.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

xcomponent-0.10.3-cp310-cp310-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

xcomponent-0.10.3-cp39-cp39-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

xcomponent-0.10.3-cp39-cp39-musllinux_1_1_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

xcomponent-0.10.3-cp39-cp39-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

xcomponent-0.10.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

xcomponent-0.10.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

xcomponent-0.10.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

xcomponent-0.10.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

xcomponent-0.10.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

xcomponent-0.10.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

xcomponent-0.10.3-cp39-cp39-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

xcomponent-0.10.3-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.10.3.tar.gz.

File metadata

  • Download URL: xcomponent-0.10.3.tar.gz
  • Upload date:
  • Size: 121.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3.tar.gz
Algorithm Hash digest
SHA256 736859416423421a432f47e9b638576eacc0c61a06b210b56a807d4596dcb676
MD5 9041aec7fa878b02398e3e513e7eec83
BLAKE2b-256 f8cf0c131c00614ba46f7897a3afe815f0dff55f7afd255da2bc59d1766f131b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: PyPy, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e318c0956f7bd077021179e07cdede71ee4dbe42672776e4d2a6bc9c5ee430f1
MD5 ac920ea84ee32effbb917b2569920e10
BLAKE2b-256 4c80df992442641317ebe9d09f48c7e6087709991441865370524394640b1b96

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: PyPy, musllinux: musl 1.1+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 19f1fd1393b7a229997b2535b5f5d0551f52e5df5ee849d544c6ba770da232f6
MD5 182e919e9e7ce1afbe0df4e4fb387840
BLAKE2b-256 5179ad4d6945c4ed0dc3c66c89f9adb1944b3c88c6da1776bd64ffc5ff472458

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: PyPy, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2e25e8c9e21b5ce598a8688bd038d2f008107f828852eb9358b5ce069112d251
MD5 52623e63608acabec6c1c4e9fcff2021
BLAKE2b-256 35131f781023153165d895ca43032b3eaa9698c51d6b74897bb26e08136eef16

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: PyPy, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0a3f362272aff4e2e445a334a5c21f7816b4eba779ca0d8fb5f24bbbbb96e734
MD5 3eb3f4fe4f3c620b4d03fcff105bb66d
BLAKE2b-256 80cfcc50bc93908d001d270e24f34460c837b514ff16340a9d8223ba98eeb24d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: PyPy, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9c24ce3c59acba45e9405a10fd396706d410acd478cee9f26b91d9284f9bc075
MD5 49fd7d8ae22744ccc0904f07a512a2b9
BLAKE2b-256 66557db2d8d5ad1aa35b5e6d33e03e45b0d6fb16133ee9cb5f4a6eeef0c04378

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: PyPy, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5f03387c38d22f7760d968851ce72f478c0adc34ee8db5d607cd489eb9796bc2
MD5 87a0db65db6b9430d385ef678452ee84
BLAKE2b-256 34dfcfe0ea3dd1c1d30fbf3649a0dd436b60aedb66335e54ad1548b904494600

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: PyPy, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3671c5a8281ffb5e96b1f999c8e1a63b98f0e94ba7493a13e7e7ccebe5691c56
MD5 127a1fd53bc7c76dca513c8202163bbd
BLAKE2b-256 cec689b81c13c3f803c4b37da227181f94cc9e582110e9e8b9292d8c0eb94b26

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: PyPy, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 234268a206a6020f794b1d2f17bae9a56e01bc2fb755e2cc20064ce457981a6a
MD5 4e2c17076e512209527b11ffc7c30758
BLAKE2b-256 a68c37c5271ebc522713a58c08bb5467550a1a791d8d01c7a32d0bf3afc36456

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: PyPy, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 db569a516d615b6bbf82d0bea880cdb9203cd4f3dfa23167384550f3d0bc0cb7
MD5 bb597c1eaf336942fde39f0ff384bd05
BLAKE2b-256 93152df64e8a02d905bc8b4bc3109f82a29118d727ee5f1659c6e05215583dcf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: PyPy, musllinux: musl 1.1+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 cc23778de62802496d11dffe0f299200f49724a7a58081f34d5b2cd01f0d874a
MD5 37bdd1c4980fc9fd3c851a62dfb7054a
BLAKE2b-256 aa712b5ba40c16cd43bf1790ba85ba8055e43384bf6cf66244e4f775fc2fbc1c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: PyPy, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 eaeb8cd8390748e2867d06d9419eb843207cdc3522ab782536c8dba5cc8c4206
MD5 22b81f265f04b32add28e0ad5d892577
BLAKE2b-256 08c7bd947113e99393dda8605c30e55d66f656dd3886ab3a573f306d7afa7fe7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: PyPy, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 36c11ca5cbaeb903abe3368062c2919ceea9bd0a8fab7f605687830d794e800d
MD5 effc31c384849b65285d541ab8007574
BLAKE2b-256 e838c4a935f4369efce5d6cc9ac38e89beef13a2b5a84cef4a994569843e6367

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: PyPy, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4470ff6a96a7fe5aa589ec112beceda21d6100d3c29a1ef37efaaf6423b48a88
MD5 4f2f34acb58cb223728200c548f2126b
BLAKE2b-256 ac44bd823a15ffe44565d804ad53191835ca76a7aac32784f51aa628a9a746ec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: PyPy, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 258b8181feb0c4e7c41f7ce19f51dab1dc8bef88703c82634761f3b25fe42dce
MD5 7b4743240eddb1317222d0ee8b11e731
BLAKE2b-256 71b232ef427f27493b495a39fcf31afc762e089c752e2adbab5d288e315e1d79

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: PyPy, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2bb96a42b6fd38331efe7949837e7e116b6d589e3549ff34b54f4731a17e460d
MD5 817e7e4c54fde6b5fc08f9edcfad6216
BLAKE2b-256 d1e9fdff2fbe7c41e090b8ac244170f184d41ddc931371b183a216b32529b723

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: PyPy, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 844c730609b1ff0d66ac2c001a1bbf0cc54c7852293faeba1fa7f33381ac7ba8
MD5 5168cfb8f98e0f67082dd49c7e01ec5c
BLAKE2b-256 8874d0034b9197bf180959108b3eab33bcf36ab46658b8ff604f395c37cb6cd2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 958.5 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c52b2b7f38e39b70d86834dc776ee22b1a87663bcd0cc8211b7afcd3f785ff6f
MD5 917b22da2e27f15c409bcf0a93709215
BLAKE2b-256 c59f17e9a3cb59f8e311c44f4ecce30526685e674c6922d6b6707249ea0cb8f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp313-cp313-win32.whl
  • Upload date:
  • Size: 829.2 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e2a7a81e9c4933982a203c45397d6113e6924e13a7e3b2d6909e5ce0fafc841c
MD5 22dad5ccdcae9aec943041d209af2798
BLAKE2b-256 d3bc68965ae834391d41b587d3bd4b5d11dfb4b139ae6fe55e2649752894d7f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp313-cp313-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.13, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 94629ea813b4b4a208d48c0154b084cd52be26c8a7a8281ff10dbb9ce1de6af2
MD5 d7dc66e1b9208ca96d99b765ff35730e
BLAKE2b-256 0f3cd45c4314c416ed1468aa1c77de8d9045fa1171a455d48db8e88b779e5e1b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp313-cp313-musllinux_1_1_armv7l.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.13, musllinux: musl 1.1+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 c05af91286882b206d1f224a503a2be9110fc8e37f6b9d3e633433f98e80f64e
MD5 7cb3f411f111b2566c822dc795711ef2
BLAKE2b-256 54d75409fd3478ce56edcdc169915fcd3311a94e489f5bdbc906431ea8e96630

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp313-cp313-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.13, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 56c3a4f9678e8b98b7e1302dee30ab9bacc125185753e954e29d29696c31ef82
MD5 484d24b29b614035789de54a08898a6c
BLAKE2b-256 26d7b93c89d9dce7f5c1c181ef98f72cd85be54c51217db0626da7a9ed7e5497

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d3f103b2c4ad5a95991d99d398ebbd225bb012e65bd1c17bb8f5f12b139f0b0
MD5 f9ac9d1d36f163bdc4eb37ea81614ad8
BLAKE2b-256 a532b8f0f27bbf409230f734e735c90a4f8f521b83595e43259568d8a0cec188

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 de552c89f198d08873b4219455aef5ee4d9433da5b72b516c3fb526415498122
MD5 f68d05a75b7b3a075bb93350da8cb347
BLAKE2b-256 1a992fdbd7b599c4c0f6b1ac6fbb9ebdeb3048844c37fa62201d9215f36ca17c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5a5a322166f5fb3c6dbe7319e06aac881a143f8a3ad85b4dff77d48375b7e050
MD5 ae7eb4800de415d736ed2ab68dc41054
BLAKE2b-256 c2f51ec58d84cae8ca3a673158460fe26e7b579b5461e9acea3f213f1fd97132

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 50d1f0249e97c12e627942cf718ef9abce61264021cb7b0eaa0bad46df4ec872
MD5 55f9c94c35485d2abfbe5407ef57f7b4
BLAKE2b-256 ed1f530fb624b18d557deea79e3a75f37c5d4e4502b90306b2014b6b32f9da37

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d34e5cec252f59418a98d79eabd6b059846f5d6f851ad540d7c4b75db9982ca0
MD5 cc44c9abf726eae974d012c5e53ff233
BLAKE2b-256 0f8db331ba758f3e117f6a31c2721057921949210648bb1c7b1732938f01930a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.13, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b7506854b3432b384b303bbb879222f22d553f4df8bf9e73493b6a29f46041f6
MD5 3be868b9ab7002b47538df0747ab873b
BLAKE2b-256 f6448bb28c3ec5683be8aa327944c3e3f91a16a7c9fe2f4cb7d193aed07cb84e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp313-cp313-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.13, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6f43d47255a4ec7104723bf24d74d3f1a381f14f568a931d3ab8dd2a7895cf94
MD5 96eae73e4c3bd86ea345573fd5a0617b
BLAKE2b-256 3e5e0613623d29dfcfad0f70d405ac24f240a87dc6dc086379d6412386a720da

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 959.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 72843b4c61a6803cbed745f5ff850f09dacbe53c37d98e0e9268a33c1150e666
MD5 7b567781d0ac620c21ef160fccd0c867
BLAKE2b-256 b7acb6a1da7feb20511f02775c28ff1ea4fd5b06bc9299f911121c2f0b3e8ae3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp312-cp312-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.12, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7801d150a945a8391e28696db7dd146525c01cdc7e657a9a69076af2100b8a7b
MD5 03d9d55225dad8b92437749fc08ec14b
BLAKE2b-256 bf28baac07dce89881772dec37865ddbd9252d16f40c511e815950574bbd85d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp312-cp312-musllinux_1_1_armv7l.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.12, musllinux: musl 1.1+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 fdd1c73288681a3bb11ac78d1e7eacf7319d8c44a128f31b40d91cd60b247ee4
MD5 56e9ece3edea486fc8bfac80b42daf9a
BLAKE2b-256 f6edfa621a2b41cd727afbf4efadfcd8ddaebea95d5df036e04f84c3b5ee932a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp312-cp312-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.12, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b353e42d3c58b20324c19d5987b746668fc621b62eea3d32a755cb7e21d95536
MD5 af9624adfe7f3f29637cdf2379b1375a
BLAKE2b-256 9cf2f87645a37adebe77dd08e72e3df48164001a1490a5b56a24cd8ff8acbc88

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f0812e59790deb469500387786645803d62c433cd75983d16f3b0a4cc8dcbb2c
MD5 bb099ec78fb0c5a96fb3497ba482cf36
BLAKE2b-256 5baa4260c83f4207d3539a2deeca086b18833723fe6944f5b4df29b5e7c55d9e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a78b18cd2354fbbfd82f413b96329fdf80cc3500e0d63897b07860b6c781c8c5
MD5 33628c855a1eba88bbca1ec252d55025
BLAKE2b-256 e86f9a7c149f33ca87a16a67d9721e7f87cab90f818c1f39ff72c818a5000419

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ca929669da63b2a2227b2dc5e26a0786a9ae890565909a81aee3bf165c97432a
MD5 802ef61c381eff7270d833766b2a7928
BLAKE2b-256 35de370dfad878919c3e66f5067eebf23fe75f0f567eec4b5258577bb16d6416

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e3902d600bddab978692a4cbfab9cac562f6cbdb17acbc172ec186abe542f8bd
MD5 3acdd00e092c9514e5f0176f48872cbc
BLAKE2b-256 f74f6bdd95fe92e5b3f87e866b22579559807e19e7faba2aa8ce3c722e809290

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c3c2ceba6704f7e4723ab29a32ccb04ff8c3d1bee00282ec79aba3951d9765c1
MD5 857ef3b08e6cb6571d441477a93383b9
BLAKE2b-256 5c4bb3e9bb4961f90e0540b5f5c5f01296c696f80731d88a5716a57353edf800

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.12, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f36e376c9d97a82447036d85ff78a8eae10b6ac90bd7a191cdfd28980e8ba918
MD5 0d2d6b3402ff1c9ef6124dd4f39b42ba
BLAKE2b-256 1a8962a65c25f0f2822aa0f0dace7bc6a10c4a73353dfc7629235a678625b7fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp312-cp312-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.12, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 448de8262c1b903e02b888a2231c59fc58ea72c56a9f4451a88b0b8687dc33d5
MD5 1497eace2839ec9560cf81bc02e9fff5
BLAKE2b-256 5e3bbbc569cb95d43612921a5460c8e1458f7367b986c461c087b42cf7a41bb7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 959.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1bb4662d77519a6292c116bfe187ffa3b892bf7c84554c9dabfa10328ec1a003
MD5 94148678564de592476c050457eaf7e9
BLAKE2b-256 f10ea37962bab68a5f735e9a82b01171cc43421e5a711303f17137218f1e4dac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp311-cp311-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.11, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9b2dca40b7e9052e95ae54089364974464bde1f16d4502253181d14b4090b08d
MD5 eddc714c22c6fc500888a1cba79f4858
BLAKE2b-256 0b9a432d0452bee02289f41a3eee429f5b6c7e94c039cb201bf17a2da39d12f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp311-cp311-musllinux_1_1_armv7l.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.11, musllinux: musl 1.1+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 eb566b5e552214befb4bfa66cf46edd8f88f7fe0763641b20b082ad84ffb6cb0
MD5 8d368b2ab82ff6442efc179d4af01d4d
BLAKE2b-256 e32655f157296a30b51bbf1f698a899d2debe59ece1a27be812a82dca4aa0cd3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp311-cp311-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.11, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7a8659b6a40e11f357a617c0cd87f90af1a9b23ad2dd3c1e9e7fe1ac7d7fc4f3
MD5 82c0652ee425c1c2374c4ceb5264f9f0
BLAKE2b-256 dd964a0c683e60041a55bbf59fae9ff6726366c25eb0a69b66a7301b4fb0b241

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c8896e95d7a81e37ba9e7c13280c716518d6f918443b8574ce3ec3ee9cf66141
MD5 fbae27f7b567f0adafc28aacc63becc4
BLAKE2b-256 520c23f7026c9106905ebda6278ddb3e1ba35e88e5fa003f8b15e30af5c784c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b888fc84c5cd655810ffae6903c6acf1899bb9c333195d775a411bd15e996b9e
MD5 abdd89190c9de7e1f625fe6bb3812a3a
BLAKE2b-256 21cd048487ea23ce694ca6c9aba8525e5ada6761416fa5d19dc23287fe158a90

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ccfb3b635c714700c0672484018c5ad21ea0a26036c48c63fd08faeda1b42604
MD5 881bd8d60ae622bca91f3c2438ce7bc9
BLAKE2b-256 fb1038d4cd3d5e8e8b11aeb616917d9d8e8fbf924e66293819fccc4f1fe095d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b0f81cd41c867d04e354ef66e9b5ddec27b6c8f31eb6cbcdf7a45f65226d6f75
MD5 62eb5880e1abc253614440dda6433239
BLAKE2b-256 042fa8a88c5cf027501fcf368d12dbede8152ad514bcb97baeb3101b38acb1bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3a93db48c7e66a4d812f0eb40c025d1cd7a6460bbc4a86d113847d983b742890
MD5 bfc48b643142c623bb6afce996b4d6fe
BLAKE2b-256 910c1053642da9c63cac33ab595425bee512418d2388992c840556e2e246037a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.11, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b48472c91de2b6e7379894e89c85f84836cd8e9e4b99ee9a27fbfb08d5bc260e
MD5 b8ba3934002976579cb7130cedd5da80
BLAKE2b-256 0a23d2817f580ea22c1789aad20c99047a4938682a0689e28b199a3ca60a37ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp311-cp311-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.11, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4639bbe7bb744034bea232f43473a790ed5a25051a61402efe1fa95ecca17587
MD5 0e724760af4d08f04bdf94db2b48528c
BLAKE2b-256 c9f8aa4c80acaa38b1a166a21c220ecab536ff1269288a56923fc337c9e99097

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 959.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c6ec8e322c75b883e640bdd2b74a07cdf9856a2afbe0d089cc88079767008e9f
MD5 cf46bc3573c6dabaee76f71f9f5060b9
BLAKE2b-256 8abae9a1338731fbac85489a79cc6752a57eb24db6e02e1679525837217fa6c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e976ccc8c7551d0ffcfc35ff22a080722f528a1c9180d1c06f4a17536b12bb99
MD5 c7ad98cbb71ce6dc7ca302b46f895630
BLAKE2b-256 25b553b8adf7a951ed04c56ce50d638c6ceb8a26dd140f3002219082164859b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp310-cp310-musllinux_1_1_armv7l.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 76cc2cd83c68f3b6ff846c459f3f74f93bcfd6df2cd868e6c254d13373b1108f
MD5 c6f7c0597e47d301a5006b6db78c00b2
BLAKE2b-256 90f83b75fe898ba059eeb754ab6051740275f39f320b1e0615ea6e3a11c2ba6f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e5e31fff17b14494fe36da88873f43cc57c589395161cff45d6387a5c8784949
MD5 69a5ea28301d86a8b7ab51be0ee5fc84
BLAKE2b-256 05d9bbf92269c225bad7ec655a8a4f0b8bcb1d08567740c2f3a2d95ad1eccc3c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 89d1423b99146864913b7d3722628dfe2499a31cb0115302be98bd5361bbd281
MD5 7b5dbee819bc4a79e2315ca9328b6a32
BLAKE2b-256 0d70e9bac1dccd6d0cbee07b0b5125464f35e61d16d7eed86a47326e79d6e0ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 388e2a1aac70d6ac6b2d232b5b9f6cd37b992db0f9e93321eb75626274b839ba
MD5 defe8e64d49e8ec0a6d8cf0a0cfd77f7
BLAKE2b-256 56b3c84b5700675d1635454216451fdbac7bee8602e8469c9d36165552a2caf6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2cfe1a2d1be6610f84974a620da82474e3da1ebeb8723c5bf3717ac7f3c948a3
MD5 b18416124716986d8e0bd083c7796aa0
BLAKE2b-256 ecaaa7cf1f84d53a76f2ac5d19b6167da14091c4a32f2bd65c76763e5af93155

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b72d3502e396c574d687ead24ec3dcc6b1359a48e758bfd543ac290097414ed9
MD5 a9189e249095e3be1aa69927a7a7aed1
BLAKE2b-256 55e013dc2162701e3730b082518cba0ff85fab075e93a4de261e2cd47e198c79

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 56e60d26233e4e25ddf66a746226093c281e64af20bcff15f82d287d1c6ba179
MD5 ae0e01e11a49fda50f018482fa4bf370
BLAKE2b-256 97cdbda839a96bc9f47142149d02d94aecccdbdb45e939313404131dab5d100e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.10, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 69e2ed44a329dde9d8d2aa3fd73febbb2a2e61956b288bc66a3c298d907793cd
MD5 cc199cd0d6bbacca2a2450fdf2413ca1
BLAKE2b-256 39f3473efd1bb3a1f837860cba571ef11a7fba955488841fe2d5135cf23fdd66

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp310-cp310-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.10, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c431a69fe2f285f0e27fd63285602fbaf9b5f493baccd3d67f58082415812c0d
MD5 df7f83df94e76fce156f297096a138c1
BLAKE2b-256 e66d58aa556eb328b30876ebaabc0a333b95aaf81c7c45b3ac96c029d53538eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 be819e12da1a2b622ef08a511437787c6ad13c671b6f0bc7aca5d1d62126e214
MD5 50b644a3bb881d2b8944df5603de4301
BLAKE2b-256 f27e988c1c3aa63a11255f945ed4e8049735171a8f49573bdbbc1f7b6e2b3ca6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp39-cp39-musllinux_1_1_armv7l.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 83c0d543083f5a89d781e06a83e2049758efaaaca18eb8dc45fdf76b32072e7d
MD5 cfe27a820130534626a322d33114f879
BLAKE2b-256 8ee62b429c52578aceb6b0231b1eff19b9ba707e57475bddef680f177d4ba594

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c61fdcb74559e75a3a7263456e20f2baffb58bad52a9bdeb46c55c31639e005f
MD5 8737eb915b15da61546f9d53f1734a7d
BLAKE2b-256 550c9fae95a57c7d61d1f17dffdedf1464dce50bf3d5dd5804bde9d986485c07

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 82cb714d714f3c4be31e0d6fedf13ec4da73edf01d557283de2e9c49e4de6fe5
MD5 299afdfa16d888d7dcd8f8fb8f95d45d
BLAKE2b-256 c3eac71bb11821089a1a9e7004a48d654c73ea9372b1ed3781caa395fe84592a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9acb550ad530e462e64b0256ea2b8d178b152426fc3d6fa65e040cf8875b4069
MD5 0f328276036d92f40fd5dcecdcce555d
BLAKE2b-256 8f5d6136a9deb1860d34edb6adb158278b19bedd5a2ec194e4061f1592587e9f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8b505297b83cda51b39614b957a5603b2c45a9d5ac95fb810a8ff99fa1600d90
MD5 ff763869b8aeea10ca0a3fd18db3f3e7
BLAKE2b-256 5e32e2df8cb979f18cf4c8230b856a4046e0c566f8dd16024bfec4c34bdf92f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 352adfa934c19dbc38859f37bc593f7dc752dd46f59b9f77010a936e83d5a697
MD5 b3f085e23722e09dc6e472a25a894413
BLAKE2b-256 b64d7aab42dfff05184d64193448f506ae0360b731d0531e3da845cb52b9b570

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d6479bd911bcf09adc1ec89aa779c5f4e9541a00623af8519b3cebb46935706b
MD5 e232685d9bd7b38b142dd82884314199
BLAKE2b-256 4524f39209683c699773d785ae4d00407dcc26a9251d73345edfe414be0d7453

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e97f55306ce553fa944d012aac037e286e6041b3f08c0460a3e3f533f44645c4
MD5 99739fa1b0004bb5c7d77c133f519b2c
BLAKE2b-256 d8b624df7fdd422953007df66e1c03b057155d9ff8a1337731a0614297cfd5e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 199349b5258b3edf25f21e3946df6ff88016c5c8e01d8ffd0f300bd2b2df1ca9
MD5 2b171f2326587b676daaa911ab9feebc
BLAKE2b-256 e756a959cff9c5c3e5e074df9738e5b3f953c1331d8d7b8241c19aa5038933f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.3-cp39-cp39-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for xcomponent-0.10.3-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 86310f910808de19cd09a85db0b08c4c079be7199419899a5d94b23132df311a
MD5 de30785cf08166a4caa6280aca50479d
BLAKE2b-256 d8cb259ff2219e3238b244e435364d74ec45874dc77809a774cf044c0e3ae4e8

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