Skip to main content

Xray-core-python

Deploy PyPI

Python bindings for Xray-core.

Install

Core Building Tools

You have to install the following tools to be able to install this package successfully.

  • go in your PATH. go 1.20.0 and above is recommended. To check go is ready, type go version. Also, if google service is blocked in your region(such as Mainland China), you have to configure your GOPROXY to be able to pull go packages. For Chinese users, refer to goproxy.cn for more information.

  • cmake in your PATH. To check cmake is ready, type cmake --version.

  • A working GNU C++ compiler(i.e. GNU C++ toolchains). To check GNU C++ compiler is ready, type g++ --version. These tools should have been installed in Linux or macOS by default. If you don't have GNU C++ toolchains(especially for Windows users) anyway:

    • For Linux users: type sudo apt update && sudo apt install g++ and that should work out fine.
    • For Windows users: install MinGW-w64 or Cygwin and make sure you have add them to PATH.

Install Package

pip install Xray-core

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

Source Code Modification

This repository, including the package that distributes to pypi, contains Xray-core source code that's been modified to build the binding and specific API. If without explicitly remark, the version of this package corresponds to the version of the origin source code tag, so the binding will have full features as the original go distribution will have. And due to its backward compatibility, there's no plan to generate bindings for older release of Xray-core.

To make installation of this package easier, I didn't add the original Xray-core source code as a submodule. To track what modifications have been made to the source code, you can compare it with the same version under Python binding and corresponding go repository.

Tested Platform

Xray-core-python works on all major platform with all Python version(Python 3).

Below are tested build in github actions.

Platform Python 3.8-Python 3.14
ubuntu 22.04 :heavy_check_mark:
ubuntu 24.04 :heavy_check_mark:
windows-2019 :heavy_check_mark:
windows-2022 :heavy_check_mark:
windows-2025 :heavy_check_mark:
macos-13 :heavy_check_mark:
macos-14 :heavy_check_mark:
macos-15 :heavy_check_mark:

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.8

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.8
File Size Uploaded
xray_core-1.8.26.8.tar.gz 988.2 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for Xray-core 1.8.26.8
File
xray_core-1.8.26.8-cp314-cp314t-win_arm64.whl CPython 3.14 CPython 3.14 free-threading Windows ARM64 Details
xray_core-1.8.26.8-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
xray_core-1.8.26.8-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 Details
xray_core-1.8.26.8-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 Details
xray_core-1.8.26.8-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.8-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.8-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
xray_core-1.8.26.8-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
xray_core-1.8.26.8-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
xray_core-1.8.26.8-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.24+ ARM64, Linux glibc 2.28+ ARM64 Details
xray_core-1.8.26.8-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.8-cp314-cp314-macosx_12_0_arm64.whl CPython 3.14 CPython 3.14 macOS 12.0+ ARM64 Details
xray_core-1.8.26.8-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
xray_core-1.8.26.8-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
xray_core-1.8.26.8-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
xray_core-1.8.26.8-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 Details
xray_core-1.8.26.8-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.8-cp313-cp313-macosx_12_0_arm64.whl CPython 3.13 CPython 3.13 macOS 12.0+ ARM64 Details
xray_core-1.8.26.8-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
xray_core-1.8.26.8-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
xray_core-1.8.26.8-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 Details
xray_core-1.8.26.8-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 Details
xray_core-1.8.26.8-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.8-cp312-cp312-macosx_12_0_arm64.whl CPython 3.12 CPython 3.12 macOS 12.0+ ARM64 Details
xray_core-1.8.26.8-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
xray_core-1.8.26.8-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
xray_core-1.8.26.8-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 Details
xray_core-1.8.26.8-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.24+ ARM64, Linux glibc 2.28+ ARM64 Details
xray_core-1.8.26.8-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.8-cp311-cp311-macosx_12_0_arm64.whl CPython 3.11 CPython 3.11 macOS 12.0+ ARM64 Details
xray_core-1.8.26.8-cp310-cp310-win_arm64.whl CPython 3.10 CPython 3.10 Windows ARM64 Details
xray_core-1.8.26.8-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
xray_core-1.8.26.8-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 Details
xray_core-1.8.26.8-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.24+ ARM64, Linux glibc 2.28+ ARM64 Details
xray_core-1.8.26.8-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.8-cp310-cp310-macosx_12_0_arm64.whl CPython 3.10 CPython 3.10 macOS 12.0+ ARM64 Details
xray_core-1.8.26.8-cp39-cp39-win_arm64.whl CPython 3.9 CPython 3.9 Windows ARM64 Details
xray_core-1.8.26.8-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
xray_core-1.8.26.8-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 Details
xray_core-1.8.26.8-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 Details
xray_core-1.8.26.8-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.8-cp39-cp39-macosx_12_0_arm64.whl CPython 3.9 CPython 3.9 macOS 12.0+ ARM64 Details
xray_core-1.8.26.8-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
xray_core-1.8.26.8-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 Details
xray_core-1.8.26.8-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.24+ ARM64, Linux glibc 2.28+ ARM64 Details
xray_core-1.8.26.8-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.8-cp38-cp38-macosx_12_0_arm64.whl CPython 3.8 CPython 3.8 macOS 12.0+ ARM64 Details

