Skip to main content

Ultra-fast terminal table renderer written in C

Project description

⚡ speedtable

speedtable is an ultra-fast, C-based terminal table renderer for Python.
Designed for large datasets and low-latency rendering — with beautiful Rich-style Unicode output.

💡 Perfect for CLI tools, dataset previews, or any place you need fast + styled tables.


🚀 Features

  • Blazing-fast C implementation 🔥
  • Unicode box-style table formatting (like Rich’s HEAVY_HEAD)
  • Bold, colored headers with optional column type labels
  • Customizable:
    • Header color
    • Border color
    • Body text color
    • Type label color
    • Title text and color (italicized, centered above the table)

📦 Installation

pip install speedtable

🧪 Example Usage

import speedtable

table_data = {
    "columns": [
        {"name": "ID", "type": "int"},
        {"name": "Name", "type": "str"},
        {"name": "Age", "type": "int"}
    ],
    "rows": [
        {"ID": 1, "Name": "Luke", "Age": 21},
        {"ID": 2, "Name": "Joe", "Age": 45},
        {"ID": 3, "Name": "Alice", "Age": 56}
    ]
}

print(speedtable.render_table(
    table_data,
    header_color="green",
    border_color="magenta",
    body_color="white",
    type_color="red",
    title_text="Test Table",
    title_color="cyan"
))

📷 Output

SpeedTable Demo


🎨 Supported Color Names

Name Description
black Standard black
red Standard red
green Standard green
yellow Standard yellow
blue Standard blue
magenta Standard magenta
cyan Standard cyan
white Standard white

✨ Headers are always bold, and titles are always italicized.


💡 Why speedtable?

The Python rich library is beautiful, but may be too slow for rendering large tables in CLI environments.
speedtable gives you the same polished aesthetic — at native speed.


📄 License

MIT © Luke Canada

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

speedtable-1.0.5.tar.gz (36.4 kB view details)

Uploaded Source

Built Distributions

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

speedtable-1.0.5-pp311-pypy311_pp73-win_amd64.whl (16.8 kB view details)

Uploaded PyPyWindows x86-64

speedtable-1.0.5-pp311-pypy311_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

