Skip to main content

No project description provided

Project description

Pyaccelsx

Simple Python-bindings for rust_xlsxwriter for writing large worksheets, fast.

Simple Example

from pyaccelsx import ExcelWorkbook

# Create a new workbook and add a worksheet
workbook = ExcelWorkbook()
workbook.add_worksheet("Sheet 1")

# Write some data to the worksheet
workbook.write_string(0, 0, "Hello")
workbook.write_string(0, 1, "World!")

# Save the workbook
workbook.save("example.xlsx")

Writing with Formatting

from pyaccelsx import ExcelWorkbook, ExcelFormat

# Create a new workbook and add a worksheet
workbook = ExcelWorkbook()
workbook.add_worksheet("Sheet 1")

# Write some formats to be applied to cells
bold_format = ExcelFormat(
    bold=True,
)
numeric_format = ExcelFormat(
    num_format="#,##0.00",
)
right_aligned_format = ExcelFormat(
    align="right",
)
border_format = ExcelFormat(
    border_right=True,
    border_bottom=True,
)
color_format = ExcelFormat(
    font_color="FF0000",
)
merge_format = ExcelFormat(
    border=True,
    bold=True,
    align="center",
)

# Write some data to the worksheet
workbook.write_string(0, 0, "Hello", bold_format)
workbook.write_number(0, 1, 44123.456, numeric_format)
workbook.write_string(0, 2, "Right", right_aligned_format)
workbook.write_string(0, 3, "Color", color_format)
workbook.write_string_and_merge_range(1, 0, 1, 3, "Merge", merge_format)
workbook.write_number_and_merge_range(2, 0, 2, 3, 123456, merge_format)
workbook.write_string(3, 1, "border", border_format)

# Save the workbook
workbook.save("example.xlsx")

Contributing

This library uses pre-commit. Please ensure it's installed before submitting PRs.

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

pyaccelsx-0.2.0.tar.gz (7.9 kB view details)

Uploaded Source

Built Distributions

pyaccelsx-0.2.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

pyaccelsx-0.2.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

pyaccelsx-0.2.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

