Skip to main content

Xray-core-python

Deploy PyPI

Python bindings for Xray-core.

Install

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

pip install Xray-core

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

Build from Source

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

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

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

pip install .

API

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

NAME
    xray

PACKAGE CONTENTS
    xray

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

        Query statistics from Xray

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

        Start Xray client with JSON string

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.

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

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.9
File Size Uploaded
xray_core-1.8.26.9.tar.gz 987.8 kB Details

Built distributions (wheels)

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

Total release size: 631.4 MB

Release files / xray_core-1.8.26.9.tar.gz

Download URL xray_core-1.8.26.9.tar.gz
Size 987.8 kB
Tags Source
SHA-256 checksum
How to use checksums
350d4523809f4c30f53e86478df1517bf7f7bcf2f0271d0dcde4e104bac632a9
BLAKE2b-256 checksum
How to use checksums
4d2660a5d906d51350a7e72c311a92f2bd334b7af3608d5ee6fe873dbfa83af4
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.9-cp314-cp314t-win_arm64.whl

Download URL xray_core-1.8.26.9-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
b89ef6e6b40ff10684fb583138b85042802c25a2d2ba0eefc143454e6ce02169
BLAKE2b-256 checksum
How to use checksums
aa15f0306dd0e3debaf136e0cb4aba8b538630f042904e553407574ff5e9ef9d
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.9-cp314-cp314t-win_amd64.whl

Download URL xray_core-1.8.26.9-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
59cdbbc5d1fe7f9ef2447a4c29a222121c95a471abfac792dd693c948705b274
BLAKE2b-256 checksum
How to use checksums
bc3ce1cad9ca2ce7a14717c85b1411d0a6daf64be5f69124d527a602cf2cec88
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.9-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL xray_core-1.8.26.9-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
cb931228bba51725491a35ff64b4fa09960af72bb4c6ce0ee71c2ddb0873d511
BLAKE2b-256 checksum
How to use checksums
67a554df3eb143f5554fda8a1560c6d71882df73e3f30d5fbca0e349c6795dc4
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.9-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL xray_core-1.8.26.9-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
7def86ce098c5fc405bad2481e65169d33a45555cd4eaab69057f38a1b759a18
BLAKE2b-256 checksum
How to use checksums
34fc47995c87182e193db81f67c8818d64f6c6b6e63da4ef9b6604ba1af7a2f1
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.9-cp314-cp314t-macosx_12_0_x86_64.whl

Download URL xray_core-1.8.26.9-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
5b5871dc2296faab8f083fefaf27c7f1ec036fdffdd1308d67dff38a7388c5e0
BLAKE2b-256 checksum
How to use checksums
36115eb990a04bb632b01e155c2ffe840f5f15dc29c30ee0185ed8703a413653
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.9-cp314-cp314t-macosx_12_0_arm64.whl

Download URL xray_core-1.8.26.9-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
18b78dfcb7738693b4269a114b0cd83efb66db979acb38f15756afad1c19b85b
BLAKE2b-256 checksum
How to use checksums
457875ec34649da66c5e72fd7d8f877407d37045d08feb9fa006f2ad02105c78
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.9-cp314-cp314-win_arm64.whl

Download URL xray_core-1.8.26.9-cp314-cp314-win_arm64.whl
Size 11.2 MB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
bdad8e943cbf444b1848c225ac0d904de43f7c70d0a9e118e38c6caa82680628
BLAKE2b-256 checksum
How to use checksums
ca4b22c8ce75668626b4f901a503dae3f5516104737888cdd4aa5e322bd0c440
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.9-cp314-cp314-win_amd64.whl

Download URL xray_core-1.8.26.9-cp314-cp314-win_amd64.whl
Size 12.4 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
8e147806e3784c84bd10f12db8290473b5ad3176cfa9ba0672a5e368e3a80807
BLAKE2b-256 checksum
How to use checksums
decb83eb0b4863c5d88b53ed8a70f112e6df1749d8869c6d312dbe48b3e96f42
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.9-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL xray_core-1.8.26.9-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
bbc3ce3aa39c4574e9ac18ef0258429f8a6ba0db2f5960ee8d54f696fa082ad3
BLAKE2b-256 checksum
How to use checksums
46473b645512dc690d188fa87ad821194667c7601db8d91ac4f23632510066c9
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.9-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL xray_core-1.8.26.9-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
662701d3aba45ec21e75014c7c16c54598db9965042865462bf6e6d6383cfe87
BLAKE2b-256 checksum
How to use checksums
16e62812b14a4c705279f3d51be011b0f30e2f5f4f947dac7b9279e113e802bf
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.9-cp314-cp314-macosx_12_0_x86_64.whl

