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

Uploaded Source

Built Distributions

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

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ x86-64

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

Uploaded PyPymusllinux: musl 1.1+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.1+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.12+ x86-64

xcomponent-0.10.2-cp313-cp313-win_amd64.whl (957.7 kB view details)

Uploaded CPython 3.13Windows x86-64

xcomponent-0.10.2-cp313-cp313-win32.whl (828.5 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

xcomponent-0.10.2-cp312-cp312-win_amd64.whl (958.1 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

xcomponent-0.10.2-cp311-cp311-win_amd64.whl (958.7 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

xcomponent-0.10.2-cp310-cp310-win_amd64.whl (959.6 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

xcomponent-0.10.2-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.2.tar.gz.

File metadata

  • Download URL: xcomponent-0.10.2.tar.gz
  • Upload date:
  • Size: 121.0 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.2.tar.gz
Algorithm Hash digest
SHA256 6a202298052216fdaea4cbf8db55ad00b997d14b8e0e54b0859f01c2e9ec3c8c
MD5 915aaf5adb7c0592b3f94eb955c48de4
BLAKE2b-256 7cef063ff42b532ded83c476a2de57ff244260d1d02e18495a8bb35d8f782aaa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 db6259fb590697ec6d3617e6af2e2132371a8d76302cae0a3b614b7bb3aee6e2
MD5 d5e6281874823a96a6d20caa114d1c06
BLAKE2b-256 927169a0a2fbde84d28e5a45cbf9dbfe1170c9df879fde72fe95751a241283af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 e77c1e3e661945d1224ed7ea77b4bec4d022e9fac0e81691b1f68ee6460903d4
MD5 d4c2f2007fd796e95b6d872954482f45
BLAKE2b-256 bcb10246d974fe6ec8d554a65cd584d149d567d9a00c1b14c40b46d5174e7efb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2909a4aaa9f057f1a8a52671b56f963ffc60c91f04f72dbe6d38acc30cbe03d6
MD5 80b879d964af6cdbe9a320c87d2a716f
BLAKE2b-256 3fc51b22ad7da7553afd92853caced6b4757fb7e61d96f2aa3591158f269c6dc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b5b9664c406f2cf9a0b70f8c626fc12642dee6f0c20ea38450de6ee4f7e239e
MD5 803c102ec653c56884712fb88679cff1
BLAKE2b-256 97a4405b4945fe86ff4e0486fa17f5743fc18dfcbdae31c998c14296dc0b951d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e447923453be4738498422da1ed4f655bb9c0308f4b2fdd690ebd7e8b148c25e
MD5 0568c879a5f71891ad9b6356cc775f8c
BLAKE2b-256 80ddce477c9d911eea3f0ffa21142d33f5b4ce1b597c9bce824b8e4c4adc657c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4034452d3551000d64cd27955ab13c23f6be607c26373b461489474c9eb24396
MD5 7f8215d83bff626dbb19c02ddd51544a
BLAKE2b-256 fa786727e744cee1fca8781b589de1f801b7c00ba945b0a0c6458b45ec3f8fa5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a39df18712baa23ce73ec0b061caf934c8b284d18a49b83f71df196db77b855
MD5 b56b182936fab3450fbeff6c4e7230ef
BLAKE2b-256 99fb674f19797c5dc8a2600353a2a316087c1d5cee550ea67483bd991d09907d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bebf4f70ba1ef079a8178d9a7ccfa427ce87c3d051e7c3d70b22a8d4d8145441
MD5 b6c43915f0a2bba66169bf3162128b01
BLAKE2b-256 5bb5d9c083365ff9d126ea2cb25c22064a7ef9bd85741dcb0620e3a236c03aee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ea42e55bbaaeda2ebb8f423d7daa46806252d4613b5670c5fdb81d98630f7032
MD5 816fbad12bfc92e11a18ffbb7ad9f777
BLAKE2b-256 9fadc6f67b0187976c318a67aed560cf8d002b472a956ec190099dc1717efe30

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 6f2e303f2120da9b3db296732e5e52505e9b3b2d0c436a7393a06cbc72643ff1
MD5 c63a5f7763f1fc27c5740bff5c37be4d
BLAKE2b-256 01facf4008185b576f0e0131937a641392fe4b2bb38b815b2e48743b12fd7370

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9fac41a4a40d9c18986ba9bc29ebc9057c80abfd73c67aba79e2ade9c7ec1b7a
MD5 85fa95a1dbd604fa6fc69df5705d74ce
BLAKE2b-256 f435e1b78d3c2637ceec1581c16b056df96cbaf423e45658f47bd537324be160

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e27f61b9aadec774c6c4e80695682c26749069f9479f199baa291645e4bd2a40
MD5 a1a48eb820a9a5bded943c6e215412b6
BLAKE2b-256 9f56af9aaf030fd49dce62dd8428ce131bb41864b5741fa96c8e0fd141199959

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c34de7866f8be9120d5c4f24b9c040b7d75efc51d3cad580ade9cc0e0a220596
MD5 c3b1cccfb3193b40eb2dd80ae9aee42b
BLAKE2b-256 baa3c5d179bc1d5a1d03e5a644c9fb99d08bf00176afe25a07260818f636ed91

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 88dcf7e7582d3f11805d87c68e363a2c44243285464e2e963dcc9fb17abd7655
MD5 acdc1217de6d5f7c4e3186cb49e1d71f
BLAKE2b-256 257eb5be49e3d4377a850b379a20613b1c696bf4a8a5530649b0f2f25ef513a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3bc78840bcde2b92ffddcc168366cd9680ead599bf4d4d163c8e9a3bbe76e62b
MD5 b410af57c647c9e5496bde5059211150
BLAKE2b-256 7cbf3cbfbc258e3bca90955908281d2eb406a278e55c7142429474b9caca560b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 53e7ecf9a96c92eacf43f1c2ae7ae4822052cae6577052a94efb0ec82d6106ac
MD5 1feb3334c2a963c25ed6b656011753be
BLAKE2b-256 7d7766cda7ae66946176ccadacf4ecd0582a08fe680fba8b568792aa914cc0e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 957.7 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.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f0eb309626adbce3a1ac1da1bd62f5d0f52450af7ba02d9ef62eb10c7cf7ccfa
MD5 021b02003c54221fa830bf533518ee06
BLAKE2b-256 eef2165eea41cb81fd2e0b3897429277aae50ebf070502cb75c7671f0e4cf408

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 828.5 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.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 5f75f428f256e205d993403975d7e3696ffa28f1978d9b1e7f56571502c600c0
MD5 6bdab2c708504e56af2cedd96b785dea
BLAKE2b-256 d833ebb66a277139ab4cfc18f90defb18c7b868720b508c603927d1126b6600a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0fe980fe190a83d9ccb5b01ab27a66483635086471350b0d108fe9d34df28ac1
MD5 50cc4501efcd9d6c598a6e94f2c20708
BLAKE2b-256 9ee6ae5202dbc491a747b37101b4b2a828626ffdf3f61bc9d66eae9597c6e044

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 8ce779c6ab82fd484662241fdd96b5b1a427c2fde98275e460203bfd9b0a5b03
MD5 4ec476acbf1ec7f45e369d0c9710a754
BLAKE2b-256 1afc1a34ffd2c04619348ce722faa04a1cb5f4102f502818937c937adfee8e98

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3f02a5c0bd73ebd563d9e7b62edc509cdcf42d2374ba1dd8b7e1b2e36a2f9dfc
MD5 30c98949e4dd04ce1670512ed636b343
BLAKE2b-256 f7c6208b0364ed2fd8f097ea1ad99d143f52c725851184fa3f974b65443aa4a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 68d17308e034426c9df0e65a1ec4b0e04546e41033b46ab94a666aca7bdbc5cb
MD5 7f17f6fef4101f2764b3fce98a6021d9
BLAKE2b-256 ec7c145d9298cb2aaf53d5c7cad7c4c79ea1acc452ebc4d975471279fbd1c0ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a37f3c3f7c8e619c7a93457b7f98fd6c95b721ec0b5b6a58ea28de88a33732d7
MD5 27ad2375c12243692debfcb48ebf8569
BLAKE2b-256 da9eb05b68b7aebed66cccbb69bc90217511eca47e3203ba080f6d38247eba8a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aecefca6faa0337b60949411c44129397d4bd7b50dcca28d2d8c2dd7ac123bec
MD5 cf20600d478ee20b13f1b60d15a6e4b0
BLAKE2b-256 d13c8b94b20b2dfbc1681d28d2b783415102f72f1ff23d808ea0add3a659db7a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 98aa566d1b355a20b35082127e96f69b549fce797f379ae483e6d5db769e7b2b
MD5 7b38f4f537219827216a36862f9bb61f
BLAKE2b-256 6d40c92a762352bf84a80159a2c902fa4b3a62f5fabf9abb28c9f61858297af6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fed1bb046844ac01bbd3d869586ced0119230593dbe218d05a417d800d83b373
MD5 c3f182780f9602d7ce1ebdf3d469acac
BLAKE2b-256 596c6e33ef0b4731962cdac9e3d7fd404e2e5dbd6ad9fc77a2f7e5dd647dbec2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6f61caf560336fef4ee94119d4330036c25b9f0d26ee98772c19684ec70f7f37
MD5 27a17d277800f2baa072305106229154
BLAKE2b-256 20d0b29a672c1f84bd932c7698ee15875afe4a1028b4e09bb59d98f101ec767f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cc56dda290fcc222fb0786d668f569ea52147c3fc71295e6f56f831758cc47fa
MD5 596045bcedf9d829a4b493288e8c3eb1
BLAKE2b-256 797039c041fea9ad9def46d991e3fa7c3afebd50f9de698fde21aaeed2300600

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 958.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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2ed789833d2a505ec6aa8425f1fb173121e0335dc5a0945c2e3e7b22b8130fc7
MD5 4a47dcf73600e17f5cda0064955529bf
BLAKE2b-256 0c38a237148468274fa036ec9e8a598e072424caa16c5fdfcab395e7b73f2d83

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 97844b747e8f6505bf3865b81e8f00deaba14bb64c5cc6192c670c9b215e14ff
MD5 4d45e523c10c18112eef47824cce84c9
BLAKE2b-256 dbe61df9fe213970e4bc5d0d7033ec3f74b2560b712341564bcdeeeb804a7fe7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 add513df0d2acd613b0d7cb06a8a2842f5c921fc02758ddfa65c0bde29f7ad58
MD5 39049dfff2fee1000ef8246a5800494c
BLAKE2b-256 6163e2f7dfb6c0fba8088270e7087ab73007eea3c23d16ecc1e571a56e8cca7b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f3329c7c29e701e9a27f8ea61710bf000654ea7cb5a75cad0454e87a491fbbda
MD5 5cf70c13bd8d250742fadd1cf669efc3
BLAKE2b-256 bcfe21a99229a55d7090951569df728ef955c238ecd53b1993c080ed28a79044

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2796f95184d0cd05eb54c18e8f26341bff3e93f595b7a04a67d8cc7c7a6d5b1c
MD5 02d3b404d240d4db58752b0428e7d1a2
BLAKE2b-256 fd11cc67a4af08d88fa2f9b092a09e986ca53ba68d42a324c98de32c344f4ca3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4fdb8ed89bf3e5a2dd763310b92f7e2a3b036180ecef18c2d8a5d2946918195d
MD5 ed4c35e6cddffde2df31191770df5b24
BLAKE2b-256 7a64ebee207bd5d3cef350566e0564bfc58fba57bdfb89b83860559efcf7d7ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5127c151176eb9999f4fa0f06c9452dd70918d03034b3e50caab563558ef8917
MD5 ecaf84d31abc35fadfb1416f585f2fe6
BLAKE2b-256 5c0b2b81fda4ec0cfcefda16c32dfac6eb25b2420bef2cb21d8d94055ae1f666

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ce83b11c4e3fef838f5f51b7f684b93a0fa7de104044f781c96bbf94d7d55454
MD5 bdbbbc35a8f71ab081e44332dcba17e5
BLAKE2b-256 7d57d8c4f04388b1a14af5457890b602759411df3044d775e344e6fb411ee8f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d16a5c993a1123c35b8e30e5c3f89a6939a9103b7e0eb8348b1f0cd2231616e4
MD5 faeec7dcdf29b239b4055889d0059587
BLAKE2b-256 a829bb290b46b9d5d568c51d45ac9b757680c69d94131e2aceb1f57d1d762617

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f907727fa94eab6f4aef5bd87f45203ff2a89d1fd375ed8a7bc6e96363287672
MD5 29e7917ff31ed3ba24e5433ead49e2a9
BLAKE2b-256 bff69be2733a8cc6d2d221a83c8753333af6707461a2b84e16bb83f364a0497a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e78a2365859f7b16e82593547dd5f17eaa0b9c1a3fdd46e184aaa673ad27dd23
MD5 77a4d0018ec957d4107de19ee8cb1f7d
BLAKE2b-256 87896d320a3d3d54e0af6cd4102ea4a075cfb893718f5d3050d15f2a4aedb512

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 958.7 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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4b30e6daa3aac2f9c690836d4baeadc8f1149d3468bfc3a5d9a52c2ecd41a3ee
MD5 8f4e85ca33f1ec414d96a2014352778a
BLAKE2b-256 c9c48ee44b39e04bc91577b17d3a6ca002c823568386d58d7a91f6748d8ea43f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 16e9599ac57c9738127caf6aa9c2736679803e8050866a84089f9350ce38cf30
MD5 89842809742e6972caf519b2db79dc43
BLAKE2b-256 559b94d8a6ef51b2f256e419118df6254d57da34f040d73add2528d2191a7871

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 18e5adb74e3df617cac32d4e18e37728a6791b428cdfa6cccb6dc5d81b90cf81
MD5 6032fffe661d5df968752e4a657699d0
BLAKE2b-256 57eceb85527f713b25e9ba2adf74a5d899d19cd4babb48a43d299aae904c6a41

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8781bfe652bceedac866ea62cf1c7f1f391016ec7ec744dc0bc9661b7a88041b
MD5 45610db2956b3b0c3a0a012fe859701f
BLAKE2b-256 1ebd3e75a0865776cb57c0ead32511d218292b66559814d2576a976239ee581a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8eaa91efd4153724e46502c72eb9b376ea1e5877c02cd059a5c06fc009e84174
MD5 55f628e6420bba83109df8ccafc837ed
BLAKE2b-256 7c07c4f827ef8c77b49dbc09f327ad9e2856f2368d28371129922e985ed1aab8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 31ec2bf4cce7c1b52ae1d534eacf8a7b2d973e0f6660902ce782e6974a9f5949
MD5 30cce2e51d032276d0b5d61f04271708
BLAKE2b-256 097c682589d35a40880d9622ca97a043eb62e6211912d7fea70709fa86a1c547

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 88841b46ed41bb162458ff61a710730b44f47cfee586c660d9bb3369e2d3e243
MD5 ececd7e0c8a84faff2d4be4d1b392849
BLAKE2b-256 59ad5c5d1350fb74425a1a85e3cb499014911ed9ab1fd326e028ae32907c4bf3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ba2b2378704a27c757eb91826b62fdc92583af29d84c28c7e977e0a2e98c77b0
MD5 15a478a210c7f2abb908e241eb978b75
BLAKE2b-256 ea61f8584c028d30a08f9e5bf8d9fcee4738730d95ff12c7430674b4d6e71567

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 482014e8c50fe7349d482939633a6431ecebb2a6c688627830a1c9169004f6b9
MD5 0734ec6a63bcf23b5d68072a25692b06
BLAKE2b-256 3bf3bd9486832c3f11e0420af364a67e62a27b36b2c2c448a4624b16427f98b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e8b98c724061f0f34276dab04653af1e995edb6f11f13d728cdb751463ac6575
MD5 8615646208629f934455b9c27a948423
BLAKE2b-256 6ee9269a6fd9a5ee481b43de6a9368442c7468e5566a2563a5961c347ac23e20

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 08210e0b88b63fb9b22957379a662a0de658ca28371d0829060f3cd221271e7c
MD5 8e5a903ced6b15fca5b31e3bd433e603
BLAKE2b-256 ee129092300f24be30deff15d2d8fcc40398a818a93485b56c6df09619f96eb2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 959.6 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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 47705def016219451eea015b99597224e82330b16ecb48e2c8b7076f0e8a9ca0
MD5 447bd4299c2f0d31c6f731ae156fce61
BLAKE2b-256 5e1b60658eb511120a2f81b89713a588ac8bde98f0ebcb6a1bd56c27e2aed672

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0b0aaaf74b409dfd1482c0285186d41496d582d46cb1bb75828a6efd99149493
MD5 6460346c7f05e2d86498698fc0fcf055
BLAKE2b-256 1f41e7f5d36f5729138aec14b71fd5bdc1ce306ad5ddaf4737c39a68a57f69f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 0ef3df973e0a26db627fc6692cda87da3310240898eff9d5ee3b27e8a6f0c172
MD5 f98544f00deb119904dd68360a08b7a0
BLAKE2b-256 dd357a49a7e1481312b77fd723556eb2177c8a6eb6bab4513fafcfae43acfc5d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0508f4ac04f6d2c80ef867ecb3c74f9deab07e85b591bc8a46a18a8ca0387f38
MD5 92525c78e6978ff02e5b0811ef3af709
BLAKE2b-256 fdfcaa139f40a9463e05568dcfaab8f216008112038ea9bbdc6558d44e42bec8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 db0176b77043a74cfc05238314a58602867ddfa46084fe690d86c36930f21dac
MD5 5fa17c97883e2f94ea4dbb105d1c534f
BLAKE2b-256 fdf35f6b8ee7b25670bce4371052aa6097f52998c2938e06d2aa49a077c5946e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ae8c973283290d0d9fdfb01d6335f6d46dc580065528b8ec0716f82d569ae2cc
MD5 685546240420a1d844c885ce68f27641
BLAKE2b-256 7cdebe1f778675e994018ad75d25eedea566f3da7f00f7fec0b408c2ca46861b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0bc91658c4e3c2b90d880726881b54862a64cc2abfe9fb0f4639eee63bd12d3f
MD5 cf7ccebcd4d330ed0d579a473a800a8e
BLAKE2b-256 d5d4d4d5036076b644fc757f7188633555793b2fc24a395d82899ca5ad928a03

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2bd8d66fb47041b243041dea1b8ee97e93a1fb93257352946316ef01556cb458
MD5 ee10d20fafed1fbe491432b0caa1a1ec
BLAKE2b-256 50779b68529618ef2623328ae8304bca75713f271b72c6622134804790ddfe1f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c28cf7e226291d68763cac21d8b517c0160acca582b4202a27dcf1136f8d7a4d
MD5 f1e94ce79c5990523df0c51d484be347
BLAKE2b-256 6c0155976403e7fc3b51c18a2588ce89c53893fb29f37285d6c6f10dd81f37aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cb1abf1fd1966ca72533d33d9f25f00db322dbb7752e84b60caed0d539690f4c
MD5 da7c61b8ecce93b1d41d15a6495ba447
BLAKE2b-256 a9f383ee4cf2a5033a230891a1ca9f2d607b29dc7e61897770778c2a6d5d8ecc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7e5c566e5a72f5190edf70b1d77cd871c061e57e9b1e9763a6b113fc6798c100
MD5 9e8483265df57d9a6f95b3bb2dda61ef
BLAKE2b-256 e95f19f6de4371fc5d5ff647fa9377cf874a042e4f5f7275ba10b9497d3b6dbd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 262c68a8d80a1114750371c47f2cdc5bd68716ac696654a449bbf4ab70d45e33
MD5 cc6abc91ef9123fda042c19e8c86ec98
BLAKE2b-256 bc41ff4bd0d9ae429394df2a1e93f3dea1c418b0a920c26bc7d0809b6dcc7e0e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 daa45fe226a047096387fc92d9aeee944fc3f660823c97c0be6ed1c19635c046
MD5 30de43a81e07df98dcfe4d1029732148
BLAKE2b-256 cb895b24d5eccc3dd88caabc45f5654bb941b014a1e5f8ac77fa2e27d97d3f09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f0331c3d6598a872e4f7cc77bf864f807432660b7acfa39069deabd4f4b24d73
MD5 6252037423c258995bb4f9eea18e224e
BLAKE2b-256 0574d3f375cf02d6a7df07685a9da4e9f955ed97e81b74e02af3c7378b24ffa3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4752b4cfde763c2328a8db1b47cf89b26e4e43b36b30c916bb98a3f57a1660a3
MD5 4bf8f8e08ecb3cce411799fc5ae558b7
BLAKE2b-256 b3def1bd6b3bff014f9a692f110bcbb63d7dd5fdb991b74c6a01296683924269

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 de4bafd8bc58c3e991297fa21c47679458e82ed5a2e28b5069f3059c8bb0c70e
MD5 4fb15fea41d4db8089d8f11bfa86198c
BLAKE2b-256 ef28e44d0eb9db09b06db99e5bca0ae00cc884a2cf4a289471e841ed83c59f65

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5a9dd28e342192f59e918928e5cd263d9523b31d3e032c840082bfe0cb0f42b8
MD5 5cb8526b632e83ffd199a1e1eda8595b
BLAKE2b-256 bf9b4dea66c50a356a9f498e8993357618763a3b0c06f75ca424f8e122e8c598

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4ec4ed28d6525a30e85c7151866121329cb0acb23728e94dfb38368e6289bc98
MD5 e902c07a40009d24e3e297020753b9af
BLAKE2b-256 f4149f60578ffc40d600b9e9b4ac959299c9080e95c54ca10618130867e332f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fb982343ad2e752889599752e0584ab739217d92f5edb006df009d2ae33fd16a
MD5 6c646472af069b1aa7fde459938aeaf5
BLAKE2b-256 ec846cffff365621550e4c722d26fe5deaf1d673e9bb6f5f2efb7ee677299aa9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 90189cc8c5abf6d8c520a3ec2448a62567cc646d4ca8f5146f02a3ad31e42559
MD5 72d100c305ab34421dbbcf363ae794f8
BLAKE2b-256 47b3a8eeccdf8f1c321df78aba125470dd0c1d09f9b95d05d2cbe6c6ae914b89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 07fd712d1ea7a81c14d74993f66f9387aefc1a9efc94aecc43c6d3e98d2cbffc
MD5 300c5dac16b9104242238a3318508a6d
BLAKE2b-256 359b330a703828b67a5856bdf1dabfe6526b26c8c95e5b58dbcbbc9d7d77aed6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xcomponent-0.10.2-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.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0fc69457cfc407f17cc242068313bdb7d97506cb4d121938b725fd91e123b612
MD5 383f6e0e5548bcd31864c5183eb0afb2
BLAKE2b-256 20022a7cced5465db9d48d0f8219b6f4fefc3487b22d4ff9e479bce47ec454a7

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