Skip to main content

Xray-core-python

Deploy PyPI

Python bindings for Xray-core.

Install

Prebuilt binary wheels include the native Go and C++ binding, so a supported installation does not require Go, CMake, or a C++ compiler.

pip install Xray-core

Binary wheels are published for Linux x86-64 and ARM64, Windows x86-64 and ARM64, and macOS Intel and Apple Silicon.

Build from Source

A source distribution is also published as a fallback. If pip cannot find a compatible wheel, it may build the native binding from source. A source build requires:

  • Go 1.26 or newer in PATH.
  • A working C and C++ compiler toolchain.
  • MinGW-w64 on Windows x86-64, or LLVM-MinGW on Windows ARM64, with gcc and g++ available in PATH.

The isolated Python build environment installs CMake, pybind11, setuptools, and wheel automatically. To build directly from a repository checkout:

pip install .

API

>>> import xray
>>> help(xray) 
Help on package xray:                                                                                                                                                                                       

NAME
    xray

PACKAGE CONTENTS
    xray

FUNCTIONS
    queryStats(...) method of builtins.PyCapsule instance
        queryStats(apiServer: str, timeout: int, myPattern: str, reset: bool) -> str

        Query statistics from Xray

    startFromJSON(...) method of builtins.PyCapsule instance
        startFromJSON(json: str) -> None

        Start Xray client with JSON string

Vendored Xray-core Source

The source distribution vendors an exact Xray-core release so users can build the native binding without resolving a Git submodule. Binding-owned Go files are maintained separately from upstream-owned files, and a checked-in SHA-256 manifest makes unexpected changes fail validation.

UPSTREAM_VERSION, UPSTREAM_COMMIT, and the files under upstream/ record the exact source provenance.

Binary Wheel Platforms

The distributions are built and tested in GitHub Actions.

Platform Architecture CPython
Linux x86-64 3.8-3.14, 3.13t, 3.14t
Linux ARM64 3.8-3.14, 3.13t, 3.14t
Windows x86-64 3.8-3.14, 3.13t, 3.14t
Windows ARM64 3.9-3.14, 3.13t, 3.14t
macOS Intel 3.8-3.14, 3.13t, 3.14t
macOS Apple Silicon 3.8-3.14, 3.13t, 3.14t

License

The license for this project follows its original go repository Xray-core and is under MPL 2.0.

