Skip to main content

hysteria2-python

Deploy PyPI

Python bindings for hysteria2.

Install

Core Building Tools

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

Note: hysteria2 v2.0.3+ requires at least go 1.21, which means hysteria2-python will also need go 1.21+ to be able to build and install successfully since v2.0.3.

  • 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 hysteria2

API

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

NAME
    hysteria2

PACKAGE CONTENTS
    hysteria2

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

        Start Hysteria2 client with JSON

Source Code Modification

This repository, including the package that distributes to pypi, contains hysteria 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 hysteria.

To make installation of this package easier, I didn't add the original hysteria 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

hysteria2-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 hysteria and is under MIT License.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hysteria2-2.12.1.1.tar.gz (4.5 MB view details)

Uploaded Source

Built Distributions

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

hysteria2-2.12.1.1-cp314-cp314t-win_arm64.whl (8.2 MB view details)

Uploaded CPython 3.14tWindows ARM64

hysteria2-2.12.1.1-cp314-cp314t-win_amd64.whl (9.3 MB view details)

Uploaded CPython 3.14tWindows x86-64

hysteria2-2.12.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

hysteria2-2.12.1.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

hysteria2-2.12.1.1-cp314-cp314t-macosx_12_0_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.14tmacOS 12.0+ x86-64

hysteria2-2.12.1.1-cp314-cp314t-macosx_12_0_arm64.whl (7.9 MB view details)

Uploaded CPython 3.14tmacOS 12.0+ ARM64

hysteria2-2.12.1.1-cp314-cp314-win_arm64.whl (8.2 MB view details)

Uploaded CPython 3.14Windows ARM64

hysteria2-2.12.1.1-cp314-cp314-win_amd64.whl (9.3 MB view details)

Uploaded CPython 3.14Windows x86-64

