Skip to main content

hysteria-python

Deploy PyPI

Python bindings for hysteria, a feature-packed proxy & relay tool. This package provides a bridge to start hysteria client directly from Python on any platform.

Looking for Xray-core bindings? Check Xray-core-python.

See the real-world production GUI client that takes advantage of the Python binding: Furious.

Start

To use this binding, please first make sure that:

  • You are a Python developer, or your application is associated with this package.
  • You are building a client application. There is no point to use binding on the server side.
  • You want to provide additional abstraction for your client. The core(i.e. hysteria) will be shipped with your application as dynamic link library, not an executable.
  • This bridge provides functionality to start hysteria directly from Python string(see the API below). What that means is that the client config stays in memory all the time, and cannot(or very hard to) be inspected. So you can, for example, get a configuration template from a remote server and edit it for a group of specific client and start the service.

Install

Core Building Tools

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

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

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

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

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

Install Package

pip install hysteria

API

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

NAME
    hysteria

PACKAGE CONTENTS
    hysteria

FUNCTIONS
    startFromJSON(...) method of builtins.PyCapsule instance
        startFromJSON(json: str, rule: str = '', mmdb: str = '') -> None

        Start Hysteria client with JSON, ACL rule and MMDB

VERSION
    1.3.5

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

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

Below are tested build in github actions.

Platform Python 3.7-Python 3.11
ubuntu 20.04 :heavy_check_mark:
ubuntu 22.04 :heavy_check_mark:
windows-2019 :heavy_check_mark:
windows-2022 :heavy_check_mark:
macos-11 :heavy_check_mark:
macos-12 :heavy_check_mark:
macos-13 :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

hysteria-1.3.5.3.tar.gz (553.7 kB view details)

Uploaded Source

Built Distributions

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

hysteria-1.3.5.3-cp314-cp314t-win_arm64.whl (6.1 MB view details)

Uploaded CPython 3.14tWindows ARM64

hysteria-1.3.5.3-cp314-cp314t-win_amd64.whl (6.7 MB view details)

Uploaded CPython 3.14tWindows x86-64

hysteria-1.3.5.3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

hysteria-1.3.5.3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