Total release size: 560.2 MB

Release files / xray_core-1.8.26.8.tar.gz

Download URL xray_core-1.8.26.8.tar.gz
Size 988.2 kB
Tags Source
SHA-256 checksum
How to use checksums
c2e65c2438a2cd338fabe3f8b26cc16990f89a15de9d87ede4b0538d084836e7
BLAKE2b-256 checksum
How to use checksums
445caa29fb48094993a6ad8e92adbc3fdb97551c4125f4595df6cf037ed72a91
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-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
fec784d2fd63f6ce02125f3a96f9f474b5dcad35c2d6772e574e960bb0e36354
BLAKE2b-256 checksum
How to use checksums
46703785811970196a4a75f1313e97716446c183482c85d26e57362c81812249
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-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
8ebaeef7010ba2292ebb2454c5266e8b5aebc09bc72d25c53bd703a86859273e
BLAKE2b-256 checksum
How to use checksums
573349e90ca46d548d19dc3e93c4f63c232969ffb24868fa6731478da9c2f43e
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 16, 2026.

Transparency log

Release files / xray_core-1.8.26.8-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL xray_core-1.8.26.8-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 13.2 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
e10c3bd8b9939987ed13cbc5221e88d0a5e12ced0ad354aa428a761f618582b2
BLAKE2b-256 checksum
How to use checksums
1896edce2b004af276dfc3d2d1d110f8c798aee71142bb483dd4e3b73a408f73
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 16, 2026.

Transparency log

Release files / xray_core-1.8.26.8-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL xray_core-1.8.26.8-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 11.9 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
422e770c579bc4b68cc76e601094f98b0614db4842f798f4e08be3dfd9c3c7b2
BLAKE2b-256 checksum
How to use checksums
526ce892a822ab4ca4b1da4a1efdea82ff3dea6788f99f397b44bfa98654dfd8
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-cp314-cp314t-macosx_12_0_x86_64.whl
Size 12.0 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
82ae1fc27312b394514a2ca8ff0d0a2b9788902b483ca0df02a954ec3f52fc83
BLAKE2b-256 checksum
How to use checksums
38f35197360e953baf038d04b3a0dc594bd48f465ecb4e7cef645cd69b1ead20
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-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
25fa4cba12e88c2c69e2a57e49065c8ebdc2c21b1a4ba62a408f776cea82c59f
BLAKE2b-256 checksum
How to use checksums
e5e5cfe3dfe8e9d0105db3d2d7d59d864bb9b996504e545be038e15389c26799
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-cp314-cp314-win_arm64.whl
Size 11.2 MB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
1adc20168b47e24df07bd4a453fb6eb1930111d04aa2e07147784b0ed4cf4295
BLAKE2b-256 checksum
How to use checksums
07cd23f0dc172c39a35394f9383fd81a3426662b879e860a3473bc7cfbc17393
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-cp314-cp314-win_amd64.whl
Size 12.4 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
a820d13dedad08dff35d79789cbda895f88fe06e85c2b111ac1e8e8c922451c2
BLAKE2b-256 checksum
How to use checksums
3f71f8fe5be05c2e5b6b20796f227e55747b036e842840e09729973292422fdf
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 16, 2026.

Transparency log

Release files / xray_core-1.8.26.8-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL xray_core-1.8.26.8-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 13.2 MB
Tags CPython 3.14 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
229da3d7bd3427c6b20f84fb3015698ecbda46991a35468472ce072bf68e4092
BLAKE2b-256 checksum
How to use checksums
7c10198898d46eecd414d43d99e9517423da84d997056fcbeec8b5aac6054f73
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 16, 2026.

Transparency log