Release files for Xray-core 1.8.26.10

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for Xray-core 1.8.26.10
File Size Uploaded
xray_core-1.8.26.10.tar.gz 1.0 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for Xray-core 1.8.26.10
File
xray_core-1.8.26.10-cp314-cp314t-win_arm64.whl CPython 3.14 CPython 3.14 free-threading Windows ARM64 Details
xray_core-1.8.26.10-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
xray_core-1.8.26.10-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Details
xray_core-1.8.26.10-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 Details
xray_core-1.8.26.10-cp314-cp314t-macosx_12_0_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 12.0+ x86-64 Details
xray_core-1.8.26.10-cp314-cp314t-macosx_12_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 12.0+ ARM64 Details
xray_core-1.8.26.10-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
xray_core-1.8.26.10-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
xray_core-1.8.26.10-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-64 Details
xray_core-1.8.26.10-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64 Details
xray_core-1.8.26.10-cp314-cp314-macosx_12_0_x86_64.whl CPython 3.14 CPython 3.14 macOS 12.0+ x86-64 Details
xray_core-1.8.26.10-cp314-cp314-macosx_12_0_arm64.whl CPython 3.14 CPython 3.14 macOS 12.0+ ARM64 Details
xray_core-1.8.26.10-cp313-cp313t-win_arm64.whl CPython 3.13 CPython 3.13 free-threading Windows ARM64 Details
xray_core-1.8.26.10-cp313-cp313t-win_amd64.whl CPython 3.13 CPython 3.13 free-threading Windows x86-64 Details
xray_core-1.8.26.10-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.13 CPython 3.13 free-threading Linux glibc 2.17+ x86-64 Details
xray_core-1.8.26.10-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.13 CPython 3.13 free-threading Linux glibc 2.17+ ARM64 Details
xray_core-1.8.26.10-cp313-cp313t-macosx_12_0_x86_64.whl CPython 3.13 CPython 3.13 free-threading macOS 12.0+ x86-64 Details
xray_core-1.8.26.10-cp313-cp313t-macosx_12_0_arm64.whl CPython 3.13 CPython 3.13 free-threading macOS 12.0+ ARM64 Details
xray_core-1.8.26.10-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
xray_core-1.8.26.10-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
xray_core-1.8.26.10-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64 Details
xray_core-1.8.26.10-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64 Details
xray_core-1.8.26.10-cp313-cp313-macosx_12_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 12.0+ x86-64 Details
xray_core-1.8.26.10-cp313-cp313-macosx_12_0_arm64.whl CPython 3.13 CPython 3.13 macOS 12.0+ ARM64 Details
xray_core-1.8.26.10-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
xray_core-1.8.26.10-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
xray_core-1.8.26.10-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
xray_core-1.8.26.10-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
xray_core-1.8.26.10-cp312-cp312-macosx_12_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 12.0+ x86-64 Details
xray_core-1.8.26.10-cp312-cp312-macosx_12_0_arm64.whl CPython 3.12 CPython 3.12 macOS 12.0+ ARM64 Details
xray_core-1.8.26.10-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
xray_core-1.8.26.10-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
xray_core-1.8.26.10-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
xray_core-1.8.26.10-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
xray_core-1.8.26.10-cp311-cp311-macosx_12_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 12.0+ x86-64 Details
xray_core-1.8.26.10-cp311-cp311-macosx_12_0_arm64.whl CPython 3.11 CPython 3.11 macOS 12.0+ ARM64 Details
xray_core-1.8.26.10-cp310-cp310-win_arm64.whl CPython 3.10 CPython 3.10 Windows ARM64 Details
xray_core-1.8.26.10-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
xray_core-1.8.26.10-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
xray_core-1.8.26.10-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
xray_core-1.8.26.10-cp310-cp310-macosx_12_0_x86_64.whl CPython 3.10 CPython 3.10 macOS 12.0+ x86-64 Details
xray_core-1.8.26.10-cp310-cp310-macosx_12_0_arm64.whl CPython 3.10 CPython 3.10 macOS 12.0+ ARM64 Details
xray_core-1.8.26.10-cp39-cp39-win_arm64.whl CPython 3.9 CPython 3.9 Windows ARM64 Details
xray_core-1.8.26.10-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
xray_core-1.8.26.10-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
xray_core-1.8.26.10-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
xray_core-1.8.26.10-cp39-cp39-macosx_12_0_x86_64.whl CPython 3.9 CPython 3.9 macOS 12.0+ x86-64 Details
xray_core-1.8.26.10-cp39-cp39-macosx_12_0_arm64.whl CPython 3.9 CPython 3.9 macOS 12.0+ ARM64 Details
xray_core-1.8.26.10-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
xray_core-1.8.26.10-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
xray_core-1.8.26.10-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
xray_core-1.8.26.10-cp38-cp38-macosx_12_0_x86_64.whl CPython 3.8 CPython 3.8 macOS 12.0+ x86-64 Details
xray_core-1.8.26.10-cp38-cp38-macosx_12_0_arm64.whl CPython 3.8 CPython 3.8 macOS 12.0+ ARM64 Details

Total release size: 631.7 MB

Release files / xray_core-1.8.26.10.tar.gz

Download URL xray_core-1.8.26.10.tar.gz
Size 1.0 MB
Tags Source
SHA-256 checksum
How to use checksums
77658f7fde0f9ebb9289e563bfeb82f28550df642edea82b3e63ef813776bf6b
BLAKE2b-256 checksum
How to use checksums
f03946580847c1aee5842733beed06397d7af0fbb957b4defd64b2b3c57fd8f3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp314-cp314t-win_arm64.whl

Download URL xray_core-1.8.26.10-cp314-cp314t-win_arm64.whl
Size 11.2 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
194c288293ea2c36169aec45ddf26306cb23776a4fcaa2b4a14e57a3f946e2f2
BLAKE2b-256 checksum
How to use checksums
0d78db53a63d158c33bd79f09e04bf697e959cbe1f0c62e3b1ed0553cdf04604
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp314-cp314t-win_amd64.whl