Download URL xray_core-1.8.26.9-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
50c9d6aac7b7709b164cf04afd29a46ce14b7ca597b513efc29345a2dc3cbe7c
BLAKE2b-256 checksum
How to use checksums
e5f457094eab4800b1db7e3696391757092091408b10c3754ffa79e40b7f2b68
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.9-cp314-cp314-macosx_12_0_arm64.whl

Download URL xray_core-1.8.26.9-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
9b1b601f62c52340b62dd7735ef2e90009e2e6f1468c4e62d4a79ed29878d016
BLAKE2b-256 checksum
How to use checksums
2b0b08de1de53801ad816e210ed49be481667fa6ff89572495c4d2ebaefc250d
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.9-cp313-cp313t-win_arm64.whl

Download URL xray_core-1.8.26.9-cp313-cp313t-win_arm64.whl
Size 10.9 MB
Tags CPython 3.13 CPython 3.13 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
e87cfcc8606f4704b49b2dd094b2f262d541c23d472f3c79c17d770cf2728283
BLAKE2b-256 checksum
How to use checksums
9a8947c2b63bd6b046a43823b639f38ef7f5cac0b16a90cda5fc352d13b41290
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.9-cp313-cp313t-win_amd64.whl

Download URL xray_core-1.8.26.9-cp313-cp313t-win_amd64.whl
Size 12.2 MB
Tags CPython 3.13 CPython 3.13 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
5566512b3b0935bfcb7c125ad308be2c7dd37f7a5d003876c2b315640c702414
BLAKE2b-256 checksum
How to use checksums
906cd7b53939a2c22b3a9d796a862c20f26a7a2bccd343996c7a626bbd70d092
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.9-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL xray_core-1.8.26.9-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 13.2 MB
Tags CPython 3.13 CPython 3.13 free-threading Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
e01f455f1f508a24efd8e870702aec6a80e7cddd69bba8ecd387a993d68a6cc2
BLAKE2b-256 checksum
How to use checksums
745d26e53d46cb98f90d2878948246d6b5e6f26b2433ebfaaeb4ce6d4d6a23e2
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.9-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL xray_core-1.8.26.9-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Size 11.9 MB
Tags CPython 3.13 CPython 3.13 free-threading Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
894d6dd5f58f5264239f619e0b2911d44b27bc5226c7f18f06e3c23f37aa9a3b
BLAKE2b-256 checksum
How to use checksums
375a0aa649e2c69a61b55790f7f7eef25225122be92296706287d460610f7dbb
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.9-cp313-cp313t-macosx_12_0_x86_64.whl

Download URL xray_core-1.8.26.9-cp313-cp313t-macosx_12_0_x86_64.whl
Size 12.0 MB
Tags CPython 3.13 CPython 3.13 free-threading macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
c5527a404b2f8eef021ed300cb159a85a8b5c806aa7c8da959f43c64f84d496b
BLAKE2b-256 checksum
How to use checksums
3a3277c0dc226b5099bddfc78f07cdb74c7a34fb17ae38b310e94a2d087fd5aa
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.9-cp313-cp313t-macosx_12_0_arm64.whl

Download URL xray_core-1.8.26.9-cp313-cp313t-macosx_12_0_arm64.whl
Size 11.0 MB
Tags CPython 3.13 CPython 3.13 free-threading macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
fa60bf537ccca42bf401fe82bab407f3a969db443073c042029c21fef6e0ab45
BLAKE2b-256 checksum
How to use checksums
ce7f4257ce6082acf81a23400755e0c685c5ac1ef717d6d12cc0ebe7a5e551d8
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.9-cp313-cp313-win_arm64.whl

Download URL xray_core-1.8.26.9-cp313-cp313-win_arm64.whl
Size 10.9 MB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
2e8149a441dc2d67466f76c16c711f52292e70c634882d469b58fa84c305c7b9
BLAKE2b-256 checksum
How to use checksums
14a425749a784e87e4f29f96736a085b2e6188aa175f5a25a05eabab0239e3c4
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.9-cp313-cp313-win_amd64.whl