Release files / xray_core-1.8.26.8-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL xray_core-1.8.26.8-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 11.9 MB
Tags CPython 3.14 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
0f633f1185fb3d25d97b33e74d6620e463cc6cac703dfc90158d5d1222d5a53e
BLAKE2b-256 checksum
How to use checksums
952ec3c9f59f041348f6404c1f336714d6d34787873c08d111adc5c2238e6aaa
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-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
2e63ad4c0c3205138c8e82e16c63bd616c4bf797038fda30bd63ce517fb6e6e2
BLAKE2b-256 checksum
How to use checksums
236c085919af30b128c05ce7dd5b00f7bb0d67e095f6b7a6d6d0b63b66fed2cd
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-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
d58c49bb7a22dc8b5806503055b8a8af85b2f4d9fed0b8cace86c57d49691b79
BLAKE2b-256 checksum
How to use checksums
14060c76e4d1c5d46a04dd4261124dd955a9a81d59aa8470fef22fb504ce4f79
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-cp313-cp313-win_arm64.whl
Size 10.9 MB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
fe7a096cb542a34e88cd5bbd7650848e68ffaf989ff32b71331f94f81d2f5399
BLAKE2b-256 checksum
How to use checksums
9f132138504b3ec54a4a3a9d5f7d446d41acff351c5617a4f740554ed8d4b229
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-cp313-cp313-win_amd64.whl
Size 12.2 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
b0f9289154b056f82a451c2f4a1ac8e0419e7ae6e5fa34be5ac8a349a8b640d3
BLAKE2b-256 checksum
How to use checksums
d0d1364cfa3c8a29de38638c60054b88b71b3b704dc30b99d1c8c155dfb8d6fa
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 16, 2026.

Transparency log

Release files / xray_core-1.8.26.8-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL xray_core-1.8.26.8-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 13.2 MB
Tags CPython 3.13 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
1c2e1fcb98536e8685a97a40bb24e6b93996b8a9d0874338dccdbd82649e7449
BLAKE2b-256 checksum
How to use checksums
87868e89a02a4f87e1a6a55b6f8774db483ddf5bc2c3d1dcec6f50ba3790dbff
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 16, 2026.

Transparency log

Release files / xray_core-1.8.26.8-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL xray_core-1.8.26.8-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 11.9 MB
Tags CPython 3.13 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
006f8c89098f9c24ccc31f0f1777be342c9a9cb032ed5d5ace688ae8115b6b40
BLAKE2b-256 checksum
How to use checksums
fd45ed77636d2e0d1042e3b473f356dc7ed71683479c704c52c676f3d6564f26
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-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
ca148988136bf3f2bd61a56b132101b44bf4bd6fead21393e7ee830942501eb6
BLAKE2b-256 checksum
How to use checksums
65f84c66b9b3bc922e81517c20f37f7e66e51c6c4feeb105084d4889cd57aa29
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-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
6fe96d135aaeb58b3561db54124f394771d91e0da0e19c391d85d954c1c9572b
BLAKE2b-256 checksum
How to use checksums
1fd32a1b1f79d52ddf8ac22da2706828816402155bd5fc3fd911edd45f0bb2d3
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-cp312-cp312-win_arm64.whl
Size 10.9 MB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
7d90898c87854f612b7731f2f028b4328b0f7716fead24c9c1e14769e33ed5e1
BLAKE2b-256 checksum
How to use checksums
9d88960d9476b1c34ba98692cfc1f3db3ca35192bc9422ce90c0b57af574f705
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-cp312-cp312-win_amd64.whl
Size 12.2 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
5d442b44ceff0620e510557154497aa070207a7e136995f2e37d974486e83011
BLAKE2b-256 checksum
How to use checksums
7832f9546f94044b799b984f333303b1259829c912af7dce029ffea9052cecec
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 16, 2026.

Transparency log

Release files / xray_core-1.8.26.8-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL xray_core-1.8.26.8-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 13.2 MB
Tags CPython 3.12 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
5ef0e653bfbe4c3e78d1355fc0ac653ce5bbe678dec1805fcf61bae33d8e675a
BLAKE2b-256 checksum
How to use checksums
883b4a70ef5c03052d4094def3f0a3b412862ab1cf374e5b0c39239f4f2c7338
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 16, 2026.

Transparency log

