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.4.tar.gz (552.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.4-cp314-cp314t-win_arm64.whl (6.1 MB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

hysteria-1.3.5.4-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.4-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.4-cp314-cp314t-macosx_11_0_arm64.whl (6.0 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

hysteria-1.3.5.4-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.4-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.4-cp314-cp314-macosx_11_0_arm64.whl (6.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

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

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

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

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

Uploaded CPython 3.13tmacOS 11.0+ ARM64

hysteria-1.3.5.4-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.4-cp313-cp313-win_arm64.whl (5.9 MB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

hysteria-1.3.5.4-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.4-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.4-cp313-cp313-macosx_11_0_arm64.whl (6.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

hysteria-1.3.5.4-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.4-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.4-cp312-cp312-macosx_11_0_arm64.whl (6.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

hysteria-1.3.5.4-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.4-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.4-cp311-cp311-macosx_11_0_arm64.whl (6.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

hysteria-1.3.5.4-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.4-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.4-cp310-cp310-macosx_11_0_arm64.whl (6.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows ARM64

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

Uploaded CPython 3.9Windows x86-64

hysteria-1.3.5.4-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.4-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.4-cp39-cp39-macosx_11_0_arm64.whl (6.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.8Windows x86-64

hysteria-1.3.5.4-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.4-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.4-cp38-cp38-macosx_11_0_arm64.whl (6.0 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

hysteria-1.3.5.4-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.4.tar.gz.

File metadata

  • Download URL: hysteria-1.3.5.4.tar.gz
  • Upload date:
  • Size: 552.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.4.tar.gz
Algorithm Hash digest
SHA256 fd490c35b2d94af32adc176f043985927fd7917a0a154fb87c7232c691ccbf9a
MD5 d47622b092b58f17826b02e891e8e6be
BLAKE2b-256 e723eb089775def1c319feef9bb9dff0843f6e66f7a8bdd90f410b71a0731f4f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 0d418f309d0e95a96b82ace28a166dcbbd6ae65815635ba4b61460b95b5b9970
MD5 bf5e7217227ccc8ec5f6543cd7c1ee78
BLAKE2b-256 e26f8982b8ba28611542c8587046419db48997188ba693222940b0876b367d5f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hysteria-1.3.5.4-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.4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 eb59dee046d2ded9c49ab0db9d78581913a83065aa04d5edf5435506cb597acb
MD5 c7217fc5d64ac354b8c8613f2e2e2af6
BLAKE2b-256 790b0bf217e926e84b87ac9121970d6f75ceb001e4df9c183b789119e2a0cc84

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-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.4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e94efb51c5b90dbe8dad202eb4a01ed4a2b1193166f74aa7fbaa7a4c761e9d79
MD5 31d8b6a485e607d790a8ddc9a0997a57
BLAKE2b-256 9eac32f99359cf2eb8c6a613bb7f9acefc60c7828ccadb39711c1e14f880391e

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-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.4-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 887ceed6a80dacb54f4e393fb4ae6c4643a508aff432cff48dcca1abf953e82d
MD5 f1e768d3126c972472efadf3973f844b
BLAKE2b-256 bb0db34afcbcaa83cfce11aab56065a778c4140fd0edfb2eb2cec268eafd11f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-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.4-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 29a9295764a9e76ca25251bf8e8ce473793d9786fe070203670a7bfa0c905ea9
MD5 c11492a7cec86a36e5568ceda120060d
BLAKE2b-256 5ce29cdc6758ee89f1a1cfffe94788949ff2bb3078c565b0dc3a726973614bb8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d3a03ec1c24b73bef23e6a65b29e36da78915375f9f0006f45cf077854b1165e
MD5 05f1153f14559f76da312c9debdffb97
BLAKE2b-256 34bbe9e30c0cfd11d6cd14d5c9025d4b6a00792fbdbf13197366474083fe4efa

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hysteria-1.3.5.4-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.4-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 9f5af496fba285b54bc3a7cc856fbca98020843a6e4f4706608e11e1cd173e30
MD5 f7b50fefa960af4628dbc07e8164dacd
BLAKE2b-256 350b56a8c20a875c477b79c0d2b9e76c903c20f86ee165c6736733babfddda5e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hysteria-1.3.5.4-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.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 90367744b2bf99cc04cba44c7a5fa5b4af58a76a45909d2d0f4e1acc2989d847
MD5 cb53adc04b824c511438fe16388af6b1
BLAKE2b-256 c7fbb43404d2f53d90f44ceceae73f00fefbc18e2e4a7f6c4b796d5a3daea523

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-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.4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8eac9fcb7faf3fd6f4fc8b4f88c919479f010900c97ad019a5721c8090abc015
MD5 818f48c69cfb44e771ebf88be54b251d
BLAKE2b-256 5fe633a810df21bc07d1743d3e57c4b170f311f38eb0f20c183e554d71ae7ea6

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-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.4-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1f9d682af44df10f333edcb72d5204b0bc80a13210d52936fa9d7f7fb393cf59
MD5 9c67793da149310a592fd2975163854a
BLAKE2b-256 5f4ce9c52532dd96949d2136354a6062bbccb65e5342911899f81775d6f1cbd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-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.4-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6511776de96ce98b5f49a5ca89dc7f69a99509938ad3201be40825e6f63e5a32
MD5 9b984d29ff53fea6ad971eacc01df842
BLAKE2b-256 f8f497ba74dd4e1b62edc2c2d6d02f040182750fa86850d3eec99664a75a2313

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 39390176232b99354ba6bd2eff6220872e7cf3e1cf5eef361fcbe58303959a84
MD5 3fefde7d619026630102d9bd7887a212
BLAKE2b-256 0be115a6e06d6ece94d93bccf6707182ddb59db41d97f73d8846e00b2ad9c187

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 4947774ff61d9daaf162630de09c5d04751c1797e5dc4bae21a395e0f6e41a00
MD5 0ed30c1c4becb3525add344efefd63fa
BLAKE2b-256 ea487ed66555312ccf482c13c27335a680fb1eb1375b79b2e5f9b5c3a57f71e6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hysteria-1.3.5.4-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.4-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 4eb1fa22b83190f59ba6243b88a1f7c89433802149009b03f0a908c417336dcd
MD5 9e4f296162985d19c46bb9bbcdbf510f
BLAKE2b-256 caddbf8789909f9af3b7540b4980e45ecdc26211d38df9e9e399dd28434ee984

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-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.4-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 28a482030f25c2f285b1049d2713c9d00d35d46ecd3b86843323e0433e1f7924
MD5 104161cb034923ea153f21530ee09a4e
BLAKE2b-256 8806cd726244be8a20834dff9dc8b38618616ae40d207612725ce1b2155d515d

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-cp313-cp313t-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.4-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f79097b88d6e0c62153942966f97383e4d6da7c40fa4ae6edb01eb6ca34a39f5
MD5 666a434f9cca0e934e08e97560f008c7
BLAKE2b-256 c5efebf42ce6077ce85849e23ca6962ea1f1284209191e111d6ef68eee627aa2

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-cp313-cp313t-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.4-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 962d43fc57c6f00e83d3843b6881ceedddbb1d6d657ff912bb63b1dd5a551c07
MD5 72565aca984b0764db73a7289e4d79c2
BLAKE2b-256 3afd3c01a585f7c80bd35ea97cfd62f6610c46c6d599dde89e448a8d87a637eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 440263cb743e7d1cbb17911779095b705beab2d7079764ab88a71925c2d8b14e
MD5 ed74234a8eb2dac9693870bad2c26562
BLAKE2b-256 fbe2803beef7355fcccd10292781080697204c1d96ccd3bf27d9fbfb2b154599

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hysteria-1.3.5.4-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.4-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 634a7b9618ba7b5e7b9d780ead929a7324fd53313d84f9c3c640f3dda704b264
MD5 407fbc805d332af3aeb26f920c8d4d92
BLAKE2b-256 38fdbf5dc10849588b625546e483904a07c754137512bfff272b9deac5d166e2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hysteria-1.3.5.4-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.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 164a81c439db8d72abdafba62466b9125fd12734af41e29a09e9f60e6f503679
MD5 987fb6a04c1bc9dd7e63ab68777213d1
BLAKE2b-256 0e91413729f9ecd8b0d031b79135f193d2de5bdd01889d94f4689ef918592eef

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-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.4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6dd1a70377b31a3930db2fdd85d079ba6cc857fccd81501bfa3015842105d79d
MD5 1a079cb2ac43b82a7e4ac51f02575ead
BLAKE2b-256 ba1edeb1fb70cb508991b7cc62cbafcc794dee088e826cdfa3146064b036073e

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-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.4-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c41652b08f10ddd5073b32254fa46ae28bb7cac310287af54e8550836110fbf2
MD5 6594b9c7eb2d76a3eda1036e587fe2fd
BLAKE2b-256 6b02c2fffed31c4280f47b3c4b401ede831c1bfa151e391b61c44587d36b4bbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-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.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9823982586c7333c6007f12c8bcbd7a2a09aec191aa88e8e3508105aa285f508
MD5 45509dae13f1bfb936fac8ff90fcc9d5
BLAKE2b-256 35ae218312f8129e87200dc502f0b3c2d53e144018fdd8769087a000a73f3e04

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4d03ca308e9934c758883ae7259c0e2b03a8017a6f5c95d5a82298204dfad65f
MD5 53ad32581d220a77b9f8d15725b77889
BLAKE2b-256 ed9ad576a3c71cb8a96d3778e15cf921f9e4f90bdf56be5c3c0252f2027c2a55

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hysteria-1.3.5.4-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.4-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 edd8500e87205644d7d2bbfe573aef07f1ab5feb8c17cbba2b8d9a14a3016aa6
MD5 cc0c04b6a1d559c52952fc751ad05a5a
BLAKE2b-256 fbe3f1df58ff426606b5b47f1145c75eb1ff25a487b6c62f7ed22dfa8df180d6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hysteria-1.3.5.4-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.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 041754027ad196f754babc28705a33eeb415d7b85b09475ab1f9a9c5f8b635db
MD5 f209240586c4d878b39de6ac4b827bcb
BLAKE2b-256 753cff701d8b2441a6be1ca70237e28f685fbbc7891cab2d021a99dbbeed7d58

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-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.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0d69626c6c93b0df98691116daadf9488beac7362531ffb343cbefbbbccc4159
MD5 fd8b38f8b70c4a65e44bcedb713ef1b7
BLAKE2b-256 b1439cbe55f5e4edb67de208713b9c2b79273a7c2cb81fdc8d7336930b628dfe

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-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.4-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9ebb7340ab6a68a457d47d4bad5dea28a36864f5ad2ef57bf10e46e593e2999f
MD5 e255f5e67bbdcd78d34450d1c98bca6d
BLAKE2b-256 288d2b28aa84c4c35d740ae91f42230b7e9298d9c4eb9bc1e4a9797346f023d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-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.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a8783392f9d48d99d7276710908397731864080617387cca919527c326cddfef
MD5 f686e3a6ed4a2799e6e78e37d526dc02
BLAKE2b-256 7e2d73cf3127b27c3d1c6ed220c85e46c31e3de5e4aa2d34761bd1666f8d8697

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 25366b020515eabc5a95fca780176e7f76e06b37d16142d78b99502f5136d8b4
MD5 5ac4e8a563781a1707c903a7c32be17c
BLAKE2b-256 297b2fa664c526cd4e9d9d317197ce617679cea49975738d8879cb313aab9161

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hysteria-1.3.5.4-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.4-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 5343ab465b6e749420e41282ed0024beed9cdd4a59776990daf0657925a1eca8
MD5 8382f150b91f9b3ff9f57026548749eb
BLAKE2b-256 74d7382523a7a8dbbaf6fa7917f739a3e338fdb38839a2c325e054bf4dbdca33

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hysteria-1.3.5.4-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.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 769393b955d8dd538fcd8c7d072db6ce03fe51a5b9f00afa85414cb50da6cd68
MD5 9739b0c5bdb6e8284095d3187802f382
BLAKE2b-256 ba2cbf9ee03fb726abca4bb36a247e5d2035670bb01dd254c0ad7710e101e815

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-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.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 091fc54adb5c556ce50205e61677c195457ebca303ab3583399f849282250aef
MD5 7f87de9ff84e655de87fa9f9b96935d5
BLAKE2b-256 cfbacd225da255bb595fb24ff20fde9379ac52bb27f41a38f57bda4e0933985c

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-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.4-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 30a156f538bbf87e8861f4d188e6aeea5069fad8344055e811fc62444f2ca2b7
MD5 d969ec51ba56c6005ced975308cd078c
BLAKE2b-256 a1e983434545a9c87ba4c4d6d597c9b0eef65090eb9105979b1e8137385ccda3

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-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.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1ed6d24f3b59fffe259a2ebc9f78e43866455fcbf07b80b15060c1916b63f873
MD5 e816754c9ef8e650d267d86d6c6f50c7
BLAKE2b-256 78201cecf4d1b7f92d6ea18ee981be2eade37fdef22d85d19e1e8fe756b50e5e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp311-cp311-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4ad8484df786bec22066e4ec61917deb890d17952f6769dd5b97e3fd8b0438b8
MD5 4766ba9652bc2cf00ba885442cf7b37e
BLAKE2b-256 35c1c8660b9d3d3cd3d4e328ba77a97c6c6abe391d7a5d194a67fe9a61f70a41

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hysteria-1.3.5.4-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.4-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 f22deccf7a0592486a933c6e1bf6b1e0eb9e71caa00349422d319e756ffe9413
MD5 b945c69212c93e46b27349ddaa8a22f9
BLAKE2b-256 52ecaf7dd121969607d9c88236611738c032e7ee68668e73c088d13fd52754ff

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hysteria-1.3.5.4-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.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 78e5e0d896121414f20952bdfc62a356d74163c251219a1629e12f80f046cac2
MD5 68041643c769fa042b58844bfdd3b27f
BLAKE2b-256 bdefd244969dfc6313f68f7b384df517eae9ec1967538d92eaff6106d7460430

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-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.4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4f89c314804a3a4bb6fb3db06e789c535a4215f549a33b63e074958cca03ff7c
MD5 e745239386b8265ce05b53e58a9d60a7
BLAKE2b-256 f10da311e3cf55e42ffce5e7384397f43750ab3d127f555be6aec64a16aff898

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-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.4-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dae70e73efec1ab35019b0ed2ba24c32fa15f9e628f3cbb42a20c61797b45755
MD5 e8f47b984d6a92341b9e3a4ed1859d21
BLAKE2b-256 ed82c05eaa6e76f2435e68d5f5ac647d4ffa08159a2d601f4a55070c42192518

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-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.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 16d3a164a1ac4265bdfa11b868d04a229baaa4e4acd9d2b8ddd56fc43aef0fac
MD5 f16776a65a76516e7ca7305a4a842f71
BLAKE2b-256 60817a117c392c486df4cf1493e1c71b5facc64d9f9296896a637cd32ffc1bd7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp310-cp310-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 420b7428d6b80ab9b0d3b524a114a7d2bced485b2c5de7a15f7d839db734d6d4
MD5 221d2bb5e57a068c4154150c9d80e5c9
BLAKE2b-256 6f224e2462d54a8aff6efd8f942620882080278c06a62947258b880f2e45e0ba

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hysteria-1.3.5.4-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.4-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 e5dcb379da132f99e2f5dd1b9ff5e906972c728387bc5bc8e9d132161ad8de55
MD5 b564c9c58e3aeef8a89696dabd633af1
BLAKE2b-256 4690afcf5cb781fd105e3d2207cdda3b0680bbd87f3847b790b4eb61831cb468

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hysteria-1.3.5.4-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.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cd9b57868e88d69861215efb578e696832642bc46d36987f23b4f00cbae9ca11
MD5 c7b9d13a52671add5a6193771087ba61
BLAKE2b-256 ef898937f68a671acf41933062f2364bf3ec7ec2b26f0b6e964edbc881442802

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-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.4-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 05f1063940ea30f46ba2784b7c4fd10ff56d754d5e148fbf48be1ad605683d09
MD5 c0a06d168976229c20b130cf895d3460
BLAKE2b-256 46bd46bd022ff8341f092b326540a69c033ca722e5bed5d23f72e81bcc263416

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-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.4-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0eaa1dae6e9d7244ae37fcbe63e63f9bf0f004a39fb842f5274047e8c7bfad62
MD5 46ed11cdc8788c0a7ea00947638a86c3
BLAKE2b-256 8dc1960dd4237009c2050c3c9b8a4439886c83693cceed03a619b699233d8d4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-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.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9a2f1869bd47999076c5264bae8e7b144ee7c51fe0ed6fdf906a46fac13f377
MD5 5cebb94933304b94bf953c4b1cb9f0aa
BLAKE2b-256 cbf5d38108b1e893cbbdb4de834a93e9abf7374fef61ba1ba9bdfe03ab90217c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 69f40dc0c45780c6cc5e51c9495504623cfb4e4bc0aebdd47cc67d8df5a597bc
MD5 75377c84436ed247ffcda6f986205f17
BLAKE2b-256 4daadd4a208d37c3c8696aa09be415e31ec4aeeadbff259e70abc9a504aec5bb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: hysteria-1.3.5.4-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.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e50b6b6382ac29bf673236f4527b8175a1c1a30885cf263e25eafa0748f8fa3d
MD5 9884a6f5622f210320545eda18a81b7b
BLAKE2b-256 54b34de27f7661fb2a926e6cf0764eecc58876d8c2d3bde068ecbeeee2b5c355

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-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.4-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 325737abef11050fa62534f2153c150cde8d615cee07d246491bbb45afbf972f
MD5 571ca8e9b745a92a642509e20806113c
BLAKE2b-256 6a983ea2739deba822ccb1810732b223dabb4f1b748191594f1c7b81c27fae59

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-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.4-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6ac7a19dd75a8df78c2b110b938c23db63138c4083954e8b581bd9f9ed17f860
MD5 f541074941303110cb2b8f3a02d328fb
BLAKE2b-256 60e603a233391bfb5076023bce6f8a55ceaf1a32cc138b5c4ac2494494fbe043

See more details on using hashes here.

Provenance

The following attestation bundles were made for hysteria-1.3.5.4-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.4-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 215af1b7a235ec975078c34af8c1efb706d8494ad5c7221b2aef797da55cf372
MD5 3ca623fe36cf6153a161b097a03ce119
BLAKE2b-256 7ffb51a327e29ee5c134eb866841ff16b2a909de5e271207a55db29f25d60302

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for hysteria-1.3.5.4-cp38-cp38-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2e54844300391927965ef4e42bec17cc38d388de01d9899b07ec60ffc4818313
MD5 c6bbada39cc65728c392c71edc68eae8
BLAKE2b-256 deec5880171c3b19fdd7c03684255eae03ccc201767a0d80f2a58e7df4a83923

See more details on using hashes here.

Provenance

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

This release

1.3.5.4 This release

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