Skip to main content

Tests to improve performance in computationally intensive tasks.

Project description

SpeedestPy

Warning: We use plateform/compilator dependent code, It may not works on your computer ! This package will only be tested on linux(Ubuntu 22.04) for now

This project demonstrates how to integrate external process into Python applications to improve performance in computationally intensive tasks.

For the moment we are only using python, numpy and rust.

  • src/ contains rust sources
  • src_python/ contains python sources

Performance Benchmark

Use scripts/speed_test.py

The following benchmarks compare the execution times of equivalent operations performed using pure Python, NumPy, and Rust with various libraries and techniques:

Add one
array shape: (50000, 10000)
Execution time (Python): 6.225 seconds
Execution time (rust): 0.324 seconds
----------------------------------
Pairwise distances
array shape: (10000, 3)
Execution time (Python): 382.692 seconds
Execution time (Numpy): 2.525 seconds
Execution time (rust): 6.646 seconds
Execution time (rust ndarray): 4.203 seconds
Execution time (rust rayon): 0.838 seconds
Execution time (rust ndarray parralel): 0.495 seconds

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

speedestpy-0.1.0.tar.gz (13.7 kB view details)

Uploaded Source

Built Distributions

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

speedestpy-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl (536.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

speedestpy-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl (563.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

speedestpy-0.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl (625.6 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

speedestpy-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl (539.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

speedestpy-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (418.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

speedestpy-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (420.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

speedestpy-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (363.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

speedestpy-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (363.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

speedestpy-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (536.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

speedestpy-0.1.0-cp313-cp313-musllinux_1_2_i686.whl (563.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

speedestpy-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl (625.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

speedestpy-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (539.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

speedestpy-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (366.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

speedestpy-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (418.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

speedestpy-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (420.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

speedestpy-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (389.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

speedestpy-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (363.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

speedestpy-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (363.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

speedestpy-0.1.0-cp313-cp313-macosx_11_0_arm64.whl (315.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

speedestpy-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl (325.8 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

speedestpy-0.1.0-cp312-cp312-win_amd64.whl (208.4 kB view details)

Uploaded CPython 3.12Windows x86-64

speedestpy-0.1.0-cp312-cp312-win32.whl (194.0 kB view details)

Uploaded CPython 3.12Windows x86

speedestpy-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (536.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

speedestpy-0.1.0-cp312-cp312-musllinux_1_2_i686.whl (563.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

speedestpy-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl (625.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

speedestpy-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (539.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

speedestpy-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (366.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

speedestpy-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (418.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

speedestpy-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (420.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

speedestpy-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (388.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

speedestpy-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (363.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

speedestpy-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (363.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

speedestpy-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (314.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

speedestpy-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl (325.4 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

File details

Details for the file speedestpy-0.1.0.tar.gz.

File metadata

  • Download URL: speedestpy-0.1.0.tar.gz
  • Upload date:
  • Size: 13.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.8

File hashes

Hashes for speedestpy-0.1.0.tar.gz
Algorithm Hash digest
SHA256 a47a672d18eefaa3bf89537a86326aa7ecfdb3670a77e13d58caeb0be983c430
MD5 6c4b5a08d59308eb877e7b2479725a26
BLAKE2b-256 46c40050a752185f20d6dc9082782305b7a5caf29965759b8ab766b530733c78

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 60b3241c7d3044b140c5a99eaf68ee867e3e3402ef426f2b7f85265f50960790
MD5 8a720e6728de6bfe36494ce6efa84ca7
BLAKE2b-256 8bcb1b8da76e15b2903d4e86d9cff24a45b89d76ab0c52e9876ab15a76219afd

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 50b535a0332460b5e2477362ec0ce2243904d6972408ce70f82e1c3ca48d8a55
MD5 1da24c552aa073717a3716a58fc8941a
BLAKE2b-256 5022136dc9553278533c8194086578608f9dffd0dcfb004adfe8571466c4e841

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 50f926344f0de6d2c47e92593709d3f51dd3f9470c95ac039a49ca524430469b
MD5 bec28adc7337d53fe5fe0da362a8a3f7
BLAKE2b-256 f728412c5c902475301eb3222afffed3b83c33414c4c7d8b4a1e5c1cfd59d469

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0093ba557871cb83f0b5b42ef601da06358c001cf3b853db8ecfabfc656937cb
MD5 9901299265d98be8a858300cf57bdc5e
BLAKE2b-256 717dbdc8f13fbc7df8fd5a3c40aaaecb281ff92ee0c37df3ec54e0fbebee4a30

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 850b4e615db69dec77bc9f22332424431cb48c7355a48b5227ab2846473e661d
MD5 d9206783a50801620e8b80a84addd967
BLAKE2b-256 eb3464a3aa4a6653c4c641efc836427b319e96343c70f3aaa22e66c39017aaa8

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7eb6246f55222e343551bb8700da763d8e825d8f39d5bbafef1293ddbb4ba28b
MD5 987ffbe008ddbe9b827bdc8420a6d77a
BLAKE2b-256 46ed416fecfa3ef9934d70595183f97d476261263409054d49be6f43da0d2235

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4ec0d1b274ddedf98362e123439beb4d92c56b7dea7f0cad68a749934559f687
MD5 e0f613db98e933a973ea3fa80e3ecdef
BLAKE2b-256 20f69b1d6b34ac0e54636e711fba33334509d63e1a5ed9ffde1695dd15622cb8

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eaa9bdd7a0531652584c63e4d3e362a297edbdf09fe1aa81713d22277942031c
MD5 53aa0c177951499f417e9e3b1cf254e9
BLAKE2b-256 fa0c8218ac48c126687d24d5e7e590ddfb55acf09a3d19bc02721f68d67eac5c

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 24eb9aa48375074cafd0f4691e82834f7d2ad49be7bb43976542d65fb7690102
MD5 c15d8be7980bafdd217a6f753f2937dc
BLAKE2b-256 d90dc85605182d27644f477e902d10919c2ea6871d96ff54a953b49991dbe0c4

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dc026c7dbb6faeb214cf263ff67d5afd4387fb6bf8d1d4b55a594e05f17ecd93
MD5 4bb641a6f638dc3f8de165ace243e30f
BLAKE2b-256 3519166322fb51a5f232227a68c6acc35a77ca0d9ba5c05ce5d39f3e4d783ba3

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7327b7a961c9b26492a19cee025347e8332c58ec997142574245033178dff67c
MD5 b5ab4d4c9e2c13e1bf2297255a0f2144
BLAKE2b-256 3afb268fc94a9a6a691b586bbba1cee1a4f5732499759a6d6976bedb830ae13b

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 85f587fa29cc8c1d89cf47f7221d67671abc078b8f2b2916db13df743176a685
MD5 a3cea2ea98e7d9e88aaf7139c6d97208
BLAKE2b-256 d459fbaeef0ea560aa83ab72ed7aaab608df8d043d0b5c52b53417bdcf0c8485

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f433421a70d2b7b1d84fa5a8d9ff823cab77589ea534c1bbe98242460a7fd195
MD5 8242d83681524ddb22364dbcfa225af0
BLAKE2b-256 674771942d1bf4b118c32573818bed323dc41a31435edf2802ecab913b5fbcda

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8862757de4e0f25df8193ab2cc0dd4b922df2e5f0f615614f164165f72396277
MD5 b6f31d9f312cd58981f534c010c30772
BLAKE2b-256 a655f6ab30f5905132222eeedb694db748ac166d3291b1f41c707ca77d413424

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 096321c19e678ae738f7aa4684914ccc3dc0db18e17168eb0ddf08d6e6595ce8
MD5 4941098387a94e7501d2aa11961be313
BLAKE2b-256 a349e4b9266a99a7f00017de84ecc50c2f800753ef7955674dc27841382a1260

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 71d4c29e373f16d615f2eef08488822e85e0e2bc845ba35e0e346c3dc153c73a
MD5 04da17ddbadafe880e707c47849f7c19
BLAKE2b-256 59db2a9bda7c170ef0aae0c3630915fcfcd4ade3c50bc6f5d8090171bd9718aa

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 97c63559947d38a3c7bfd5ddc92f1fe00b80040cb47f1ece2257c1430b45e409
MD5 fef6932eefa1e59e08c138cbfe9ba0d2
BLAKE2b-256 f3336a9524095be93619338309d96c624116c72e0ebe4e23e8210896dcb8d578

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ca0a43a1d9968950ac78f18ba02d9fa97a9674da802bb43bada5b546ca7127a4
MD5 8f24205534de9cb09c2513b11a1d88d7
BLAKE2b-256 31b23aa1fa404afa7006c25e3e9f4027623e396eb4a40da8b692dbaf934bbe91

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 23122004f390de10dbec56c3331f2e6f8025f210824f801795c28d9cca018557
MD5 cbb125b86b9bdf891bf611aff70a4ef1
BLAKE2b-256 f5f92e1491e5a8dace870cf6032319d836eef21cc1023ed35410fb900e10794a

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bd35905dcd47c993e286c7b1170aa1d7739dbd71a2e67e17984a74fc9e13d01d
MD5 c9de414a72adf8de69ffb973aae17cf9
BLAKE2b-256 66d403f8a5621ec85f2fedc552cc70e5604107d759ba7c594a971c497a60a956

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8a3b1baabef774c3c5d4fa9c576ceddb758eab2ad257a44629bfe274da89b1f1
MD5 97d1e2289ff014a356e6f0a478c75942
BLAKE2b-256 da39b388e035c326b5f7feb979d64c46d676b07340728af19ec32c8f0e383751

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: speedestpy-0.1.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 194.0 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.8

File hashes

Hashes for speedestpy-0.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5d945dffe8ca8c21b69ac1779bbc62fd794e66e6fda6b9e28b71e2b0f7d9a946
MD5 5b1a63b9319844b283efeb067f9aecbe
BLAKE2b-256 b4debe76e8828af89a72d07b28c20de10c49074c27215583d06ef4252d41dfb4

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 37ef8a44ec7521890eab74e76c6ba6c6b29371e0d31e34060833302801a44f52
MD5 560bda21d754fb3ac8a3132f517d9cee
BLAKE2b-256 3b019e9b07b8c32fb1c230e525cb86680ed7ccc6864cd96ddb3038dc62ff56bc

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3229db06589a87b72a1ccbf795b01c9e132dfd58733fdbaf28fbe7119d396922
MD5 a686b4dd2e77b14676572b2a8af11e21
BLAKE2b-256 a352ecb3b41f58528b3397b9b668fc9e9e2eacbe8efd7fafbd62f36cd64b00b2

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 75249457d4b8c87a46ff305b470367fa8f1983a1bec39f93d15873f4bff0f3a9
MD5 7a45b298b9f230fba4917830b8b8cd1f
BLAKE2b-256 f5c42350ee0b34259fff3463f82d3bf88d72a3bc65507e27a3c2c77c4d2f98f6

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4f6d1890c9eb31d691e950362bf29abc50ec4c3df4327d9a2276c0f44c7f5fef
MD5 29c0bc1aa7e9673e00b58f232d10d84b
BLAKE2b-256 1afa6d1d86a5009f56e835eef93bb1b7648182cdea5d4cc5d5bccf4c8c9ba200

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 18edaeecec960f76531e3f1f59c7ad0f7120c751125f4768620244b3b7155f81
MD5 3b793d42031e4e793ae03555ab61a63b
BLAKE2b-256 6f1f6978d656bd5efceaa732a4cb2e2f999ea27dd6e3a690843488cc4a798400

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 96bfea8cd4c9d25a1d4762305aaa6f503bf5854cbae6705f12073469a57e5e06
MD5 a12399af8ce2222ae35334b4d6b31ae6
BLAKE2b-256 abfcf0c5546075d228d62aa0c64dfed762ffa5cda9445439befaf5daf379c881

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 01c7e8abfa9978201bcab73ec11bc747412214c4d4aed0926a019bba0e9d75f2
MD5 2bd6945611447ec1b610c4a03dcd0c71
BLAKE2b-256 0b0b43407cde8256cc25cd4cc3219c43411d1a002f34e440d7da31b25d9cf85c

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c2bae534fc7ff4884416b7991d17fe1093ae43b55c026d477d0d59f8c00b279a
MD5 260bf1aaff75b0d2ae6caed49bdd60c7
BLAKE2b-256 7c5db9daaa970d18d8bed74b11a75069b0690920c9311efd044eab63bf40c459

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5acc60d45ed16df13fa1627e3fdc3c2cddacbc9847c0fbb05916c2b190a3a0d3
MD5 108812fa7ea185cc614d37e894211fb6
BLAKE2b-256 c2624d31f766aa1b6ae5174a26291fd5074bb8812422df4a297da1d74536f7cf

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf2b7b5da74b79b81c7c965beac278f01fa56b1968844562716192e20defc5d1
MD5 4323f70ccb56a42af02b3cc51c29c37d
BLAKE2b-256 5b659291d75f5339598367f001a4419a7333aa87655b86bc7eacd08a8ef8a3c6

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 23d898e2b3376357d406509d5b8384c8dab4c9c84a51d157a1357ad4e0341f5f
MD5 fb47d8a0a0841b9fce4f534680077f4d
BLAKE2b-256 b2405b21cee2d2979886e04e1f7d15a0e78ce839cb3af2581a61e32d8e801921

See more details on using hashes here.

File details

Details for the file speedestpy-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for speedestpy-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7a43c3e00c75d6bd1c67aa5ea260e424435cebf8b61c486c0ed1299d18c51b92
MD5 509455d238f178be486a743c8505ae39
BLAKE2b-256 8f4cda38fd9dbbe2cfe68032826b4b5c629ba7e737fd71b8d3eda748a5fa6a52

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