Release files / xray_core-1.8.26.8-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL xray_core-1.8.26.8-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 11.9 MB
Tags CPython 3.12 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
d9c4a07ca5e775e7ae22e5437c51ecbb86ceeb9d9585440bc37fb24fadebfc7b
BLAKE2b-256 checksum
How to use checksums
bd4f3e25c9c5a8c7f8e9a9cff0ba5b89adddac632dfb8373910f966f0ae522fe
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-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
401dd6d096626ff80bb9c6f38bbda6036b270b0c0a9239d6e960f2a8b195fc5d
BLAKE2b-256 checksum
How to use checksums
c5838f1faa42de198fe95eacaea6740852aca7ae0016b83f2a823951339d1d78
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-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
45444880f9a5e2d74bd1df201b566f9bd241af2db52bf6f5802549828101349f
BLAKE2b-256 checksum
How to use checksums
c27e98d1e3761fba398aba1c5328ef71d58dbce5f71d54ecb7d08882cc6ae8ad
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-cp311-cp311-win_arm64.whl
Size 10.9 MB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
ab596994468f7607b4ae59df7c80dcebd266e52fa633427d68effb8cd2e02d91
BLAKE2b-256 checksum
How to use checksums
0212db313caf3b1e04ecbb689caa5cdaa98449d1ee7f2811ee875d894bda4611
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-cp311-cp311-win_amd64.whl
Size 12.1 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
15ee76556d19d7437ab55a9b0e0c2cb55e319420b87c52f3a4c91287f495fff4
BLAKE2b-256 checksum
How to use checksums
1e3af7a8522669d8e1c80e5953bf064569bc0bb78f8dc2430e72dac0ff48c104
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 16, 2026.

Transparency log

Release files / xray_core-1.8.26.8-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL xray_core-1.8.26.8-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 13.2 MB
Tags CPython 3.11 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
05c4626ca351e509a878c5d47d6ebf47e2d05b45ff267e838c4289cae498db37
BLAKE2b-256 checksum
How to use checksums
07c460f7f5fcb7b521dbaaf3932d6b3081b8b245b99da7d906289909eb52c708
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 16, 2026.

Transparency log

Release files / xray_core-1.8.26.8-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL xray_core-1.8.26.8-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 11.9 MB
Tags CPython 3.11 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
f5c442092a5d8db271c9a7ff0ab75ab30cf80d92003c432f3159bbb235e42f28
BLAKE2b-256 checksum
How to use checksums
f0f6af83ce542eff7b1ead82940754caa99674b2343c1af1b2eebea6df11c8b0
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-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
3ba0d58ef53173d3c451caa606ca7b90f7d454af65b5fb4164fdceb8567f59b8
BLAKE2b-256 checksum
How to use checksums
a7d1fb7a9f7496c4e540d18683c2cfbe139f3f6cd230038c0f8f9c7db135adaa
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-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
fca36ba47e1ed8cf9df67f53d9a30a9b7908696d470cdd46b4c62bdafc9c6ffd
BLAKE2b-256 checksum
How to use checksums
04cca94a9e2530474560b431afd85b69adb2f874f28b59095efc8fc4fafa9bd4
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-cp310-cp310-win_arm64.whl
Size 10.9 MB
Tags CPython 3.10 Windows ARM64
SHA-256 checksum
How to use checksums
5f117b6da16aca35d87574b4eb37dc9d6b90b185533eefef0b09b7e694ebb9af
BLAKE2b-256 checksum
How to use checksums
e2a2e6f6688e416948b3362429c3b9897624dc79b49f0038c9bda395caeb05dc
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-cp310-cp310-win_amd64.whl
Size 12.1 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
4c444d98da0fe736ff8db4e136788e5a82b477e52d2fe69b5afb873034072f65
BLAKE2b-256 checksum
How to use checksums
ff57a6416358ca4fa26e1e0a4d99c01841be86a5a9aadc80fc9d09750e255782
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 16, 2026.

Transparency log

Release files / xray_core-1.8.26.8-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL xray_core-1.8.26.8-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 13.2 MB
Tags CPython 3.10 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
50d59eb87593a1f94377fbb64a8aecade0aefa27ad29f3d1bfa982964a288ce4
BLAKE2b-256 checksum
How to use checksums
f179cbaa638899356e0109f31de5a38952e70fb1022059d9f9d72c3aa847b389
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 16, 2026.

Transparency log

