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:

  • A Go toolchain compatible with the version declared in xray-go/go.mod, 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.11

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.11
File Size Uploaded
xray_core-1.8.26.11.tar.gz 1.1 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for Xray-core 1.8.26.11
File
xray_core-1.8.26.11-cp314-cp314t-win_arm64.whl CPython 3.14 CPython 3.14 free-threading Windows ARM64 Details
xray_core-1.8.26.11-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
xray_core-1.8.26.11-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.11-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.11-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.11-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.11-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
xray_core-1.8.26.11-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
xray_core-1.8.26.11-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.11-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.11-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.11-cp314-cp314-macosx_12_0_arm64.whl CPython 3.14 CPython 3.14 macOS 12.0+ ARM64 Details
xray_core-1.8.26.11-cp313-cp313t-win_arm64.whl CPython 3.13 CPython 3.13 free-threading Windows ARM64 Details
xray_core-1.8.26.11-cp313-cp313t-win_amd64.whl CPython 3.13 CPython 3.13 free-threading Windows x86-64 Details
xray_core-1.8.26.11-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.11-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.11-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.11-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.11-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
xray_core-1.8.26.11-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
xray_core-1.8.26.11-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.11-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.11-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.11-cp313-cp313-macosx_12_0_arm64.whl CPython 3.13 CPython 3.13 macOS 12.0+ ARM64 Details
xray_core-1.8.26.11-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
xray_core-1.8.26.11-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
xray_core-1.8.26.11-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.11-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.11-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.11-cp312-cp312-macosx_12_0_arm64.whl CPython 3.12 CPython 3.12 macOS 12.0+ ARM64 Details
xray_core-1.8.26.11-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
xray_core-1.8.26.11-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
xray_core-1.8.26.11-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.11-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.11-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.11-cp311-cp311-macosx_12_0_arm64.whl CPython 3.11 CPython 3.11 macOS 12.0+ ARM64 Details
xray_core-1.8.26.11-cp310-cp310-win_arm64.whl CPython 3.10 CPython 3.10 Windows ARM64 Details
xray_core-1.8.26.11-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
xray_core-1.8.26.11-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.11-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.11-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.11-cp310-cp310-macosx_12_0_arm64.whl CPython 3.10 CPython 3.10 macOS 12.0+ ARM64 Details
xray_core-1.8.26.11-cp39-cp39-win_arm64.whl CPython 3.9 CPython 3.9 Windows ARM64 Details
xray_core-1.8.26.11-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
xray_core-1.8.26.11-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.11-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.11-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.11-cp39-cp39-macosx_12_0_arm64.whl CPython 3.9 CPython 3.9 macOS 12.0+ ARM64 Details
xray_core-1.8.26.11-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
xray_core-1.8.26.11-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.11-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.11-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.11-cp38-cp38-macosx_12_0_arm64.whl CPython 3.8 CPython 3.8 macOS 12.0+ ARM64 Details

Total release size: 643.1 MB

Release files / xray_core-1.8.26.11.tar.gz