Download URL xray_core-1.8.26.10-cp314-cp314t-win_amd64.whl
Size 12.4 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
911218d193250da0cf055c33df81501f6ef0286033129cafb790661d5aaddcb0
BLAKE2b-256 checksum
How to use checksums
8c92d2da126d5d8a95ffcb8e38b60142e4959c1a3bdd6ee6167cfe635018800a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL xray_core-1.8.26.10-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 13.2 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
e73f059109dce039c1d2596ebe853d45c94cf53d41c7d61fb536b10978ce6361
BLAKE2b-256 checksum
How to use checksums
4ee07c9dfd710e94816aa549a98305e5d676589fcdac29dbd2d5f8741f609984
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL xray_core-1.8.26.10-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 12.0 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
5d7a7e0daf81ae396b60d7819d643d3e3887df7614f9d1ecf1cdfe0875b889ab
BLAKE2b-256 checksum
How to use checksums
1b2f53b2888d8d5ac1f8e30c20eee3ec931cfbd060edb827107e8e3b8b1cc509
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp314-cp314t-macosx_12_0_x86_64.whl

Download URL xray_core-1.8.26.10-cp314-cp314t-macosx_12_0_x86_64.whl
Size 11.9 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
3f9ef809917e0905a952aac5c023924d3a27385b02948d5f7a91a621dad95985
BLAKE2b-256 checksum
How to use checksums
f3424d8eef1be84f4f361b4d303421f282340c49426de16e17a89054a89759b5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp314-cp314t-macosx_12_0_arm64.whl

Download URL xray_core-1.8.26.10-cp314-cp314t-macosx_12_0_arm64.whl
Size 11.0 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
d7c0167b49fad866daa6b40aa32d01b7bafdee54ae20a8983582290701ec376e
BLAKE2b-256 checksum
How to use checksums
e974fec6bac6ee4796c8f62225cc7e23c049c696cef9af48cf1aaee09c27af3b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp314-cp314-win_arm64.whl

Download URL xray_core-1.8.26.10-cp314-cp314-win_arm64.whl
Size 11.2 MB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
b0191d3a9ceef19f3af9a73b64d02b4fb8f1dd6ce927ffef91bc471e96e1632e
BLAKE2b-256 checksum
How to use checksums
72d618b34ec8796c6c77b40988e5cf574d0ee91dd4e0f8f882bdd4dbda6f683a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp314-cp314-win_amd64.whl

Download URL xray_core-1.8.26.10-cp314-cp314-win_amd64.whl
Size 12.4 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
038826d2420610982f690784df2c8239a7988c6a32ac1017cece7cdf620e6bb4
BLAKE2b-256 checksum
How to use checksums
d797ca6ca55f71cafe19cab9bcf39defbd50a6e05933854cce448f9aa2870477
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL xray_core-1.8.26.10-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 13.2 MB
Tags CPython 3.14 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
a02b11e3d8329d70d0077a939bf2f695504a653ef5df52b21843a89ad94cb271
BLAKE2b-256 checksum
How to use checksums
5da35f7e2d954767865e96798747b28c40c37543588c08b69ffd1e65ab099592
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL xray_core-1.8.26.10-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 12.0 MB
Tags CPython 3.14 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
e93cd72abd0d8e45a8ca2783a0ad9dacabcf251e774d02cf5973f2270c2a9060
BLAKE2b-256 checksum
How to use checksums
b5bc410f2350f07902c8a2e5d29755fe12039c80e07cc2f00fa409c337faa46d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp314-cp314-macosx_12_0_x86_64.whl

Download URL xray_core-1.8.26.10-cp314-cp314-macosx_12_0_x86_64.whl
Size 11.9 MB
Tags CPython 3.14 macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
6e13d2d662f19c7ad89d759e324abc7eb38dd02b90043fabeae7088359838406
BLAKE2b-256 checksum
How to use checksums
88298a496d1047fe4df37036735ccc8d47ea41eb3c79c799fa48af928640386c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp314-cp314-macosx_12_0_arm64.whl

Download URL xray_core-1.8.26.10-cp314-cp314-macosx_12_0_arm64.whl
Size 11.0 MB
Tags CPython 3.14 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
f85c82beea6713e05be6b85a0a00397a6bbd80c608d31c9fce2e0449f825397f
BLAKE2b-256 checksum
How to use checksums
115c23877898a692744f831c4194eaf13a0d6079b9147dce87620a86872c5802
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp313-cp313t-win_arm64.whl