Download URL xray_core-1.8.26.9-cp313-cp313-win_amd64.whl
Size 12.2 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
6fda6918c884dfdb47ad3b57a69d47d3a5a48c98f21e814f6940e64d05ea2a51
BLAKE2b-256 checksum
How to use checksums
e814d160b37200f51be24785b8e69ef436cbac8059f3839d47bf001619ab5652
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.9-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL xray_core-1.8.26.9-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
4c9f183821b6bbbb7b384949abc15b394619ae91bc124965e29e5ad5212a214b
BLAKE2b-256 checksum
How to use checksums
c91d6bec7da59aacf57e11061880170fcca25e3432540a8818e6a66affd19e85
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.9-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL xray_core-1.8.26.9-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
c9a2073e0ca9c3e69b1f75833a4a3eca963162211986e8137e7e54201ac0b26e
BLAKE2b-256 checksum
How to use checksums
9f7f3d6c9c54182325547e8539231cd99d6d6ac623c6045a3f2428c009fe6c8b
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.9-cp313-cp313-macosx_12_0_x86_64.whl

Download URL xray_core-1.8.26.9-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
dd181489d335d41b92ffd76cc67e6acccd603d24a6f3bcfd9a8af64b4f9f55c6
BLAKE2b-256 checksum
How to use checksums
0cf9a5dbcd6aff3c63885fa141ae993b3912738b3a553b8b4430108a464650aa
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.9-cp313-cp313-macosx_12_0_arm64.whl

Download URL xray_core-1.8.26.9-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
2a57dd8335bc421dc2bedb3b46ce5ffe0c309114902c2b2dd6e8ba87eb86f1a4
BLAKE2b-256 checksum
How to use checksums
48e2da7c74b3270d451f56455018f47b72a85de0e1019290bf94fb1c3e219654
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.9-cp312-cp312-win_arm64.whl

Download URL xray_core-1.8.26.9-cp312-cp312-win_arm64.whl
Size 10.9 MB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
3569876608a83f981b09d359bedba0a202b52f168290be73233dd052ebd1d318
BLAKE2b-256 checksum
How to use checksums
7ea8a8d8ef4f47b5505233def67aca3aa582c5b72b19f85fc22d10b02a444115
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.9-cp312-cp312-win_amd64.whl

Download URL xray_core-1.8.26.9-cp312-cp312-win_amd64.whl
Size 12.2 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
d93732a7dc23afa4beefe04be03c3daf5e930ae0a9318342825895bd083c3915
BLAKE2b-256 checksum
How to use checksums
1f627f750d262ac812459e051ac2aeaebc609ba6815d01b401e8ac6f67e953ca
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.9-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL xray_core-1.8.26.9-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
bef51ed6d1f73d5df8a21615fe5100c4adcc477dd2def4092887790380dff044
BLAKE2b-256 checksum
How to use checksums
c2876d2490779a3de271c2c91b1c6f9b39d6554dc70d21e996593a312af97e27
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.9-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL xray_core-1.8.26.9-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
4ea5516868067b60cbddfd2cff31b2e8886d68710b7b2100644785b2ded5190d
BLAKE2b-256 checksum
How to use checksums
a2b14b001353103e319098c52f12c8d211f70f364c0eb8aeb7950053ff00c303
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.9-cp312-cp312-macosx_12_0_x86_64.whl

Download URL xray_core-1.8.26.9-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
acca3fc8d5e9892e01e8e22a0d9acea831e2ec352e659c11cf779154e70b8647
BLAKE2b-256 checksum
How to use checksums
d54301d50e22b6a399516647261dd3038abf02ad348f88770a4fb7ab7c63a17b
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.9-cp312-cp312-macosx_12_0_arm64.whl

Download URL xray_core-1.8.26.9-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
ec756f3b298179f379bc0b56dbc1f457fbe18fb0381365259544616257057d68
BLAKE2b-256 checksum
How to use checksums
ee330c029857fb7eea85d8e57cd0ea6ba83868fbd22287bc4b175a2ddf969450
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.9-cp311-cp311-win_arm64.whl