Download URL xray_core-1.8.26.11.tar.gz
Size 1.1 MB
Tags Source
SHA-256 checksum
How to use checksums
f5597943cfad211fef66fc9b69c4f7e37ae4554554ef7114b1fb15d0bb7e335c
BLAKE2b-256 checksum
How to use checksums
da8cb5219de43437a7d906d011cab69ccd39aed84d6dc48e97685dec6df258db
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp314-cp314t-win_arm64.whl
Size 11.4 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
27fd02c4e1f0ab8608157c952e14bd6522cb1a5ed482ff7c82c7a5857ab56c3b
BLAKE2b-256 checksum
How to use checksums
d3c21f75361447aca0edadfbaeed64019e750b08d008d563358372f84d9d6049
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp314-cp314t-win_amd64.whl
Size 12.7 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
a62475583dc2081ff07801aa1a90fa70d48e4ca81ee2359e29f8fc8d681e0d8f
BLAKE2b-256 checksum
How to use checksums
7b711f6049139cd3369cf6eeec70d6e7c42030c72ebd779d6f26aef2cfa2b4a5
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 13.4 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
bdf4ceb6e285045b09182180d282d58564a716ca4eb03edd6e37a7d966b59fa6
BLAKE2b-256 checksum
How to use checksums
d8730a1866369a833f8c42c54c29b04f8b1347e912b8819d29e33c68b33d2005
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 12.1 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
79a2a405288f8839da97c690bc518eb174be4963947b60c7f5343e11a26276c2
BLAKE2b-256 checksum
How to use checksums
6cb2b324d16ea225f8fa0dfefd8d9deadef417dc7fc69b0c89f3e49a51bc28e6
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp314-cp314t-macosx_12_0_x86_64.whl
Size 12.2 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
f2ce168be772ec97b4a784434f85882faad50dce929502fcc3bd40e408bf2a90
BLAKE2b-256 checksum
How to use checksums
e89948c8915306e98b0cb40a6ec45d3c5966c3a52b292b6c5fd7b6a56ece5f3f
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp314-cp314t-macosx_12_0_arm64.whl
Size 11.2 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
800689e0ed4e1374b31a064c69936dc14f466970131203d884c28e699a01cc05
BLAKE2b-256 checksum
How to use checksums
4cfb80aeed4262621ea820f7a8cb51535e428e1002910eb853c8c2a4ddbe4bce
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp314-cp314-win_arm64.whl
Size 11.4 MB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
d1c71fb7f38d70ee311d122026b65e567c0f886a418ae37a350d69047c54912f
BLAKE2b-256 checksum
How to use checksums
0c9e81fe18a7fc7e87386e367c7ebae081afbdf64735e91d3c9f1efa570f0d1f
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp314-cp314-win_amd64.whl
Size 12.7 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
63d9c0f05855af8f91e6f7cc9a413491b0d1dd9e67c80ecbc86a7c5d08ca8dbb
BLAKE2b-256 checksum
How to use checksums
9d681d7977d3a5bce73868067329e0e68fad7de5ed1a814c0b3e5ec901e00e14
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 13.4 MB
Tags CPython 3.14 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
725ed8f32d8fec4a356520da443cc1165660fe780766921ce975395d6c43d84f
BLAKE2b-256 checksum
How to use checksums
1f22d9a06bbca49c464ade92b27e8507ec94d887d0cee39a677c5070a4c85edd
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 12.1 MB
Tags CPython 3.14 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
f4b88df4fbf3ec1cac56077f8527b6029daae8880c8596c6eef6f1b6bfc6d51b
BLAKE2b-256 checksum
How to use checksums
54ca495e2d78d6812b13aa8ca62fccea53dd7aaf37c4ded6051bc785666a8357
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp314-cp314-macosx_12_0_x86_64.whl
Size 12.2 MB
Tags CPython 3.14 macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
183a81a96551363a2c8a741c929372e5cf05fa7ffa7c3e08ebde466579679e54
BLAKE2b-256 checksum
How to use checksums
8a66400daae86deae4fb899d20f1c8c14d0fa65525d908b60fb4c545f4733098
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp314-cp314-macosx_12_0_arm64.whl
Size 11.2 MB
Tags CPython 3.14 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
174f44546b1f29a99bdba61fae8e6e34836ddc534632d31b3554c4665f51d60c
BLAKE2b-256 checksum
How to use checksums
9a6db60fdee5be17a2997af7fe0859d58b61e5d6231748f207683e48a9128794
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp313-cp313t-win_arm64.whl
Size 11.1 MB
Tags CPython 3.13 CPython 3.13 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
121c8d43fb0cf23476a5714281aac2599ef075099849f1f3253c2889314b1aa4
BLAKE2b-256 checksum
How to use checksums
f04d175a45e3566058ad0dc8afbe4bf020a1bc1c7a87f34032ba4ca49a6db31a
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp313-cp313t-win_amd64.whl
Size 12.4 MB
Tags CPython 3.13 CPython 3.13 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
250b9f1063f147f3d43dcfafa9091498e9c1082657996dad661b5871b867e601
BLAKE2b-256 checksum
How to use checksums
ff48f7e1ca55500082dfa669cc753cd1596de03d0a2bf8061d7679ae2bf2bb33
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 13.4 MB
Tags CPython 3.13 CPython 3.13 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
c5210e540bbe0e62a3b48eb451e5ff2acdb17e4378b863235cd66b943a6b3e4d
BLAKE2b-256 checksum
How to use checksums
8265cb74741e803bc404e380133e69d78128b39077532c0e2d68dbabf05319e2
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 12.1 MB
Tags CPython 3.13 CPython 3.13 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
69d3b40d064d297059b6c6fd94c02b27a1376ddbed08f8c9c61c5803102bee3e
BLAKE2b-256 checksum
How to use checksums
cf8ff516e028e0414e5ec018deba6172f0aef79b45adfb02bfac08d2108caf8b
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp313-cp313t-macosx_12_0_x86_64.whl
Size 12.2 MB
Tags CPython 3.13 CPython 3.13 free-threading macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
c35519209ad427c6d53b40655fb1956213dfe343503954b1768daa5179413d91
BLAKE2b-256 checksum
How to use checksums
318c438b9f5ec13ce754eb11c4a10eb0bb51782a43fda7c0444f0a844e2bb200
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp313-cp313t-macosx_12_0_arm64.whl
Size 11.2 MB
Tags CPython 3.13 CPython 3.13 free-threading macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
6a315c3bd9b195e472d15ed59b6411325010edc1a716869007ad595c32ed3361
BLAKE2b-256 checksum
How to use checksums
192ce24801e0c9255809ba8ddd5ec7a4d71fd8cf51d52e3aba7d6f6132ca6444
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp313-cp313-win_arm64.whl
Size 11.1 MB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
861aa4ebd234d2554733db6195f209a4eb7b54bf029ac98f6900aa6ec6b4a754
BLAKE2b-256 checksum
How to use checksums
42717d4ce5bd5a06e40cf567e6970b9ba5f3a61ce3b62b0c08dfa43ef917c296
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp313-cp313-win_amd64.whl
Size 12.4 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
518a51828196a4993311811fa62425ed4d563ff4a434b636c9a91a5ccd4b5146
BLAKE2b-256 checksum
How to use checksums
e96f0a01d1813b6629f181d55cac60f036324e221d477f9c41542df2edbb7068
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 13.4 MB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
23d657b333796df6fc9a7a0b0bf980432f29608347454c0156e82171d97a84ab
BLAKE2b-256 checksum
How to use checksums
08c886b42c926a0f3d8db6b0e16b41affbbb292241e34c416048857aa03448d6
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 12.1 MB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
bbd1183e91fc7e1a95a1e9c2de3d557ce153e71e010f8461fa3dfae353435acb
BLAKE2b-256 checksum
How to use checksums
6659830815c6189ddf56b30fb28b32fc5adda3218e68e2e1bc9ee847a20d4128
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp313-cp313-macosx_12_0_x86_64.whl
Size 12.2 MB
Tags CPython 3.13 macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
1ec370d749a042ec2c133ccd04fb76a207291bc4e57345160e021a5ec75f4e63
BLAKE2b-256 checksum
How to use checksums
351ab786e5022472d81243834c82943d1d2a4231f7d0cf5199952a242215086b
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp313-cp313-macosx_12_0_arm64.whl
Size 11.2 MB
Tags CPython 3.13 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
ce5ac29da08aae08b0b2431ccf01fc1af6ac77acbf9dc883ade3865dc7ad9e65
BLAKE2b-256 checksum
How to use checksums
84845e3e913fb6502bcec31316630ef54a7f6a26c23c73c00f7135d186c2de5a
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp312-cp312-win_arm64.whl
Size 11.1 MB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
da4aa3e06c78b4c81d65dcb21fc1382a8067f2c7267f84bd120e2083ff7f26d8
BLAKE2b-256 checksum
How to use checksums
3282c145f3286cf7a94dfe7281668c35b48a64e303238dfd47ae904cddad039a
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp312-cp312-win_amd64.whl
Size 12.4 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
ac38e362f799b9e42631ee2826698b444071dfe9ba5bc91718ebc3ea3db2dd76
BLAKE2b-256 checksum
How to use checksums
662005b42c1ac8ddc9352dc5019d73e41f161164be6911b1637e949530039eab
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 13.4 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
f67feb0720097374407f7e3c2935f8cec68a57c056ddc3fa97ad0a623cd5e052
BLAKE2b-256 checksum
How to use checksums
9d69267b5c21cd452b4970757a9efedda648e3f12676b609adc20e9632cb74ac
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 12.1 MB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
af7cf2601d3a532bc160d61b2e977ec113515a2ce0d447894be05b1046f8fe96
BLAKE2b-256 checksum
How to use checksums
a1e15c765fbdaeec7119fa53aa966c89c9d0f8575af0e42ab8e0598bf647ad28
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp312-cp312-macosx_12_0_x86_64.whl
Size 12.2 MB
Tags CPython 3.12 macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
f49655176f366f955f9984fd873c3886b6000ea8ba4daff3e76034de342b8bfd
BLAKE2b-256 checksum
How to use checksums
d31885e6059f43647e5c598c9bd875b91554ee5ac6aaf632247688c1575895d2
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp312-cp312-macosx_12_0_arm64.whl
Size 11.2 MB
Tags CPython 3.12 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
fc9120a6ace36b7614d3642aa25d9d521bcfa60223eea375396a311101d91136
BLAKE2b-256 checksum
How to use checksums
6f0d2dadfe42bc25197b0e1e69fa81e1aecbeebe6e077321a2b31e5a73e049ab
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp311-cp311-win_arm64.whl
Size 11.1 MB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
93483d0cf1e9c7effffe317f0afe373ea427dfeb6ad5ea40562b8110a5a5a750
BLAKE2b-256 checksum
How to use checksums
7ddfe1bf45adba7fca1b0c8adb9f0ba97436b979fa4f611ed070540717c96377
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp311-cp311-win_amd64.whl
Size 12.4 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
068d01be62b15a5bb2b9511abd29a21606b4d79363a37927026872d629b5c480
BLAKE2b-256 checksum
How to use checksums
6e7ac394962d1a0fc5f2f1cf56e0cf63ec5a2b70533a81f52b77a4ed71dda043
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 13.4 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
d97609232d50e0d69275f61119b60740a71772236077d88c8dc3ac1ee37bf11d
BLAKE2b-256 checksum
How to use checksums
7261c1f2c80dee96039babb57fe4815e2fcd9d3fc41b87461d3091ef6757641f
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 12.1 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
59d06a20eb7a5a9742f6ca4162d1e28788114b840147ae8daf526c7406a74801
BLAKE2b-256 checksum
How to use checksums
df46095c6d2d97af8bce45202dfba920998c69399fac2ae9a54848e8a43bc2a5
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp311-cp311-macosx_12_0_x86_64.whl
Size 12.2 MB
Tags CPython 3.11 macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
426d7f55757b6ccf00b51900c71f2c1695785863f7f10edb77820cb413399835
BLAKE2b-256 checksum
How to use checksums
68a8b31f3d97c814e8a5f4e70f76b53685416b251ccfd28f460f191c82aa0557
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp311-cp311-macosx_12_0_arm64.whl
Size 11.2 MB
Tags CPython 3.11 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
794abfb881e57037bda92fb73fb4edfa2a615d6b766b0835b142e206d4bd444b
BLAKE2b-256 checksum
How to use checksums
fa137c4de4324fd133b1c6566142fa9e411c2fc12212d2d3062530f681a22e94
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp310-cp310-win_arm64.whl
Size 11.1 MB
Tags CPython 3.10 Windows ARM64
SHA-256 checksum
How to use checksums
7984dc4f5fca7cb8e26304dfd5d79c2aa972528b29a832aa3ee05636238bb015
BLAKE2b-256 checksum
How to use checksums
beef0878384ee78ced9634e55e1b90c7b7fc1a90cfb54fc94c1dd71676461352
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp310-cp310-win_amd64.whl
Size 12.4 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
ada36ee3d7f8253ffbbdd8beb317b81c3e73ef66232f921219fbe436e5cdfc92
BLAKE2b-256 checksum
How to use checksums
f6e91f6986532769063e558e708cd626180b67acaea59e3725730f63272ef23e
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 13.4 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
f5b8b2505709b3defe126ea05a9f00a19826fea3383c0a70715d4039ef392865
BLAKE2b-256 checksum
How to use checksums
454f6e2295f4d7660c9f5e53c2da958641d62f5b65ac1036aaafd430b12e297c
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 12.1 MB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
3b828d4134be70a47de298f3deb292239a0a269819c48aa85e89a920a0e39dc3
BLAKE2b-256 checksum
How to use checksums
9e5b8e1d461be29db4371117dd1f8545936841252b944d06dd8cc05c496e7189
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp310-cp310-macosx_12_0_x86_64.whl
Size 12.2 MB
Tags CPython 3.10 macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
6be1f9268f5c409ed431fdbc461974a7181d24ee978247cd888bbea9379b3b01
BLAKE2b-256 checksum
How to use checksums
1c94645bda944b945273edcf06881f0b4bd191a5aceb7afe2634bd6b493f76ed
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp310-cp310-macosx_12_0_arm64.whl
Size 11.2 MB
Tags CPython 3.10 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
c6ba52ad5ddc75e2c1b3adf52060983cad7f779eae7caf2dfe1c1697f935d4a0
BLAKE2b-256 checksum
How to use checksums
a11906196df5d4c7fb8b0cc43b96eecdb3b4de7e7fbd70fb905e2a853e1a1465
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp39-cp39-win_arm64.whl
Size 11.1 MB
Tags CPython 3.9 Windows ARM64
SHA-256 checksum
How to use checksums
5027260615331f9e095a663277f6d62cc124a1d7c707f46e3b17e0bd29426e02
BLAKE2b-256 checksum
How to use checksums
13636a2beb6f0fc4c0ab7a72b88f5822defaeb63a664e05d54a7e3b17145a14c
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp39-cp39-win_amd64.whl
Size 12.4 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
c85807e0279a58ee9485331f3b319d67c20751ee2abb56a79232554ec8cbcd1c
BLAKE2b-256 checksum
How to use checksums
660869a71018fb099f0b70c2112e51c38da383a6694fe9ec1bf0de12e9792915
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 13.4 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
c14fc9d170f46bdb5a9bb60693e6fe63f1e676550421d6c6e7ea9dfa451703f1
BLAKE2b-256 checksum
How to use checksums
a13f3355ae1d789534936d2c3a5a93819aa9ae188bf1ef06575e6b29528909fc
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 12.1 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
b4c8629e65955e1a0a7c081e45d1fa11a0e4302b1ab917bd6ef069d4dc6c57b1
BLAKE2b-256 checksum
How to use checksums
b8331953248aabae51d3f5ce34d3a310c9a7964dfbe400bbb7d1d3869f80e06b
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp39-cp39-macosx_12_0_x86_64.whl
Size 12.2 MB
Tags CPython 3.9 macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
37432c00a299f15a587c8110a27515bd516fd9401e4f4ec5a37c82c53c3e000a
BLAKE2b-256 checksum
How to use checksums
e0f97714deae02e2ad8451bf89e40ad7ecbb2cddd5176f12058cb197ca595051
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp39-cp39-macosx_12_0_arm64.whl
Size 11.2 MB
Tags CPython 3.9 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
1321c035f40dde67c11a55654ae46025ac51789ea19c59daf5e41c9d81f70b80
BLAKE2b-256 checksum
How to use checksums
6759cf81eec4ac683395c22c22d2a33cf2662ac988cdcbe5a49fa69a7a6da8da
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp38-cp38-win_amd64.whl
Size 12.4 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
53783756e19af9fac3d3b512e1ab5753e98f3f4722d89fc86663fffb8d62f050
BLAKE2b-256 checksum
How to use checksums
236ea71981c11db1aa1c6ccc50f6bf59f532958af37f6bb2121110de3ea07968
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 13.4 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
a4dfcbc54f6104f463ccfdd4fe2e249c2b1b8849f19c6bafb3180b10cf389b4f
BLAKE2b-256 checksum
How to use checksums
dd47a4c4f5b3c7a25d0fd0a19f88f61dd9ecc58845ca3d5e1ed261098e53d649
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 12.1 MB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
d1505669bcbb17a7a5757d559848a9f9484d05749a98ae247168926ecec4dde7
BLAKE2b-256 checksum
How to use checksums
f92c695ba840dfcc9fd12b95d593baa5e00691529fba2fac559e409389230512
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp38-cp38-macosx_12_0_x86_64.whl
Size 12.2 MB
Tags CPython 3.8 macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
5e1b243e5cdc45b97c5e14ea26111763427f94e689152e63fc6c7b71bf16f21e
BLAKE2b-256 checksum
How to use checksums
f3bd9c0cb51a3364ec11a00604f2ceb05913c61c1602f61abf8a0ed8608711e4
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 Sep 10, 2026.

Transparency log

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

Download URL xray_core-1.8.26.11-cp38-cp38-macosx_12_0_arm64.whl
Size 11.2 MB
Tags CPython 3.8 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
1e8ea7511f39bee591f0e08817d5781a40eb38a2eb88988f13595ab4aadc67c4
BLAKE2b-256 checksum
How to use checksums
e0a468dbe7bca9532182434f023e2fcdb6ca2148a756e42a9d2baaa08541d232
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 Sep 10, 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