Download URL xray_core-1.8.26.10-cp313-cp313t-win_arm64.whl
Size 10.9 MB
Tags CPython 3.13 CPython 3.13 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
13ed2f3fe557c5c6d55afeeeaf5a9e88bd6090b399b23eb9ac2986cbc51112a2
BLAKE2b-256 checksum
How to use checksums
73666b431d29f3312de07447021de4f28d0edf3e86a71556a7f6de1463c390dc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp313-cp313t-win_amd64.whl

Download URL xray_core-1.8.26.10-cp313-cp313t-win_amd64.whl
Size 12.2 MB
Tags CPython 3.13 CPython 3.13 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
22dc3dd955f1c5dd9eeeed0186528fc8f7f962ec060f773b72f37a1178493bd6
BLAKE2b-256 checksum
How to use checksums
12d376401cedef38a00ae63aa7289011e6110019ea4e77d226dfe538bb950761
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL xray_core-1.8.26.10-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 13.2 MB
Tags CPython 3.13 CPython 3.13 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
2fca234cb07cf28cf04d923af6247b2a86175942db582aef148f10f3be66c166
BLAKE2b-256 checksum
How to use checksums
a331abb030b967baf3a90c388570594a3aee12a90e4eae63e8790d7c7689012c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL xray_core-1.8.26.10-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 12.0 MB
Tags CPython 3.13 CPython 3.13 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
d042fbfc79be8bd55d7d964d4bdf04f4654f4e67f93105159a815108feb5d170
BLAKE2b-256 checksum
How to use checksums
23b80ae32636887ea29ea58571101dfae3d6c44aa9aca004531ebfa4aacee659
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp313-cp313t-macosx_12_0_x86_64.whl

Download URL xray_core-1.8.26.10-cp313-cp313t-macosx_12_0_x86_64.whl
Size 11.9 MB
Tags CPython 3.13 CPython 3.13 free-threading macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
f7bfd8b163a2ad604642264423ff09afd8b120859e8ee2fcf55b07a4d08d14c9
BLAKE2b-256 checksum
How to use checksums
42ad053af520061cde51ce078b9e26ed6b6b23172effb595aa6a76b36e8b528d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp313-cp313t-macosx_12_0_arm64.whl

Download URL xray_core-1.8.26.10-cp313-cp313t-macosx_12_0_arm64.whl
Size 11.0 MB
Tags CPython 3.13 CPython 3.13 free-threading macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
84e3b25dcae68a03eca115c699f008d1364b83eb3b55817b8844dd3b886dac13
BLAKE2b-256 checksum
How to use checksums
c5d1c828cdd69662d365d23cadfdbf40819004c1b55a75fd3f257850b236995b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp313-cp313-win_arm64.whl

Download URL xray_core-1.8.26.10-cp313-cp313-win_arm64.whl
Size 10.9 MB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
24f4d484948c6f18e8f0c663c2d6a416e70140ff7149b501e9c01a29e48f920b
BLAKE2b-256 checksum
How to use checksums
aaaaa329b1c3c70b6c3a8f42fda2ab1f42c7cbbca842fc36f849416f75eae865
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp313-cp313-win_amd64.whl

Download URL xray_core-1.8.26.10-cp313-cp313-win_amd64.whl
Size 12.2 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
ebca54047b3bce9b09ca88e14608a83cf430f250d436a3c8c243d10263f58bbc
BLAKE2b-256 checksum
How to use checksums
210c634b769a171ee393e728ef9b928d988e7c8a6bdc2fe301107fd15c0b4808
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL xray_core-1.8.26.10-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 13.2 MB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
bf2c5d7ce9b33ea13db8a8c06d57f36ffdf50f2f0c7c83777d47907a8a894995
BLAKE2b-256 checksum
How to use checksums
fdbece253f81fd8512ece75c216c8e2450ba3df29622ded878329d525fdb64d0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL xray_core-1.8.26.10-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 12.0 MB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
74fedca8a474159e37bd6ec5cc466336d834d8ca31cdbe69d8317c0df143a6e0
BLAKE2b-256 checksum
How to use checksums
bab81604323c8c3d4ceb61171c05108c3cd0d538a4d77aa8a2550416f726c78b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp313-cp313-macosx_12_0_x86_64.whl

