Skip to main content

Accelerator for ws4py and AutobahnPython

Project description

NOTE: AutobahnPython and ws4py are not actively maintained. So I will stop this project too. Please migrate to `Tornado <https://www.tornadoweb.org/en/stable/>`_ or `websockets <https://websockets.readthedocs.io/en/stable/intro.html>`_.

WSAccell is WebSocket accelerator for AutobahnPython, and ws4py.

WSAccell replaces per-byte process in them with Cython version.

AutobahnPython beginning with version 0.6 automatically uses WSAccell if available. Otherwise you can run-time patch supported WebSocket libraries using:

import wsaccel
wsaccel.patch_autobahn()  # for autobahn.
wsaccel.patch_ws4py()     # for ws4py.

test

wsaccel uses pytest for testing.

$ pip install pytest
$ pytest tests

Project details


Download files

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

Source Distribution

wsaccel-0.6.4.tar.gz (220.2 kB view details)

Uploaded Source

Built Distributions

wsaccel-0.6.4-cp311-cp311-win_amd64.whl (121.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

wsaccel-0.6.4-cp311-cp311-win32.whl (103.4 kB view details)

Uploaded CPython 3.11 Windows x86

wsaccel-0.6.4-cp311-cp311-musllinux_1_1_x86_64.whl (843.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

wsaccel-0.6.4-cp311-cp311-musllinux_1_1_i686.whl (795.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

wsaccel-0.6.4-cp311-cp311-musllinux_1_1_aarch64.whl (833.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

wsaccel-0.6.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (857.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

wsaccel-0.6.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (848.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

wsaccel-0.6.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (806.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

wsaccel-0.6.4-cp311-cp311-macosx_11_0_arm64.whl (123.3 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

wsaccel-0.6.4-cp311-cp311-macosx_10_9_x86_64.whl (135.5 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

wsaccel-0.6.4-cp311-cp311-macosx_10_9_universal2.whl (256.7 kB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

wsaccel-0.6.4-cp310-cp310-win_amd64.whl (122.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

wsaccel-0.6.4-cp310-cp310-win32.whl (104.6 kB view details)

Uploaded CPython 3.10 Windows x86

wsaccel-0.6.4-cp310-cp310-musllinux_1_1_x86_64.whl (816.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

wsaccel-0.6.4-cp310-cp310-musllinux_1_1_i686.whl (779.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

wsaccel-0.6.4-cp310-cp310-musllinux_1_1_aarch64.whl (804.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

wsaccel-0.6.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (807.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

wsaccel-0.6.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (797.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

wsaccel-0.6.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (778.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

wsaccel-0.6.4-cp310-cp310-macosx_11_0_arm64.whl (126.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

wsaccel-0.6.4-cp310-cp310-macosx_10_9_x86_64.whl (139.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

wsaccel-0.6.4-cp310-cp310-macosx_10_9_universal2.whl (262.9 kB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

wsaccel-0.6.4-cp39-cp39-win_amd64.whl (125.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

wsaccel-0.6.4-cp39-cp39-win32.whl (106.2 kB view details)

Uploaded CPython 3.9 Windows x86

wsaccel-0.6.4-cp39-cp39-musllinux_1_1_x86_64.whl (822.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

wsaccel-0.6.4-cp39-cp39-musllinux_1_1_i686.whl (789.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

wsaccel-0.6.4-cp39-cp39-musllinux_1_1_aarch64.whl (815.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

wsaccel-0.6.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (815.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

wsaccel-0.6.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (810.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

wsaccel-0.6.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (789.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

wsaccel-0.6.4-cp39-cp39-macosx_11_0_arm64.whl (126.2 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

wsaccel-0.6.4-cp39-cp39-macosx_10_9_x86_64.whl (139.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

wsaccel-0.6.4-cp39-cp39-macosx_10_9_universal2.whl (263.0 kB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

wsaccel-0.6.4-cp38-cp38-win_amd64.whl (124.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

wsaccel-0.6.4-cp38-cp38-win32.whl (106.0 kB view details)

Uploaded CPython 3.8 Windows x86

wsaccel-0.6.4-cp38-cp38-musllinux_1_1_x86_64.whl (839.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

wsaccel-0.6.4-cp38-cp38-musllinux_1_1_i686.whl (811.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

wsaccel-0.6.4-cp38-cp38-musllinux_1_1_aarch64.whl (830.9 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

wsaccel-0.6.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (820.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

wsaccel-0.6.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (816.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

wsaccel-0.6.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (792.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

wsaccel-0.6.4-cp38-cp38-macosx_11_0_arm64.whl (122.9 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

wsaccel-0.6.4-cp38-cp38-macosx_10_9_x86_64.whl (135.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

wsaccel-0.6.4-cp38-cp38-macosx_10_9_universal2.whl (256.1 kB view details)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

wsaccel-0.6.4-cp37-cp37m-win_amd64.whl (123.6 kB view details)

Uploaded CPython 3.7m Windows x86-64

wsaccel-0.6.4-cp37-cp37m-win32.whl (104.2 kB view details)

Uploaded CPython 3.7m Windows x86

wsaccel-0.6.4-cp37-cp37m-musllinux_1_1_x86_64.whl (765.2 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

wsaccel-0.6.4-cp37-cp37m-musllinux_1_1_i686.whl (738.5 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

wsaccel-0.6.4-cp37-cp37m-musllinux_1_1_aarch64.whl (757.6 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

wsaccel-0.6.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (760.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

wsaccel-0.6.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (755.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

wsaccel-0.6.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (732.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

wsaccel-0.6.4-cp37-cp37m-macosx_10_9_x86_64.whl (136.7 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

wsaccel-0.6.4-cp36-cp36m-win_amd64.whl (142.5 kB view details)

Uploaded CPython 3.6m Windows x86-64

wsaccel-0.6.4-cp36-cp36m-win32.whl (114.4 kB view details)

Uploaded CPython 3.6m Windows x86

wsaccel-0.6.4-cp36-cp36m-musllinux_1_1_x86_64.whl (766.4 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

wsaccel-0.6.4-cp36-cp36m-musllinux_1_1_i686.whl (737.7 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

wsaccel-0.6.4-cp36-cp36m-musllinux_1_1_aarch64.whl (758.6 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

wsaccel-0.6.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (760.5 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

wsaccel-0.6.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (755.8 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

wsaccel-0.6.4-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (734.9 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

wsaccel-0.6.4-cp36-cp36m-macosx_10_9_x86_64.whl (138.2 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file wsaccel-0.6.4.tar.gz.

File metadata

  • Download URL: wsaccel-0.6.4.tar.gz
  • Upload date:
  • Size: 220.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for wsaccel-0.6.4.tar.gz
Algorithm Hash digest
SHA256 cbf66a88bcaf6c6ad16d50ea29215891526b6e993c4bc7ed44b044ee6fe3ad3d
MD5 73bdc70035813ded14f9a4b81e82622a
BLAKE2b-256 770ba44df15382a76b6768184630d483b8363d65b9f70d1aacf76153d496bbb9

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: wsaccel-0.6.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 121.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for wsaccel-0.6.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 88df5339e1a4341cd6aef1cb82aa4744326f25e409ec8b73845f9427477b9f34
MD5 5be881bcd0dda6881e8cf441947f0a2e
BLAKE2b-256 25a7863a520e932e876c1a4c7b2470960432d83f36fca29cf7d08398ed9da14c

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp311-cp311-win32.whl.

File metadata

  • Download URL: wsaccel-0.6.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 103.4 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for wsaccel-0.6.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 906bc66a16ef7b064c89db7db40f3675560b2123120fa37c148acefea486a7d3
MD5 5695203121dde12dc765bfcb6817d047
BLAKE2b-256 98a97a66373c6c59b327b18921c815acd17b96c09ea1da51c492467a24a2f8e6

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 eefd90c1529bfb0959a1ff69429027a31afafa506ec338f180ce996e8dfab429
MD5 62ec20e6a01aa8166999915fdd5a9c0b
BLAKE2b-256 b65182805a431ef9bd4f5ca7e0d1ecbe4171b9c88907fc3bc90965b219686654

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2bf599f1dde13a79b3dd75bfa97de83c348637c05ab607f9aa6e1ee2335abc62
MD5 1109390d13e6db91a824c0cdf7fdeff7
BLAKE2b-256 bdfa2f9d15a2334d5a651a0eff52a17288931a0b87eeeff635a2d7521f4c3e31

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b8121aba9941e2b5de688884f48bc0a2dc46446d11799d82701da45927e2871c
MD5 6be59c1811617ca2f93adf27b92d225e
BLAKE2b-256 800d232a98bec382b7202e0e9245650274fc6eabda1d8f02450297f27738b7b1

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8eba388668d00f08934f0ffc9582e6ddedc1f76daee7f4bac49d5a9d3f5d46bb
MD5 b735dab98e671479b59e20dd3ca5edc3
BLAKE2b-256 9341b7b9235dce1e7554fb1be048c9ce315bbcb1db0cc5d73924c5969080729f

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b06927fc92d798c1740cb5bd239fc93ca1d3f9d2f5990e048e78112c3a6d58c6
MD5 24d69fbe1ed25d4db2d999251b3bb047
BLAKE2b-256 6e332492a2b72430b5cea55c7a8a564427be9daef573a7a0a6bcc1ba78414776

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0b375601f9fe098096f0603531e1593510aba6e072d6e05471e0702773ce2cac
MD5 4f249069ebfff6efa9d2c4808a86ab83
BLAKE2b-256 b150df87b68ed1869cb4ca91214fb420d3bf3b4ede1b19ed9bcf032234626445

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b75885b6bbfdd6135b66a92355e66dc4e85b684cf97641057e5ee4eccf9b4e0a
MD5 3fb66ba86dec3037360a7e722fb7708b
BLAKE2b-256 dbc83b253b5f2d01ec759cf56e9134affeb45463aee74a063da8d410cc034e97

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4eb2c97a162f92958aa12f7a83b6f4836dfe00a9fd7ff2b5082fcbdb3fea68a3
MD5 2a0305964f58ae6c1e809992f0639355
BLAKE2b-256 b0f8e2ecd13a6f11394ee6fa5527137e57917b1d35eb754d0dd5d5702b331e08

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d777e9486dd22d0e8fd10cd939f8dafd7756a96bd1cd949b216cf5f9be81e8a2
MD5 294d69ae58613fe181026e5eacf2b9e2
BLAKE2b-256 fb5b96bc1baf94b6bdc3eaac09db72148b54105309de076706bc3862dda81310

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: wsaccel-0.6.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 122.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for wsaccel-0.6.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ddeef06ae3e966b42dbcfadb1fc8f0cef57310baadb351e83c91df906bba7ef8
MD5 a80fffe5b8199dcf938a927942a1efa2
BLAKE2b-256 86624be18ecd8eb3933f5bb7e0bb842e619535a0324fb8e6141df0feb6dbed65

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp310-cp310-win32.whl.

File metadata

  • Download URL: wsaccel-0.6.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 104.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for wsaccel-0.6.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 14d84c22be14725e829b97fc9d59bcf79aaf63639c1bf7c1972b68fda275d14a
MD5 9a9cc688365be58c898804cb6f875bd4
BLAKE2b-256 2c140914fe408ed0305cc76a51528941bfec886641baaf39b2b0917d8612ea0e

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 39ffdb5768ecc71717f77bac32f630e2d87e8b06b8655207a074f83083baa07a
MD5 d3d305d6f26f768f7049b09919cdc833
BLAKE2b-256 e9f70e63914ef81c65a3b3af01aa2875b145d7d45f7b9f67fbfb62a399f128c8

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6e15503b6b5dac82e2ff653699d0caa91f2de060a12670dadafb3970da26fc94
MD5 45ff6995e1af293eaeb1f52b6a8c2c04
BLAKE2b-256 13f41327c3149aad47c7ec1eecf7b01e9b9570c2d982f721547a5450bcfe363b

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d9932246f552c15b3231d30d715d083b6c20403a8425c6d4afde7a6d34e4bb93
MD5 640caff28b5fa8295716abe7450fa485
BLAKE2b-256 dc6f9a56e4797ff17203fd557d19453049a4f5a5550e465d8d5ad75bc523e1e1

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d89cc97ee86aa3b8af6061f35678c225a9ef27ac75e3778281c2a3ff250f7136
MD5 4360d7514101280a5ab3a8aee92415bb
BLAKE2b-256 0e49b5aa72ddfaaa32e46b7b8f79f615ba7f30fc1669a4a831223848b19380ac

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bd61ccfa4bb3e632e00984ff482a72f001dcd47f1e33d1953912d5264e776135
MD5 6024d45eebe3f2554f19523ee52d5385
BLAKE2b-256 11815f79c6854b7d633f369180e2fce8a94bead63fd9477bf82babaa59ee6702

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6ed1d5dc62a356df5b383a27dca555b39f1a1b55c4b78625c06fe4dd27389e60
MD5 208c051f7d277a2c70165762cf88cf5e
BLAKE2b-256 b7498360d2fc40de81b481de1d37e5540d911a9c84ad69ddf880df15b2facb8a

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 167365f6ea34bce3055661e73457ac561710dd0bf9944470655fbc59539eceaa
MD5 cbce9b38bf9aa858c676b25e4a5c5572
BLAKE2b-256 aee274d54893bfc29256ffca1fd89ce95e814279eb9c1efdedfd73e119325103

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ee1c77ca80c60d465216f756d6ce70d8d2781e42fe4c50ae8d904608e92280b1
MD5 c85efecc85610940d1de93dcbaed6b82
BLAKE2b-256 70fd6f277e27127807a3de3f7eda9fed038b1ef57d54a5a39f2878806ecde5c9

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 74bc8bd4e4459b7b908387a1ca75017b3a9e7faa5a8576dc8e3cd84defd59fc3
MD5 10773ddda648beab34da327008d78c10
BLAKE2b-256 f91bfb9a96d1e007727e139634024eceb415755bf48caf3649858e8309cb4178

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: wsaccel-0.6.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 125.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for wsaccel-0.6.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 49d7ae155d8029be241d670eeaf78ec9478984aef0e5eb05e9bb71fdfbf6e934
MD5 81aadd3b806032effc3c011f9989d11c
BLAKE2b-256 d5a9014bacd797432db990ecb7fac5f95d2e5019e342e43f9368863b82a59f8d

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp39-cp39-win32.whl.

File metadata

  • Download URL: wsaccel-0.6.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 106.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for wsaccel-0.6.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 755f119c92807f872bf03dbcf7d5d366d13141bd407fb5913ad4c0f514ae571e
MD5 7b9b39b1125eeb4b976c22194d397896
BLAKE2b-256 03b76445e0eb60a7268f8c8808250493a60efcfde3444b83bbf98f943924171d

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 65d35e8cdaa31a3ea3ad889903c31216c0817ba36d30d80bf111e9b539e000fe
MD5 7ab2917aa17d6fb393aac716dd5bb651
BLAKE2b-256 e78bb2e155304052f4f4b520ca88b0ed19c52feca556c63c6609c40e807c58ed

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 178a3a6a97696e019cbd5c5f141d904a2802f34cc9f50fcb4c7f5fb0538ebd81
MD5 142e424a2b6745a5cf44d3ca0429a780
BLAKE2b-256 e27370cdd71aee0df31081ef771d11631f87a87ebffaed4943f7c77acfd20af8

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5b9da8a57088c7d9f7549c82e069be84db2a849ecac1ff24fb2253ded97922f0
MD5 fe589f7b1b04c4e5565f0c9d7ff0783c
BLAKE2b-256 7f98ed292bb04e842138bdd75c832b3b315d109e8ddcc3051cb5d8d5125d5abf

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 427f578fcc14def0dbd092c3c565424e061bc6cad113013cc700438371f54488
MD5 245bfb57445b2fcb2f5093a22133fccf
BLAKE2b-256 9f5f0cb7188cb9072c983a80e754a1de3fd193406ab068ba0c3e9b4df4fc9d55

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6d9b6244c82006df5f1604ed8c09c52a44085eec149651015059e7fe8357fbf5
MD5 b81e875a8fac6290383583519e8fa1fc
BLAKE2b-256 2780ab85d6e1fae8a79d867cab16bf372ad58eb104622706956442fbf7ac297e

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 599dbbd7129086fc1608f75a4d7e58b79a4e9ae8b84745e1544b6698a6b025be
MD5 41173a421b46a82f2db441afdcc0d092
BLAKE2b-256 66e1eacff657c9554921d73bd0de0a83a0c7fb374da2a7630e768ed637d2215f

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 49b700515c82201de2421a34272e2e54a27b93abd262f9a63a733b1ebfef931f
MD5 679fd10acc71714d4042f2cfd25c7422
BLAKE2b-256 be7015fa2a7c1f34d770f2ae097c8b4d7165f2df13daec647df7191f78ec1115

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4808e2a20b0f9854e97994b2337f1e023371b54dfcd40399161ae5d477cc5ef6
MD5 b260c09b2ec6d4ca7cf763299b7043a4
BLAKE2b-256 f4868baf76ca4d83eebce4c47efb97b21702ab53298dd69feeab9afd29b0e1c9

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 de991676d81ccb31c4a570209109a74dfc83759fab3d7fb3bdf1e155e10b4f19
MD5 f0cd35bdb2a06ea9786fee138f5fd868
BLAKE2b-256 1d8196214cef39591b726dd3d4923fea1e5e14e31a9b35582e2813254ba2142d

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: wsaccel-0.6.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 124.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for wsaccel-0.6.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c2912ca6a977267ccae4ac93e82c9324f1dedb205848f30e22690bf1f0ae0efb
MD5 9a468e3276bc0393a1d4ef098106254d
BLAKE2b-256 147e5966b795607b9c61ad5fc724ab67356a4222acb8d8a7df6fb5d1351d2620

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp38-cp38-win32.whl.

File metadata

  • Download URL: wsaccel-0.6.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 106.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for wsaccel-0.6.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 735d42234b3870eed2d583c03a24f59f110ad56cae97c27fa09ba0f4214cd3f4
MD5 b2e56db0aa832bc492bf9c5d0f03765f
BLAKE2b-256 4b1376d730b265c6de91f3675c07768a4f0aca2cd6897a329286a15f9d9b8d10

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bf454485d616825eb49b56f113884c6060acf6b00f0a5a36d4f8e56912279425
MD5 af7d1a319f6ac553669bbd532c870dd7
BLAKE2b-256 775a9d5bb7008d23f9af31e17674ed956c660314dccd7ab53cf14949d7ff7ffc

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6c55b480fa35d6fc74c185f7f5caea067e2efa252df04c70cf7b1dea13855f3f
MD5 64d88ca3e031da0d7eba139813a57d8e
BLAKE2b-256 ea3a004688ce994d149bd25fd104f6a4c853ef9d5218b153bcf922b8dad3b550

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 512951f1fc66a93fd71b3e1079ceb0dce0ed355fe572c40cf1e659159c5782c2
MD5 01115a328c874bb0e1dbae4e18bf1561
BLAKE2b-256 ad50968f597609d227cdc90468fc64389739ac233ebebc99a82ed4062f860960

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd71b42d9c56bd454dc9a2ca938d90d3f7960b21fbbda6be0fa5f2e566d29151
MD5 86a5dad6e9b357d7204dceace42cde41
BLAKE2b-256 6b1fd55fd0f27592a10bba95f51eb8ddd25c2a565ba81e7e33fee26d3a0076f0

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ee4c67f10dd8f5d7d774237b997f1ece53018adcb3f507ab0c4c1e08b2935d2d
MD5 0b04c42863472147bf6974d79e01830e
BLAKE2b-256 e80a55907f39ef0c1751d12267d5e4fd6e955b7d75846ec7994dc94b5650cc4a

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4a4493beb59a4e9f3ba2f4daa980dcdd8aa4e6e3cfd9d2da23059afca8e279ee
MD5 83e98ba7f268aab3081de9f92bc55e21
BLAKE2b-256 82cea18432d45001165086612bfef7969eaf3fe3ffb6eacbdf664b04fe309d28

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 847759f96230911c09c70a7e1da60d3ad23c6350fa3ddb12c125449b110963e2
MD5 b8291a3c4b7347443effb943904901c0
BLAKE2b-256 08499ac3a9a4e82e9b56bb41a4daa26b302615fd38b35fa18305a1e753d874c9

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a4984a585ae108e752bdfc266db82018993edfeef31cae26ffe45ec3a4e272fc
MD5 082b08d6fb64acc872e1e4cb678be570
BLAKE2b-256 642c11abb97ee1235c09ab18da0be6344178a40e601dc1c098bfbe46183697c3

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ca094e89d95abc4fee7f369f62f3ce0b5ff1fb25216656a2e32c09538b982938
MD5 31a9e993163357d1843c60fab30926bb
BLAKE2b-256 5953d979a476810d7a0ee53f6d3aef79e6ddfc410ce901beddc8511949d41ecb

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: wsaccel-0.6.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 123.6 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for wsaccel-0.6.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5d918d27cefb8b2ba9a64da6f211ed54ff3112e69b46238e6469522233158910
MD5 991f8c0769e50a768ad78805871dcdc1
BLAKE2b-256 9aa18f146860b82f09f7ef272b3dde225c31f85718b827d35f3458b4f4ab3d4a

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp37-cp37m-win32.whl.

File metadata

  • Download URL: wsaccel-0.6.4-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 104.2 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for wsaccel-0.6.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 0b34117e6d99d6fc56fd6ae74c736a862f7fcec843effb96f67995b2dc057b71
MD5 a964d974e5da66712aff7354b38d0074
BLAKE2b-256 a39f86ebd057297038c52b865d94ae70236336f5fd0b2dba47f9b6e5e837d2d0

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a94824d52a7e6d91c11bb0fe9409da70bdaf06e4757d21e1f6bc3632c92ca226
MD5 e78c266e413f4b7941fcea0b3dc92fd8
BLAKE2b-256 d6e8c6b8d919ead3a6c4ccf9a2a03da33d567d0b05bbbaa8de3520504362ac9a

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a169c678bad0602d0714a21f7254a723a626469fd2fed8ff367304cd7139e5aa
MD5 37aa98e3fb8484043c7fb7b8716937c8
BLAKE2b-256 89cb5060b8de64f6b9c635815902d1929e3436782c2732efcc37b51eec5f9626

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 33536ebb7eaee03f6308228fa910185538247c4a9b41fc517528e18aba053ecc
MD5 629007641e2b1470b4e1c95efb4ba15f
BLAKE2b-256 1155747beed916ab00ec1576c0c6b1c4931e83470ee36c14eacc13cd38448a80

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0ba08c4b61675b09b42592323c7eebd8410bdb18bc27ad3599a393e9c66e87c5
MD5 74bc3b8caf3dd254937cc95c1cb528bf
BLAKE2b-256 86cd0e79800fd78d9be33e0dab82507d13e7fc4b42325116f2d7271e024f2421

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5315f5b90768c00c413d7ad0cd3fd16df502f0311b8a4f9fe98f034f8e9a6b7d
MD5 d7999cf237cfe8f29cbe900eca5411f4
BLAKE2b-256 764de7f48e99dbfbf5ef6e9642122547eea31cd6539920b9d5a560b1b4b357da

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1325153e2430b84be5bc4e947e3b623febb2567e4d4ab33618c0b81a0ab01de0
MD5 f46a8f2ae9851669748a049c427573d5
BLAKE2b-256 b7324a051185e8d08301f4ab5d4fafc542a83d88cb7aded9cd0f13a863b44eb4

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6bad191a7a77890100e9c25dadfc5c9c79b2b61b04647b85f4b1dd1fb19d0d16
MD5 1a00debdbc95b490d56c5b7580494b57
BLAKE2b-256 644543dc42129934a7e1b6b6db8eda409661e6e6ba9fee76df5484dd29ff7b1e

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: wsaccel-0.6.4-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 142.5 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for wsaccel-0.6.4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 672ccde3f1aa9088adb7976705c4206d3461ac3055a372f19d6bebbce4f11182
MD5 7aa549b3bddb979953a95792db3a1b2b
BLAKE2b-256 e2960863992e8bbdab3e450afdfae7bbb753be5b24da01a249b7f2fe2d6bf17c

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp36-cp36m-win32.whl.

File metadata

  • Download URL: wsaccel-0.6.4-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 114.4 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for wsaccel-0.6.4-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 e690b6d7532d53405f5bb129120eb6ef3342f5debf5739b844353c9225a51bf4
MD5 7ab1440d4b953db46abb38d84d340e98
BLAKE2b-256 946eceb07f401f51e43e8f0723896acf9c39e3fd09e7de0c617d1c1828cba03f

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f69e88bd5236b8ad4f70b8c810dd4c6897a02f36c6044a6f7ff45492371ebf14
MD5 bd5d26dd54d370565054c4ea289d5461
BLAKE2b-256 2e3f56e7179b90a1141736cf95329fc196923f9b06c3674ba0885391c27474da

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 56d082e1994b3a6573d2105ba577621ac449142ea4d0eaf78b8210b0aa52b77b
MD5 4f41f0fa129991781635337671cddb45
BLAKE2b-256 9e07048a5c52535d34b69099855ad05020c600f7c039f9e1677d2d06dc632360

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 61e0beb78e2455e832561743c3b7825eaf70e5fb769ce4ffd533dc54bb29ba08
MD5 b00711f20e2a2ce929193d313e5ddfe0
BLAKE2b-256 e5cf0c9252aad40cd7519e848adac35b0455589feeb8b9705eed12680b964848

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1ecdb4aafc4c7cd505f302ee4720b7e3349186e25b009e918730d6e763043df7
MD5 a44f93aedd87964083744dad7f401e04
BLAKE2b-256 80c1f933565b9d97fd090a0808e6b221380a75eb054e8fe5534d2e100f84fc88

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1de11cf6e88ebe9858fcc6209006355ed61c3e997fbe5fbc36ab4a91e10b0dd3
MD5 517a99c136d771225a3bddddc3858410
BLAKE2b-256 36c8f3db23f1c5edaa059782e541e0a280f186863912d93fd3c7a98d914fb512

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1be3521265b39985af7a50f941d3c2a5801a127b615182d1ff8169855f8d2a2c
MD5 7994a53442228658e30dba9a29209bb0
BLAKE2b-256 a0e006d01831fb5a177152a872e1501ce6cdabb1baab9e22cafe40cefc5a18ee

See more details on using hashes here.

File details

Details for the file wsaccel-0.6.4-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wsaccel-0.6.4-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c49e3007767c11fc931a6cdcba2b526b223d181620d4d1290989581009626395
MD5 dea08432e09bb3d063188df62d16afb9
BLAKE2b-256 1be807a9a65f7f0f266d4a7a43ce022c7f14bec9764124e489a2372fdeb20e48

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page