Download URL xray_core-1.8.26.9-cp311-cp311-win_arm64.whl
Size 10.9 MB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
6533a1eb763a05b5930f1a55adac8e8bc5e14e5bf23cdd5dd2e0a099031cfce6
BLAKE2b-256 checksum
How to use checksums
f84d9c3d5cacf2614855c8a55a3c9d5c38732a1d2208054766764b259e087207
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.9-cp311-cp311-win_amd64.whl

Download URL xray_core-1.8.26.9-cp311-cp311-win_amd64.whl
Size 12.1 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
166666f759b34f694952bcaeb99791482196215212522c0075dee740edf317e7
BLAKE2b-256 checksum
How to use checksums
b3eea3effab1c597f468e0a357bf20e48c0dd693e00eb18162740b5dd3bc9bc8
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.9-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL xray_core-1.8.26.9-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
e5b061085e397ef18ac1f1bea1a53f863404982b7851c41b18bed4ebef2ed62c
BLAKE2b-256 checksum
How to use checksums
169ded525c482b1c3b3bdde2c1c13fe759a26821aa9f7e52d857f1f165312b22
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.9-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL xray_core-1.8.26.9-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
9d5aa384cb1bf9a5591a4fc50925cc541fa3e499df4f718342a4cf4a5ae90ece
BLAKE2b-256 checksum
How to use checksums
a8f43d464c7c5b540c05fd176a3fc85627dee6531ffd8f9b8a74f5bf85c7ca01
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.9-cp311-cp311-macosx_12_0_x86_64.whl

Download URL xray_core-1.8.26.9-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
2d471df6b6ddc91f1eb583e702c53e3d908b152d98b85ca1fc3807b0496665d4
BLAKE2b-256 checksum
How to use checksums
119955e475a703ef6d3310c5eaec82d0ccf017e10c5f0f5bac736723f4f884ed
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.9-cp311-cp311-macosx_12_0_arm64.whl

Download URL xray_core-1.8.26.9-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
401e87a90946dbf39b3693d9e00b973ac27f05ab284d83899b81aaec7952a6fc
BLAKE2b-256 checksum
How to use checksums
30d0b6cd11c8869f1c155334ce7f5dfd70fd31639aa68088e14a6bded9f48797
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.9-cp310-cp310-win_arm64.whl

Download URL xray_core-1.8.26.9-cp310-cp310-win_arm64.whl
Size 10.9 MB
Tags CPython 3.10 Windows ARM64
SHA-256 checksum
How to use checksums
5c71b4d95720252d93128006105aa0148e46402ef37f9bc0e182c6c7a7c6863f
BLAKE2b-256 checksum
How to use checksums
b5c50c056f7f604e9e5d17b51b2da28fb9254270deecd09c5a03189925538b48
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.9-cp310-cp310-win_amd64.whl

Download URL xray_core-1.8.26.9-cp310-cp310-win_amd64.whl
Size 12.1 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
6199b9caf861203eaac3ac127751c332f4c7e2a0583d4bdfa5ced58399fe3296
BLAKE2b-256 checksum
How to use checksums
4d93bca6807cdefab310dfd76994b490942a065c149a77caf8c119bac2ae9154
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.9-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL xray_core-1.8.26.9-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
7281dca93f71852a35039cb04213a8f1be6dd3773cb6f8b058e600db5b8d4f09
BLAKE2b-256 checksum
How to use checksums
b332dff869eb17b43a7042417d92042857e3d655780dc88160d5907b28ab73ce
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.9-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL xray_core-1.8.26.9-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
b840441143f0fe1f493d90a07b5292012f1fce9994b77ee304c65786c771c02a
BLAKE2b-256 checksum
How to use checksums
e8e83186f3fda3c557bcf01280ab07002fb5c57ccb28e30bad27513c8a90545e
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.9-cp310-cp310-macosx_12_0_x86_64.whl

Download URL xray_core-1.8.26.9-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
554aba91c84771d80a5c7d8c9a8faf59b0d421083c5c89b0d66b6b65ce678bc4
BLAKE2b-256 checksum
How to use checksums
addcaa4b65a8c9a2fd0d1f9ca430b58f3cfb94dcbca2bbe158be0120d667dbbb
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.9-cp310-cp310-macosx_12_0_arm64.whl

Download URL xray_core-1.8.26.9-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
b10ba4939f1c2974675cd2caddbd0a54362ccc158d52bdf29d0f1d8a0df0d111
BLAKE2b-256 checksum
How to use checksums
828e8e5e212d5556993ee44229617fa8fa8a6e08679b80d717b3deeee82ee8fa
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.9-cp39-cp39-win_arm64.whl