hysteria-1.3.5.3-cp314-cp314t-macosx_11_0_arm64.whl (6.0 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

hysteria-1.3.5.3-cp314-cp314t-macosx_10_15_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

hysteria-1.3.5.3-cp314-cp314-win_arm64.whl (6.1 MB view details)

Uploaded CPython 3.14Windows ARM64

hysteria-1.3.5.3-cp314-cp314-win_amd64.whl (6.7 MB view details)

Uploaded CPython 3.14Windows x86-64

hysteria-1.3.5.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

hysteria-1.3.5.3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

hysteria-1.3.5.3-cp314-cp314-macosx_11_0_arm64.whl (6.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

hysteria-1.3.5.3-cp314-cp314-macosx_10_15_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

hysteria-1.3.5.3-cp313-cp313-win_arm64.whl (5.9 MB view details)

Uploaded CPython 3.13Windows ARM64

hysteria-1.3.5.3-cp313-cp313-win_amd64.whl (6.5 MB view details)

Uploaded CPython 3.13Windows x86-64

hysteria-1.3.5.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

hysteria-1.3.5.3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

hysteria-1.3.5.3-cp313-cp313-macosx_11_0_arm64.whl (6.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

hysteria-1.3.5.3-cp313-cp313-macosx_10_13_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

hysteria-1.3.5.3-cp312-cp312-win_arm64.whl (5.9 MB view details)

Uploaded CPython 3.12Windows ARM64

hysteria-1.3.5.3-cp312-cp312-win_amd64.whl (6.5 MB view details)

Uploaded CPython 3.12Windows x86-64

hysteria-1.3.5.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

hysteria-1.3.5.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

hysteria-1.3.5.3-cp312-cp312-macosx_11_0_arm64.whl (6.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

hysteria-1.3.5.3-cp312-cp312-macosx_10_13_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

hysteria-1.3.5.3-cp311-cp311-win_arm64.whl (5.9 MB view details)

Uploaded CPython 3.11Windows ARM64

hysteria-1.3.5.3-cp311-cp311-win_amd64.whl (6.5 MB view details)

Uploaded CPython 3.11Windows x86-64

hysteria-1.3.5.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

hysteria-1.3.5.3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

hysteria-1.3.5.3-cp311-cp311-macosx_11_0_arm64.whl (6.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

hysteria-1.3.5.3-cp311-cp311-macosx_10_13_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.11macOS 10.13+ x86-64

hysteria-1.3.5.3-cp310-cp310-win_arm64.whl (5.9 MB view details)

Uploaded CPython 3.10Windows ARM64

hysteria-1.3.5.3-cp310-cp310-win_amd64.whl (6.5 MB view details)

Uploaded CPython 3.10Windows x86-64

hysteria-1.3.5.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

hysteria-1.3.5.3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

hysteria-1.3.5.3-cp310-cp310-macosx_11_0_arm64.whl (6.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

hysteria-1.3.5.3-cp310-cp310-macosx_10_13_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.10macOS 10.13+ x86-64

hysteria-1.3.5.3-cp39-cp39-win_arm64.whl (5.9 MB view details)

Uploaded CPython 3.9Windows ARM64

hysteria-1.3.5.3-cp39-cp39-win_amd64.whl (6.5 MB view details)

Uploaded CPython 3.9Windows x86-64

hysteria-1.3.5.3-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

hysteria-1.3.5.3-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

hysteria-1.3.5.3-cp39-cp39-macosx_11_0_arm64.whl (6.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

hysteria-1.3.5.3-cp39-cp39-macosx_10_13_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.9macOS 10.13+ x86-64

hysteria-1.3.5.3-cp38-cp38-win_amd64.whl (6.5 MB view details)

Uploaded CPython 3.8Windows x86-64

hysteria-1.3.5.3-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

hysteria-1.3.5.3-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

hysteria-1.3.5.3-cp38-cp38-macosx_11_0_arm64.whl (6.0 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

hysteria-1.3.5.3-cp38-cp38-macosx_10_13_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.8macOS 10.13+ x86-64

File details

Details for the file hysteria-1.3.5.3.tar.gz.

File metadata

  • Download URL: hysteria-1.3.5.3.tar.gz
  • Upload date:
  • Size: 553.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hysteria-1.3.5.3.tar.gz
Algorithm Hash digest
SHA256 1ce17c6bfc092858b1ccf5fc5dfd9a043116f893e235b7bf393c8ecfb4ea2e59
MD5 e279c566368be3323ac4ac217b5b92e0
BLAKE2b-256 049d9b085c84eddc5b82dcba5b4fabd28205c052d71afa47c6cba0ded5fe1241

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3.tar.gz:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 707a7611ab36dd6c99804d946c2aa2ca1f2aa2abaf0150a4a0cc2dcdc004d69a
MD5 a859cb47b29b754c4faab40708883ab4
BLAKE2b-256 eb792be8013b20fe9a23b472c236f06dd15d48512d3e5220d03d68e783a97a60

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp314-cp314t-win_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: hysteria-1.3.5.3-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hysteria-1.3.5.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 1140a3521ff9eeaf84e6adfa172d35e3c67ba03d39329b7992ed8106bfff0b50
MD5 5fda33b449b85d37013187e4a1291219
BLAKE2b-256 372b4805dfba3b2f65f5333c603e2219fca1d62585046521b939f490693a6e7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp314-cp314t-win_amd64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cbaa1f3949a30030bb0d3c0ad40d62c1ccc178abb80fc0821dbee10796c44872
MD5 70f5e6af2466f4de580b5bfcdff587cc
BLAKE2b-256 6bc31a8f9e78506057f2a1bb96f2055a1bf3ec7d85f249f37fa71ad4cc1a9e1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1250a868bbdbdcea2207d9c12a51a1f31ef96bf177456bf5aa10558b2f72466e
MD5 79e1770e6384907b1cf055addb75d04a
BLAKE2b-256 36a919b2e13015ae50005625b8276352f3c0e3e800c360b7cc3b47fd2ebce93d

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0cecc8328e2b0a1072dd2c4ae5821924caea20995800d22a6cc711a56e4db8fa
MD5 d64399b206093b1a4424c01fc614c38f
BLAKE2b-256 95f443c7cc6247f2a966ea58aaa0a086e49bf3bc5796b2a816caf90180ca5b2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 02c11c98a1440e2879de9931ef7cdb53d10afacf3001707d1ac70f6381212dc4
MD5 ae8460f4db558eb87b942fc81b389c42
BLAKE2b-256 93f3098b5481577a268a56e20a93158bd83faa80b8014f8236379307b4559f52

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: hysteria-1.3.5.3-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 6.1 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hysteria-1.3.5.3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 bb88d1861b3f57d454bcf903c8e82365eee43592c988257b250fa659248d4bb1
MD5 93e10b3921aa5e5c9aaa02bf6c08deb3
BLAKE2b-256 230206045a65560243621f4d822f2b515b42f1cb415700559e17a0e26ec810cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp314-cp314-win_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: hysteria-1.3.5.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hysteria-1.3.5.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3a5e0591deeb560945b942d65b1641e12e02372e086bad3cea90a5c7275a174b
MD5 034c4a1fb90e7af4aac8215eea6d20ff
BLAKE2b-256 20a003ef35cf830cbbf9aa336ec7dc92add6f36afb94554c99342b8edb9690aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp314-cp314-win_amd64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4e2f341aa9f34ccd919cd3c162fd97df3c0622373698f9b5f803037160d4858a
MD5 ca15f012bea4d3dc47a7ea92f6bf1cfc
BLAKE2b-256 e995a18d257ac24a2ce806f59ca7567653882ee652c832c77710e1df8bf69ba5

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cc89d45abb13ff74bb04bc18c49679914f9af5d70522b017a5aac59979b78949
MD5 b853a930b870df91a7316bd540a35a2c
BLAKE2b-256 e3bbdefe89ca3e9648a2a21378609436bd2ec014adfcd8054474069e680446d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 81e464ae91a6148944bc240ccdc3080e2e16696712e626983614e6ff1152127e
MD5 c3f6d86dbf4dc2dacff9f4d47641b295
BLAKE2b-256 137b0b952306db623f12e8448ec2925be999f29bb7f44c3713c13e5d83fd62f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 dd07e069ee2f60d493e83bbfd6de4a4ad934fe2292e62f67d92baea97ba86db7
MD5 f8c5fa9839a2f673105b868f52f73644
BLAKE2b-256 8a34bfccfc78516d868b865a7486d36a0de1f629c0db4bad94c77215cc9907b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: hysteria-1.3.5.3-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 5.9 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hysteria-1.3.5.3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 565e9db725cd280ddaf7f6b5697b9b2a9e8a856858690f367c4ca0f8e1ed3b9c
MD5 48d9a6233416c38dfc6922e5a68c378e
BLAKE2b-256 709c2c0c81bb324ef39d59231e14a133d7401474cb67d5011f5682d424f701c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp313-cp313-win_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: hysteria-1.3.5.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 6.5 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hysteria-1.3.5.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 deb766b5dddf4bd8d3f485798cfd9daa40a1775c8b6759ee934b4f9e18235a1f
MD5 84678491510fc5c7101267c8ed297559
BLAKE2b-256 337fdc368045d02e92409cbf31abfc02bbca53736c76a4e29c8b91aea2f2a730

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp313-cp313-win_amd64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cd50db4f4d5a8a2b8054ad042af2117050a2789393b70a754286c67c5061c2da
MD5 4d759f7125f860b1b3f82fe3aa8b3761
BLAKE2b-256 58dabc6854bc9187ce88835fa550e664841fd9b6b65cdb8ce275b93644aa8cec

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 002d828d1ff7ac95d0029c28b9ce9b3e8cf5d3c9d7def99b6a37c985bafba8c3
MD5 7069d198528f2c27c1eeb290d752696e
BLAKE2b-256 bee6c6f83c0778e584cece0695a54f56ef6ee4366cf7754436cb8ff05d6f7505

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3c6bed6c1f7ac54141e15ea37bde0c078c58e3b039996f6c939ed087c9851e76
MD5 64cb1688a9fce03066b39ad5167a0f3a
BLAKE2b-256 cce8ae698a67daff0f144f23ae304049349a6eff7b15db9fb5e1073cf3236820

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9bd386535c7bc3b71ab6128bb514c33cb9f4182cdeaf6139b78e7845b087510f
MD5 f89d6b423a053fdccb7ee2b66c6242af
BLAKE2b-256 c3e04339b1ee256b9638d1940cbeaa18a07f454dd437b273ae03096596b3fd6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: hysteria-1.3.5.3-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 5.9 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hysteria-1.3.5.3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 863f8d8ea5417f7a232651bd992a30c050857d8daafdfbca775e4cabcbb7de5c
MD5 71d5e043ae6ca9526cca143f30292f93
BLAKE2b-256 8c5cf6ecca114ced2c9751530a48117af16be363b5f828db1dcb8d4672eddfb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp312-cp312-win_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: hysteria-1.3.5.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 6.5 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hysteria-1.3.5.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 148daa079d0984cf9731b9e03f2b2aaa166140070df0c510f8498ed2a8d74ca4
MD5 ad04a4b36bbddae4217c82c168b9ebec
BLAKE2b-256 b02ebf107177a481cfdb94250a434cffaf7913c9648bea915fdc4d74d1b0da21

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp312-cp312-win_amd64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 773d64a8d71e1cb7902d83cdcdf6bce5dc815b72229b2f6a4c4a13e32d58c440
MD5 72404181904b7dc30d5a442f0cf0f689
BLAKE2b-256 e8c9f2a5a190a8d7b24124113f86d351764cf540055c3131b1e475dcb30c1c8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 94b345d03d281cdf31a839b9d4ce5015124fff6a255bde5d8f15136e35a15c47
MD5 203b7576b9e126b406554dc1616f63a3
BLAKE2b-256 1d461d99a80bb8c90513f1c510dc701d6fd9f531ce15835129210171035fc14f

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1700b9ad6a461ed3be1b4547f5a979033229ce0766380e62deebe1709216bedd
MD5 ae158b4d7397c6166651403129bf8cf3
BLAKE2b-256 9cfe468b9679eedd42ac88986478d3bf8e5cca2ac1dd28c79f38608f22b21b57

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f3958d9d0f39776e7acd7b0f480f93722dea74294b518bbe960ae58a254f49ed
MD5 2ce2f3e370b4a87047fdd041a2b7469e
BLAKE2b-256 7f4394026013c7b10279ca0131fcbe40e58436176fbecfc976b2c9dec5cc1ded

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: hysteria-1.3.5.3-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 5.9 MB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hysteria-1.3.5.3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 50665475f35be1199388be8db9f6e3b5a628784c3f594962393799e44dfa67cc
MD5 24c9c9899d2d676f950b55baef551d51
BLAKE2b-256 b9e411128ac3edaff1b5a66e1495194466537dffd86a0259e0f3723c14d0af39

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp311-cp311-win_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: hysteria-1.3.5.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 6.5 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hysteria-1.3.5.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 db1e5e85b7621f8e28ed6fe70f8b36c1924995e2c4b734b8a3f80bbf474b9637
MD5 8e192b463f5cdc3b7fbf304f468bb20e
BLAKE2b-256 e9e2fdf52eb1644b92cbd2a12c20c420ae6e83acb9ec6bed4932f7b61b84b6eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp311-cp311-win_amd64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 768cb03e1a49fa385dbe5cc07b5862e0eb863c9c92be1b8ff6fdcb72278a20ba
MD5 6cf42ccc0f5156b5eda06a5a92274d35
BLAKE2b-256 25c474de19b957f6f2be421f3f5a1a9d05ebb4206f5fdcadfbfb18b7a04f1af0

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 53a9a124a4ba2817860ffecdce24fee698832846cdb185977b857bdef6e9552f
MD5 14c7d2c1501c05484bbaa4ca2f513934
BLAKE2b-256 cef39635ad33ccb76ea87ece6d54772d00f7d1506f407158ec48a907276fff74

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8a02c2828cce60e79b81ff9e5120727e9fbe9d6286b837f6f0238885b970bf85
MD5 28f0997a665fc3128555efa1b2714797
BLAKE2b-256 a621522aebabc934f2f838350208485c7e032ff915ebc5e18168d1637e651ed1

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp311-cp311-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp311-cp311-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d0ae79f048a5f23a351bdccd3c87cc5103c7c38d6b46dad1ae5c41c8a009ec84
MD5 0a7cff4891ea56195a220fe9a4097b62
BLAKE2b-256 a32ae041cfdf6d744118e2770070261972dfc3712c318ba584cc8cda18412fae

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp311-cp311-macosx_10_13_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: hysteria-1.3.5.3-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 5.9 MB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hysteria-1.3.5.3-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 6cc8f725d14639b18d16a8ac89764700af0f1253fb70a066d107dc45bfba6f20
MD5 a8032a072f938c1ca2741ca0dce0ee9a
BLAKE2b-256 2c01cbd4751c5ab3264a4fc31518a4e4edfc6b349a559a23fdc5250e07442a20

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp310-cp310-win_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: hysteria-1.3.5.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 6.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hysteria-1.3.5.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1047473775aed6e53bc7ec92a3557a24557c565ece19e3563b1d67ab3beafbec
MD5 f70bf707f3fb3f5b15397f1698bde333
BLAKE2b-256 633379f99b2c129036d836927d69c5526a9d074e09bcfdb5ea07ddb7d962ba38

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp310-cp310-win_amd64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 361dc7c8f7267774fdeb794cd1c2a5913c732ee522d448de28ffe9b3b5d2f36f
MD5 0af31ce81806ff85b916ecef7d0523d1
BLAKE2b-256 622e248848920e13afdf0e556775a16811a469174b6fd3b9ce56330d97bc16b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ca75841c633c77c63aa2d6a4f37f1f957442f03dab689f611fcb99cb1b2ce845
MD5 d835893055727829d19776a699fc2f3b
BLAKE2b-256 38010de2c6465a488e0abb62542aed4a5812a9916e69111049d9ebc47dc7d60b

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 89631380593042168a832fa08ad7982b30f0e7b96973923f5d3893058608bfa6
MD5 1d1b0313a57112b68e9547d656a9d80a
BLAKE2b-256 78c871aeceee050c1c85f14164d2493ad9462daeda5aedf512d5ba7d4ebe8bed

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp310-cp310-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp310-cp310-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3bf6b8ff524ead9ad29be11cf3797f1a29f1bd986ff18a7fba5597d917ce1de0
MD5 148797bc86ffe1c8a5874cded6e098af
BLAKE2b-256 80e3a31b921246badd2ccea3ff25d9602f0417a5b3033115a01db4af46ec2d16

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp310-cp310-macosx_10_13_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: hysteria-1.3.5.3-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 5.9 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 hysteria-1.3.5.3-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 9afe837cee31492f322c3e15aecb319ea56cba2c0b07ae91bf148d479efdcb8e
MD5 05e401abea63b43c87638fb24140a3d0
BLAKE2b-256 3e73ab6c9a378dc1401991ab69d8c9ffcf0685c91b4f1f3a9190fd636b74ddcb

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp39-cp39-win_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: hysteria-1.3.5.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 6.5 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 hysteria-1.3.5.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0383aec5bae51e95efc732f1ac5bd9f53241e1f813e3044d428ba35bb3caf6d3
MD5 b54b7f6e47126d4b6e8bab1ff4ec15e2
BLAKE2b-256 267bb38c33d069841e22f3ba7eae1b5d48734eb699ce01ddc8e2d735aaaebceb

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp39-cp39-win_amd64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a3d26d7dd40fb077792da543126e73e7180d6d2df2f322bc1b933aff7463702e
MD5 7cd1e62c8c2678d2df1a840da579e1e8
BLAKE2b-256 997e4e94432c671edb234448b84c0d8308d44b092312ac0c99cb66ce9508f5ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4b8b15829b70d1bef32eeeb3a9225cafbe52ba02125c9e28cef6b6c06c2b950f
MD5 a5f5c741c0c2a03684c095e402019e49
BLAKE2b-256 fd7523861f6884cc40c98c4a3736700e5d9e06687e953a8d3c8075acbb438169

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8208c42c39af7d8f5ebad41f832b4b527b1ad09d28faf7de314cdd7aabe2e713
MD5 f9339431017d0e0cb7253ca95b61e413
BLAKE2b-256 c13322935d09ffd5224aaca9c5ff7a1c9d97f5337bfd4ede5c376ac722dce7ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp39-cp39-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 dd841eb4cfa84907242111c4cd332303b1b3a355701796f4c4a62dc63af2604a
MD5 43ce1fabbe7befa32c5bbb8dc21628a4
BLAKE2b-256 93ee9a801fd78b4e8398e0c92d69151057c21e286b312585dbe8c22ec7e9b1bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp39-cp39-macosx_10_13_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: hysteria-1.3.5.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 6.5 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 hysteria-1.3.5.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 48ce3bcaf9f94543b7714a1ec9c954bc9ca2680c971c07056b9dc8a7df89e18b
MD5 c76d055eb0bc89e80ed8e1d521f1d593
BLAKE2b-256 5bf887ff8e22c237c863da6610ee5e4f217569edd08f6c43220c87307185b393

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp38-cp38-win_amd64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4721f4364e57090f29bb30b2945b51d6e37f2f7439e34277e3e990d591357f27
MD5 17c27faa349c9613ef996b77fa5cae5d
BLAKE2b-256 d2ca7d301c5b99a0469b63e6a554d47f4dd6ede1f2c7bfaafb4f6bd76ff992ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f8a00fa94546d62ddba2d1fedd7d7e6ae87b0bdf56c0cdec68e595a50a07f597
MD5 abcf71a57b51dff1cd17393a73046ec4
BLAKE2b-256 e6f783fba16fe78e1ed2069a31f19bc6f1889b275ac4d82d1b944479d0c9bb91

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 44cecb8e3fc71f049ad6a3bb45394b3cb4940e820eba47a9d9920a11dfa67a11
MD5 6db8625e48b9c85d661bf5056c76d4db
BLAKE2b-256 4c782b6129d26f1a570e398ca4ed0a530afdfdf5457b9b2b6fcf8f1f03297295

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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 hysteria-1.3.5.3-cp38-cp38-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.3-cp38-cp38-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 210137821b00c6ac76213d240a9438c8c5b73a6634a68b253ffa15b26286dc22
MD5 ee1890559474eb626c87622c719f57e9
BLAKE2b-256 145fdbea5050812bb7f9234fd4b12fcc501c25a8da14077a6b14cbd64100cabf

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.3-cp38-cp38-macosx_10_13_x86_64.whl:

Publisher: deploy-pypi.yml on LorenEteval/hysteria-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

1.3.5.5

54 files

1.3.5.4

54 files

This release

1.3.5.3 This release

48 files

1.3.5.2

1 file

1.3.5.1

1 file

1.3.5

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