Release files / xray_core-1.8.26.8-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL xray_core-1.8.26.8-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 11.9 MB
Tags CPython 3.10 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
4859f8d63a0359ca881aba92fbce527509ec024581df3b2fe79385bedce193cd
BLAKE2b-256 checksum
How to use checksums
0a9ccaa2f96e4c7b9223e54005068346380939cefb76fe48bc91209722263e96
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-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
4bc878e3f663f31e20d4770499f314d50e83af24440a8e8f00ec07183a03a96a
BLAKE2b-256 checksum
How to use checksums
dd854492d8a4256d6f7f6bb137bd492cbcd2df814ac9835356cc159b0d1e2777
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-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
a03791b10ca640490904a5c257a53eb4b3b23990081915ccfbe3a9038f412070
BLAKE2b-256 checksum
How to use checksums
00a68903453e1f91f15ad93bfe1fa780586fc0693667880e13c63b6cae902c7e
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-cp39-cp39-win_arm64.whl
Size 10.9 MB
Tags CPython 3.9 Windows ARM64
SHA-256 checksum
How to use checksums
9caba916bd823c433520603d9075a984b9d6e34d6ec2fef5df026fc3e9e8ac52
BLAKE2b-256 checksum
How to use checksums
7a89db8aeee38c085657ec6f3f007580cc5e014bd6c4c442d0dc12c8081d1217
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-cp39-cp39-win_amd64.whl
Size 12.1 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
5a90ef7687e5680f6ede5864597a6ddab3148fcd27a5b9d26f088451683f8cf3
BLAKE2b-256 checksum
How to use checksums
0f9fd66b4f89810f5496905127b5b40fd2bec20dd9b0775db2db435468888848
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 16, 2026.

Transparency log

Release files / xray_core-1.8.26.8-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL xray_core-1.8.26.8-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 13.2 MB
Tags CPython 3.9 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
f1c9d4027e1f559f590e22263a83950d10306c33945bc7a014f7d0f3318e78be
BLAKE2b-256 checksum
How to use checksums
0e976c8bcf6a599137b67da3d395ac4905db2959273a7f7937fb0221d25e7c8b
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 16, 2026.

Transparency log

Release files / xray_core-1.8.26.8-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL xray_core-1.8.26.8-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 11.9 MB
Tags CPython 3.9 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
29b4154481e3f3e4686ee9513b88cfe13367223afcb44faeea86d8822db8651a
BLAKE2b-256 checksum
How to use checksums
8de72450f9912f444e988f54e9e25a8ffa7635a9560b20c16ea8f5b07d9e9cbf
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-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
c7905d867f0f070ad6a1ef2063d26f5163a45af5bf439880889f2707d2c88696
BLAKE2b-256 checksum
How to use checksums
e3980cdf02b757f6084af804b709b83d89329bc85a9a28ccaf47110531a8b260
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-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
1f80ac9f6462877df5530cc5800fbeb885cf30cf8f2d86bca5a64ee20a83192e
BLAKE2b-256 checksum
How to use checksums
4934ca0be00c9eb2bce1b8c6200c9eaf1396480c14f17051b827810af16e0ea6
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-cp38-cp38-win_amd64.whl
Size 12.1 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
bcc82eb7521068fa61699da5b2e6aaa79e15f291a559ab3c7c0239c4607e3b04
BLAKE2b-256 checksum
How to use checksums
d36407f115687860f46bb92017da9683acb616c7f3709f05ea7c730bfdefeb43
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 16, 2026.

Transparency log

Release files / xray_core-1.8.26.8-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL xray_core-1.8.26.8-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 13.2 MB
Tags CPython 3.8 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
f124b9cf59dd0749d38f712ac84d988c10e4fbf95bd9de012162f46521404097
BLAKE2b-256 checksum
How to use checksums
018505681eca36bd58cfd1a7efa1df342842e6e3b4c0d575b9cd04576145f8a9
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 16, 2026.

Transparency log

Release files / xray_core-1.8.26.8-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL xray_core-1.8.26.8-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 11.9 MB
Tags CPython 3.8 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
55753a5698309925f99ffc59648e4b6edbd8961b7868c555cf0140ffa8d3f251
BLAKE2b-256 checksum
How to use checksums
5048339fa53448ede59100ee3bbf2aa67f1e589d0db07a28616a879e181a3009
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-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
3e99e77e0d99a666bfdfd86911fe631d310561fdb3b2341eb31c8dbd200d1dc2
BLAKE2b-256 checksum
How to use checksums
84b52a107233c0f828f8875c33225cc3b64e3b1c0d0a8dce75b15ed740390e67
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 16, 2026.

Transparency log

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

Download URL xray_core-1.8.26.8-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
5c0ca6f9605e667527f38de9d35b21839131314e34a30875d3b67cb3287c2077
BLAKE2b-256 checksum
How to use checksums
ea374659fde986160fb3ed8889a07c33b15afdf189cc92218120c67b723017ef
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 16, 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