Download URL xray_core-1.8.26.10-cp313-cp313-macosx_12_0_x86_64.whl
Size 11.9 MB
Tags CPython 3.13 macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
e7958871d76768484e53e528d7202d7a33767b74ca04f37a852c38fb007e11c1
BLAKE2b-256 checksum
How to use checksums
4da1f6d8e7f3d988fbcce87836b6f5763b32bebeaccd0700265866eb03d53901
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp313-cp313-macosx_12_0_arm64.whl

Download URL xray_core-1.8.26.10-cp313-cp313-macosx_12_0_arm64.whl
Size 11.0 MB
Tags CPython 3.13 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
44db5cfab95a73febbec361e921b2a60c0a2c992c5c4a2697c6a0fc060e8fbb0
BLAKE2b-256 checksum
How to use checksums
14e535e8c30cc6944900aa59193a23717403d4646c7e025cb9a409e8cfc9d1af
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp312-cp312-win_arm64.whl

Download URL xray_core-1.8.26.10-cp312-cp312-win_arm64.whl
Size 10.9 MB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
69fcff42d173ca593d02161560098cb4adc3dcf2b08fcc502ade83193d9a997e
BLAKE2b-256 checksum
How to use checksums
c429af05d09e8016cbd1e7502dc8eca210283a12e59a82576f7daded6b4bbcb0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp312-cp312-win_amd64.whl

Download URL xray_core-1.8.26.10-cp312-cp312-win_amd64.whl
Size 12.2 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
6558aac03707f98d948f30f1fa3bb604a0352fe66a02614075a523e437529574
BLAKE2b-256 checksum
How to use checksums
1801d00c5d826bdae1d3e3256e8081296d4962eb7cca9cbca8860bbcf23ab408
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL xray_core-1.8.26.10-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 13.2 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
f74dbd35e56f7d79d2002c8635a4ce1f8836cc02a290e46606a902f031c862a2
BLAKE2b-256 checksum
How to use checksums
5dcc2eccc6e9bcc5cb4b18745a9835c9070b7b97b2e69dd45f3f0ea924d6245a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL xray_core-1.8.26.10-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 12.0 MB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
182f252da00f74b7f36b0f36c023e7e7b4e725d87e5f28a8514843d1b2a72cf6
BLAKE2b-256 checksum
How to use checksums
3376b0a8ddef4bf411036b87d7120571b424e627fe1c2c6bb193a903216f5197
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp312-cp312-macosx_12_0_x86_64.whl

Download URL xray_core-1.8.26.10-cp312-cp312-macosx_12_0_x86_64.whl
Size 11.9 MB
Tags CPython 3.12 macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
241cca85c625db5a662176a29e176f10790092544b899d0d11e618125bd013f9
BLAKE2b-256 checksum
How to use checksums
8e3469e9dd0821d64aa37a11675e0fd1de085948f9e9547f681b2395d3230a39
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp312-cp312-macosx_12_0_arm64.whl

Download URL xray_core-1.8.26.10-cp312-cp312-macosx_12_0_arm64.whl
Size 11.0 MB
Tags CPython 3.12 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
0c4400dd53a2639f4e1b295769c8afc07e70d787f92a57e1adc1ded3ba05b909
BLAKE2b-256 checksum
How to use checksums
b57a5934840618e237456b98fefa7f4e74a76ad4520aaa19d2d008268191e5a6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp311-cp311-win_arm64.whl

Download URL xray_core-1.8.26.10-cp311-cp311-win_arm64.whl
Size 10.9 MB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
15b6b1e2b27715af494e0fd940f8c0ad2a995dfc4b7d7d1474947125935cc55d
BLAKE2b-256 checksum
How to use checksums
4a066b6ef2a675ca766a8afde4f2a4db50da43a300301d90f913f9ea03f9f625
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp311-cp311-win_amd64.whl

Download URL xray_core-1.8.26.10-cp311-cp311-win_amd64.whl
Size 12.1 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
339558c7268642e25ab66bd58539866b2812e79e1d08f2ac836eed006d9bc4eb
BLAKE2b-256 checksum
How to use checksums
3ce9f93aafbb1f98a8f9f2ae7e01dbb5f2717e2d44cacac07c600a29ae1ff522
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL xray_core-1.8.26.10-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 13.2 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
0aa08f0bd2550d8d6dc7bf898dfb81dc330b8f1e81cb60f558bd3b18b37c366c
BLAKE2b-256 checksum
How to use checksums
680bee363f39337b0ac1f4760b30811914241f0ad63b0faa2c9b7225a4b6b356
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL xray_core-1.8.26.10-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 12.0 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
4cd7fb35f51c6eaab390630930fe7163d2e52047eab55eb00e2301099e18211b
BLAKE2b-256 checksum
How to use checksums
7119f5cdb56d0247b4e64e59cb909522b54e2a05929916d5e2dc189e081734f1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp311-cp311-macosx_12_0_x86_64.whl

