Skip to main content

hysteria-python

Deploy PyPI

Python bindings for hysteria, a feature-packed proxy & relay tool.

Install

Install the package from PyPI:

pip install hysteria

Binary wheels include the native Hysteria binding, so installing a supported Python and platform combination does not require Go, CMake, or a C/C++ compiler.

Building from Source

If pip cannot find a compatible wheel, it may fall back to the source distribution. Building from source requires:

  • Go 1.20 or newer in your PATH.
  • CMake in your PATH.
  • A compatible C/C++ compiler toolchain: GCC or Clang on Linux, Apple Clang on macOS, MinGW-w64 on Windows x86_64, or LLVM-MinGW on Windows ARM64.

If Google services are blocked in your region, configure GOPROXY before building. Chinese users can refer to goproxy.cn for more information.

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 provides binary wheels for CPython 3.8 through 3.14, including the free-threaded CPython 3.13 and 3.14 variants. Windows ARM64 starts at CPython 3.9 because CPython 3.8 ARM64 wheels are not available through cibuildwheel. The free-threaded interpreters are supported for installation, but importing the native extension currently enables the GIL.

Every wheel is built and tested in GitHub Actions on its native platform before release.

Platform Architecture Supported CPython
Linux x86_64 3.8-3.14, 3.13t, 3.14t
Linux ARM64 3.8-3.14, 3.13t, 3.14t
Windows x86_64 3.8-3.14, 3.13t, 3.14t
Windows ARM64 3.9-3.14, 3.13t, 3.14t
macOS Intel 3.8-3.14, 3.13t, 3.14t
macOS Apple Silicon 3.8-3.14, 3.13t, 3.14t

License

