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.1.tar.gz (120.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.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.10.1-cp313-cp313-win_amd64.whl (954.8 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.10.1-cp313-cp313-win32.whl (827.6 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.10.1-cp312-cp312-win_amd64.whl (955.1 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.10.1-cp311-cp311-win_amd64.whl (959.8 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.10.1-cp310-cp310-win_amd64.whl (959.8 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

xcomponent-0.10.1-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.1.tar.gz.

File metadata

  • Download URL: xcomponent-0.10.1.tar.gz
  • Upload date:
  • Size: 120.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.1.tar.gz
Algorithm Hash digest
SHA256 1ef2a11c08099611640e86c15ef806852ef31ef88d09f6df49ed71594a38d16f
MD5 f576d49d9a0c4a45af4bb9a9f990689c
BLAKE2b-256 581952fc8237465a6cae01006a6e872c684e27e67aa0be8182147bd8c4994128

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d8f766a8c79fa8abe4f9fb92beeaef5373ad1144e7da3704782c6f75eeb1e855
MD5 58b9e2234c61f70792e58f33d72afc68
BLAKE2b-256 848e567a18fa1284796fb656100414535622768da9881dd7748a6ba329fec598

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 43ab9f0742837c35d37765b1f91f679bf6df403d3b9ea52cc3a13e3da85eb455
MD5 836654a26ab2e9f14260edbf727bdec8
BLAKE2b-256 3ad647dba074415d7beb447501c3ffbd3a35bcf27a5e6bc5effb7a2116a5e0d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 37b115f52c4d1ffe5753a4fea3800d22723d09905ad166b0dad696fe193b8607
MD5 9a761f5c168ef90605d118a368b0307c
BLAKE2b-256 bc315b0eb5b72153fc03c01dffe9a73a903f6332c4b8f7682cbc84d28b7124e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a223b7a0fd482584fb420a001b7d528fe70ff65048a3ceb497b2992f00bbe21a
MD5 aeefa880b2d2c43c9a864d2e828fcda6
BLAKE2b-256 81dbe2a376eeda1beacb8182fcd0bfdb5198960d975d4455289129854aea7db2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6be105a631f0de6343dab4dade75eb96ce6649b2dffe04f2e163958a1088fffd
MD5 d5de26859ffdca3adb072ed350c181a4
BLAKE2b-256 1a59964b727849ca2390faabe2e3a5792d6e411cb3a01daf739c967192fc493b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8d28002f11537ac4d68fc007d563d049af1f6e38563a7f25af1d40c7ed80bcb7
MD5 7a4bc2d15bd6ba602efacb2f4ff298e1
BLAKE2b-256 ef77ea65b5cd54955c798869ba54651bf3655132148c9c629fef1a31ce0a67c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 13fd01ad3bb34fdf776f34fac87a59bb5429efd1c03db59162c6a329220553e6
MD5 d0c2cf5533b441072ac5fcfa74029ea2
BLAKE2b-256 c2bbade9cb917bc6bae993a802088a78a2651b34b510d7e9ee98f20b3095f091

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 69c5d3026302dbd0556a3dfdacbf52422619181761eebc04d345e08f068121fe
MD5 d45550d8bf7b7b7964a5cb8026a6bcf8
BLAKE2b-256 5f0f1bf18d29f4c47dd1fda62f127bd0f2c7d45733fe1e72fb8046b3a50d68d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 405c3aa6e0452b723b69dc7f11467de41fbddcaabdb419911e98401c72307dc5
MD5 29598a13dabb3ed32d64a2cde66ea910
BLAKE2b-256 e4f542d671584d9e177b38e6962ba6829ebed919de69f7c9bf3ccb2515efadf3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 7a3acb42a5ca3c94c8e838624a71dc9e851586f9b1bc1b12b3458d6f253f95aa
MD5 10e5b6b646b1297615c00fca35614c6c
BLAKE2b-256 5df955807ed13c03377c695879f3ab45cab66041e185c58b8ed0d0400b01b0d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 43fee779896e911148fff898dc7c7b5a1521b835cff755a0bda1e0b2b7ee9ed7
MD5 8392461fa99f6780c5f599f71aaadbeb
BLAKE2b-256 3a5d0af6b063ce661985bb8cdfa36c0a30c8bfa7227e11a396336e4af28095be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa9e18f84b2d1319e4a374b10c121b4d0af2bbc7bd3bd7aae9af5ac053e1a274
MD5 9f0366fdf675e71e0bb6d54a3caa4006
BLAKE2b-256 be906363fb30b893b7f1c770293b4228f3e983ec5ddfe0536cdcd92a2d68ab83

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fd2a918a08ea5bc96cebb6b08945a41c50943f415b2ec6342dc01e91b1524274
MD5 ee002c2c83ba150f806e87ce5b589b7d
BLAKE2b-256 84c5add60489fd1456e14c0821631f7203f5379cb069e93944ffc7275056ed76

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d6e7850f2feaf1ce5b223afd6fd06b7f78e12320c064d88f2a9b8ba63d0484f1
MD5 ae323e9a93b9cfe2d899b3402b1ce1b1
BLAKE2b-256 d9b1cf8caf1fbbe73726d9f1a900aaa51bfa1172455b92b988d1a6e703b32835

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 90f67838b717c7dc058fae13935f5ac2d82544f578a4f7e601c17a22831c9abc
MD5 5863091327cceb38791e9b2b316a6f50
BLAKE2b-256 7f887e9c7e699da2d9704d17d1c6009db19aeb19ee8d9e48a31934831554af9e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 341d9a98aa702aea54894c106faaedccbfcd2b1c146b0dc1d34525e6e8e598aa
MD5 dbc3c98c0650534acb6a2bd0e9df9e88
BLAKE2b-256 c3470ed4627b4981fe0c24ce03952670f7c438aafdcc68f94a0ef6514c3fb1eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 954.8 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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 df1fcc8abdc5001df3b80dc9b8d9d276af9bc4d55c5553c7a739e66487c8a046
MD5 d2ceffc7ab4187213a9ab0384e96c519
BLAKE2b-256 988cd5f51348d0f25251f56d3754f4993117b0ecea7be8d8c7146796fd06067a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 827.6 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.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2218814831a0b8ceef223efc331849b7359dac562b2cf53d951be0e1343d282f
MD5 45c78cb2d9fb8241bffcfcfc34cbf29a
BLAKE2b-256 84ebe3ef9df6f8dd664aae62f34fd731b2008334d16436d13ef8ae335d5fe40e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8de28b495165d314a14b7497846686a8fad0e84243dbcfb6a214e5cca6fa7453
MD5 517b22fe9b343ac1ed0e8c0527b1b0b7
BLAKE2b-256 8f5c74b2247562552ec473900fd293f13491dfd60cc0580ce09a50d5024efb13

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 e263d20f861a1f9d3bbe07cae38e41063b89022129eb9bcf1877bafa2600f861
MD5 057534cd04e649b3b55d91676b308936
BLAKE2b-256 7f9c0d13c8cb4194dd56b4d982818672b731c69598323ab80574fba90cd04f54

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 dbff07cdab3af49dd34d46f93a767496b935aec7a19f7a94d29a3b59b994fbd6
MD5 9a23320aab0ce8214a7548494970ba6b
BLAKE2b-256 17f85d4b8af2abf77aea51894b135696f62921fb27bdbf6d381f0b17d7a27b5a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4d49a870b8d49de4f77526763486c9aa0ae917b29aaf9561958b77a29dd30834
MD5 a353a977019f111689f87a35dad3408e
BLAKE2b-256 45227555a064710d65c4b762df6dbd72a6fcd34509681577a5cc02c4c94f1e66

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9936103d0a19fa3ed230c9ad2a93bc48241d2f8dcfc30537e86059bfe1fa334a
MD5 6a4671fabbe91577067b5f5a2f38f779
BLAKE2b-256 167675bfcf9a4340eab1d6dc7b81c2a37a253e0cf0fdd637fc3efd0a4d6646ec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c3a7698b5de9bca1a4334fceee9d1bf303c485bb43929f1c0ba65f6516a9ed60
MD5 8d74e02dc14fde77f63c7c7b93fb718c
BLAKE2b-256 cdfd20b4b9e1b25300d1e3482613f027403734e64d411c60707c073748661849

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f9e194720a20186c7d8de4385dfa2eb1dbbae459f5743574c3d298e343056ac4
MD5 827dbaa2e360821d0cee550b663540c4
BLAKE2b-256 aa533eda51188df43bfae5caaccc92ae888f925b90dad574fdd86717105a0572

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2b0b0d9474cf76b88f4650ee6004a74b15322e8b834ccc66d07f9338258b7b31
MD5 b0457492be15ee44433bb4e682ea076d
BLAKE2b-256 f80a20ea94ef96fa0570ad1191fafe511382df99f1e868ad3b9216d1440b5e49

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1a67dff093cce21aede12c63548445693793a1d571c3ddb7fea03271ad5386b3
MD5 7b82a15536829933e91f4f85be9aeb30
BLAKE2b-256 0945487ad08c6450bb512ace806f3eeee949c7d6edef12d429a22042b3119c42

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f506c027b4e75297ae8236d264c2442f84bef4fd3c9da668c04bbf03f1a8dffd
MD5 112329967f5e2ab095d4ce7f0bca990e
BLAKE2b-256 e3edb9a466f8e62173e419d00290fafa6afbd6a78a870920c13732c311001bf3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 955.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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9d6b26a708e00b57504d01bba6102d4d6207a4decbbd8aa76481ac9d9c94b6d0
MD5 f6fd1b5e4e137039294df1113e86800e
BLAKE2b-256 492c9f8fc2a25b6c8801cf3662afdfcce56497d08732cd583bb7965fb74252dd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 862bbac41972dd719abf7e3ba0a61ba88ef708e7d63b1117ea2c134ace4b9416
MD5 71a8fc19508fe3b3442f38a3c071eddb
BLAKE2b-256 0fd1b3c65dab473b2c03e1c058f492bf8ee039753eaa4625a8dd34e167beec07

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 4fba4da73764420b4e6122847305593fb41329db77999522640f19b99a871486
MD5 ad45c5902f60b3d0acce1a4bd3147462
BLAKE2b-256 af9157f7fa47e7b8a9bcc558651b7981f6fd2a87c4b07689f21c3b36547b091e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4fd12548de213cc528bd021ae2ee0c8345c98b1d96cae229629d73be18ed4f98
MD5 dbd3715dff8fe2c2ddd5f14dac9ffed2
BLAKE2b-256 c9c8ae6f208b3d8e88b9cdca3675c88b53c90c178e8e4c91e1002ee0be331272

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c8671bee8410b79bc2bd157208b37de12755749a7699b80ef526bdd6ecb0adc3
MD5 4b0915fa6e87ecf6c527f2f8b562f922
BLAKE2b-256 9e82bba1e5349caa0874ff2e75bef7bc62ec1d92acdaed0fdd5089b3adf82125

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f24576252e0c65b34b7d1dec97c694edbd09fe8b9a8ebffbc1dd11d5f1e39f49
MD5 91cfc4e59136bba04b3435711d3e54a3
BLAKE2b-256 619b2a6e6821ea67e2e7ac2e1527b4dc44e79e5956069c29658297ab86901241

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8fad1b127f8a5aff4f27dd9eb2e66f74ab2712576ca7792df6f7221109d49cb0
MD5 b3e429d75ee2b3a6627d9790bb64a44b
BLAKE2b-256 3087ff7b6f7869ad1f9e178e3b79135ddaa58067d34bfddd290c67f93f8c067b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 230e6ac0b28723cd1d4444d1ba41c49396aa9335c99b6719a66f22253cb9fdaa
MD5 df0102c17acb4942c220ffb26b7febe6
BLAKE2b-256 71118f9f80c9a0491329647bd1fd20989cdaf4f8b207f7e8f80fb267e9d70748

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cedc880956d8e8fcff60416974c01a496d9717aea58ff4c6cdb1a321f38f3531
MD5 a2a19298dbfc2f8570f06ffc4ba11dda
BLAKE2b-256 46618cf590cf45a8e3df8bdfcf39ec63a430b5d291dc88d0df2ba7c062341220

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a2a1e01debd71328633d43c94736a71a9dc36b5fb5924f12f8f25b2d1240458a
MD5 1127694645448d86b89b00a47d7ce101
BLAKE2b-256 4a00b89e1a003b0f333c4cf76fad6badacd4e6046122e1e850336a0d16251f33

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1fbff6f0247ed9c135cd68bfd91913b49b3610e0aa2dd4fbec3a2b1779f5b5fb
MD5 17d85c54e81091d81983c271441af86c
BLAKE2b-256 d4581e5bb8c858e24772efd13ff07206644b30c27fb2586c1b4edb0a4bd8a003

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 959.8 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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d71054b1d9d2376e1f2c4abb2569c4e5eaddd1a06cfb7ebf5cf0a036dd92965b
MD5 a2426759482031de542f21d52c452ecb
BLAKE2b-256 6158d7d379363161fd6622928319aa626ccc7b707ac372af4ba1a5eaf5a2bc44

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f152cc1b1c2ba23a037e7bf28e8ab944cabb8af31d50c2e0b9c083bb05873bd2
MD5 8e881e062b6c6ac7fb464c51ca190f30
BLAKE2b-256 4cda2588d971d04e5afcc0df57e0fd47b5b1f509b2eca8096ea3201401c981db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 227f36b53dc79ac00e4d25aaad6e40c1ce635c40dd326ecbd978e4fe2edc39b3
MD5 bf9095ca881254a0b4fc38fabfd933fc
BLAKE2b-256 958674a585ff8f7ac7a7fbed5a8859493e6db051f8856ecb819e470d1ee96ec4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8d62e822caad7683706eff03eefe208aa3da3f57d7f33bd784ce48937ed10d61
MD5 f0bd1a7e5e1780d538ac56c3700a2267
BLAKE2b-256 46239079681b74d6de0318999af4cc81b07fce9168943cee21adc9d54a40a5a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f68791569ef70e7563293c782e60ba9e7928d77293c1b002c8266b0f199a1246
MD5 d409ee6b72343420a2aa1e2fe8ed4dac
BLAKE2b-256 28f3cb77009252c0c3bec11eda0fa1c9c425b01df930eb2932d9951646717d65

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6053e08a34f0fd5b565dd4d3fd764cf9e3c21075cf13c8ec235af52de004fec8
MD5 49b4e9c9f313f8507365348919505996
BLAKE2b-256 48c1aec70d5248f924abcc9a2732fd1cd9ec9b216ea12dc0a9879d9de8b2b986

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2615f6f08c8a4a8a7c5057f9bf5ae12e5c7462b4a50343688a1a2bfabe65553e
MD5 3171badcc79abc442b7faefa56635034
BLAKE2b-256 b90d047a7a3311ac5cc7809cd8eddd92fbf17a6a935515edcce6905287b8ce98

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 94dbd4717ec54430929ddb831cac67e8d81929c0c367278b7073140c400fd5cb
MD5 226daa45570dab26bcfae45f42dc9ba3
BLAKE2b-256 8f5f00f850f470878408abcf5fd890e6638a7918d47b37f7cf6a43e9f8913bac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 78b7887005603ccfedf3dd1ff91b718a43cf84fd8887809669cf31dde55aa7bb
MD5 650feaa563e92a84b50d7d5b68d037bf
BLAKE2b-256 212928f1b9e031a3566e193337a309e95fab5c90545c0b4d9ec011e96062a4a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cdb31fd9a2be353adb5d9cd53287ea3f60e205a9f593a30cdb50eee9f5037774
MD5 8612bd3e2e3acd95046e5075ffb2c809
BLAKE2b-256 8ebb789f2d7becbd7e3518b4245c7c3f6187c823c2f62535489b160a2e66d683

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1314bc39dbc3502644f837023c7c50d849379f71a5cabe6450149b36f9a56ca4
MD5 2e9ec7f7a7f0671abb9c745c53397f0b
BLAKE2b-256 110ac566e044a9904e450c922b9c2e05e2cdfbfb989010df6cb419cef4059f74

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 959.8 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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 35e2d29fa235e32989a610a1ec2b964194fb5a092cca132f97c9ae635989eadc
MD5 76fad858168e8b405bdbf54ae7618729
BLAKE2b-256 eb4e3eabaec442f2aef1844da93229d8fd081e3d592c70a3983ce4fe3550ffb9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f058dce144801ee850c2aafbf3d8bc59db70bfae857bd05dd214b97d28b1c6c8
MD5 d86fd731d6ecd5d63892efeb75a6fe69
BLAKE2b-256 f97811fe2512a3fc001e16885b90a6d6932ef60b20b3820912d04414155af6ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 5013560df33ac1ccbe38b79b6db65e5645dafef0c08fbe256c9fa70a6516049b
MD5 000e6688c4ff0d6d0f975e76af9bdf15
BLAKE2b-256 d0eb75896eaea80f6305722782c6c1f298a447f33fe426191e5d851b56b0f232

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d9842e3eaea4fc13f243a28fb3a6ac12126247aa0a76c48fbde8ac2544ad00b0
MD5 b29f41d711b3aea23fbfba7f7314f963
BLAKE2b-256 7fd1c3c6e8f5d708555eaf3eaf20de0a323d26c57b46c3a6a81d7ccf4950f1be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a257d71b585e9b6438eb11b8f43e237e63159d9eba5ade736d4cb911f3a0688d
MD5 995d3c4021ddf1c25b4660a00fe11826
BLAKE2b-256 5b42bea8195ec9c480f9e7b09b0534b4022a9a6d9d4ebdac32d6787925a50277

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e72629210e77ff7672bec0a7fb61fa84bca422499f0e2af3316e0d7f240682d2
MD5 79f3d16c4927b5778ae799d76370e227
BLAKE2b-256 a335e3a84c158fdb996d840ff00778c0fa5e312da38a8b71795667a94879080e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 10821e93c2f4f0f9b9483604a43f0b793010ad63e98f124302b09c97581cd148
MD5 b1939a391ac03bc9c1a8537ad49682bc
BLAKE2b-256 e07a3bbe58b1e1aad0f1ed63fa4393abf3fb368d11209f9203510216bbd372a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 392f0de5fcf1ec48acc2e0e81c489b38d1947b3577459b23bef20099b9612116
MD5 d92a9eda46a759e6dac4299888d1f9c8
BLAKE2b-256 4a4f2bda97122203746f3f790fb6a485cdb3898afc2d6ee2b38ee8559b065faf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4217f5278b71e651fc616040a39da2128970e9ce19a08f31ec29ec63956d9c0c
MD5 5b6ad75934049e739d0eb93bd2141d35
BLAKE2b-256 da6085eb1ea84d0bd3c93e7ec12dee87927ed2c285c2a63d28ad719ae0f2b9ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a06e8263f3a1d8431a9b1c8c66f8719b2a0d26be0defcdd66675b7fdaf4fb18c
MD5 40529ed776421f99d2108eddcccc09f1
BLAKE2b-256 c5895aadf45aef90a7159419c6925fcd28ddb45f3fb83d6717c7fbc1c6d68678

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 211def053e6a560fb10dc39e41d8f05a3439dca3cdde1b39401c61ab6b2dc1ab
MD5 1a9f89faf56841566dbd668c2343d701
BLAKE2b-256 05906cd4cb530d24620c276eff0daae170da5cff67850dda7df94b1e6fbda7ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1c3d54426b26d45c89838c5971213f851d42d8a5ba1f5342fdb8f0070586c8ce
MD5 a952f3b1b0a32f0644ac7805c3ea1d46
BLAKE2b-256 93e87d2931d5b4e8b47fa3522c95ee5d10110bc7e26c4b4f82d5996ce656ced3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 2359d08f28bbadaa55bf88df4ca7af0c4e8896cd9b79fe4748c3f279c750bf4a
MD5 5357c8b03260f365d8ef8aaaf2b36a30
BLAKE2b-256 0917a08fe78d5db21c038c2fddfe9c9d2eaf3e8220a997c41d779153adffea62

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f44affd782f5335f5e08037cf83f7388e12e8c5d765f30bc8440ce518fac19be
MD5 f365c89643a998d514857989bd92e62c
BLAKE2b-256 fef5182c72d535d4562343b5a5c2fab5f7ccc4315001f2ea84dcfc56aa822fb6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f86ca66bf141e7c7674c86b9fc22a01f7ffc25f6661330e9e79af954d04deaa
MD5 777f8a0bc9755b934d3a39b4c6d5284e
BLAKE2b-256 d84b184042b7143804c3b0281880ad5f29c1f0819eeaa73d344bf8a5fbd0b795

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4d924c4e1ee015c855517a1b7fedf4b6477ebaa621254cbc0b0eb3869e1cb5e6
MD5 f6141bdc1716471651a479c93c12d381
BLAKE2b-256 8504278a0693c222d22d8d5bd7545ca3c5ea5ae0ac71d03c9f0c4023ff72fa90

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e31b6b7ae5f41e8c3b7aeb43984c840380278a7da061df9ca34544fac7a3c5cd
MD5 c49ca024c3a168ca12c845597e09c444
BLAKE2b-256 b2395c4507a4f614764e39660fa77afc1e8cc95a753d6007f992ea06d43a9fe1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fabcd9936b7f2d5e0209412fa87db96ac5eea82820727578d32f1786afbd483a
MD5 8f34f49cbb9f42f7493a30c14a7e821f
BLAKE2b-256 a28af766b036bfcd2a2f91174d5b59caa5c92266e4629fa79dd199ba3da6678d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9acea41fb403f7f700322eed422bb088f2e6c58cf8082c07a77759f9a1d582b9
MD5 eb85192a912046d7c3a6af665bad10f4
BLAKE2b-256 63442dc90ee034766d3cf940b9dec6585357c7e468bffe92d56d676f52a22852

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4c20c9b14e3c7bc4e4c8ce52c0800f44ba08eb518213a751b51a25f711ba8ef2
MD5 3d3e7c1bf2ecb5284c1b60f68616582b
BLAKE2b-256 5dc21c6a82c04336da4f44f93213347dc870147a9679be9bf700ec8fd6d187fa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d802a5d4c3d628604b6c21ee30c8d257f24d6ae30f25e7b2b8dc86212c7575f5
MD5 bd6e127496b0eac6f8823bcbb04e5875
BLAKE2b-256 1d0df1559021076c4d95ecd70d0c9c852e56afd3c131624850fe7d6898878011

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.1-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.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dce3754439b03be1465727ab6c51a542ba3713a2a6ca899b030d3868656a13cb
MD5 8dc265e39d3cf977fd05b8c024775669
BLAKE2b-256 2c43b403daef808e29656c4006e8088bb243ffccfe9de8986cd504da47f961f6

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