pyaccelsx-0.2.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (1.0 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

pyaccelsx-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (845.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyaccelsx-0.2.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

pyaccelsx-0.2.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (921.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

pyaccelsx-0.2.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (937.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyaccelsx-0.2.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (890.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

pyaccelsx-0.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (843.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyaccelsx-0.2.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

pyaccelsx-0.2.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

pyaccelsx-0.2.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

pyaccelsx-0.2.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (1.0 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

pyaccelsx-0.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (847.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyaccelsx-0.2.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

pyaccelsx-0.2.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (922.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

pyaccelsx-0.2.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (938.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyaccelsx-0.2.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (891.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

pyaccelsx-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (844.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyaccelsx-0.2.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

pyaccelsx-0.2.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

pyaccelsx-0.2.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

pyaccelsx-0.2.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (1.0 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

pyaccelsx-0.2.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

pyaccelsx-0.2.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (922.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

pyaccelsx-0.2.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (891.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

pyaccelsx-0.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (845.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyaccelsx-0.2.0-cp312-none-win_amd64.whl (667.5 kB view details)

Uploaded CPython 3.12 Windows x86-64

pyaccelsx-0.2.0-cp312-none-win32.whl (649.7 kB view details)

Uploaded CPython 3.12 Windows x86

pyaccelsx-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pyaccelsx-0.2.0-cp312-cp312-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

pyaccelsx-0.2.0-cp312-cp312-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

pyaccelsx-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

pyaccelsx-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (845.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyaccelsx-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

pyaccelsx-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (920.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

pyaccelsx-0.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (936.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pyaccelsx-0.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (888.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

pyaccelsx-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (843.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pyaccelsx-0.2.0-cp312-cp312-macosx_11_0_arm64.whl (757.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pyaccelsx-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl (781.7 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

pyaccelsx-0.2.0-cp311-none-win_amd64.whl (665.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyaccelsx-0.2.0-cp311-none-win32.whl (649.2 kB view details)

Uploaded CPython 3.11 Windows x86

pyaccelsx-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pyaccelsx-0.2.0-cp311-cp311-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

pyaccelsx-0.2.0-cp311-cp311-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

pyaccelsx-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

pyaccelsx-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (844.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyaccelsx-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

pyaccelsx-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (920.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

pyaccelsx-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (936.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyaccelsx-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (888.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

pyaccelsx-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (843.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyaccelsx-0.2.0-cp311-cp311-macosx_11_0_arm64.whl (757.1 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pyaccelsx-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl (782.5 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

pyaccelsx-0.2.0-cp310-none-win_amd64.whl (665.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyaccelsx-0.2.0-cp310-none-win32.whl (648.9 kB view details)

Uploaded CPython 3.10 Windows x86

pyaccelsx-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pyaccelsx-0.2.0-cp310-cp310-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

pyaccelsx-0.2.0-cp310-cp310-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

pyaccelsx-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

pyaccelsx-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (845.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyaccelsx-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

pyaccelsx-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (921.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

pyaccelsx-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (936.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyaccelsx-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (889.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

pyaccelsx-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (843.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyaccelsx-0.2.0-cp310-cp310-macosx_11_0_arm64.whl (758.2 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pyaccelsx-0.2.0-cp39-none-win_amd64.whl (665.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyaccelsx-0.2.0-cp39-none-win32.whl (649.3 kB view details)

Uploaded CPython 3.9 Windows x86

pyaccelsx-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pyaccelsx-0.2.0-cp39-cp39-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

pyaccelsx-0.2.0-cp39-cp39-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

pyaccelsx-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

pyaccelsx-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (846.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyaccelsx-0.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

pyaccelsx-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (922.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

pyaccelsx-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (936.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pyaccelsx-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (889.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

pyaccelsx-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (844.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyaccelsx-0.2.0-cp39-cp39-macosx_11_0_arm64.whl (759.1 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pyaccelsx-0.2.0-cp38-none-win_amd64.whl (665.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyaccelsx-0.2.0-cp38-none-win32.whl (649.0 kB view details)

Uploaded CPython 3.8 Windows x86

pyaccelsx-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

pyaccelsx-0.2.0-cp38-cp38-musllinux_1_2_i686.whl (1.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

pyaccelsx-0.2.0-cp38-cp38-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARMv7l

pyaccelsx-0.2.0-cp38-cp38-musllinux_1_2_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

pyaccelsx-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (846.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyaccelsx-0.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

pyaccelsx-0.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (922.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

pyaccelsx-0.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (936.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pyaccelsx-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (889.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

pyaccelsx-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (844.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

File details

Details for the file pyaccelsx-0.2.0.tar.gz.

File metadata

  • Download URL: pyaccelsx-0.2.0.tar.gz
  • Upload date:
  • Size: 7.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.1

File hashes

Hashes for pyaccelsx-0.2.0.tar.gz
Algorithm Hash digest
SHA256 da82f58df51fccc97165b3ae1181db71c011bea4e4c0a4a1f7aca7b06949dabe
MD5 f9192902228b077b409625dd375b42fc
BLAKE2b-256 b8e8a7bbff8948e062075d771005bb17bdd90215852cdf7ea7df07e6d1a3a7a3

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6ac66dfe1557b398547e47805e906392438beeb685644cca5944174fd820dfd2
MD5 b53e13bfddecb6ec062c3e2c7c5a7f7b
BLAKE2b-256 d5de8483480666e9b6883d0472760c1d3ffae5559766d31b9aaba12df520047e

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 729148848709769197600ecf4012715c03c99a3da5f86414992ae6a66b0f8efc
MD5 a35dd5dece8c53a6db7515fa887af3bc
BLAKE2b-256 3216f41e72ec48e8c85f7184e5a8ccc292b7858355df3cf35aaf185d532f27d7

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 005122ba152bebf2f7c5825cf2c1586300d50086436f81fc7dcff073550ffa64
MD5 74f56a7d11122c0fcf136e60aca48960
BLAKE2b-256 5607b8367b89d4ab551bbb3685392837a693c59d5fa03e27ae57c76b6c9700e4

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d03fe9ab662f69493670978a6b3a84825b338871beb4525dac085e6549f4a6da
MD5 16dec19ef022154acf6cc854313779a3
BLAKE2b-256 e622a63187f13394cbe1bf03137bdfe9bbf5d0a58a778136f41c72828d462c8e

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a0d696c8e1614fc50fa6fa02667241ada8c630266599a21fab6a0044921bdd1b
MD5 c27ae8d4753fb8cad9987845ddb6c68d
BLAKE2b-256 22718af05dd083f9efef3b664dc3e9e356361924a96961e57fe00269c965a76d

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 363886bb865c96ef4b99e88f33810cc1d43e54c4777625c2915700fe9b25dde3
MD5 89afc43e32ab9ee66eeaccea2056e6c4
BLAKE2b-256 d9d6a9cc91f60b669649cf94ed6248a834f498eb3910b399fac3b17bc9dbefec

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f0bf81dcacb3f382668bd73929b94e5f9a21c5987aadcb24afa153ef8f563a25
MD5 4e01df50b6b15fcc6e33dda84e2a3d60
BLAKE2b-256 510573e461455a5e13f9163f09ef492dc7853eb04d40c3659abd08f34d91d3be

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e906d586bbd6fef6a1b00331010d452ff8aa561c5d89e212d8b3fab207b506c4
MD5 795993eb7a683c91fbae6480f2fac040
BLAKE2b-256 5f7ec7a002b5e67e8eda8c727ce4c83095903c159bfe4e41aa1a9e756950f686

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 91c81b9f60e8e308ac9bdae037ce526c64ce625ff874bbc6aa1a8265e6695821
MD5 1db3f2d6fc126c9971d31045aba7ad92
BLAKE2b-256 0ab1ac16d29d1990bcd4d30906fd392d9a601911dc3f6ed2a021307abe2d5dab

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2540eb613989bb7f75b866643e1ac7fed63d283590f4f643bea69dd7cc40ab4a
MD5 783b852cb0f0d6aeb8f58482c66c3a2c
BLAKE2b-256 9a3884f88344f8f3907d8d1a806c0ff974c7e4002f26330f933f17235c807c8e

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f8810d85fbe9ec3d530bbfe80dd217e60b4f7679a40c1b7b288eac6dda5b9114
MD5 249bcb87f491d25bd39e0ca9b05a3713
BLAKE2b-256 ca63549772018940b756eb75912a10ab97db1f89687dd8bc5bee0c157afb83fe

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7d14ea9e4be1833c9ece2e068d302cdc24a973b8d34f8ada0e2fa8e65232eb01
MD5 3483902832e8c2a89dcc060664b739b6
BLAKE2b-256 21ef7b30ce03d6eb8e406cad0a76c61c394e9384f70885cadad3e3843b4dff07

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 163eee6ed6473577b4b308a70816a1c5914e40107fb6d82e8f5f32fc36095631
MD5 d523364f87a4ff8bb820b4c2d7ce910c
BLAKE2b-256 1d61fd058b01fa688e7a909f4fe07aa4abba690cbcdf05c6573e10a070109d85

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2b2f8d0ed2fff77f76f4044bef57348a2af20ddd5bc487693920fb4f8e351668
MD5 a3db34d8b88fb08d87d96fbb8a37c4e6
BLAKE2b-256 6b711f4a9d50380e7f3844b29d4593305ee7111de44a615f32c2276e48bcd394

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a964d0f62dcbff6ec181dac37ee0cdcf3719ebb3aa2be0d9bc4daec59572b4b5
MD5 81d5499b9fc1a7c3cfcd75837069bcd1
BLAKE2b-256 c15b2a979ab94b4390fb86c81757ac5608a1ff11c3999321f0f14dbdd451cdf6

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 48d77f786c4c22ce33684520552cfc4296ad94eca2c8cefa739e6bf785436b3c
MD5 308b64302eeea484aea4ab0dfc0b18b2
BLAKE2b-256 e75b6b3de9f1aee6e3cd901223e717587d1eb3366f5a8dd696b4fc1b60760471

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 39f346e14344c8530eb29f728424306b6a6e37384af79e0ac0c64419f6facd72
MD5 01ba14f0310df9759754505ad4aca47a
BLAKE2b-256 badd5b6e028855b8b7cde00421478b8849bb2d47027785ab792d0f3aee97d2fc

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fc6dab27080275ca787dfc4647958f5d99f35124796d18e95e5b625417239918
MD5 8920d347391ae0af596115492f750675
BLAKE2b-256 976829146de1b92e9235a06aff63ed4a492f1c86a2bda05f058532005deba49d

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dc8a65d976912090fe7f66b2d209ca8d8a96c285c04b8e8cc2e3d32bd1c119d5
MD5 0d1f645c180a8be17cb1120ca2295346
BLAKE2b-256 37642d84979463d4f85c4b29297c3f2b3710de0b1996e91cf6929ca9fa20f550

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 86decd4451126ba481b517913c5c00144e0281c974ea51a29997bb8ce04f2d08
MD5 1c6782e4bbb7e1d0753c8e23d33a0def
BLAKE2b-256 2f32d3436efb96ef0c8e34b3b0a934b4db07991262c991cff4d7473e06c5239e

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d059f58011dc50d787c272e6c15407d6c3fca12a4bf277d2beccbf10548327c8
MD5 7537f920a7b068ec678244d586102ca2
BLAKE2b-256 17bb81456c667d1fd4e561ada0eaa68435761c0954e6e98ae528a863259dc557

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dd37b18de66ffbf316af7c5bafe01f682cfd27dd7ec5cb7e14af25837307e955
MD5 017f44283584d3dc6ad416bc4191f580
BLAKE2b-256 9023a04f02c7deef66a7032013576ce1e90ccc0561fd637ad4028dd33e4a8fc7

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a4aff0b36567f24d7489efce2eb480b115bb962071f0c85618f7653c7373825c
MD5 a08518d89e892a3fa220a1fd9779492b
BLAKE2b-256 89753a839df66c8b5f15bbebadb20cd33fc5492f1d160192d40fecf6e53a4127

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ec9bd36490fac9070c47212c89ae5a9ced65afd98f53abd494c3811036969cc6
MD5 f425f7646c8e5e8c76878e5f7db6e5bd
BLAKE2b-256 e27de5cb638085d206b0c491cac9820ee91268d8f96a614c2a408687bc6a066c

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 647eebe2367260adf999e968c0feec608f151403b35d9082cb32d9e35ebbc916
MD5 fbfb9dcd599a118cba367811b457b5c9
BLAKE2b-256 aad074f050596d1ae2846d54b009d761d2f4ac5c3668c8e0a334153f54ab4d72

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dd61a338605a3b6fb8fed61ed87bdb012b4e8c8dbe2e1dd48af3f8c171bb6bf9
MD5 4afd924297ba54b47e9ce3a8eb31e17c
BLAKE2b-256 82b6513b4cdfcb92ad405b9366f0116c8f1fe6020246e45d4480c1f86fb41224

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8954e1500cea1422a3926175684caa8f716af702e2842a40fe550e628c4f6146
MD5 190b82d6e63fa326eac274925b89156f
BLAKE2b-256 975a22cab0032daeda3d5d0321e4cf66ab2594562f8caaddc7e67cd61e4f1d86

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7d29e68ae8fecbbbcc6a531b386e5c90224c3a33fe225ed7aaa9266cab0b205c
MD5 51c48bd88fc642cfcd1c146830171079
BLAKE2b-256 b743217c7b92a41928823e16f56b8afbdaec3e75be868778daf2603e4d998f12

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 aae86ae7b4fcf20aff39d869a174c59201953b3c2b58ad21aafd5175c0b459db
MD5 9df5fb2503c54341b2fabca6109187d9
BLAKE2b-256 c78e5dff6a7c4314acf1a182cd8989dc9f7694cf8cd4b4dadeccd8656bc17e7a

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp312-none-win32.whl.

File metadata

  • Download URL: pyaccelsx-0.2.0-cp312-none-win32.whl
  • Upload date:
  • Size: 649.7 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.1

File hashes

Hashes for pyaccelsx-0.2.0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 f7f03ede606a53f9023128d0f39f8ef2cd0c04d1421dd23ef835611705974219
MD5 943cb9de3e0d2007d150f07a390fbd7d
BLAKE2b-256 52544499e98124ed3ab388ed85a2740c2dcc27d0f0ac14748be678eed6218c24

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 718670ab398ea3e70710a9f1fc5a7c4591ea85c9e67b8358cf2fb2563f51c442
MD5 1196fd0098f97fa3ee8dd6ec6e08e655
BLAKE2b-256 a2d05f30fb8e5b608bf8837882d990b561c8030887fb0e719a102172b22a063d

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8a279626a8ce3e61eb9cfa1089e08d35f7d6fccb9ded731d365132d54777618a
MD5 b3b693451046b0e423e14656c8b89da9
BLAKE2b-256 e7d53b1510f43caff8d0b6f5e598282cf67c725a0925af64d1b57b585a6ab09b

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b5cb6681caad7fd0804d631b2bdb1e404535c0e077658e414dd5d7847e31a5a0
MD5 80352456b4f2096f5dea9e0ab323dbc6
BLAKE2b-256 8a12da3b5dd84e03e55e3eadf7f39d47339f16e639364c76d08f96b5a16c4c5d

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 57ab69790e21c0ab2bf97d6dc99a773f01e9aa7ba325dc6471b4b2828669a590
MD5 c9c38bf6500ebde5771e89acc1a30c6e
BLAKE2b-256 fd6203fa06d18032a3756110cc967c71399e9c0ea8b8d1e68d4ceb1424ddf334

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 87dfbcbf87dfb1b8cbfe5085fb591014946cc8143a4904373bf5943cbab14c37
MD5 c5b1e8e5d952750550a05f6074c0a1ef
BLAKE2b-256 4c5db0a87b92e7ad00e09a8c210f230d015832580c95d148207562f4afae27f7

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cd170e2f3ee06c00aa1d8d54c1e0948823287edd11eb4c1dc011fc6df1144f9a
MD5 a18602a8543a890aac33bd7d3b195052
BLAKE2b-256 51e5240d362b5a13f9f111c253caffa83cafa0309ae618515ccd336e46099103

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b6be3a9ae935ba1ca17ab41400a15bfe5c66552008837b245c57a17102220469
MD5 d93cc927a32b1d8462410cd5044e26b3
BLAKE2b-256 24e2abe77ddae0a387c9fc8df9b59815b6dd77e0236c368661581a218dc7e3d6

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 993a91207daf8b2922d7571076f38e3625d66e24d3e9b8fd73bb61fa6209b85e
MD5 f82b2dc4de0037431722f6c96fbdb073
BLAKE2b-256 27723f639e62994a688dec5a42745e7b1503bf517eaaa8484743d288b0fbbfad

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1618228f51b22184952e48493ee14ec5df707556df2851986596ba2da52c14b8
MD5 a446a2084debb21935ebf00afe58cf2d
BLAKE2b-256 19b77e026c313758c4fc66638767e0c5292efa252125ed0335d81d426c18302f

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 026274e4ab04f73c5557c1264eb0e9a3ee23dcf77848655ca57a0bd3e537f8de
MD5 9395fcbef980f2c98bb99c5e01c5114a
BLAKE2b-256 b5786f739f297c55f88dffaf56332ec1f1f454ff3313e52398724dd3ec94911f

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 77278c6003d89c19d69e933f0f5567ab8fcc7cec86fa82121351e534a4b05ed5
MD5 fa87d257501cf6b60dd25d98e28b88e0
BLAKE2b-256 840550119be812135c34eb474c33f4b963fcdbd13c8636b44ab3c690a55b8497

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 073b0775145543e68f83893840cc685028743180d936b5f8a858fd5140174631
MD5 840b0f204571c2b2da149d006ef606c4
BLAKE2b-256 23db96894f29bde0cd476cbc9bfb5141521982b16431bdc99a942ad35865d974

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 fcda7594dd126b5bcaf3a0fb5204deb54fb7751c149987a85cf6d5152fef0dcd
MD5 d3ada3783d47360ab1462d5525725a39
BLAKE2b-256 564578be5317f7708eed34a7bfa79ee9c9efe0fb0a3c1c4d6aedd25c18a94a0c

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp311-none-win32.whl.

File metadata

  • Download URL: pyaccelsx-0.2.0-cp311-none-win32.whl
  • Upload date:
  • Size: 649.2 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.1

File hashes

Hashes for pyaccelsx-0.2.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 d11726ee225650c9e92e518475aa494650a651eea69da87ac10ba79abc5ad91b
MD5 1e3ad1673a28f5678370ebdc215eacd6
BLAKE2b-256 d58e89b7c867215ebc8cc1c366ba6f6a11c7ce144627c774d535c62850e8ac0e

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0997baf2f9e457be38fe5066bd737ce1f4085b32a7ad86693a8ac27b30b438cc
MD5 47c7efaffebf2927b4c9da88b24afb4b
BLAKE2b-256 c3aaf1bc9a9a783643ddaa350106efca5031b4088e4b04f5865db389cbfcc7ad

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0059697ca2bde5933306680de8314d6d7812f7b5ef6b661935118e9b133bcd4b
MD5 f274cbc3d9ddeb391c26f3f5b008c999
BLAKE2b-256 fa6a55be6954ad44fea30d5f94e47bac0534efc01c095b02f91bee8c96ccdcbb

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c9aef839721a7b39a5951d20e7999cabdf5d05c8eeaf381b75a423360c034384
MD5 37793107ea1050b8b4899d1b752978f0
BLAKE2b-256 7c0201c42193ac197aa837234feeed101c359e7a5889d96ba5e7152349032150

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dd1fe7d5f50ad6768a6896e79f88b7e3a5234d9ff5deb3f9cd04a19bd18d0625
MD5 7b4ecadb60e98971c2482a4ef131a45d
BLAKE2b-256 d9ab629c1eb195622742a263227e5ba4c57269e1cc4efc813f5acfb7e9361f6a

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03e6b7b986fea9ba778e32e295b6218311e478d892b68a5050eb23f0fa3ae608
MD5 e5dba935a62364fd13d654c9cca316ee
BLAKE2b-256 e960b8b252d638f76fd21d2dae08adb13b37747466385d16b0ac52e12ab71f67

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 61a55a11a8beddd0f4656e375532b8b8db061ff69c9fcb079f26d03c30b238c1
MD5 b48582ca4c441500a0ff5f3218e80a1c
BLAKE2b-256 79f0d564f8cfa2f9f6c8ca1e74e7f7239baa55bf137ee53b56ff212bd9e53f3f

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 071668d6a991a9b62a53cc5912253e600c09fbb10ef22630f59e13bcfaf3af15
MD5 42a42238ce2d4ba54c6d9a8f907da6e5
BLAKE2b-256 b7f6bc6be2d88fc4e7e9e488d1277f0cf0d3dbaa5bfd83c0413472603cc4c209

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8fc18f813616ae4a697feae8416ecacf438ac583b9dec8e7ef51fcc6b1500fb4
MD5 555cea0f33b488d5db7e44ad227bcb65
BLAKE2b-256 89fdf134ccf6e2d8f5715ce726c0b7bacf5e71f592b4644dffde5ec05d3f31d4

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6c03af7d5bee68739bdd799088f954f86b397382beae9859d24f9054bd945fe3
MD5 5e25dff99f4a2259caf7d0ac303a638e
BLAKE2b-256 dfeec77e77c1d90a27a25e7248082fb95f6f1c805416d97c7b18d8c5a4aba8ca

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 650055ebf28e8c5893359e24d2e0bb34e18fe342411ce0227d76f6ea2c2f1ad4
MD5 8dc147e2fa889b769e8043397a7d251d
BLAKE2b-256 ae437abbfb01d1460e106b5872a13b4635cc8069584db54db3928034b8d8419f

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 403d26c9550fdbeb8da1c4119fe9c2ed0b9ca1c7516822ac091947f1037f114b
MD5 9529b5fb14be3785e4007c4fe676f255
BLAKE2b-256 029507c80d3b4d1e7cd051c557920fba5d97e072a96a18f67d5280dacf1149fa

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ed3976a88dda8aa3cc936847770c6f04df2c2a8392d6766534a8d514687dbb09
MD5 c3efdb02dc51208034f073c5f6fb9a94
BLAKE2b-256 e1771731c6f222562b32e1aa8f6e6b3ab620aed50573a8e0eb771f65beb1ddd5

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 632b8f63903948bd6dd360164ee08a2fabb1dd8a574331262ef86631f5ae7759
MD5 146ac608d44fa2eed2e401ba9a9257d8
BLAKE2b-256 638092c51e7fd8b8092f631f6af5f4124276ce8ed39a9254b79b7c594326d95a

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp310-none-win32.whl.

File metadata

  • Download URL: pyaccelsx-0.2.0-cp310-none-win32.whl
  • Upload date:
  • Size: 648.9 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.1

File hashes

Hashes for pyaccelsx-0.2.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 0fb504958d300aeac41f8776a5c0913227dac99514787e803ab4445b2a85faea
MD5 fd6eaa5f1aaa8f8aa77428504d7260ca
BLAKE2b-256 10a24a3628c12bccd4f609a1f3ae4c3b0e28f4a0d874a87b1c081092b4aba91c

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fed538511bc0ec63dce30d8b30db49180c094a0cb2af58b3b9c9652622407d3c
MD5 9e6311a3a7239efc49a916c90e2c53a2
BLAKE2b-256 a0bc0f3b8d9960f3ea3bab55d8e09d6f0b3e2a4e4f406e3c4abd3f8342bdca6b

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 65045f015ab00bbf37a4b9b65d82d74acf7112dd55af01fc033e2f48986ef0f5
MD5 2f4926b459768859c607a35c579cfb06
BLAKE2b-256 91ce83a1ed82b26e988c129e9328c06baa7f835baa99b7ff32f26ef2e82987db

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6d610fefcb4c9188e2a98669b2565f866810058da58b5705a569590ffad63ab7
MD5 d745f26877a5bf6ba9d8324aefca6a26
BLAKE2b-256 133f6d682c971f44e002b543935a77b035195f431c4a7a0ccb93c7afd7b2cfce

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 083aae54015435967473a932d54ece43773119062a75c750187b8007644113e3
MD5 4e87152732ac5208f92f5ceac49ba44e
BLAKE2b-256 1a4bf323386b398acfc027e68d69e9bc51b0d4ea69fbfa72212dc56305c5ff70

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9f89792e52d65426e027514cbb9bf080ff53f7e11cfaeb70c896978ddc3e545
MD5 12ce5deb43c16bd2337ab4dcd76e1b02
BLAKE2b-256 0b7a93045cb658ea0c2371a30220287947531cd274a5a5fc90f12cb76c678d1f

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7ae6a3ecefd93568250c66bb1a1a8d0b1e6820a31777cc0bc026e8de05cb13fc
MD5 2d928d8e8524ca85f7ec8003da55f753
BLAKE2b-256 734ed3583cac9cdce9a4306ddc15c7f98d2b581029f378d1e61833148f3b9b09

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1e13105366e393558d5b13761c3f0630e33271d9876908670b09dbe3f3350327
MD5 ca18a56bf5ced24212c2d84a88bb8b55
BLAKE2b-256 abed46f9090dd7966b07778a9d62d181b0b6bd562978517e43558d718a2037c4

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c98f75c7a29f7ece6e9a5e0f37065ce0d85f32baaace42ad70d8873a3211580d
MD5 ee6d1d16bd74c7644ecee810b391e5c7
BLAKE2b-256 a78e490037b0d19619c272fa956e528b2ed8fb7f3f5b5b81cd52d56bcf325196

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 974787b6639f31932a7cb31dbdadfedf85115ff30c8871681ba6c74f99a269b5
MD5 308ba3d35a093c956952f8348376fd23
BLAKE2b-256 cf5903ec9840b677ab8f66c8d16f68a20d16d7d2b85067ebf2bb25ddff29e7ff

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4045fa12e2b30d858a299c55d355c5c9507783e2722690662115dbea0e87c24c
MD5 f793efe0a730b319bb02fd41139fab2c
BLAKE2b-256 9c9915f8caa14e7481fc120967529173bf1fa152db58d21bc70db0f23bc84770

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 416f3eae64bccafa2a852322f4bc215fbded07a6750bdb6740c4a415e22541c1
MD5 b5b7c38daba528823480af7e8ed08ba7
BLAKE2b-256 938539280e10a6005bd866148a04d05bbbbb0e9f3326bd3561d1028b7278a63f

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 7b227b616ff008f79b736688000994d712683a026d8c35ff3f03b10b6a97b758
MD5 b43eee3c8be9fe22e0057fa4ab711b6d
BLAKE2b-256 41b6583ba9a0e07c636afa12524f2cd96a3ec6499fd631b10c67aef6e8ecb96d

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp39-none-win32.whl.

File metadata

  • Download URL: pyaccelsx-0.2.0-cp39-none-win32.whl
  • Upload date:
  • Size: 649.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.1

File hashes

Hashes for pyaccelsx-0.2.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 cee3401ecb609508682d1cad872161a40b727f0a257dd6e6aad5afe38bcf8454
MD5 fc154019aa2ef19fc8f28f0053e6f999
BLAKE2b-256 c2ad6afb6910fb31dc7770992e572e0900609a109465260edb9dd98a3da4e4c2

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8a6919694ee8c0a1da023dbbe4a56c941247315196f28541770bb7fa36bf37c8
MD5 385e2f82760ac38a5992e48f3ca0f68f
BLAKE2b-256 d87c55d35d671315939505281dc36ec15e07386baeba689d21979c5b81e6b65a

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d67be74c8255cb1bdd42b3df2b3d468e37f7b1a9884edca6f12f5070355ba86f
MD5 89f5b24d6985eb5debc5c1aeaa387481
BLAKE2b-256 facc92d079f2aeadb91aed749455e4c33ad93134a9d756ed04cb3a0e3528e08b

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1875e002f13832a1365b5dcd2d0f0223997f68a4f3f9482be9da3b1439b8558d
MD5 e6b320d1a4222636f4f92a0bb2aad7fd
BLAKE2b-256 16ac49243d35f8cad1f72060a2e98487511d1abdd50dbf7e38fae3bdcc6bb649

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 455df595b4c9adc446ffe64f1b700592e0611c471138f01ca90ca28214c7831d
MD5 c5729da7d0414c192ab7f848df8f50ba
BLAKE2b-256 0bfcfe60285b0533d93cff8e24bd940387b6ae109a2ed4190f5d40907c808fcb

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ac8009a7eba51958e778d88fc0259760301f8e1d5b33b3d3cf5b947da7506a3d
MD5 4587158e96b2aa43a18736f8b6d88155
BLAKE2b-256 651c9a3ddc19e8d6e96104eb42489ee8e945044734c72a4f981a7dd8e363a2af

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 748f5ef241bfcb1fb3019136e7c6eb78540ec23968dc3d17c8941ed3aa66ad5c
MD5 44676f55b29cdbcdfb0e6208c854763e
BLAKE2b-256 e8915c4956cba75dba037ec7d8be32d6d27aa85aefbed14aa88a602e7be7abf2

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 65db25fd249e711709cd68c6e2f9b7375b62ce505365a1f1cdb648bb36f26146
MD5 7c3988c22c1482ba53ce1f68698b17b4
BLAKE2b-256 a2fbe79004ef08ab980913da0feaf3b89e42734844c42805a1a65959199131ce

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dfe503d5a27ecc5d26076552eca03511c2ae35752f6f009ff26e0aba5cff03e3
MD5 88c92719210e5d0b8f2955e20715eaee
BLAKE2b-256 119e2cd110a142d30d0c4101eebcd8f710049d604d2661f67ae6960882816511

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 54fb9cc680587e098e8dc2aab339cd9965033c75908021766b0b939ce8ecd097
MD5 7621e1824bf08e8b4901d23a3861b951
BLAKE2b-256 0035a8c520854b196562af5361a6c2126b2cf8723118d5fb4af724b64d879d2e

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2967d76ca6f0630de088976425a672a4aed2c366357f43fbf794ed6a0304303d
MD5 60e742d9483ccdbd15ed946c527cd128
BLAKE2b-256 8113c8ca160405883bae6a81aadd4f3c0ca21e0722383459446302725a453de0

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3e3929904799864666a4a71b07f35fed22c1f7db76f1c6113695fa7714a3597b
MD5 a9633548c1574b3b56eb4b8534017dc3
BLAKE2b-256 65897540cb7964f87a5893cf27c721005b826ab8ecc403376aee30be9d073093

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 0927fdd9113fc763ae1278fdaccb5cd004c9be35fb8d04862472c9e96539484a
MD5 e12d367e5097a19fc82e11543aad931e
BLAKE2b-256 8f4a5ee7ad7d397b10dc933a0589fa8f81a2d1e8da83f410618b196c6089a145

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp38-none-win32.whl.

File metadata

  • Download URL: pyaccelsx-0.2.0-cp38-none-win32.whl
  • Upload date:
  • Size: 649.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.1

File hashes

Hashes for pyaccelsx-0.2.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 4cdb9d7ca904d9c4b8bf49dbb43a3563262db54d9bbabdb1f32533659d212de4
MD5 6c31d47afacb3584d74fb14b8306ab6b
BLAKE2b-256 8f0ea75311426ea6e1eaf3ff895010a4e0c3f54aa3e522684109f609090644a9

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b672a0598c2a10bd4a9b761173c9e8b0555a9d49db6170e1feadde27b892069
MD5 f2bb6377ed8c88eab6418a3a4cb8c794
BLAKE2b-256 6e90e8d0b718cb53af04e55150eaf6fa26690abd5cb9b09cdc055e3f11a53fcb

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a33fccae462f4f1293c9de22bdfff93507eb0e5b23858813ce630a8d5a047374
MD5 d2dd7e857731025279a6d3685ba2f790
BLAKE2b-256 bfe6f3f99d40572ace96b15a3822616b95a38ff63acf386291cdadbadba9548f

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f2658d07c55f65961ef3800662eb74805e15cc0a25d728804ec9a2a8da874953
MD5 9a7dbee83f5e8e76d00c742f049b33e9
BLAKE2b-256 2b2e04b437cdf0eedf05344101a296929190eef0b7d759f9430f6176f3d75bce

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e29faf452d72c849ea48fb174fac5cd15202c7da0509967f6659bf655f0d05d7
MD5 5491d6b07c6958aff869750236445ae0
BLAKE2b-256 a583bc00e12f313eb20ce6e86678497891b0a7e4313bc697cb2a0ff878a03ef8

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 376beea8829f22d9bd9ef99da60432be3a9100c590c73c075ff55ede8dfb24aa
MD5 692a576ce32e51490b916ed6e725fb30
BLAKE2b-256 c010fd4d10d7ab14ed8c3b5cefafc6634518f5433f2086330a3b2ddd4f7add6c

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0eadc15d2b1326b55898a886a77181e7e5767317be6af07a53748ef4bda44509
MD5 3a594ad5731550cb7cdcad7d1558e6a1
BLAKE2b-256 94ecbf4f99964043cea6ffddc630e624e4b6881d705dd4c2c15f0be2c170e893

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8f4a8c1813562f7f8c4742ec4037d3cf9e69b252d24e4ca3042cfd2f018a528e
MD5 57b29581aa3c9b117821eef50f4660cb
BLAKE2b-256 6e1bb2b7bd161f5c463117881026188b40a15e69c0be23385d1742f4a7870d18

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c9a674d8e362ef4165367c456e9d9edd9bcfe7e1e10df178ce8e654ccc1ae5fc
MD5 2dbc305c25567ef9f68ffd56c4973db9
BLAKE2b-256 d37f85159bdb573269db27e7d2c3ceea7e1dcb7607d5d7bceb46600f7b6a6b15

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3b7ee31c21016e0b25a520a9d1ef30e2db5bae66c4f186e7d51e7c9cc203acd5
MD5 d3948b05f7611bd760701557616a1046
BLAKE2b-256 834480b3d7ba7781df23503425503cdcf97434761c7672f0ee9e9d2e4ea74902

See more details on using hashes here.

File details

Details for the file pyaccelsx-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyaccelsx-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5ebc625ed375ef263bebc711eda127d66d2a5d3f254213b89a7aed7fc95bf060
MD5 e63b11b551272a925e7b97b16901f7d9
BLAKE2b-256 2e760e5a6cfab90a18393c55182894f7e58e9d47e799bb6c8e00d20f9da9aa30

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