Download URL xray_core-1.8.26.9-cp39-cp39-win_arm64.whl
Size 10.9 MB
Tags CPython 3.9 Windows ARM64
SHA-256 checksum
How to use checksums
3c5cf019a004819ec18fee44523466e4d6beb13d60c9d1d4f7014648f940ac79
BLAKE2b-256 checksum
How to use checksums
23696731fa2036f0f0dfb26a161192301c8ab4428486cbb604f673b91fbcb725
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.9-cp39-cp39-win_amd64.whl

Download URL xray_core-1.8.26.9-cp39-cp39-win_amd64.whl
Size 12.1 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
f10bce3440007edc0b71784fa165ded6c1f9557fb42a246340d77601173518ee
BLAKE2b-256 checksum
How to use checksums
529e8132337fcb3196d37f681692bca5ce90b6a0fc0b0141d2cdaf4dab900857
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.9-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL xray_core-1.8.26.9-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
0e1427c540db69ffa46d6d1ee66f27a1ab29ea79765672f986553be18b35ed49
BLAKE2b-256 checksum
How to use checksums
822fba1895a61e4f0b0558c8ef7dba8830798dff113d4975fa457420477f71ce
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.9-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL xray_core-1.8.26.9-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
e69dd5b7965ea6af79ec444d2a2e6893e1120c4afd9d463548815d840395d4d9
BLAKE2b-256 checksum
How to use checksums
08d029c8faa76e5d9aab79af3d91a8f9cea6e6ec9b70def378468b7a848fe78f
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.9-cp39-cp39-macosx_12_0_x86_64.whl

Download URL xray_core-1.8.26.9-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
c391f8b5771f31def85d611ac5591ec9ef9615f86df18134303158bae104e18f
BLAKE2b-256 checksum
How to use checksums
b28e0baa46818a4493bdf8c3ef7ad64d1abc3bfd801886c85c803ec15a776e52
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.9-cp39-cp39-macosx_12_0_arm64.whl

Download URL xray_core-1.8.26.9-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
524f2b0da24037c3b32ea841d7b82f81c2e7bbec1d990b6d9a1b6dee37b03efc
BLAKE2b-256 checksum
How to use checksums
cd58b61ff76e49f468971240704bcacd6e63d2842f316e1fbc10f021de78926e
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.9-cp38-cp38-win_amd64.whl

Download URL xray_core-1.8.26.9-cp38-cp38-win_amd64.whl
Size 12.1 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
aa6e2ad171d7aa1c840bc2b7376af4845b321fda2cdc7a630abb799be9d17c0b
BLAKE2b-256 checksum
How to use checksums
b51f7bfb07995abcad0e5dce18a262cbf853b2d10b5f439ff92cc7dfacf97ee2
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.9-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL xray_core-1.8.26.9-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
3a7e1fcf5e5dc26c6b8663dd2157dcb3f308e9c006c99c4dcb5317a0544b7316
BLAKE2b-256 checksum
How to use checksums
9473517900f6617e858b787197ff896802ab01fc0a54d7b7a83af18a9c3e3a60
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.9-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl

Download URL xray_core-1.8.26.9-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
66d5ffae60b3824b79757168dafb399efd42c7a0f11d839d37f4c16518ad0521
BLAKE2b-256 checksum
How to use checksums
812e056e763e56973db4eba07e5282ccb48d83b17ea118424c64e6974164f201
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.9-cp38-cp38-macosx_12_0_x86_64.whl

Download URL xray_core-1.8.26.9-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
cd8409dab5b542a29085f86a1f0d1a74f3acffdb692d180a3a41b0d94138075c
BLAKE2b-256 checksum
How to use checksums
cc5432a82876ca4e8cdb7419eb3f2a1d19d743ce6d01d6ff7d1eebdf3e1fa8a8
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.9-cp38-cp38-macosx_12_0_arm64.whl

Download URL xray_core-1.8.26.9-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
1bb3e2c9fda6ddbe636661f08cb8bcf2c3ef213fba5d6da87256808e7fcd270d
BLAKE2b-256 checksum
How to use checksums
c89619cd7330a81f2bb1cc7246079d75b283a463c1e8e2033aeee33cc5a7d8c9
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