The license for this project follows its original go repository 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.5.tar.gz (552.9 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.5-cp314-cp314t-win_arm64.whl (6.1 MB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

hysteria-1.3.5.5-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

hysteria-1.3.5.5-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

hysteria-1.3.5.5-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.5-cp314-cp314-win_arm64.whl (6.1 MB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

hysteria-1.3.5.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

hysteria-1.3.5.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

hysteria-1.3.5.5-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.5-cp313-cp313t-win_arm64.whl (5.9 MB view details)

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

hysteria-1.3.5.5-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

hysteria-1.3.5.5-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13tmacOS 11.0+ ARM64

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

Uploaded CPython 3.13tmacOS 10.13+ x86-64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

hysteria-1.3.5.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

hysteria-1.3.5.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

hysteria-1.3.5.5-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.5-cp312-cp312-win_arm64.whl (5.9 MB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

hysteria-1.3.5.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

hysteria-1.3.5.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

hysteria-1.3.5.5-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.5-cp311-cp311-win_arm64.whl (5.9 MB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

hysteria-1.3.5.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

hysteria-1.3.5.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

hysteria-1.3.5.5-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.5-cp310-cp310-win_arm64.whl (5.9 MB view details)

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

hysteria-1.3.5.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

hysteria-1.3.5.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

hysteria-1.3.5.5-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.5-cp39-cp39-win_arm64.whl (5.9 MB view details)

Uploaded CPython 3.9Windows ARM64

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

Uploaded CPython 3.9Windows x86-64

hysteria-1.3.5.5-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

hysteria-1.3.5.5-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

hysteria-1.3.5.5-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.5-cp38-cp38-win_amd64.whl (6.5 MB view details)

Uploaded CPython 3.8Windows x86-64

hysteria-1.3.5.5-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

hysteria-1.3.5.5-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8macOS 11.0+ ARM64

hysteria-1.3.5.5-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.5.tar.gz.

File metadata

  • Download URL: hysteria-1.3.5.5.tar.gz
  • Upload date:
  • Size: 552.9 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.5.tar.gz
Algorithm Hash digest
SHA256 ba970eb58b28e5003b8bdb84491aea5e1b574b38ef8671b7e2c6809dc0659948
MD5 3842067d1e50fa2c26469644767a55fa
BLAKE2b-256 de271c2e5fc0adaa207365dde2e7bf434ca333d41c9b6caacc61d219f5d8684b

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5.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.5-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 db73692784744eb84cfc97b6da9d04caf0c6dc2943f376160e2fcb2054e628b2
MD5 a304187f984d644cf5a75148e6a1403f
BLAKE2b-256 30ae3c0004f093ccb7926e09f80a52c920860556fdd583810caa58505e3053cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: hysteria-1.3.5.5-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.5-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 2ccb9c01e091554e647909e268e3550da6d751eb2729b4014401c86eababd2a2
MD5 63c02b2669ccd54dae3c571bc8568401
BLAKE2b-256 3a0fe13a3557aa5d35f7e16f23a914927c6a29b096d60f1efdab58fa6483db10

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b75d5990993136c45ba33da8abb4aa94b5c87f5a1cfce267757b6d8fa9581955
MD5 6ba443e01d49e534b24d15ab702ee5c7
BLAKE2b-256 71ae042d6e97945fe2264ff7a9f9668fe2339a83bb886be7bb61fd95a590ed73

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_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.5-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 9cf76fc114ecb466ac2643d2ea6b1c3c8bb0b908d07fe42d827b913382cb75c6
MD5 428d9597ca3226694475669b1edfaed6
BLAKE2b-256 84a6bc3973afe2972f8e9d3eff06a1002de08ca01f60b6f79e0740f9181b64b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_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.5-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8ec7474e228b046d81e2c815aacfcf66548cbe65a3b6174de85a49ed6dd36c5f
MD5 0c29d29ba4fd392a84d8bbc605e26579
BLAKE2b-256 0822f577fc8bbf8e84b808e719680ae3d889e957c7d9e937541f2de04195f9cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4e0fdd28f7df0068fe3216503b3f1770eeb85953edb2dba06ba8017cb547d647
MD5 6b3dac0a6e05e094e09556be3b4aa6df
BLAKE2b-256 d756ea769282c9546275f60a9d0d8b9503076a8b6ef80f1ff2e5c8a77e65b4c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: hysteria-1.3.5.5-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.5-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 4c61ae5c85bda031333c03d05ca7268700fbe83576da5239b0a00b801560b554
MD5 8ec4e423ae9f5b19ee195af09c829c9f
BLAKE2b-256 83eceda4fc0f640061f9270a5f699941eab13ce7900318c71a2d58fd98ca2885

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: hysteria-1.3.5.5-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.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f7962adcac42c97094bf052c4de8f958e619191e405540c0020178e0a7d06dc4
MD5 4e543ca8848cfb01747cc45a0b572a7b
BLAKE2b-256 b8aa0a4e3c7c99014c1ea09d964a393ac8871eaae9e54323d93afaa3f9a6f053

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 53cb66e12e5a1794a063d81cda88cbf8ddec07e8f7856fa3aadea4a0f70560d0
MD5 1f263feb195a4151b29fc483ee5acb2e
BLAKE2b-256 c3d85f4fa809d52cbeab7c100a2c537c11c257c0f5da5db32584af2a995f5a7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_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.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 3b69588673207e6d44d88f375f61b11fd433a01e4ff81f9358badebafde5ec08
MD5 0d21553e7e4e7af3c910b6207ed8b72b
BLAKE2b-256 7f748577844a019d72c85141fafdcfbf217b052479735d5f4bc0bfeb613839a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_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.5-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc10bc2fddf28f6f5e30973f17ecf7693e6ef3f13ad6cc7e9dd2df0637916bce
MD5 1561a5ce22309ea088e7c0559669261f
BLAKE2b-256 6acc4c70b5b17e977ded5c68aeb3176153fcd972b18e7aa540bf8dbdabcbd18f

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d75eba0cee637c2ac8c32e2a64dca6eedc463979cde72df8033ce92ae590b080
MD5 8c1d784ac87af8b5a1d3c8ce2270ddff
BLAKE2b-256 2e9b053b6fa2b46eeb1d1909f89dd92ec9ece4ce3846716b36a4794e367e7d99

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp313-cp313t-win_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 44e18fabb65543955f36552acd50d75d523d62d9f16c1b76c4d311eb2b564d55
MD5 35733eb2801b43d6693e9c5a64dc04fb
BLAKE2b-256 24fbd29d0e71694cd2cb126c9cb3fd024659304530012919b44a91a0c280ad95

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-cp313-cp313t-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.5-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: hysteria-1.3.5.5-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 6.5 MB
  • Tags: CPython 3.13t, 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.5-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 4d753d3e238e446a4d4c0cae2d91ba9a1b335591ace5f083fe1bc08c6be3bda8
MD5 551854427532fb8190b11fc76af8ca09
BLAKE2b-256 eb304d961a4e373eac5947e94fd7b656699a8da6b19366de4666c643033550f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-cp313-cp313t-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.5-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 776de6c98876dc8316723d09d1dca555f7c61b016dfdf9b9b072e3f3e8510b5a
MD5 b2541ffc6b92ea45e661a48d35a74f74
BLAKE2b-256 13fa019cc10de728ebbe747f340d80f5c74d41e798c3a9fb15fe733d49265998

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_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.5-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 1634b38bbecf87d86c8a7193ebf9cebe2510e0e1c24547cb3c531c67b23a0a48
MD5 190a2d96673120873404ecfd70825709
BLAKE2b-256 72539a432d5e89bcdb2977ab35b39312a8a03584180e7db72c263a505a58dfd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_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.5-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f3d17d070103ff85ff57f700de4a2fbd88aed04dd545d291e70f89cd761eba7b
MD5 eaee4746bdffbdcbd82a3c7face9ad5b
BLAKE2b-256 11e6059aa515d688f3fb72a866fab32147dc5b3563de66cc61b6e7d21afb173c

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-cp313-cp313t-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.5-cp313-cp313t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5c45ff74095d45258d86173b1f6549ec44504af734206d1f5aa9af09fb539d08
MD5 ce4b24e528e880daccbe99d19ad0b5d0
BLAKE2b-256 180a8d968c2c1ef75bc896222438058db2bc2c3c64099c91c4fc8d235b0a8cd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-cp313-cp313t-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.5-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: hysteria-1.3.5.5-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.5-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 5ad465d0b423ad3b1e63e6530199478ac0f0f26d3033cd2a2c4e64dace630ffa
MD5 c5898a519b68632461fb7b0747b7edd5
BLAKE2b-256 58117b037cbb4682abea6464e9f5bd527163100bab835d5975c6288a7444a859

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: hysteria-1.3.5.5-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.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 bcbb4722c640e91f0dff314f8d8e25e11453eba624c1a464bc0af668f70ac2f0
MD5 12b9997543af7b5d38ac59914bad7384
BLAKE2b-256 72be211a5e2b723065d08651ed775e988f256211a298989b92613cce41bacc19

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 73235672e686d0a71c63f8c8b470ff7f57de261efc020fe6d66d5b4ef4c4bd68
MD5 bf96769aed62a639ae80e4d203c34092
BLAKE2b-256 3d31bba3487a7bb7596fd495e15200f582def0407145e629225f1c6d4bb443c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_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.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 3668b7edb57f0950878b7bfd7655855a9702e5e491df0732d4b43da35ccb80f5
MD5 954a0da2c79dc6e32bd831523163fb6a
BLAKE2b-256 f75df81b5d7f14f5fe747f01a440aacfb206713669f5883291a069008a8deb39

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_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.5-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 be0294bfd41edc79ae5b025edb270c08bb87111b1e945e08daf563493bec568c
MD5 e74f3aa08b87a68214d7e19ceda2bc49
BLAKE2b-256 c27b424c92a4b51ba75dcd2cf50fe578584808ec5967e257d2c93999529747c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7e57c0fd0e64f33ad37fbdc9764ecf48324bd32cdb556a5a01a19b224a8e8871
MD5 dd54ad652d7ec40d7b71f31c56c36bd5
BLAKE2b-256 8df18aa42d82861d255d47e96c87b1afdb4d844bf30f618d186d9761a7f3b347

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: hysteria-1.3.5.5-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.5-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 4f63c25116337eb5f9ce9c77c2d6a5c13e7fcb62a5b960266c35e6411ad31e3a
MD5 996896120a7cdd39ffe5a87ff8f419bd
BLAKE2b-256 7d9783847a7a50185d2d9173e84a22af0bd2b6ee59193fe74399eea08a9f0a5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: hysteria-1.3.5.5-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.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f6318d7848e815f30b5f3de388d98e6ab8c8902119405d2f4657397e79f98a89
MD5 9bdfa6d9104de905082af11ac695ca6f
BLAKE2b-256 03fec1aa52b6e15819a1cc39cfe899ba37e24b73639ac440c02160bd6cb03f70

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 372ed5ee4526faa1857dad00ecb7d6b4c63a6e80ce7edc48690d7d5d1e815aa5
MD5 7bdcc12cddbaf9049095b4c94e65aa49
BLAKE2b-256 891ba1b3e89a714925c593416c2436a2a1e39672684cd5993cf677785ae5c909

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_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.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 3d4439c683e652f7743969d39c95611c390c94cdd2b3bb7b9117a95114af6987
MD5 c19a549bb2eaf17803fe5192ab5e31ac
BLAKE2b-256 18c5275c726c2df75cd21be8e36e3d434247d3f6b4b6e1fedbd6b786276ae2f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_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.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 48f42eede4e4f035ad1bfa34e53a53c4da45e86c5038ba2e48321cfc89d5bbc4
MD5 e32a9c44c5a81c5e70c8ca16d3857873
BLAKE2b-256 be86c485a92dbdebad9b1b2afdbec4d07e488f01b3720b8bb9b55b7946f41d4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0eb78aac08a191e4f85ea163c1d4e605fd64339406ee80bc76bd7706112c6de6
MD5 9e28a1318de7fb253ebe31e432166f5a
BLAKE2b-256 8ce6df5fa0ce97708f245ba83a2740ba6f8a29308dd342dc24e5f3b1503ce459

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: hysteria-1.3.5.5-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.5-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 b8a200666da53363d9e08ef49f48ec07050449cacb81564a16b61c111f6b39d6
MD5 8b17a95fb5670828531145e25ec6c5a5
BLAKE2b-256 8029cea947292d8b51de3e7047e8f3c55960645b39a90ee8aa74f94135c5a5e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: hysteria-1.3.5.5-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.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 56a9d4ebc211f3bb7af0c6fd94428abd7f7962f31ad3d691cce7d86aa9d7a2ae
MD5 4ac659a03a89e3b745a2f9e87fa07fae
BLAKE2b-256 a223ef790f5bb5979ee0f961db402b660425fd54d0747b0aabccd392f60d5005

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 155c6bdff1aa3b22db6841bd5b59511eb5dbc86160dffcc859e5f058f4e40a26
MD5 7a44454599bb6281e6390467f42f859b
BLAKE2b-256 7de012b9aee1c7bc56b4745a67d6202d4d16fbef632e8ff71720660be92db969

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_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.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 1211824f024fd585c56a2451bc8c50f851dbd7f68ff2598d8d61437ce42d5938
MD5 717b859df2cf7c3e75209e05d1ecfb0b
BLAKE2b-256 b83a619066e95eee732e7830118ef6fe92844a90978949c95178ce3b83e3a647

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_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.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4019be8784fc848d73e33865f3ce02faa91630018a82f5da1a39d5029562f999
MD5 4179373fa3580723e0e9c24c09216aa3
BLAKE2b-256 07dcd444f3b3834e1d4bb45ca7cecc13a9863e254f9926355602c25c7674e540

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp311-cp311-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp311-cp311-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9043d698b6a6367cc8c2e1fb046d4e067a82da1839b01c099ee31a541960f01d
MD5 f1c7a376534268994da38bc8a3eacc69
BLAKE2b-256 fa0f074464165a57de7a17ea2b4f4ade6801bcbaebbe8218f5432b23567ea3e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: hysteria-1.3.5.5-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.5-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 bc69706405b93e7b61618bc37d21aa777ae6d5a85142259145fe7b84994d855d
MD5 7e30ba03762dc94706104463c1da1cce
BLAKE2b-256 b2c525e2e2f2d1599ec7d459255dbc74c42e7fa0022ee1c77bb2edbd6fd81b62

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: hysteria-1.3.5.5-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.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c7be0f5bc74595992038e987e863be34c19014b84f0da8cd0f77ba8f9a4c554a
MD5 583f2f08e25305182c1cb08ce626017c
BLAKE2b-256 d4559c2e3249f1299686a08b10c7950d879799faea5cb43a8f97ca611fc404ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 921dc03380af7406c9d99e27da52216ff367e4d99de3dcd9c6cf092b6b395f91
MD5 005932d612bf9839de7f8d2e5ad954c2
BLAKE2b-256 ef5d06abafb88413f7e034e7a911285c86a307ec6c13f73ce16696c0a8495234

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_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.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 3c3d2dc79eb0a48c2050684093b15c0e4f41cf14d8e5a825899423ec1e60967f
MD5 28e53532b1f4ff15407fd6953c3edc6e
BLAKE2b-256 282cb7c8e3255765124e96209d09d28bf06a8a95f8797757244a6e93e961f518

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_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.5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 68e78a9214aff00fdab4eb5c71693754a0b02a08d9407d56d78a06c4dfe947c0
MD5 dfe789894cd29b0f1b9c1a0c929ba96c
BLAKE2b-256 a78e231322a0ff7c08f3fbb07ea027e81e352dda60036e017ac6ea541048dd57

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp310-cp310-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp310-cp310-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8d27cce41bb7ca5646bb63e11072adf9241cf74b434ca73de43599d3c4d3f160
MD5 2bd46682fb8879ad9f61ba9330c62c8c
BLAKE2b-256 6b95d425c3f0a29fb36cbab57b322c2d73b8fb554666ad9f6f34633f3fb07c7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: hysteria-1.3.5.5-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.5-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 d5d301006e6adb282ec0f7026bbdd0a99716485fc387735ad9b2d317dcff135e
MD5 51bba533c30e9d30b0ff570507affc6b
BLAKE2b-256 243ce733188dc0f312e2dcdeca296cd1ec390a67039ce1770555f4c88fd74b0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: hysteria-1.3.5.5-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.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b9362c10b1d013326fb6076fa4908a3364e827dc44a12e5f944c2f71c2603913
MD5 ecc339dce09e28beeb4293b8184553b8
BLAKE2b-256 9509d0b6766273f9bdbc39f68c0b766495dd138027ee3b75994f6fb47bf9ce70

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 20754866b2c46adcc59499ebc8a937b7e16431b8730615ece12f0e4f84d2cd8b
MD5 217f571707c817faafcf3eda1c18f5ff
BLAKE2b-256 1e08e1c1d0540bc1707d2c6ffa649c8f86e6b81a7f6ec2fa5475f11e99166c6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_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.5-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 59fbd993fdb812cbe8b3724bf80a6267e3015683312c8458e27d8ba1b6ab443e
MD5 231e3e621f97df49058a5f1d3ef35a69
BLAKE2b-256 f45af65b8001c85676b550fbdb758d07b98d7db51c9feb5f63262fc7662ca72a

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_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.5-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b8aae4c9bf6180d66431b4736b2fb72abe1ee49fbac64c37f14f848f7f07fe7
MD5 c5f937c618be58e698b09f8f478c21d3
BLAKE2b-256 121117a17d59838e32a11e55f5bb1b0a268895b73e07fd41a1ec0d3b991f1470

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp39-cp39-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 41152e59c6d9289e07a436c091f1d1bcf05e296715af57b4f91a2c9d4e5340ca
MD5 b98b716c8c8d111abc61c79231cc25ae
BLAKE2b-256 0dd8e1d86dee647ecbeb7d0548c3eb9326355b7662fb3a539f402033980b9fef

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: hysteria-1.3.5.5-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.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f2964a8eff5efc6d600df7cb52cea9a80dbc067e0d92999b427a8baa577b8108
MD5 6a4687f5e77f4291821a5847f47d80cb
BLAKE2b-256 a5f03745fcd02e36a2ae0f0cf2761c936cd8066566a3f2ac1d864662d8ed608d

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 ab96c1fa4e64bee516fcedf1e901c9808f404c8687b121055944b55db66e8823
MD5 751d3f4b1966c50aaaf69da3e88f5347
BLAKE2b-256 716b669ace4a5f5b72775ac78b7dc2edaf6d9df4bba801bf3edf816a68310a8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_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.5-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 389488dba9bf20923fad11680ff4d40261021a045126a68019e27c64faeaa56d
MD5 97d4008028ca3b30187c6c5c96330e8a
BLAKE2b-256 42f37a839587b4b3a9beee437acf86593044cba9494ebb85c882bca51ebe8eff

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_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.5-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 60e791dfaaac64453ca3bdbbe48f95d3b74bdb12a8a9fe40dd9262eaefbdf0a5
MD5 94753241c4f77dd1c6c33c54fd92d914
BLAKE2b-256 4fbeab8eb80063fc4f9758ef0cf4a1590ee60746c9eeceb55971580cd611176a

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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.5-cp38-cp38-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.5-cp38-cp38-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 58f84a31d7340a38027ece75bc67b032ed8e42bccd452c5c02ec9285262b4942
MD5 9123b689935d9923e26c86c0154e0400
BLAKE2b-256 b0acfb6bbf83e0c7fa159c0fef48785050accc6612924fff647aeb541541492c

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.5-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

This release

1.3.5.5 This release

54 files

1.3.5.4

54 files

1.3.5.3

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