speedtable-1.0.5-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (14.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

speedtable-1.0.5-pp311-pypy311_pp73-macosx_11_0_arm64.whl (13.6 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

speedtable-1.0.5-pp310-pypy310_pp73-win_amd64.whl (16.8 kB view details)

Uploaded PyPyWindows x86-64

speedtable-1.0.5-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

speedtable-1.0.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (14.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

speedtable-1.0.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl (13.6 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

speedtable-1.0.5-pp39-pypy39_pp73-win_amd64.whl (16.8 kB view details)

Uploaded PyPyWindows x86-64

speedtable-1.0.5-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

speedtable-1.0.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (14.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

speedtable-1.0.5-pp39-pypy39_pp73-macosx_11_0_arm64.whl (13.6 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

speedtable-1.0.5-pp38-pypy38_pp73-win_amd64.whl (16.7 kB view details)

Uploaded PyPyWindows x86-64

speedtable-1.0.5-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

speedtable-1.0.5-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (14.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

speedtable-1.0.5-pp38-pypy38_pp73-macosx_11_0_arm64.whl (13.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

speedtable-1.0.5-pp37-pypy37_pp73-win_amd64.whl (16.7 kB view details)

Uploaded PyPyWindows x86-64

speedtable-1.0.5-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

speedtable-1.0.5-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (14.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

speedtable-1.0.5-cp313-cp313-win_amd64.whl (16.8 kB view details)

Uploaded CPython 3.13Windows x86-64

speedtable-1.0.5-cp313-cp313-win32.whl (15.7 kB view details)

Uploaded CPython 3.13Windows x86

speedtable-1.0.5-cp313-cp313-musllinux_1_2_x86_64.whl (27.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

speedtable-1.0.5-cp313-cp313-musllinux_1_2_i686.whl (26.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

speedtable-1.0.5-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

speedtable-1.0.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (27.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

speedtable-1.0.5-cp313-cp313-macosx_11_0_arm64.whl (14.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

speedtable-1.0.5-cp312-cp312-win_amd64.whl (16.8 kB view details)

Uploaded CPython 3.12Windows x86-64

speedtable-1.0.5-cp312-cp312-win32.whl (15.7 kB view details)

Uploaded CPython 3.12Windows x86

speedtable-1.0.5-cp312-cp312-musllinux_1_2_x86_64.whl (27.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

speedtable-1.0.5-cp312-cp312-musllinux_1_2_i686.whl (26.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

speedtable-1.0.5-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

speedtable-1.0.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (27.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

speedtable-1.0.5-cp312-cp312-macosx_11_0_arm64.whl (14.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

speedtable-1.0.5-cp311-cp311-win_amd64.whl (16.8 kB view details)

Uploaded CPython 3.11Windows x86-64

speedtable-1.0.5-cp311-cp311-win32.whl (15.7 kB view details)

Uploaded CPython 3.11Windows x86

speedtable-1.0.5-cp311-cp311-musllinux_1_2_x86_64.whl (27.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

speedtable-1.0.5-cp311-cp311-musllinux_1_2_i686.whl (26.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

speedtable-1.0.5-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

speedtable-1.0.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (27.2 kB view details)

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

speedtable-1.0.5-cp311-cp311-macosx_11_0_arm64.whl (14.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

speedtable-1.0.5-cp310-cp310-win_amd64.whl (16.8 kB view details)

Uploaded CPython 3.10Windows x86-64

speedtable-1.0.5-cp310-cp310-win32.whl (15.7 kB view details)

Uploaded CPython 3.10Windows x86

speedtable-1.0.5-cp310-cp310-musllinux_1_2_x86_64.whl (27.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

speedtable-1.0.5-cp310-cp310-musllinux_1_2_i686.whl (26.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

speedtable-1.0.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

speedtable-1.0.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (27.0 kB view details)

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

speedtable-1.0.5-cp310-cp310-macosx_11_0_arm64.whl (14.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

speedtable-1.0.5-cp39-cp39-win_amd64.whl (16.8 kB view details)

Uploaded CPython 3.9Windows x86-64

speedtable-1.0.5-cp39-cp39-win32.whl (15.7 kB view details)

Uploaded CPython 3.9Windows x86

speedtable-1.0.5-cp39-cp39-musllinux_1_2_x86_64.whl (27.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

speedtable-1.0.5-cp39-cp39-musllinux_1_2_i686.whl (25.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

speedtable-1.0.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

speedtable-1.0.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (26.9 kB view details)

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

speedtable-1.0.5-cp39-cp39-macosx_11_0_arm64.whl (14.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

speedtable-1.0.5-cp38-cp38-win_amd64.whl (16.7 kB view details)

Uploaded CPython 3.8Windows x86-64

speedtable-1.0.5-cp38-cp38-win32.whl (15.6 kB view details)

Uploaded CPython 3.8Windows x86

speedtable-1.0.5-cp38-cp38-musllinux_1_2_x86_64.whl (26.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

speedtable-1.0.5-cp38-cp38-musllinux_1_2_i686.whl (25.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

speedtable-1.0.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

speedtable-1.0.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (26.3 kB view details)

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

speedtable-1.0.5-cp38-cp38-macosx_11_0_arm64.whl (13.7 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

speedtable-1.0.5-cp37-cp37m-win_amd64.whl (16.7 kB view details)

Uploaded CPython 3.7mWindows x86-64

speedtable-1.0.5-cp37-cp37m-win32.whl (15.6 kB view details)

Uploaded CPython 3.7mWindows x86

speedtable-1.0.5-cp37-cp37m-musllinux_1_2_x86_64.whl (26.2 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

speedtable-1.0.5-cp37-cp37m-musllinux_1_2_i686.whl (25.1 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

speedtable-1.0.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.6 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

speedtable-1.0.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (26.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

File details

Details for the file speedtable-1.0.5.tar.gz.

File metadata

  • Download URL: speedtable-1.0.5.tar.gz
  • Upload date:
  • Size: 36.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for speedtable-1.0.5.tar.gz
Algorithm Hash digest
SHA256 cbee3d425f4fa76dfd686ad920cc78b8e2c538bc7ecda5013e074073d1d4d94f
MD5 7ab906c241b9cfd3a34141157a6d1336
BLAKE2b-256 75997e3b7d50093cc10e286cd0c525728ff4ebcf30c079ece9e29c64fe76a3c0

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b517c592df09ecbeb48d4d920c40f12d2b62a4bf4ab804633bd3722032026c11
MD5 8c5885d04f638a2b89067c47fbe46884
BLAKE2b-256 7ba361f335a59bdb28a2b4e10040ffcd2924c0d87cf448b19a3c2e71f3224056

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-pp311-pypy311_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-pp311-pypy311_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7a1038548176fc64e6572317302c5838ceceddb5663c4cac969f8af047b2fc1f
MD5 b5a56c82ed755c79691f3b0e80e40f94
BLAKE2b-256 268a9b0c1da56ecd49c911fc5aba2a618c8f4136effb4bf476cd7dfa0827d310

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f0300b3a57810fd5fab95332091f8ac8d6b82cff376ebfb4e98ed1476c7a3a8f
MD5 e6be6f8a9254599ef498a9a71040e616
BLAKE2b-256 5eae96bee642d530ad2a55210443927fe26ec5d5faabaa0c1b060ff3811460c4

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 24990366b6b729a21a0901486c5e99f7398670a2d7e0acb6a7a9b70b42f12fee
MD5 4b122d1812580a6a1e306ce8ad1467d3
BLAKE2b-256 af1c53e8896561b7023fa18b90c3409e6fc494ac2c83f2a5e636a3b317c5cba2

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4c2100db1ceed84367a47d72bb0fa5563f72378d068c2a43a5bdf83bdd69cfc1
MD5 20e3eda5cd03686e2ae61e6e40906601
BLAKE2b-256 61c5bfb100f9d128a67d31f158b25bf3bd151bdcd29442432de59d8508fee7fc

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3ad1b581a78fd93eaedb7be9a780ea81b6d6fb4b2b14eeaf829c0ddc4d522140
MD5 750f1bcf0d0e720bd929c6b2bdddf13b
BLAKE2b-256 164955e00b172a2f991f43e6766b76a5eb1116154da0860d2707dcf3da01aee8

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 54a3944a173abf87664c90a070f3ff87d7b325ceddb96b7167d93666eb83e790
MD5 78397c0b013b6bd4edd6dcca45eb2397
BLAKE2b-256 81b968cbac25beb498591074e53c523570b895ef1a8acdfc2d8b73bb1803c4e3

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 16ad2b0d7440d63dd5ea05b214a07a19f5f1c09127de542e8db55813f3794bd0
MD5 043252b140a938c34fa00d7da7706ad2
BLAKE2b-256 3128b7720d2a925234e527e7d07233dc8109e92f8d897b73db6e058c3167eeed

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 36c5c99518d6a9aff28d288b463db39a76b702fe0521a9171036220103502c8b
MD5 81ecbb8169466151edfc81ed5cb46505
BLAKE2b-256 3d33e3d1bf9a66da2f434da3f04fb2a196b5b1989b29b91400690024ac800275

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 29a9fdb65c3c8a860b9c3da7b0d671b0ae63cc6ac28a96778639d3a4c34725f6
MD5 ace75663ed90be678991abca01b2b3a4
BLAKE2b-256 74f17ef15801c4baa75b4c9c19ea2732826b67edb046f9abf05c87d0a79db685

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c5a23b9b736c54313cf1b83ab5c82c5a77141bd3679dc080d8e385e71d75b99d
MD5 3835dba7df9ee31fbc3d6ba7be865b90
BLAKE2b-256 b62b43e5cfc2887293ebc642fcd0e9d61586c8a241d514e05a77d2e15bc8a4c5

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e67d7401a17836e38941b95ceaf6e0b90d92495e1799f870e816184d6af2055e
MD5 8c25344e32c74ddb9e6cd72ce1c2a281
BLAKE2b-256 ad76fe19978e2ca272edfb0c8caccf3d5c932cd10c92e5556f72ba0cadcf3563

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 e36d1def9a278e203d626abd0c17ef802e2a094e60fec5071a9e6ff07cd15613
MD5 288d92b234f752c0827cca19a86dcd22
BLAKE2b-256 947ac628618e15183288046dff7c40ba4022507d5a06e3a2698a169d96905a9a

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f9cbb2ed9640aa56ee83da2f6b29f6225c48e63164fc107bdb4fbadef3d1f31
MD5 7d9356868e735c09428a36c72d80663c
BLAKE2b-256 e6e3ed4541caf55de024d38a3bc94229d967b6ab69342e43d6c0f08dcba047d1

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e01a4f6fe32bb3eee3b89d62c0b21bc027183a078a33ff196eb969b24ed65437
MD5 6be8b9743d67b610f8105738bb844886
BLAKE2b-256 360f248fb0f0d2c0334aaaf4934b9dba5cb65a1263ff81213647720de101862d

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 164c0a0703ba150a3fdac73039461ba5bb722313ddfd1f3c2571fa4b5432e0d5
MD5 ba8284d552002276ab010eea8b218db5
BLAKE2b-256 e7758fabf3dbc21eac92f78eb717d7e4107e7866ffae5eaf7512420f80131d66

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2f5c8888fb36ccb4064fd2409350a44e74f53e87221d0dc7911ed0b767d36e89
MD5 8e23eb3f2731d8ee32695c08efd6afe2
BLAKE2b-256 d74c3597e234d0933cb8a256d28142b0fbfa5b60a48aed47407900a45f8d2c2a

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f6ba998ce3cdf69e6967170a7eb909bfad5459192d12a662066d5481c0b5d3c
MD5 a048cbf18b1b5af82acde9fe630cd9b4
BLAKE2b-256 d83103ad84604de91242bb8960dd8d8f07ec7569f3e1d85cf693590cf45dc609

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f4eeb2f4083a6373ed9ac149e964ce10c6f976252644f6b59c36539472230335
MD5 69ba38e66a9191abb54f35e593d6b839
BLAKE2b-256 713e3966b6397573ef5cb03c016484f8169578dee5ec67a8753c64e30f1cc905

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: speedtable-1.0.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 16.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for speedtable-1.0.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 022445fe0ece003bd41517a0e84de74cf734c9f116d6b1bb08c1433869137e53
MD5 1771a8672dd559e18705ff3be0b5ae01
BLAKE2b-256 344f249b8cf23a4b8a5336f169eb19487663e8164ccc3944b1a159810c789569

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp313-cp313-win32.whl.

File metadata

  • Download URL: speedtable-1.0.5-cp313-cp313-win32.whl
  • Upload date:
  • Size: 15.7 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for speedtable-1.0.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 d5219fac05800b866d17a2355f5a316a27d92450fa7bba3e86029bc884967fc2
MD5 4a8c4cd45d1f80da070c49d48ce57de1
BLAKE2b-256 d8c6e974cf9a82c763456d897f2593b66c050e958664fad2e6e12563f972a892

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 94ff5b98cc9f7f0aee30666b920bb6ab2404c9183aa2d01637b973bff628d937
MD5 3f4058ac4c7090e541ff214bd9be156d
BLAKE2b-256 40de57c7a2fb1f216aabd46c4d16a633197f6c6441fe71a27718984a46124cd2

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6cf5519b53f9a8df861a34e0ffae5f37b98317baf624fc4dda3f3b77b4d5174a
MD5 25ed50476ee3083682ae60267bdbe4d7
BLAKE2b-256 acbf352bb4ec3c246d455a80be9dd15e397f38e1d55a064d9884b85b087da573

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f7c45593da124c85655b9e95405e349a96ac9bbc6c3e8063cec73552c32e55c
MD5 b707d76c106220f50f6bc7c22a4ccdd3
BLAKE2b-256 0996aa6906023e7947a3ccca851feb9ce31ea184dbfc65499afb49caffd88755

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 128e8ab6eddea23d6d11590aa52c3e649eb2848d6d78cc30ae2c678cb249e8f3
MD5 ab23586010fb3ff36ba6a85c4b1e134e
BLAKE2b-256 8b2828cdd1afcaa290e75e0f78c5d6aaaefa634e5b068674fcc3241e725220e2

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a31aa8b06bdc1ffe721858a8132fb2aeb1d881c5c7809f03b0e57e8fbf698e9b
MD5 46354add645084098d6931102a9efa8a
BLAKE2b-256 10a2a0249cc8815ca129683a6a00639d2a1aeeb69f7bc5e2c326c67d9ea1ca01

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: speedtable-1.0.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 16.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for speedtable-1.0.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 600305b3b1184a869c4622fae2ce721611aeb95ef37ff5563e36e33b314c83be
MD5 f17d78f43507d9aa0dc0c0f66789875b
BLAKE2b-256 64e5a1c1779ed0258845a2a1a776ee62730d7f084341f3555628a58894f816f7

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp312-cp312-win32.whl.

File metadata

  • Download URL: speedtable-1.0.5-cp312-cp312-win32.whl
  • Upload date:
  • Size: 15.7 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for speedtable-1.0.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 07a3757375c55619fe8fb1737c2251c222ba35e04e0a708ab77e8aa02fcf63a3
MD5 1c039b8832888296d04532e4bb1f0fcb
BLAKE2b-256 90b5cc440987416c64cc15da77af72801dc0981568b40c5b46f81d288881ed3a

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7ea416a357b856912e9cfe008bce6615e4551867197a4746a2cf538edabe9d90
MD5 a383145921f22c88475c3ab7e5c2d6ee
BLAKE2b-256 053ce19694cad837d7063bd7cfeab07fa12fdeac008d233f99a2eae5230916b8

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 929355c2936d04f26bc569d6ccbb9c8ef083b1ad3618282f42462361aa25b9ff
MD5 a71b2908fb411d8ca061d4a2b7274a91
BLAKE2b-256 c5419009f3f201dceb212aea2016ea1fe9ff2b85b989509be19022beb4f92e7f

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 15124b77aad445e071f9d04e33b8750e5d3e523845bd107ca517c7cef523e369
MD5 bb95e2f38b60f3d0db7cfb1ae11368ae
BLAKE2b-256 559e799a496e762cf536c9a2cb8ded2cf856c6ea726b5fb357abfb1441fb95ce

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ab4f55be48f12161f9ff0d6ea12e0bd32491e1a3e3916561d240ecc8ad1a2316
MD5 4af10d647e0a5b098b7abd3834497aef
BLAKE2b-256 574dd0103a418a2aba8afc02347d14b1ec02bac7a9a915453aeadf93e661f44e

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 53fd7f11fc7e73751474f03ed7f648e974444b1d33363dd0c2207c86e086601b
MD5 65c28d3d485eb69581bcfb2368078cfa
BLAKE2b-256 8fe11b53e50857ca887a48db6126b9e3a6003b634b2fc669bceeaee7f9c40996

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: speedtable-1.0.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 16.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for speedtable-1.0.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 95cd4c1de86e2aeb02698e044a829cbec2b3700d8205278589db990499ff2f69
MD5 cfbb57305f83fe61b31ac1141ac4b142
BLAKE2b-256 df1719f3c4de9dfa5635bd5b30b928e089b0107aa1bd344e5b6af55cfb9612fe

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp311-cp311-win32.whl.

File metadata

  • Download URL: speedtable-1.0.5-cp311-cp311-win32.whl
  • Upload date:
  • Size: 15.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for speedtable-1.0.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4e301d8193611b306d3bf2fff2e8cfb3d48a6cd7314143c9b07f1c458cfc390c
MD5 dca544b31ce16a07feef5b8164c0e3c4
BLAKE2b-256 1ce344c49c7c5fe1896a089a89864d84e582dd0e7b33cad1ef08661647086668

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9c2c9825f5daaae0b1aed8732522aac03248ee3d29ddf8df377c162994e831e7
MD5 3a66ba6aa608eb97a437ee25c06edcb6
BLAKE2b-256 ca9cb06c844e4686d1cfd78427e09b583aebd847f5feb974f66a3096d9db49e6

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cf4f93e2ad18164579d1780da0da72e77a791ff5ad4d2cfaed7404b9d215d88c
MD5 ec82eceb63231179cc05c83115a47c3a
BLAKE2b-256 5da4e0bd59e39f5047829c8212103ed720cf533164cf22490025353b7238ce64

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b8e3a324f2fdf787bc2ab52b459ebd92f97bfaa1696cc44f3c609c27e65f28b0
MD5 33c4260072ba7df4b00171e95c72e41a
BLAKE2b-256 71344f73aed1c257fa773af15e861fecdfda214f1d79f539fe1fcb758254b3be

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1e65f46c67f9f55d79752b96e05d5f58439d949e1749d12e6355ec3561204c46
MD5 d30900b1d03f04a35574ba1f045d72e3
BLAKE2b-256 156686d654bdfb9ceeb61f531f9ae73deca786daaa10e148c4f07dd1e610e03a

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d3a7212b73bb770985aec4d87c9e74494d3524292caaeca9a079fc77ad178256
MD5 7ede8f2ba1aa730a3487ff009cd36a18
BLAKE2b-256 b984e6fc62c84a04d3d9e29f05d8da7d19d62f3e46c119f6e91c0636ac061f7c

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: speedtable-1.0.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 16.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for speedtable-1.0.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7c28a1d3acb3936c3584f978dc063a978192c3a38e46cc9334c392a6385f06df
MD5 ed03abe2ebd5b87d2f62f0cb7b43b33c
BLAKE2b-256 69b88d34da3c96c10fbbb0a9221cc13b0009e6c97d7391dca904c7e4dd727c5c

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp310-cp310-win32.whl.

File metadata

  • Download URL: speedtable-1.0.5-cp310-cp310-win32.whl
  • Upload date:
  • Size: 15.7 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for speedtable-1.0.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b5ce1cee1d591728f119e19be86054cd09265425054f3631c7780c44b5d52834
MD5 e07bdd9d839007a19c4b02d510ee1654
BLAKE2b-256 a798c9cc89f13b2e9b6830b6bfbb2924b8959da2487a456e5f2fc45b0fd77926

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 22c06877556593de70b925418ceb59bc8edc03df680e43048f406d6decc1adcc
MD5 94940be851c7f65961b1c4aa2ae36a15
BLAKE2b-256 eda52a46b7c060e725ef298c03d76a51f11a5e8476c525ab9e5bf20628bce43c

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6e4a07da688bc46d3e16d1517c37fedd00f59349953c6047775222f2419cebb6
MD5 a6fa1fb3219292f4a574160d87a04c7b
BLAKE2b-256 5d5dbe7acb1f5acf15fa9de9407b10088813aa7fe73b61b8f3734ba297b18a73

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a56a85d3cbda4b06511c29be7eb01e190e7f504e396b19362bf712e757832765
MD5 086e006f2d3a62813b1da9ef158eac32
BLAKE2b-256 a75732947782f4a6804847aa3018ffc440853460a0177cd106002431ef3a1c08

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7a1fc4127cb26886de10347e78517206c8aabbbc513d7fe8e3ed5ed73cf1ce5f
MD5 6c3f3e7cd854fa3bc7401b066662bc5d
BLAKE2b-256 fc76c2cd662667d33b776099e84a0e1ad6b00e9502e59420d33083886a9d2a3e

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7dcb6c6c562a9284340a06d120c9adddaf6819123f2df14be57c62d84bceda19
MD5 d0f794704436ba673922ff116b5f1a08
BLAKE2b-256 3d404a709cff324fdca4fac7b63a232cca6c2236b8f1dff1d4dab9b1b49ce41c

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: speedtable-1.0.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 16.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for speedtable-1.0.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0fe1bec463206224d67b2bde67065c518e1c82d5b2322bdc29fee50f352e85d2
MD5 3c7d99fea1944845cd6655d89a7b6104
BLAKE2b-256 18b3bbd3849cb6662456e08f3a576ad1a2ddf046fb9394aacf074f7f67c6e23c

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp39-cp39-win32.whl.

File metadata

  • Download URL: speedtable-1.0.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 15.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for speedtable-1.0.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 937158fbbb61a6b4ca76332025e638dd87b65355844efc7d569c2e8d6b4a6ae9
MD5 884ab9911048f8b7391ceac7c016767a
BLAKE2b-256 2ddeea2841c5108cfa2154617f73959c28387de8dbe2ddfc1d44c3a71d3c19dd

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 12defc2670f4fd34a7fe104fa8176d1d025b03495ab5ca7129b1f36e1ae7edad
MD5 a3ad5e17525846a6df6c188e024d814b
BLAKE2b-256 46da624b7bdbe11f80e824850e546985f081a7e97f7c064ef213bdf8d16d77dd

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 86c992404f97e37daed17ee56af772c93bca26226baeb0033274b105b946ede9
MD5 eba100501ca59c4a83660b62d48be76b
BLAKE2b-256 19e239eb472bc41d8ab5e91eafea23e5ef7ac2b6bc42b4fa956c3f4682793467

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 72ea6ab20e5687ac1c0784c8dc718ed049b456a8b72c9bb9e95f2f70f327e8c1
MD5 12129568fa60cafe547357271fecb9c0
BLAKE2b-256 43039968db9a076fde299dc7b901e8878acc4eb9181cb948f1694174a555c2a8

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fce35f3782ea66ee3642e8bc5fc512fdcac95ac1e9d9c57d4e963e2d79fbdfc3
MD5 6198c213136a2a3cf82339ecefa73ed9
BLAKE2b-256 3bf43fc59f507e3297029ed2779f76e1eee0e4a0d1eb2e32cfce7bcea07df1df

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cc1a55fb6fba283076bf55c516ceb99f2fd0c0607f778d7e7022ff29237402b6
MD5 e1537ca07c2a484e68db3d1c65faa576
BLAKE2b-256 a5c8ffeebda18d4b1134a4085dfeebfa70ff05a163c56020b0fc65f57bce4b58

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: speedtable-1.0.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 16.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for speedtable-1.0.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ffc093b6b3f7a0a5c9fd5eb41765029699033b93eeea8b2f91f7a2161f479056
MD5 d8c68a299471a853e89a1325642ae5ef
BLAKE2b-256 2bc626d72df595fa2634596dea79f78b60cd2e12d67a575c49a0b1502c9ef8e3

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp38-cp38-win32.whl.

File metadata

  • Download URL: speedtable-1.0.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 15.6 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for speedtable-1.0.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8228766721ebd53dd057de117bd655154abfb3f3c51473bb7f40eb61d30199b8
MD5 e0b33b64f2e8fb8477d194bae31adcde
BLAKE2b-256 a69b2cb4e0e6010fdfbfb31083a62fe34b81f1bf94093fc6110b0ed37e815a05

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 20ea04498a56523a0502a2261be5627753637928ea5b66826ce86fee995645cd
MD5 dd9ff1ef144f46fe70156d185a587bc0
BLAKE2b-256 02a020dce28221226d7cf917151f983c98b739031ee8799e86ece1d33439f50e

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e704f575be9a16d1447ec16cca94e3ffc4a36ee719173b0792bd153fb2b96852
MD5 5305b4c38b8599fe25e3bb44ea2c6d81
BLAKE2b-256 3873195d55478112ad1c9ade2077b8033ec79912fb954bf22c6ccf7917ddeeec

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 403175aa334d3a2e7e672ceea7e6423a80d7169b33abe6f54632a595de4d10f2
MD5 b00950b03724f40370f7bf206dfb0023
BLAKE2b-256 21c49bf0796f783481e2705b901886016a593365732b336e1dca6612310e77b2

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2666abd8c11689c93739420764bc8754d26dc501cbd001f454f62843a34716bd
MD5 390f5cdf445f7455e80d1149ef7c627e
BLAKE2b-256 5ba605cae470641c09e4862a8f40d69b239ee558280b42fba9a71d7699494a34

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7e245b41a9c9ce9f2770c1c9226acc2d8c662b84c2b9391e50231347d011cd92
MD5 be25ebaa0f8e0176efaa3ed5959f3ada
BLAKE2b-256 4069e8c02bb64a4bc87b0e378e70173e63e1a2857ba5ec53d97fdd6bfc77e428

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: speedtable-1.0.5-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 16.7 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for speedtable-1.0.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 cd592cea27882697a50ebbb54c2db23f3211359b141b3a69f5c4d92385c83d7a
MD5 3b006e23c35b28f2ecfe0e59cb518756
BLAKE2b-256 37a7ff827f8b709d9eb28d300a432c4214e61d834b6095bbbdc39d6a44a7c660

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp37-cp37m-win32.whl.

File metadata

  • Download URL: speedtable-1.0.5-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 15.6 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for speedtable-1.0.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 750a15ad47f4a81cfbceedd7272b1d99e206744ed8605d73f78c0980ca7332c8
MD5 7294c78059ee13f0f9a09762a52869aa
BLAKE2b-256 d583973585e490c272e87dd1c2da2f201b204adae0b27f5e6c28577e3f0b47c0

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e034acbd6cbe22d0bcf3d26946fdeec040de09c69111cd3448f5b9d650020496
MD5 2799b995c372e34c58066f114920a1df
BLAKE2b-256 78c068b875350ba6d53d488d0cc0b52a8593df52afa743cf1ea71f401c877cee

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 300a499a714420485c3a5f3e217b2e00bc71a0346dd51a3ab803021765c585af
MD5 541b0e3ed088b0096aa7d68486cac0a3
BLAKE2b-256 5ac8da1b87d4b17b44ef080b99e1ce795e2ab30ee162a7e5c59fea923cfb4194

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 56b2ee59b9545448ba0c8a15259c21f0d049b2bdbad009d77be98a498c6f3cbc
MD5 6554ea01be850fce617e665656b14816
BLAKE2b-256 ef312f4c021acdc90b7ab909485a8a4b59e0c44822e3246a64849820dbff875a

See more details on using hashes here.

File details

Details for the file speedtable-1.0.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for speedtable-1.0.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0dc2c92a075e9ed7346d6d16ae56820d22e7e229a934665abd9ac346c327ed33
MD5 acabe8437b6c98a5c83282911dfe7524
BLAKE2b-256 2fddd629726004797d2d0ec91084abdd776f8d202d2d5aa3ddf7fbabac4fe428

See more details on using hashes here.

Supported by

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