Download URL xray_core-1.8.26.10-cp311-cp311-macosx_12_0_x86_64.whl
Size 11.9 MB
Tags CPython 3.11 macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
a429b50c2865e09ad385fc51d0d034c11092cf2eca75ca50dc8d8b19bcaf892d
BLAKE2b-256 checksum
How to use checksums
4e5d42cabe39b040eaf37125588e6914b8fe5e073f405de308b26d94bb97b6f9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp311-cp311-macosx_12_0_arm64.whl

Download URL xray_core-1.8.26.10-cp311-cp311-macosx_12_0_arm64.whl
Size 11.0 MB
Tags CPython 3.11 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
97158e175f00f00fb446064f009a14cfe38c38499c0aff418295e2bd22451bbb
BLAKE2b-256 checksum
How to use checksums
6b686a29aabbd4d010f4aec1888ef0bda0830ff57f1dbe2484d8d8657c7248c8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp310-cp310-win_arm64.whl

Download URL xray_core-1.8.26.10-cp310-cp310-win_arm64.whl
Size 10.9 MB
Tags CPython 3.10 Windows ARM64
SHA-256 checksum
How to use checksums
be60f7945a73a1fb3858e644ee72be849a71d6177e83cea419406e55da0e0f56
BLAKE2b-256 checksum
How to use checksums
29478f4f145cfed1d647a76dd6e9736de357936325114a2e17af074db6ad43aa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp310-cp310-win_amd64.whl

Download URL xray_core-1.8.26.10-cp310-cp310-win_amd64.whl
Size 12.1 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
9058fbd6dff16dbb9405d6248d50cf75d87f157d41d0b7fd4c50192dea6dc969
BLAKE2b-256 checksum
How to use checksums
e566829414ad9fcce9d1ce0ca7507d5c1e83c5b72a658c4430368302e408c78b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL xray_core-1.8.26.10-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 13.2 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
2ecb892676daee03fe30daa3b43609b16d2ab168c86af85c097caf44196376ca
BLAKE2b-256 checksum
How to use checksums
587e7832083c762882dd2acc18890bb6747ae3369e6d809d80eba04469e02e68
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL xray_core-1.8.26.10-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 12.0 MB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
ed0fa7e187a0debae7567bc53287881eac703068ab496ad3d9331fff9d43e243
BLAKE2b-256 checksum
How to use checksums
bfddfde691013e8e93bdfc2623d95fbb550e6bb81e93ae7871d6db2aa071e4a8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp310-cp310-macosx_12_0_x86_64.whl

Download URL xray_core-1.8.26.10-cp310-cp310-macosx_12_0_x86_64.whl
Size 11.9 MB
Tags CPython 3.10 macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
be89b0f20d49d68d55fe5b127f30d06486e32bd290e28883fa2a8dc8a576132b
BLAKE2b-256 checksum
How to use checksums
eae06e9391af1cc0e5f94f5095c279087c8a49aba73d37fddce8ceafac13bbc6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp310-cp310-macosx_12_0_arm64.whl

Download URL xray_core-1.8.26.10-cp310-cp310-macosx_12_0_arm64.whl
Size 11.0 MB
Tags CPython 3.10 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
3f88ddc55f746ffcde1203c8d5c2f7a73332fd10d85db1e75a857fd60316ae14
BLAKE2b-256 checksum
How to use checksums
7987a1f34ae80973f017a27face02c1b1231e3e5433672bef4de37551cdacca3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp39-cp39-win_arm64.whl

Download URL xray_core-1.8.26.10-cp39-cp39-win_arm64.whl
Size 10.9 MB
Tags CPython 3.9 Windows ARM64
SHA-256 checksum
How to use checksums
77d476d69256fe24ce2fb02e3b93c7f923eaeb0986dbd9705b2e0122f617e773
BLAKE2b-256 checksum
How to use checksums
c65c14c3bb52f934e14cc552f509fbfe87dd685bc017015c26042cc0bd888197
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp39-cp39-win_amd64.whl

