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.0.tar.gz (119.7 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

xcomponent-0.10.0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.10.0-cp313-cp313-win_amd64.whl (952.4 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.10.0-cp313-cp313-win32.whl (826.8 kB view details)

Uploaded CPython 3.13Windows x86

xcomponent-0.10.0-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.0-cp313-cp313-musllinux_1_1_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

xcomponent-0.10.0-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.0-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.0-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.0-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.0-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.0-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.0-cp313-cp313-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.10.0-cp312-cp312-win_amd64.whl (953.0 kB view details)

Uploaded CPython 3.12Windows x86-64

xcomponent-0.10.0-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.0-cp312-cp312-musllinux_1_1_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

xcomponent-0.10.0-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.0-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.0-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.0-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.0-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.0-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.0-cp312-cp312-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.10.0-cp311-cp311-win_amd64.whl (954.6 kB view details)

Uploaded CPython 3.11Windows x86-64

xcomponent-0.10.0-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.0-cp311-cp311-musllinux_1_1_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.10.0-cp310-cp310-win_amd64.whl (953.9 kB view details)

Uploaded CPython 3.10Windows x86-64

xcomponent-0.10.0-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.0-cp310-cp310-musllinux_1_1_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10macOS 10.12+ x86-64

xcomponent-0.10.0-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.0-cp39-cp39-musllinux_1_1_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

xcomponent-0.10.0-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.0-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.0-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.0-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.0-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.0-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.0-cp39-cp39-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

xcomponent-0.10.0-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.0.tar.gz.

File metadata

  • Download URL: xcomponent-0.10.0.tar.gz
  • Upload date:
  • Size: 119.7 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.0.tar.gz
Algorithm Hash digest
SHA256 cf8cf0ec3dec02c459b7dfc58a20ec888b86330c0038f6b9afca496c5f624f7e
MD5 b1838c81f8a3cacc88fd64db325799b6
BLAKE2b-256 ed5a25c4f45e4561e45e40203e75386b7fd7fb14579e0363112ef77bf1e05644

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a497f3a0a18b6374c9acf4b5207683b2498953c2619f8eae69d34c2a861205a2
MD5 28c4ad9f934c7a492ea0aa4be7cdfa32
BLAKE2b-256 4eaaad58729e1a5765832db6a182bd45346ca985a3ae6a11b1fbed2141779896

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 42fdf2f115a8ba7141df7af800e0a9c480d5808ac9479b6f0fe607ef2cf079ce
MD5 ee670ad5f2fb031997cdc5272b7304a5
BLAKE2b-256 deccf1b348a8fa97db7e6b7bb9cffb5034479d6ab4a2634dc21a13114c1dc131

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 70ef15338a0e96567ed261fd788c4739127c8732a2556dcdacaaab1116da8add
MD5 be24334a880ae24ea6c74475a8e0c4fe
BLAKE2b-256 cf2248a7de274eafd302649f1a15d8311bac1ff1f1a9b5c9fe4e806e30871a91

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa21784f48af825a10564df83de6c82ccd039e696ce20b8ed44decde97996dff
MD5 56e4fed3e7e6b89dd8b60d6a2d980d1b
BLAKE2b-256 096037a006bbb7a6b779a83a77db908bc112879127654662c5aaa187ab2ca5ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7da00f038c10735e012b9f8ad674de90f72ba5efb7b075ab522393fe369217ea
MD5 99a6ebcaf955fd270264389e1e1f2a34
BLAKE2b-256 c58b67a8882de6e1f221960274a99530b7230d1f5ef14c924e73b97e3da1f444

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0479482107c73ce858044031742eafa7e340441ae36c5fcf62a2f7c47e0c9789
MD5 2672f409264089f0c2ab245ee99e13ff
BLAKE2b-256 789159fda6d5fd89e82f37f67a8de25c9ccc634a1a1e7b329bceb61415db90a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dbef6a16754cbdbbd8fe42673e5ff68555c78c9ef3f106102c513a6687cb6d57
MD5 80aea5937bbd302915da8beb1d098f91
BLAKE2b-256 f5625831cd5c1ffcd95d6c4ce57c3ef2534fb330802782891ec64229b04ed2a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 94ee1a2717050b9bebe2a5979ec4c693b4cc1a566fb5abeeb7ae2d744a7a72ea
MD5 6f7a85c8abfe8393be08f7ce293c7a67
BLAKE2b-256 c3dc4533363a781b876cf7b1a2e8393909745ccd58607e48eabaa79f3dc970a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 de463627019ff18c109662ec546b5048d5a04cb32bee998a51aa646bcc2c0f40
MD5 93c182aa029dcd65c200bb3f9fa64da8
BLAKE2b-256 6f24c9b714d122b4b5053959aceaa2cfea09cf658785f60af8bcf8c3f13d8492

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 4b401156a605e23fce727733eaeb76b65ff0cdd0e2714f5d95f9f41c2b97db04
MD5 1c9bbb178ee5384f7c774cce95702130
BLAKE2b-256 4f6813c07d3c1c21bb2e5a9b00a6d28c3919762cf83003d4c7f22019138f6707

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f7c2bec2ac524040ab3cefbc0192eab610f54df4a53ef3b090a4bbb1dcfaafc8
MD5 f7789cf2cd93e7b8e501e594e7934220
BLAKE2b-256 0591882435ab1ea4fcb4869672366f73fc8fbf9bfcbb8dd0d043ec781229c608

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5cd820f0d17be2f0389dcd04c13a3d2ca54e0bdea80f27ecd2cb7be3c5a4dd8c
MD5 6e53d414e6c5d6e19e8ca571663ca9cf
BLAKE2b-256 499b6557bd34b2da9c509e57390421dd440f433728b7b61cc9e7423a57414b46

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5de5ef3a3fcf844d7bd362ca6ff63f9421c3bc0ee7ab5e15b23162cc4833259e
MD5 004cbaa4a54ce216c6b586214d8cf934
BLAKE2b-256 cf86c23c4fb091a6bb16975b3cd17381915461a39757df411880485a03021b9e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7cc8e7ed581dbf931b395870b2cb110da9140b46b3fc9d8513cbf3e6766e3726
MD5 8dda168c10127f12a4e695dec2438ce5
BLAKE2b-256 40ac1b74589e19f59471b54b3642db9560e50ce4ee118e72de5b2f7a40f87d38

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f2079dcd79640856c90d9d3c989c419ebadf993e38bd583ac28a57340bb1c4d1
MD5 1bbd93c38157984a1bc5322540065361
BLAKE2b-256 c1f637f4d304058964b4106eb51cfb39838e18bcf9c1eb2b38a9f1c9c7867aae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c50655b7092f024bed161a453d1b72366a3a400d046fa2ce8f04e66a2e9b1349
MD5 1f4db1b418b654d5766dedb5cad89575
BLAKE2b-256 ffbf3d2b01da3abc406cf909235f2d69a008e78b9d0588a176156909e8617840

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 952.4 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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e6e518596513c1f98d37b2e938c942cb5cb94da81a4ed266daed35bbc2ab748d
MD5 54f98f30e34a93df2bfc7e30c9792d9b
BLAKE2b-256 7eb84dd1639def07fef66942408f31f24fad8e75692bd00e50b216cce57dfc88

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 826.8 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.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 6d7f12f1f40a78ea3867ddc180180ba0772cf95d94c959abe4354e4871e62bdf
MD5 9629d9aba196a6ffc5ef9c280843973c
BLAKE2b-256 6d10327b21df7cbd0173c4c48ad391d745d6f60c268e57581b798e471cbe3407

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 22675d11dbd36d3a10d9954e5ff3d4744d70d35d6878f628a8e1de1c590c401b
MD5 fe8749223a8e413ee2ca2ba90191ebce
BLAKE2b-256 c99f66220cd413a905eb21a06d6013b0f4c5451d4c894a2150c33ddf42ace2c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 de93aad4a41188f39d7477b037bd145d19d8b2b4a4a99e686005cf545494f8c0
MD5 dbd68681a4c9a5b504fdfa6955fe7ac3
BLAKE2b-256 1683e38a7202eda75555586cf43f90277a6432ca3c53d5120d9f8ea19ae10c98

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 be29d4431d980c9e4295a8828c1467557d34a0c0ac154daa1716383540b29e92
MD5 e40c5354993d3ec2fe91fb8d1c583ff4
BLAKE2b-256 16db919b24f0f8849f5b82fb0f350a38057f42e753466c83fa660643b506f813

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 18de1ab6a2a287e79cb5d2d2a5ade2e308cc812f7332445a7f403a0aea701046
MD5 2830e3eed588e5c1a64a57ff9a6a996f
BLAKE2b-256 04beaf67fea9f400123ff0bbf2397eda89d8c1390c9d2183b4780e49fc674b9c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1c28654c857eecff32b229e8864feb2b6e0158797a6fd0acbd45638df8e34fc6
MD5 91dfe9d02dad54169f8d33ab8c5d96cc
BLAKE2b-256 08281ebca59b8ba9dfea9eae5c1ad054af461c7d3baa3b6e5fcd50fb29929ba3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 06fa33a382c0f3fa22061bdae8cc4289d2380e9daca612f6b04f663f286d7099
MD5 b62f1c481cbc2ad42bc2af9305806d16
BLAKE2b-256 ca2f414c9664e5a36e7980b0d6858732d1ea1c9a0cb54cf394a10cc73319dfcc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 557d823744f8a82c5859d370e07fecc62044a5362ffdf0626e52d22fa86b9ab9
MD5 9e140247701027de820944124bfda192
BLAKE2b-256 4205ce7f43ce3dfca25120d6354447dbe8452659ee33701cc8e7a17bee26c9e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e975f74814a9c511ea044f3445192eaf52cd51eedfedc501e638df673bdba03a
MD5 9094b4528200b68364440197cf2dbb6b
BLAKE2b-256 215bc880b97d4400566b3c4a2b9ec72d30dd6bebc8b92b8d5521d31117474f3f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 632ad891171bb97dd0f6777a6d89efeba831ad35d335c5f42b3d65a622843cd2
MD5 a9c632afe48e1bfe56d79aaeaa314630
BLAKE2b-256 e61b4fcb3d33e382c4f654a9700d8ec08148f9d1ef59f92e115c331ccd4fcc9c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a2638a5cd5546e9231df5c27001c7e3eb0664bd10ad33878443e8c2050d3ab04
MD5 9a62a80a0f4fe1ff9b047d25e2b5de72
BLAKE2b-256 8df0489b3a6d6b9b82e96f5b6fc3f9d25f9b85fab604214a61ec41adedb4435d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 953.0 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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4d727855f627bf3ba2986c64f79fa1ae6420665c7ab7cb78e7a80845522802ab
MD5 69d2e3e29454ba20ae744e1c223c7aa8
BLAKE2b-256 db52d7686a34619e855ea0844ff432e4f32ae0e6f036be96d4dfe26407975cb3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e38435e88deed7508deecf8af49169abaaaed82090e09b866cc91e4e81e0770d
MD5 aa2cbd3c1ed5c1f7a3043b2757aa5d8e
BLAKE2b-256 482483af24d28af9bee71eca4f0bc10157585d674dc167ec5f4bfa5025733f0b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 420414426000b348e37cccb3f271b048099d8a1a43b885dd1c0467dc779c6601
MD5 ab26f708801ec1b34c656a7cc867dacd
BLAKE2b-256 9bc32c215d62d26bc76b14eb9158d165408fc465b9c3b9572112a2f1c17fa3b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4bd457cb07f0e2109034b6dd70eb6ca12c9edf4bed71419e4d2ce19250d0d0cb
MD5 133482c2ec2ab0eb424ad0b2bc62a8a1
BLAKE2b-256 aab3c5a8744823f428dbebf09dc3d1873476ed2ac2f85d385391774b706947ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0ec5e5ac947a2cf0a39f71acd473cf4ced0a5edb98aaed7c622f03b039c93ec
MD5 e5adda5bcb3b9e74a7bfbca1685bbce7
BLAKE2b-256 6c5dec2456463885ef7c399f178ce66a23ef577a5aacf1b324a610a99437a78d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6eb39ab89b9be7a77b4ac4d961f5ce61285bad757bc2a73cd05bf99a25022f9a
MD5 99387b9feaa8ac5010fa7b53dec332ea
BLAKE2b-256 c22f1d74143369ab37be6aaf10488ea446a3b07d7977ffac5f4bec4a6816fbc1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8b16a6a3960d32ef31c7727f3e37a92b078cf7af4a0e18a2d7d53b3b5eba2964
MD5 e48662bb521172b84104a731b9722fd4
BLAKE2b-256 c286a7b6a4b2d9d2d7ba7c64799e8b7198169949b85afdf24fbf3630bd103db5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7f7947ff8dacac72e2c2a827c8d8e026890061840498c09d4b824c2aeb1daa6d
MD5 c806bdb73638cf8669c3e3a6e4ac56e1
BLAKE2b-256 b5fc4e907d30f31b0b81409217038e0d9287e291f1bfe9882de3e4407445e9c4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2269761b7006657315b7c344daa9a7989e6085a1d0a3f182b8a29a43137611d8
MD5 e247cf1d8c5844748e97bf44ad24ea23
BLAKE2b-256 5432ccd6563ca99e083770ad6f2017c792a9e728309466b2c8792940a7c2651b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4369debb6e7de88acba9158451756b393ab30a99fcb805499536ce0e42d3672f
MD5 e3e767f366b247c8bacf79c5c3e653b4
BLAKE2b-256 e625ec6a933ccf013696f0af331feedf72103c08a5eeda9f8dd2ec866c41a061

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4e0b5638a25370dc5837b2663ee1a35a80564efabb7660017924ac7e586142c5
MD5 892e8121848f563db0279ea8aacc5f7b
BLAKE2b-256 847dec5b02038d0b330a8d65f50b277e008f43292dfcaa34139db0ebcf6c088a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 954.6 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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b594718e5841ff42fee5b286cf162427ea0d6e76491012f9bb6e0ed8f4bc4a00
MD5 716ff3b366dc197c11a4b4b33c02f5c6
BLAKE2b-256 fffca699f265d5db5a664518800bfd53e529e959130e5ebd02430f223b9a8370

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0e9a0f12ad2e3c21cb0be98e9c95d50f32d552ae9103cde1662ca07c26d410ab
MD5 dc820b833942699127f2365a4c0f16f8
BLAKE2b-256 c07649ad8a5afd92779cc59ae5195d4867f4e074e0f7ea0dfa416adc11e19453

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 8dd33455db946b6ec2909f22753ef3e15fb2c6db664be59589c247e25d22867c
MD5 1c73e2d3636dbfd8cb48a0a0f22cbee0
BLAKE2b-256 b0798ae8807b95f9b417aebde0ce74b30a8ceba4316baf7875361736f4dd33e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 62aae0cc14ec4f3c9ac2fe19b49040743a3caf78df861d3052ac0c7485b781f3
MD5 65b6e6dd5faeb4fb01b3d2557b5356c9
BLAKE2b-256 763c9cbee26302ed948db3e45e4af86d31493523fa7c4ba2e0ff07b6ad17577a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5528774da6d2e40a175766228664cc04da395960dc0c50c1ed7c0bc4205c7050
MD5 000536816028874f8166f92f4b233d03
BLAKE2b-256 6127c2d927fe94a12b64686acbb39c0d43a55650ec149564a9111b08b7f3bfa3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f01049b9c40ac3b85f12e017f51db049de2dc448feef25e5dc104a923f44e964
MD5 dcb401b5a5045dcacec91da89a5c15b7
BLAKE2b-256 c7e46606fac6397062a90b46f4249ff67207c483381547fc55f94b377c95570d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3b49856a0eae9ae5f47397e2258a1f63628a9c06be5de0f8be36703e181165e6
MD5 247cd043d599e32d8c0a0ea80c27d314
BLAKE2b-256 45e22bd176213c64edf838a3bb9f1b9e47544dbf85ed8bfb06b649ecec6ad748

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f6aa22df7d1869fc80bce8288e6df990b40d704ea3bae6e3e632937b6d3fbac4
MD5 be1d7698289d827df73277d5ed65db38
BLAKE2b-256 74131b8143a13db341476ecc8e0fc7ce93020b4371d0fa8bfd816e67559ba1c5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4996447e8e506468d2a4357ae84499b383dd6da56498f7cb6d3b4405acd0f3ae
MD5 6412bfc015e8077a8908dab000a84718
BLAKE2b-256 e6c44722049e48bf8419134f5b055cabd5d4f2a1da839b16c08e2a07411b483e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d74613235419fd6bef8214164f14db5323d2e6864c3702a027d4ae22c06d8f98
MD5 ef6e3cef1a09dfab5f69f969a292a3b7
BLAKE2b-256 f31456611f7da4db6d272b082304951750c674207d61bff137cbdf2cbcca9c49

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9897e0e668a9860d3949e1f07cca4de6cd8f8ff3456f30ce076a9ead2e9e9bb1
MD5 4e2e4f89104d7a33475914872f999082
BLAKE2b-256 0474f27c29d198cebba60f2793e8485ac3e4df9a868dcbcb93a78b20526f21aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 953.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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 29e082798811161dc23be34a62161df4d3d7708c49edca0eb28d3a06d6132aa4
MD5 560de209002580df7a35832fc9ee8031
BLAKE2b-256 3c883b7c46e5e6d09cdd95eebfe88686de54f4a0843b59fb7b7d5afb5f8bd7f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b882096cbc8541ca5dde767316caeb55f5df0d5722524fcf52ae81d457d61128
MD5 058036a556613bb838138611af3757d0
BLAKE2b-256 bf8e98de3b01da709af54ee03481f609f54b3d08d0d3c7ed57be073b7f5991ed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 549d469c8a006e023ec524fd4403f59b796de2ec2f2b3183f9e217e2331cb16c
MD5 b16234f54434004edbf8d463d02de15a
BLAKE2b-256 978213a0e161e884477f3afd301c62babfeedb0c213e64c49183b3631dfbd579

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e29d893fcd5d4087dbac653bc5a786d1ac5f486da6e98df07c4e60f99342f1d8
MD5 ca4dcb7ae09b4b829f86e4ef3622c28f
BLAKE2b-256 487414e522de189588f19178010959a1b3fbfd166ce7fcd00bede29a5e25bd9f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1707b29967802cb74fc21914cc15a7f5059d83320c38a4b27401361dda3da432
MD5 5b33e09e488be5ed843bb382347424c0
BLAKE2b-256 588f97b06cf514b7d4bd48001170f27eed63c0596a06d4dd7e0e9ec0cf45c60a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 152842def927f6d44909cdde0bec48a869a3558548a619d354c17246d4409eb3
MD5 f0ee4aaadd88a312e0ef6f0f1ed6cb45
BLAKE2b-256 f19c629f1750442ee84cacd93443b41997159dbbc3b3fba4bde063c3e988c784

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 391b8b198201a76c4ff6450fb9f79160c5b10f228fb4a3965ed8f9cf4d5f6de9
MD5 c3f04bec8f35ac939125860914e3a0d1
BLAKE2b-256 1193123347051883719690184e4fd34c7a4684afe43e4bfa08a5084e065ef6f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e8aacb094050bbaba1da37497b8aa30972f76e452086698aeed786e5c078beb9
MD5 db58e8893f04e8c846627bd02bd2ca76
BLAKE2b-256 721b4e22064a2262cdd46dd4fde02008dd8de6ff128700dc0db3ad2d7bb3b390

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6fdb69d54c4d54931a6fafe9a3632ed55519642b56ba8a7c84f7969e3e31533c
MD5 a96e020f6b34de44e29633092db91d58
BLAKE2b-256 6f21561ec4d40a690cc508d25ec7e55eeafe0c1248d65af2a628e157addc4e80

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8cb7d5934f7d75a2bcb9d0f9cbe8941e50b23eacdc5a25ae8a5317d06244f270
MD5 c2d3d783aaddd3b76977d40f6bdf7b5f
BLAKE2b-256 01bd2005a053b274dcd7c9a7bd578a44e7872ad470f6cfb92c104bd37ca80dda

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4aff97488ea248acb47acee878eccc9392272ad85cb1194fc68d409aea7c6271
MD5 cfd2e2e67970fe9e34da7d0b3f5afcd8
BLAKE2b-256 fede114af87371c137803aaf90a51186d054f25366b3ba1e7df3a2c1eab6c1cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fd6369b856ffb97509d0ec109c2ab45ad5887481a5b915f8f3e88b686b5f1b5e
MD5 600132df363b52e0040436f16fc3bd4c
BLAKE2b-256 7a8c8556231a868e9a9d7ae9facd48c90395ead3db01b4b50da6229b94afa672

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 6c217b3806e31de1dc479d74de4338a48fca54cdd5e4be49d3c58a3150c48fb1
MD5 c46aaeb9c986dcb672a55ab4a54d5bf7
BLAKE2b-256 bc1733c3343d8472be366800d6792f227c19585d6964c5fce3f40a7c04193153

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6bc0b4918d0ba126e0d200d46aa0bdd273f2fba0d5c5529b8af46ef94286bfcd
MD5 0b652ba2da3e8504eeaf2ffc2c7718eb
BLAKE2b-256 ff1a7976446ea275a147a2e9f6fcb296337d0a0265e6da1573e8e2f4062df4b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a35fee9019ef36338636879e1b15126c3d507cbe4bd23417651aa1d947b19811
MD5 98e52497dc0e7dffc98975e623e928e5
BLAKE2b-256 c79a3742167b53435ffb90dacd334cb800f44830bb369d81000258bc398dc964

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9ea80159c4d57ac5eb94e20850272a4b1b9b5318c0c96778519bd082e6b00b73
MD5 8a590e9e1b8a3ae3075a85c34d7aa850
BLAKE2b-256 3c23ddf890f38927fb2a45059761358d52092c2c4a5b34959c6e7300fb874a97

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ff26dac28df2ff9b06fcf6cad09d158b8bda05b0f5f139b7adda01e00b649d38
MD5 2fae80c966f4bc0cc890b06a8cdee2cf
BLAKE2b-256 9ac1ad89ec51a03a510cdc536b7a46f460ad669dac33b6826e6b0ee1ae7c8139

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 64797b6eb89eed8ac6443f1851d07d0e56b95392077d8ffe2c689bf11d52d6c6
MD5 faaca0cf38815e3e55452fee5cfe4f33
BLAKE2b-256 488bded9be79a1feaf431e260e372f7bb66614da6ec37c89dee326f95bff623e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1b2828a9ac9c2965a3fc6c50068bcf9c4747ad9aa7dd1e53174bcf2a424686ab
MD5 e21bd19d1d468f3fd9339f317328c687
BLAKE2b-256 07724240ec46537af5acaf0b230b362c074eb37c53b02b8d3ec7d20f74c96a0a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b605dd8a243e0579b197e1b98c36306ada717d37cbf11c5216298952b6f5e8b9
MD5 e642babfb74b13633463d2e86eb9b691
BLAKE2b-256 ad1ea8baf045c6dc2d54815d43e4337df37c040c1b9c8a67b4c14bcebeffb2b5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5faee34f64e28f0cbdbd8807855c5d9e87f0fa55a6ab681cc0567fac610b98a2
MD5 905c8138794482f9fdfdf42fe39960d4
BLAKE2b-256 408585399c9f2b99331f16185a8a14f8935c984315949ba53d958cf55d431ec6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.0-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.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 800ceebf392f531eca868581253760eb5de7f7da721c9b3843b0bc6c447754fa
MD5 44edca3ca45110912eff640a20e32b56
BLAKE2b-256 35a6acc924d19f2bef8b5f54338c406681291a2ba67e7cd35a2cd21297f74882

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