hysteria2-2.12.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (9.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

hysteria2-2.12.1.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

hysteria2-2.12.1.1-cp314-cp314-macosx_12_0_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.14macOS 12.0+ x86-64

hysteria2-2.12.1.1-cp314-cp314-macosx_12_0_arm64.whl (7.9 MB view details)

Uploaded CPython 3.14macOS 12.0+ ARM64

hysteria2-2.12.1.1-cp313-cp313t-win_arm64.whl (8.0 MB view details)

Uploaded CPython 3.13tWindows ARM64

hysteria2-2.12.1.1-cp313-cp313t-win_amd64.whl (9.1 MB view details)

Uploaded CPython 3.13tWindows x86-64

hysteria2-2.12.1.1-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

hysteria2-2.12.1.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

hysteria2-2.12.1.1-cp313-cp313t-macosx_12_0_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.13tmacOS 12.0+ x86-64

hysteria2-2.12.1.1-cp313-cp313t-macosx_12_0_arm64.whl (7.9 MB view details)

Uploaded CPython 3.13tmacOS 12.0+ ARM64

hysteria2-2.12.1.1-cp313-cp313-win_arm64.whl (8.0 MB view details)

Uploaded CPython 3.13Windows ARM64

hysteria2-2.12.1.1-cp313-cp313-win_amd64.whl (9.1 MB view details)

Uploaded CPython 3.13Windows x86-64

hysteria2-2.12.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (9.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

hysteria2-2.12.1.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

hysteria2-2.12.1.1-cp313-cp313-macosx_12_0_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.13macOS 12.0+ x86-64

hysteria2-2.12.1.1-cp313-cp313-macosx_12_0_arm64.whl (7.9 MB view details)

Uploaded CPython 3.13macOS 12.0+ ARM64

hysteria2-2.12.1.1-cp312-cp312-win_arm64.whl (8.0 MB view details)

Uploaded CPython 3.12Windows ARM64

hysteria2-2.12.1.1-cp312-cp312-win_amd64.whl (9.1 MB view details)

Uploaded CPython 3.12Windows x86-64

hysteria2-2.12.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (9.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

hysteria2-2.12.1.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

hysteria2-2.12.1.1-cp312-cp312-macosx_12_0_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.12macOS 12.0+ x86-64

hysteria2-2.12.1.1-cp312-cp312-macosx_12_0_arm64.whl (7.9 MB view details)

Uploaded CPython 3.12macOS 12.0+ ARM64

hysteria2-2.12.1.1-cp311-cp311-win_arm64.whl (8.0 MB view details)

Uploaded CPython 3.11Windows ARM64

hysteria2-2.12.1.1-cp311-cp311-win_amd64.whl (9.1 MB view details)

Uploaded CPython 3.11Windows x86-64

hysteria2-2.12.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (9.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

hysteria2-2.12.1.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

hysteria2-2.12.1.1-cp311-cp311-macosx_12_0_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.11macOS 12.0+ x86-64

hysteria2-2.12.1.1-cp311-cp311-macosx_12_0_arm64.whl (7.9 MB view details)

Uploaded CPython 3.11macOS 12.0+ ARM64

hysteria2-2.12.1.1-cp310-cp310-win_arm64.whl (8.0 MB view details)

Uploaded CPython 3.10Windows ARM64

hysteria2-2.12.1.1-cp310-cp310-win_amd64.whl (9.1 MB view details)

Uploaded CPython 3.10Windows x86-64

hysteria2-2.12.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (9.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

hysteria2-2.12.1.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

hysteria2-2.12.1.1-cp310-cp310-macosx_12_0_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.10macOS 12.0+ x86-64

hysteria2-2.12.1.1-cp310-cp310-macosx_12_0_arm64.whl (7.9 MB view details)

Uploaded CPython 3.10macOS 12.0+ ARM64

hysteria2-2.12.1.1-cp39-cp39-win_arm64.whl (8.0 MB view details)

Uploaded CPython 3.9Windows ARM64

hysteria2-2.12.1.1-cp39-cp39-win_amd64.whl (9.1 MB view details)

Uploaded CPython 3.9Windows x86-64

hysteria2-2.12.1.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (9.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

hysteria2-2.12.1.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

hysteria2-2.12.1.1-cp39-cp39-macosx_12_0_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.9macOS 12.0+ x86-64

hysteria2-2.12.1.1-cp39-cp39-macosx_12_0_arm64.whl (7.9 MB view details)

Uploaded CPython 3.9macOS 12.0+ ARM64

hysteria2-2.12.1.1-cp38-cp38-win_amd64.whl (9.1 MB view details)

Uploaded CPython 3.8Windows x86-64

hysteria2-2.12.1.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (9.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

hysteria2-2.12.1.1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

hysteria2-2.12.1.1-cp38-cp38-macosx_12_0_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.8macOS 12.0+ x86-64

hysteria2-2.12.1.1-cp38-cp38-macosx_12_0_arm64.whl (7.9 MB view details)

Uploaded CPython 3.8macOS 12.0+ ARM64

File details

Details for the file hysteria2-2.12.1.1.tar.gz.

File metadata

  • Download URL: hysteria2-2.12.1.1.tar.gz
  • Upload date:
  • Size: 4.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hysteria2-2.12.1.1.tar.gz
Algorithm Hash digest
SHA256 9b8603113829bb46bdbffe30a07c7d9340f3bf7bb92a0c4e21bf56839ef77db5
MD5 501bf5225fe758ff4a90ffbfebd55c07
BLAKE2b-256 6268df05d7d2fb9d6a127fb2c997373f90597e0e0cd6b095bf1b05023a6904b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1.tar.gz:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 4dce32a628a7f06cc54b59b03f3de5c60be6e6adbeb351da11d9ad7a212da287
MD5 bb38f4c632c818921cba4497a931da1b
BLAKE2b-256 6f3ebadd60a075233f4b74813e24b1eb485306e0f18069c67d92ee414cbe323f

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp314-cp314t-win_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 01785605fab0212328eb06aa3ffaeb6a14c9acc1bb52848747ad31e9a1582019
MD5 f30ef12d24025f75dc4ab6acd36680c4
BLAKE2b-256 40d910425c3a418ee1b714502284ad43fad4fd4ffd10c8322bee51927e82a484

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp314-cp314t-win_amd64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 fcf38529fd6c055f2ca5e9072cedb65a25c8f283db9d2e4cbc65ec336791b211
MD5 c7573ca620ee9f01b086f8c87b410c87
BLAKE2b-256 5646bc3fb7f390aee8d34296d1dd256a76e4492ff9185a6c93eb1b9dac7ae86f

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 c0c0b88bce2ba1d050a67ea58cdb8abb26b9323db4a5af1ae2dee10c9b5484d4
MD5 82e34ebc5924d8d7f9d3db8ebd489d1b
BLAKE2b-256 f15319c45793dbc959270b75c9d6f762d1f386d19c3bddecccd8ce49a63d22e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp314-cp314t-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp314-cp314t-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 2ba9eb10e6034ccfa2a626f93f96d83511d2a6a451d360dc07f2856dd2575c20
MD5 8af53edaea8c1330f21699b7f224da87
BLAKE2b-256 cf2607d5cca9d752c330da092f71c02002351b119d68904e7a30d38b3cd0e119

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp314-cp314t-macosx_12_0_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp314-cp314t-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp314-cp314t-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 054bac67ab93f68c5359dcc8965753a93e089670b9f79e53dd40813a87c92041
MD5 b8d3ff3b70b9186c258b63faabbcf262
BLAKE2b-256 596e07a6c97b63a63f2d263f85bb7d28f4513e50a9e0b90e3450bb4eaccc10ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp314-cp314t-macosx_12_0_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 dc02dcd7acb03be4a4266390cc942ef64962c1771049366bc800fef0d7c00f27
MD5 e08357a5bf77c8cb4cf9be8b7279f36a
BLAKE2b-256 21f5999cb62343ae3154ead16cb61a82f07eda6cdbc589d1fb81154fa340da04

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp314-cp314-win_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1b8a2a45e92dc1093ecbf48ce77f95f15583aede5b1f75d97e7aa9d9a604dc3e
MD5 ebe2192a123d090b10ac8e60c2fff670
BLAKE2b-256 b19103f7b47cd354bad1d289890333fc2e2ed3fa533138dfbeeae0037a7df8f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp314-cp314-win_amd64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 78d37c5a26f42b3d41c9145bf436d4a7814c0785bcbac4c3e8bfd5e6f965aee2
MD5 3c381eaf7a7ffadfd1e7d6049d08f3e2
BLAKE2b-256 9bef2d2a2283a832af307586534b11d211ccf3f25714386203a0794cb4001d90

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e40bc4e9918c6d8c0a3dbcd86130f9fbdd4db82720c49f976d3c5d22e91dd8c4
MD5 4b011d1ab251128d9b14345e987571ca
BLAKE2b-256 7517971a2c8dc8a9758a874e0a31c57fe13eba0b6b261fa400e62405051cd3bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp314-cp314-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp314-cp314-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 e8b04be26d1c4ba79b5019468f689e46725f0cc875eb340bb1a99993bdbdf6c0
MD5 71f30b3c9de370542b65f8d1b0bfb329
BLAKE2b-256 9b81905fad2e41dca0a134e1afd3a042d52deb8b378adf9cb1c24d709032e951

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp314-cp314-macosx_12_0_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp314-cp314-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp314-cp314-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 53898ab8e31695b29de6c42e902c3dbaacdcb152ef4f7ef08f88a6fbe4b1ba21
MD5 d3bc4a1f64459cfdaf2e1a89ecd15b1c
BLAKE2b-256 6bfb0aa2e3fdbb2405bae6ff723c1ba35f8df14b10257b47db04c387e615012e

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp314-cp314-macosx_12_0_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp313-cp313t-win_arm64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 8739d5bd1392a0ff0d4107efd8f93f13ab7b81e0e4d83f7d090177ebbcdd9b94
MD5 e4d7e3b2a8f8dfc5d704d37d10fad5c1
BLAKE2b-256 185610ff6772ed75660032c43742c85a32de0c5d0d0b0011b854fb97b8e63c53

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp313-cp313t-win_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 d21d9171929c3a3b393201d95f4457d0cc22c23dce8d259cc865668d5e242114
MD5 481c58b00c50b7e2c4254ba726a51198
BLAKE2b-256 4edae338415928775098d41b5268a726ef131a3a5a0b04db48340a7abd1e3467

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp313-cp313t-win_amd64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 ae3b305e7d6a84304481595b2b5ad73165ac49a6e5f1b50c910ca48828846dfe
MD5 0c8d58f329f0262d5a937032f7ade1f3
BLAKE2b-256 82122f419ea3efb736eb9d8a9dac269048bd38931c172bda5e71477a201e6ffd

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a9c70b754bdcc4cdb7afcf3da039496afb737d6357892de4695d39a7444f2709
MD5 e30837bc22413b4d513e169002baa88e
BLAKE2b-256 8f336abc50465b3b88bc6471358ec58ee82ac822b27e3bd541b358f22ef013ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp313-cp313t-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp313-cp313t-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 983571db725445612b4d500e4d4ad80f875e122416f3b6f113e45b84fe58f4cc
MD5 976467409d2dea1dde6343cc8b4944cb
BLAKE2b-256 c5dafe5a488b244431e4e2f75694c3728933fb1f6172118cf037cf09e00641a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp313-cp313t-macosx_12_0_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp313-cp313t-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp313-cp313t-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 b7bb877c94f6ab7173c66de33a3c040119f5758a72ec512894ca5932d770988c
MD5 dc55df5394d5056c43baa53e4646a71e
BLAKE2b-256 e1207829efddfffe9804b0f00d0eb0d1515a38bab0ebf4af3c81ffa4b7534930

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp313-cp313t-macosx_12_0_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 3e6c92e5a893d8b8ade721ff62ac1e07705ecb1157382ba2d95cd5c4e6f3489a
MD5 3a0747ea0d81af16a046c55d074c5572
BLAKE2b-256 54bbe0c6d8ebb36b8c72ef0dcf972eddb2802e6c311f4c4965a3b0a517472078

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp313-cp313-win_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5bf49bb4266cdda7d4c0ec6c842a8957fdd39f59ca92cb8e86fdfe16bbbce20a
MD5 85aecab9163b492e0156cbc74290fcb4
BLAKE2b-256 7564bb0298e933306b42a451c125e00dd1a1be093fc90f152f8f7a05ae0d6454

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp313-cp313-win_amd64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 17f3f09bcde4b361ff3e1a00d06c60878f5a0ae7e2733e1ce08efa2cbd641b6b
MD5 d2cf5e0760ae128313b034b51c00bffe
BLAKE2b-256 7c33d688ab9ecb47119d36b727442ff4a3ca9701dcb31900773f50b4e79dfc73

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 911f274da58b09519bfdcf91c9117acddd2aa87942dcf36082a96d5eeb204d66
MD5 38c880adf3a5ae13250852e222791861
BLAKE2b-256 17cf594f1e0e87b1974c47a408da3d42605174122aec69419c753ec2bcef46d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp313-cp313-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 6ef59d0212d54c5399eb2210769a3c6cc7bf938449eacd59024416606b554a3a
MD5 e62777f810c8d3acab1563e8b37044cf
BLAKE2b-256 985de4e9a70c6d1c9e2e6780f1e4c76e907310b7bae72c02dfa7a10606b8fcb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp313-cp313-macosx_12_0_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp313-cp313-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 62180495f5e772fee4afd03506efa2fdbfe69384a9698b37b1549927aa3232fa
MD5 7e81ee579f428d21908af0074397babd
BLAKE2b-256 1875035eec6fed462c3e1870021387c1e76d937989712ff949f6109a7235be6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp313-cp313-macosx_12_0_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 a2bd2cbe478a07e4ae3e51845879e7b1a2b624c53a4b7ba0a198ebade1700e65
MD5 305a4349fcf4e8ea02e50a8c18df1ca2
BLAKE2b-256 06c24aaacde05672e4ade82eda6ecf2897f3ad3b1f9e3ab4e22751470fb29c45

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp312-cp312-win_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1dae205ab1cdc6418e57f4747b5d2ee1ee5adaebddf1084402d56aea9737d358
MD5 40b2e477e6e7c7ecba947797431763cc
BLAKE2b-256 8ee1cfad030bc511a6880dbb2e8fa083cf4a65f08c63bdc2ea2cfc80c2659b83

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp312-cp312-win_amd64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 0b1dea9588ceb6f7f2110b004d68e9bd56c4d8ac4eea585a5dd1de45da353141
MD5 ae25ef52555d3fefd691c4b9d20aaa2c
BLAKE2b-256 8bd8f116fe90626472e083fe1dd9d2d9aecb1d7812ddfa464f353782f241b087

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 3791fb1ed3b4ad49238c3b20b4316bd7c25a90c1ace86998095a3bafab61af71
MD5 a67d4cdefca1eb837df4b6db9cf1c4d3
BLAKE2b-256 a6bca3c00aa9fa54145fd9725d54a13d3e2d4687443500bf6ef26ca2f4d6f20f

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp312-cp312-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 00cf93926c200b617214c6dfe0a2e69c716b4792a58cfea21fec05cb5ec2e917
MD5 c43da36e72eaa3d7bb4477c9df3a73fd
BLAKE2b-256 c1f18ef2e576173d39173c2600f328f64a456701a4808b9444573010c2ca44e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp312-cp312-macosx_12_0_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp312-cp312-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 7daca3bed928a1f383b717a5183ff84a1cb2e786febc7ba17a966b286a521707
MD5 dce97ff8a584a1894273c6f8637d7689
BLAKE2b-256 9a68960c28f4f56e1cd9ce896b90f4a2c5dc4add4029bbac7a951df991221b79

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp312-cp312-macosx_12_0_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 ccfa82b79dc10785bd56e17e8384c3220f10b33c373e6cb4a299256ebb7b0bb6
MD5 88d0784a833c73f4c5725db5705c2833
BLAKE2b-256 b07ca335fdc2d3f6608ad97d7c23afa178ba70a24e194381d6ac0dd80c65b921

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp311-cp311-win_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d6bbe5c87d97a03579bcc8557f0c026fe78408acfa9756b4dcf1f52fbf94ed28
MD5 18b2c7dd8921250ba973cd90f3971a3d
BLAKE2b-256 93b0ec4baa65d95caf519c1de389c5bf8faafc0e32be3b1d61a68a17470f63ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp311-cp311-win_amd64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 00e38d5056b7527164478620860dba1b6134c316c81c8882f0fb43cfdabd304f
MD5 7f254a96c13b1ba3f7dbe7ef119b796c
BLAKE2b-256 c4a31cbccfc3e02559d30bace53e30813853e358b2785da0977c6ae668736c30

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 7ab210bac99faffecb9630481a1a6a9092689e3eda311ad34966b245816aa5f0
MD5 b5a7bd6bb3e6129f1928eb13b9ca943c
BLAKE2b-256 dea5a90bc08dd5c740335cedab7f9a638e750d0fbd762f77ca4331c9a689d98d

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp311-cp311-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 523927729eb288b787de7c68a024f4d2ac272234aecb8196edd93b3fa275b8a9
MD5 538787b3834ecb6f5a0ea25b4e7898e4
BLAKE2b-256 4bb610212d535c56f2801478e5501b6d7c56b5505c12f2ba58eb6c01ba80609c

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp311-cp311-macosx_12_0_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp311-cp311-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 a4b18872a3e79a67a9e962bdcda01adf30bc70bc51048b6a89ca7c1f8684b8b7
MD5 6046ee6b9536b414e0bda105c4a5dfb0
BLAKE2b-256 d74915a96a624d35e4e9549432fe48196423cfd7b197901c4e2414b786cfe1f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp311-cp311-macosx_12_0_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 2ca7f070cce897ff8c88fc8f8badd97208c841a52e3a34d4e1260f8e9773e0cc
MD5 d82112f220f2e60e65fc61ed16e7b101
BLAKE2b-256 e11b51a899b642802f25c15504f5a389ceee725d450acb997d99d680b79b7a1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp310-cp310-win_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9e8b0230d3df4e20c8e29ac74ed1482eac47e9c7ef40176c8745cc05b82c64be
MD5 1bdec89d5f908dfd85a3bcfd21c8f4ac
BLAKE2b-256 f67639f81eb0a8e451efc7161240ee98aed2716706b1bcd054a9181d6b920477

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp310-cp310-win_amd64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 4f4752e7bce208ebc19cb4da0738c129720713b11d012f3788183da730fca519
MD5 9f347faaa100390c2649631a6462eeeb
BLAKE2b-256 2e423dc380ba0c81b82c10eece69b9a28459b97743c3b4b05dfefd17811af432

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 4c5828f73df7dde55b43f7acc325e8948c02c9f7dfb94eb32a714f33faeaeab7
MD5 dc6bdb96bcdb87ccd58c673157affa56
BLAKE2b-256 cbeac8dec56d7fab438fe198bf79ed70fb8eeef13c64188e26ee46b107f71236

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp310-cp310-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 eeadbeeb849e42b668850037e374dd6460eda989099efa7b00009dfe5161ccf5
MD5 7cab09b4a2d6d876e662f2c75dfaeda0
BLAKE2b-256 c88dafe78c4569d123e06c9fd8afdfd82640f4b4942dda5b9faf31183de71f7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp310-cp310-macosx_12_0_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp310-cp310-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 66ebc3a7f39a03b0b3d6369296222c62ebd91ec8769d98bd07fac4f88e9c9339
MD5 e8209448b3d3e364b6b13b768b81ada8
BLAKE2b-256 6c11be3f9d38ea250c7b63f5beb518a712a9a9981d34ffe1c3bab37c4b9285aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp310-cp310-macosx_12_0_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: hysteria2-2.12.1.1-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hysteria2-2.12.1.1-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 479794ae29f314249cf00115439c60b27ce90ebffd60082ffe90814f8a36e851
MD5 5549fc3ac1a82336ff4ecd9117d872c9
BLAKE2b-256 60b5086c087853d9df26a1e7d2038bd6468335cca2c0ab138ef59a821bf7f782

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp39-cp39-win_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: hysteria2-2.12.1.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 9.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hysteria2-2.12.1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e553c2e2666395f38c213b463d78e19f86296e1ecee0e7e3dcaee6d66f35eef6
MD5 bd2c5ce8690069a1d97457d515aeaaaf
BLAKE2b-256 8b6e6ac423124844b56ea7f975d4a54ab6984bbf8c69cbb8adf0cf191be45878

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp39-cp39-win_amd64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 11f4c07ae5c28f0fcad28752ed7ecf2f4341f471c865e50285a521e0cf244487
MD5 dc23869d9c70080f17b8381954b7135e
BLAKE2b-256 cb5427d17172297ce30413b1ffbb2e4994bac0b15235da65ed0d644bf71ea6b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a59ff1a3114d2c8b9c6f18ca7f2cd722a724a9dfef8b16ddd3c0c6575dc1b55d
MD5 ecbbcdac341df9898d5efa58e9f4f9d7
BLAKE2b-256 bbb5ce65a0800fe595111b17ebf274cbbde6d9e5282e2143d5861cd397878ae0

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp39-cp39-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 6c5c89e7d3524ef8cff3ebdbad8bc1fcb8e3796cb5da30461752e29be0a63b2e
MD5 fee8c186696b9c9d3371689fbc55a57d
BLAKE2b-256 05eb8785f7ffe6ad99995be7fdf01a21b76cfb919ec4da040cf5cc0b2371d0ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp39-cp39-macosx_12_0_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp39-cp39-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 f738a6035e527638e28804f522a4a3b771c8f381274397c45839b48b0ac29240
MD5 520f833562ff5b7cab2ffe1a5fd09698
BLAKE2b-256 ce1c0055bf02c19db7ce613cae66d7586bd10e91498e35dd876ff793a640721b

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp39-cp39-macosx_12_0_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: hysteria2-2.12.1.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 9.1 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hysteria2-2.12.1.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 debc15197eb1bd0034b9db4ff4118242816c560fde9e2ca751e5ebd503249507
MD5 81330413c6c8ff624b43a9b94a207bc9
BLAKE2b-256 fbc171816da7d24e70750e1debcc09d74d853c99d6c523603e1efee7b2a326e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp38-cp38-win_amd64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 ca3506dd3790042676c87e192a8a93f83ff84ae4dce7c3da42d08c31452d92e2
MD5 ce3669ceeedc5d1e25d3d6b0d05a5fe1
BLAKE2b-256 8fa6e91f7485877b9e1c58a4fd56550fde9df0cbafb04fca27cec84dd8007987

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 db2a727859af97444e1df9fcbb35724af5d54254c4d897e009e41f0065afdd9b
MD5 1d2b9b369b2acb3efb69db473bf0a666
BLAKE2b-256 4ed077721a163b979611c8382fd89ba0aafd8e4fc941713e1d8865aea07fe7f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp38-cp38-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp38-cp38-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 e7c9fbc1bed329df5ee33fad73c867559a61f57604995b7cf36c50ee4ff7353d
MD5 36906a112a91f508c5748eeb4644f8ec
BLAKE2b-256 1a127a03144a91c18fe4d219f226e4dd23275966d6685d7d1fa24964dcc403d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp38-cp38-macosx_12_0_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hysteria2-2.12.1.1-cp38-cp38-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria2-2.12.1.1-cp38-cp38-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 8133f3caef061cefc4a3b63aca5e548048f693e97bb1c90c76d2bba694011acc
MD5 73dd8b803e295b3091a1318143de54d5
BLAKE2b-256 f491c511e4ef7f5d04412a37c3f7d2b1fb8cb46a41610ae8b0d052b76f352f0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria2-2.12.1.1-cp38-cp38-macosx_12_0_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria2-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

2.12.2

54 files

This release

2.12.1.1 This release

54 files

2.12.1

1 file

2.12.0

1 file

2.11.0

1 file

2.10.0

1 file

2.9.2

1 file

2.8.1

1 file

2.8.0

1 file

2.7.1

1 file

2.7.0

1 file

2.6.5

1 file

2.6.2

1 file

2.6.1.1

1 file

2.6.1

1 file

2.5.2

1 file

2.5.0

1 file

2.4.4

1 file

2.4.3

1 file

2.3.0

1 file

2.2.4

1 file

2.1.0

1 file

2.0.4

1 file

2.0.3.1

1 file

2.0.3

1 file

2.0.0.1

1 file

2.0.0

1 file

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