Download URL xray_core-1.8.26.10-cp39-cp39-win_amd64.whl
Size 12.1 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
96d01f2e80320a755a6a313b05b39b72fc256f7144325acf61ca7f036dfad7be
BLAKE2b-256 checksum
How to use checksums
ef6257dd5b2de676659f4309414a11b871faa62efc177a08e6e3743122b23aef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL xray_core-1.8.26.10-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 13.2 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
f415564a077515c1ab98579884776362183791317714c937d41f263c14404b8f
BLAKE2b-256 checksum
How to use checksums
fc49eb36370e0d0781a4e910adc5f9e4c50717d60a96cb34ac75cf98a3206b4d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL xray_core-1.8.26.10-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 12.0 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
d9ca52e9bb41bdfb28f9c00f6001cbad7651324e6e24b3677ab56afb572b9a41
BLAKE2b-256 checksum
How to use checksums
5685744f5b253a094a76bad0716e9699571b9e5bf32d7429bf3d18fa103b6b97
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp39-cp39-macosx_12_0_x86_64.whl

Download URL xray_core-1.8.26.10-cp39-cp39-macosx_12_0_x86_64.whl
Size 11.9 MB
Tags CPython 3.9 macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
48b287f17dda13fd9f1b79dab57263cf773f88d12b143d5bd77cb468e7e31cae
BLAKE2b-256 checksum
How to use checksums
9c5d34688bf9c2173116cafa9776f553ed3fcde4213750b5c2cc6e353d1552e3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp39-cp39-macosx_12_0_arm64.whl

Download URL xray_core-1.8.26.10-cp39-cp39-macosx_12_0_arm64.whl
Size 11.0 MB
Tags CPython 3.9 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
45615b3502c2cc95b6bc86f069154215eefb804b466699b5d7d0bb41e39b7c79
BLAKE2b-256 checksum
How to use checksums
d9790f795280cd89d44f11bd1bb5c897d5f4bf441806e5e6de28b0857c4bc764
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp38-cp38-win_amd64.whl

Download URL xray_core-1.8.26.10-cp38-cp38-win_amd64.whl
Size 12.1 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
fdb1dfbee9637e106aadf9cbd39b958b8b2abf94ae8fa3c072e522fa8b4414c7
BLAKE2b-256 checksum
How to use checksums
a9f678a9ded30724718e768fee3919084b7fab1c2c5de63bc010071b44a7992a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL xray_core-1.8.26.10-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 13.2 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
5a4af4653a33a8cccb2af72d447e3d4dbb6aac4627ada8a49e68ccb49cd6114e
BLAKE2b-256 checksum
How to use checksums
4052bf0b5afaad60a790b731f62fb2c8d7b01a0afee2f1062c0f67040d7d63eb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL xray_core-1.8.26.10-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 12.0 MB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
f0dd4fe97878b0f2064fd861ead0e31e4f91f143b709aaffd7c7988d0bf1e920
BLAKE2b-256 checksum
How to use checksums
fac521ef92b920e0d4091476a3dde9c27c75011ef7459762649919a276fae164
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp38-cp38-macosx_12_0_x86_64.whl

Download URL xray_core-1.8.26.10-cp38-cp38-macosx_12_0_x86_64.whl
Size 11.9 MB
Tags CPython 3.8 macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
d46c7bc0ded66466653f20d50f78ed72521318e3ad862add5ce48402ec0d14ec
BLAKE2b-256 checksum
How to use checksums
f2f387a7213ab1e7209f098001d2ef2f47a4ba59ef0de1f251b1433a2617d5be
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log

Release files / xray_core-1.8.26.10-cp38-cp38-macosx_12_0_arm64.whl

Download URL xray_core-1.8.26.10-cp38-cp38-macosx_12_0_arm64.whl
Size 11.0 MB
Tags CPython 3.8 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
ab3184daae8cebc34ebeae47fd7f1edad633129b1ffe38d87d378623fd2a3667
BLAKE2b-256 checksum
How to use checksums
7fdee9994b1cdf9b11b346677f08571ff40f986e4b8273aa0dc2320c0befcde9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 26, 2026.

Transparency log
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page