Fast fractions data type for rational numbers. Cythonized version of 'fractions.Fraction'.
Project description
Python’s Fraction data type is an excellent way to do exact calculations with unlimited rational numbers and largely beats Decimal in terms of simplicity, accuracy and safety. Clearly not in terms of speed, though, given the cdecimal accelerator in Python 3.3+.
quicktions is an adaptation of the original fractions module (as included in CPython 3.13a3) that is compiled and optimised with Cython into a fast, native extension module.
Compared to the standard library fractions module of CPython, computations in quicktions are about
10x faster in Python 2.7 and 3.4
6x faster in Python 3.5
3-4x faster in Python 3.10
Compared to the fractions module in CPython 3.10, instantiation of a Fraction in quicktions is also
5-15x faster from a floating point string value (e.g. Fraction("123.456789"))
3-5x faster from a floating point value (e.g. Fraction(123.456789))
2-4x faster from an integer numerator-denominator pair (e.g. Fraction(123, 456))
We provide a set of micro-benchmarks here:
https://github.com/scoder/quicktions/tree/master/benchmark
As of quicktions 1.12, the different number types and implementations compare as follows in CPython 3.10:
Average times for all 'create' benchmarks:
float : 36.17 us (1.0x)
Decimal : 111.71 us (3.1x)
Fraction : 111.98 us (3.1x)
PyFraction : 398.80 us (11.0x)
Average times for all 'compute' benchmarks:
float : 4.53 us (1.0x)
Decimal : 16.62 us (3.7x)
Fraction : 72.91 us (16.1x)
PyFraction : 251.93 us (55.6x)
While not as fast as the C implemented decimal module in Python 3, quicktions is about 15x faster than the Python implemented decimal module in Python 2.7.
For documentation, see the Python standard library’s fractions module:
https://docs.python.org/3/library/fractions.html
ChangeLog
1.18 (2024-04-03)
New binary wheels were added built with gcc 12 (manylinux_2_28).
x86_64 wheels now require SSE4.2.
Built using Cython 3.0.10.
1.17 (2024-03-24)
Math operations were sped up by inlined binary GCD calculation.
1.16 (2024-01-10)
Formatting support was improved, following CPython 3.13a3 as of https://github.com/python/cpython/pull/111320
Add support for Python 3.13 by using Cython 3.0.8 and calling math.gcd().
1.15 (2023-08-27)
Add support for Python 3.12 by using Cython 3.0.2.
1.14 (2023-03-19)
Implement __format__ for Fraction, following https://github.com/python/cpython/pull/100161
Implement Fraction.is_integer(), following https://github.com/python/cpython/issues/100488
Fraction.limit_denominator() is faster, following https://github.com/python/cpython/pull/93730
Internal creation of result Fractions is about 10% faster if the calculated numerator/denominator pair is already normalised, following https://github.com/python/cpython/pull/101780
Built using Cython 3.0.0b1.
1.13 (2022-01-11)
Parsing very long numbers from a fraction string was very slow, even slower than fractions.Fraction. The parser is now faster in all cases (and still much faster for shorter numbers).
Fraction did not implement __int__. https://bugs.python.org/issue44547
1.12 (2022-01-07)
Faster and more space friendly pickling and unpickling. https://bugs.python.org/issue44154
Algorithmically faster arithmetic for large denominators, although slower for small fraction components. https://bugs.python.org/issue43420 Original patch for CPython by Sergey B. Kirpichev and Raymond Hettinger.
Make sure bool(Fraction) always returns a bool. https://bugs.python.org/issue39274
Built using Cython 3.0.0a10.
1.11 (2019-12-19)
Fix OverflowError when parsing string values with long decimal parts.
1.10 (2019-08-23)
hash(fraction) is substantially faster in Py3.8+, following an optimisation in CPython 3.9 (https://bugs.python.org/issue37863).
New method fraction.as_integer_ratio().
1.9 (2018-12-26)
Substantially faster normalisation (and therefore instantiation) in Py3.5+.
// (floordiv) now follows the expected rounding behaviour when used with floats (by converting to float first), and is much faster for integer operations.
Fix return type of divmod(), where the first item should be an integer.
Further speed up mod and divmod operations.
1.8 (2018-12-26)
Faster mod and divmod calculation.
1.7 (2018-10-16)
Faster normalisation and fraction string parsing.
Add support for Python 3.7.
Built using Cython 0.29.
1.6 (2018-03-23)
Speed up Fraction creation from a string value by 3-5x.
Built using Cython 0.28.1.
1.5 (2017-10-22)
Result of power operator (**) was not normalised for negative values.
Built using Cython 0.27.2.
1.4 (2017-09-16)
Rebuilt using Cython 0.26.1 to improve support of Python 3.7.
1.3 (2016-07-24)
repair the faster instantiation from Decimal values in Python 3.6
avoid potential glitch for certain large numbers in normalisation under Python 2.x
1.2 (2016-04-08)
change hash function in Python 2.x to match that of fractions.Fraction
1.1 (2016-03-29)
faster instantiation from float values
faster instantiation from Decimal values in Python 3.6
1.0 (2015-09-10)
Fraction.imag property could return non-zero
parsing strings with long fraction parts could use an incorrect scale
0.7 (2014-10-09)
faster instantiation from float and string values
fix test in Python 2.x
0.6 (2014-10-09)
faster normalisation (and thus instantiation)
0.5 (2014-10-06)
faster math operations
0.4 (2014-10-06)
enable legacy division support in Python 2.x
0.3 (2014-10-05)
minor behavioural fixes in corner cases under Python 2.x (now passes all test in Py2.7 as well)
0.2 (2014-10-03)
cache hash value of Fractions
0.1 (2014-09-24)
initial public release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for quicktions-1.18-cp312-cp312-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4eeeedb1f9e5d8590698ef291701a14c8d392baac0d3f83ae1460ae39f4c6e34 |
|
MD5 | a5082806581c93ad6b992fda304ab7b3 |
|
BLAKE2b-256 | 746ec676347bc40cd8fd3004f061582253273e08ed81fac3275253002dea8c2f |
Hashes for quicktions-1.18-cp312-cp312-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1caa0ad6613c0b7ba61cff8c79d0cc847d98326031cd5840378778604cf69a1 |
|
MD5 | 9fe49c8301d14ad7544c4deb14b1c24e |
|
BLAKE2b-256 | 52afada56a9c6ae6b57ac0f8e009e236190f39aa1bbc7d9b512478f4375c7593 |
Hashes for quicktions-1.18-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9776b59b16221560a7afafa75f78e1207097d2db0cfe4373c4c4ec9b6c59f32f |
|
MD5 | 880118c070a27eb5fe873053b4b3aacf |
|
BLAKE2b-256 | 2402799796bfd7ce91ee9516dc09c33e1f77ec6eea4062808995ce4b4dba9709 |
Hashes for quicktions-1.18-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4d86c5bdc6898e57e4058a73001facbb31fd873b5d87ed9fb2ec72b52e1b34d |
|
MD5 | d622ee140731e60e7c063c03683a87e6 |
|
BLAKE2b-256 | cce36e1c1bd20a08141cc647a8739c7c6210ca17e6d140732b7c003a513c16db |
Hashes for quicktions-1.18-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5aa6c08a9f93442037ae017b5ab884ad35ad8e4fa891cbca39a1f6ac6feb3980 |
|
MD5 | 534793bd60f8fc91c48de75ee8e2446d |
|
BLAKE2b-256 | ba82abeef5a595a41578fda553770db0b34988ec6b05b535b53f3b0fbc35801a |
Hashes for quicktions-1.18-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c4fc65272cc197860db9418962161c50fd21d139e87641eebe39b52066f5fdf |
|
MD5 | ea79e6eb2977b37e30cd84c3e7ad67ba |
|
BLAKE2b-256 | 9ee265578dbf69be9556a9bb4965ea0334da5ce9a30a97d70247325f98b4135e |
Hashes for quicktions-1.18-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 444a878839b5c10b6ac9d0537f1ca9bf792aacc4b0d095555555d4553f89d773 |
|
MD5 | c3c9b4a736fb2b8f00a5742267166f6a |
|
BLAKE2b-256 | a471d9bb82f6bc17b525f80835d957e886b64846031188b16f0802523293bf9d |
Hashes for quicktions-1.18-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75fa457d661e7ae1861201cc3850949b357514d84d28d5a96097d72d123460fd |
|
MD5 | 3872b84fe15e9ffdab2a712ebfb90b7b |
|
BLAKE2b-256 | 30040d2637b1a966618c615d2761ab16dc6fec3be0900cfa3653da78b3e3a812 |
Hashes for quicktions-1.18-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b7fa7172a3a669816e9990e9945a127d277feffaf8166688dc92c1ee1a4d028 |
|
MD5 | 125f9d80f2529b61a5191542236cb8a9 |
|
BLAKE2b-256 | 70c45d3f55f1eb9c0cc63465aa018e534c0a840bf09281875d37d5325b802286 |
Hashes for quicktions-1.18-cp312-cp312-macosx_11_0_universal2.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6861778df5e08a31ed8f55072f1b1f352ce794370450b25843fba10e820f9cf6 |
|
MD5 | 2ff1a725d0589c4222a4cde2a4b1e11d |
|
BLAKE2b-256 | 22f0e71efd4c9c7a36e7aaf899536056c39919af75caec832df13f5b98bb7964 |
Hashes for quicktions-1.18-cp312-cp312-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6b6bdc67da9945d73bd663fe872c3c37643fcc74e7b965ea931d415de27fc4e |
|
MD5 | f473d1ff67c524701e4aeff1a5cfbb74 |
|
BLAKE2b-256 | 27d580818f9ebc99d79c63d70607c9ba0cdce098ecbad4a6b56b66babbd5bfab |
Hashes for quicktions-1.18-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d55054510a8e9882d87ea15c7a668b11176890d47d3a2f28fe2c631dbaa7a99 |
|
MD5 | 1effd3e5e92285a8481bb6c32919d6ae |
|
BLAKE2b-256 | 2f031c85e3c5d44ab588d0cd2f6f86e45bd8a1133795d53e56a28ce493bcb61e |
Hashes for quicktions-1.18-cp311-cp311-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6996a81b7131f72b04e85acaaa7cb6dd647fd78a8ab455765fa11b37d2d1f3da |
|
MD5 | f6f33dbbdb4b6ceac55deb231fff01a7 |
|
BLAKE2b-256 | 40ce4289ebe25f74ba8f58417bb8c0f8d8a076624598e8989ae182beeacfeeca |
Hashes for quicktions-1.18-cp311-cp311-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69807f5d85aba03376ee0deeac97c2ff4b068b937144dab44a7247c8838d37dc |
|
MD5 | c78d3e8786b86acd6a9cca31cfb95c0a |
|
BLAKE2b-256 | 68dd5e052bf8ee13f2488258183c69cdf937b712987a4ca0a78a8ce7ed828a5f |
Hashes for quicktions-1.18-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ab45c159119bcd6ccf571cc4ecdaba30af89f5af3a9d169dde2b336ac815577 |
|
MD5 | 61449f8dcd2a3cc13ee1f8e0d216e0ec |
|
BLAKE2b-256 | 387a1b5f6e094be3f18329319fc39fb0b3ad97e3eac49db381a1e9364885c580 |
Hashes for quicktions-1.18-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91cd92ad4323cef94fcdc99d2efae8a86c288969442adbd4864507638982b815 |
|
MD5 | 61014fd4c699eb0ad479e7f4cd67b127 |
|
BLAKE2b-256 | bea0fb977a616c764b27e2b67ad6d858bf7bfcab4340438ec703361a9a0d303a |
Hashes for quicktions-1.18-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a11b672792a282f608fe72dda46c1569a8fc472e60090c851a990faaafa9a3a8 |
|
MD5 | 665fefed4fe6c1d1540c2f0537082fb0 |
|
BLAKE2b-256 | 074a96e930fe5846ed562ae3104ad8093fd6ec37820d98108ae4ffd8fabfcd6f |
Hashes for quicktions-1.18-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64ea97cdac5f24dbf9bf3d47b5830bee71414a0812be7031aa8168c079169321 |
|
MD5 | 289298fd42db46f06e27942596d1f31e |
|
BLAKE2b-256 | 6cbb3859670d42055dc64f3eb28600adea9b9412b5be52ecbf4e13e03b0a1c19 |
Hashes for quicktions-1.18-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd689f20f90bb42a09c879b2ab8e53a83d36855b7225788cb5d5e9530019dc8a |
|
MD5 | 5f01aced04379a2986932485b672ab56 |
|
BLAKE2b-256 | c03024a883af463ab815ae91849d528a94ffcdcc2479bdcc34465348e7cc548a |
Hashes for quicktions-1.18-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4daf375dfa8a5d3671cf719dfca93256e551fafe43b51f28b280ce6176392b1b |
|
MD5 | f85afce1797ba07167134a00c0745103 |
|
BLAKE2b-256 | 6ea4941be34612cccd29b3432f5d5fbfd68d0416db929b61e9b1835d427c71c1 |
Hashes for quicktions-1.18-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2a1c5db6b79864c3da73055506440aac9ae70d0499050e633af3689c37f0a2f |
|
MD5 | 0358774df11c2c40c7f1d58beee8b266 |
|
BLAKE2b-256 | ab6e1fefa4b08b073c597cb7788f2e1b93cf5f7f052dbf59426f1e0f7645a732 |
Hashes for quicktions-1.18-cp311-cp311-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a2cf12747ab247f4ca7bd091b49b153acd7cde9409aac4deb5daabe267acaa3 |
|
MD5 | 76b9ba898261afa4841f5c1e77a38300 |
|
BLAKE2b-256 | eeebf830a5775b0a59c2afc4f68de36aba25f78fcaf2350d6df4445168deff2f |
Hashes for quicktions-1.18-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | af6d4fc056b04a0fbfbeca911572a772cac69fc52481ad7c926178a0ec1b9715 |
|
MD5 | fc67b3ad43f82f0ed8749c7b55a45880 |
|
BLAKE2b-256 | f739f70676fc72eefb380d7f6f026dac921004db11d26288fe862700153f7127 |
Hashes for quicktions-1.18-cp310-cp310-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0d111e28e787003766e68aa41e37d02b685662153b82e76b4e5f37b15c3f97c |
|
MD5 | dbe062fad6a4aab0581dc71d71dfa91d |
|
BLAKE2b-256 | e72989eff2919b01fd9d9c0b8524b0c8364fe42a61da41c87cff01c9d382357e |
Hashes for quicktions-1.18-cp310-cp310-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3cf438e067beb5e2d8f60b00be9844b71e382cd34ac1d6a1f0ddeebb94a0976 |
|
MD5 | 43d6f4f7a17c8d362076922fab0a9413 |
|
BLAKE2b-256 | e830e6e96b756409702f66c9b53715eb0cc53d492bd24d3804a71faf0b0c3bb5 |
Hashes for quicktions-1.18-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1742edd13491efc9b338415297008f6871e0aeb6849fb0202e58dc68691e3b6d |
|
MD5 | bf1a754c096d5a7e129e013975486b2b |
|
BLAKE2b-256 | 7b89deb0ad96ed925da3be81f8e70b0d3d62568dc43eae12a19da475515cb9be |
Hashes for quicktions-1.18-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92e0710e5e2a4b7a139329fbe8ec07fbc5b888a03abb4f8434395a41059d316a |
|
MD5 | bdb61467ce92a3b91b39dd610d356a74 |
|
BLAKE2b-256 | f958d552c21e40f7f119a5551e594a293d63502bde86254c49206c3ef1f4184c |
Hashes for quicktions-1.18-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab31652440ff5ff41d08555e574420aaabc34663b0040ce35d3d500f7fbab267 |
|
MD5 | 8205d6b2a91acabdc94312e5dd086632 |
|
BLAKE2b-256 | 9877411751e6267937c27155b70ab8f0f1e89a2c3116c84fa4c9b77dbb03df13 |
Hashes for quicktions-1.18-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd09cc906ca930d8b6b7ceefdd7f2353b22dfc8bc1ba2dd41146d4423503629e |
|
MD5 | c5c59961d53e26d75e45830de7c5baea |
|
BLAKE2b-256 | 50536b7ddc4c9bd1775bef974389885f2caee1af5c1e84c48916adc84676e0a7 |
Hashes for quicktions-1.18-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 416133bd4c419f6f3f748acc1554dab6970073efdbf59199d2482ca1ea3d3eb9 |
|
MD5 | e3bf049e9bd2972ff29113728eb8f2dd |
|
BLAKE2b-256 | 75efd79f72331e19602fa016324943960ed548b7d44503d129bd24a605ca3627 |
Hashes for quicktions-1.18-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1db0961c66967936a1b8e0e405cc72a6623489d0403b439efa635a75820987b7 |
|
MD5 | 8a65719ceb4c08b9cbb0d68010090637 |
|
BLAKE2b-256 | a020ad5564b8f13d126b3a1ad1485aa9dc52274bd228b60d183e896c8c683b19 |
Hashes for quicktions-1.18-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37cdbe003723346b16e27507db66fd2b6d1990b1ee39708cf65a6404bb9ccc64 |
|
MD5 | fc12cb58a668f40d94e6334118451c77 |
|
BLAKE2b-256 | 047be600ce0ec764c5ae34cc09ffad9040b3c9afb491863af141207ab52f3ec7 |
Hashes for quicktions-1.18-cp310-cp310-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fead53e30a7010923f2d74162a4befea6d88ca3fccc46d1bd052add925bd26b3 |
|
MD5 | a148ec76b5052b98652cf138a394bb26 |
|
BLAKE2b-256 | d0cb179b6c2093b51d17cef9064086a9e01896947fd8312b96faf9fad2daa59c |
Hashes for quicktions-1.18-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10caed437d085a703b95c54c00b81ba3b7c83760d820858bda7060a489b254c4 |
|
MD5 | afd8514ce5b67e5dd17d6c2804777ef2 |
|
BLAKE2b-256 | 2dd1584638dfc90a60f55f0033ab1055773842385745bb603b40dea0e9e22946 |
Hashes for quicktions-1.18-cp39-cp39-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43915b4d85179ed699bad856b004f079b1e520ab97c8ceccfb9f3e4e33618afc |
|
MD5 | ff1946dd19fa192fad86d5fd345d9a00 |
|
BLAKE2b-256 | a4b6e9e1b5e3b015bc1c0ff081914cb2b6e28e32ea64cad27705d4bc4a34d633 |
Hashes for quicktions-1.18-cp39-cp39-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb6f65fce8d4931f863e41740e03ee8ddb26d3f97c5a4d76eed31fac9419efe4 |
|
MD5 | 875329dd6bc30780acab26b9b58499e1 |
|
BLAKE2b-256 | 90d374a902c21645f33b94dd4ae628155f1e43cd05dd8df4f3b075de55755250 |
Hashes for quicktions-1.18-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47978b947309362cfc0e233c51a537751a613dc493ab221de0647882e04096b4 |
|
MD5 | 79359b34d759bb4498e1f2386be3954b |
|
BLAKE2b-256 | 9678c5e0db686f6265d33c23314e4b51200dd3b66a828fa6c8502a7096f70029 |
Hashes for quicktions-1.18-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e568c16ee2a433572b76de29b5a18bd7d6bc7a0b7efc82bc7789a7b27ef9488c |
|
MD5 | 0904deb776377a31746ea5fd1decc13d |
|
BLAKE2b-256 | ae65f3d02d03622f49c6be75e87fe076f1c4ce541f33de4c56fd16e4cee308b0 |
Hashes for quicktions-1.18-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8525ea6ace649c364205ba625f456d08a982829fcfb0fbf92eb90bbb9f6cbaec |
|
MD5 | 7d067a9d1833e59e4aa5559fad07aae7 |
|
BLAKE2b-256 | faa9a98a070370d0877996f0b459bdde8e420409c8991be6b8b4543013985243 |
Hashes for quicktions-1.18-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56d3305e97819fb3f8fd3dca93a5059b060b9bfa60dfe230bd2292efb4f8a5cc |
|
MD5 | ddbd609f9e937c59e19b9c4d2a2ed9e0 |
|
BLAKE2b-256 | 63dcd44dd0d918f590235379a150cae4158d563ef9dfc5d914faa371acee4e11 |
Hashes for quicktions-1.18-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b8195a681f1e976829e2a352fe16992e88c1d47383bc7db4df2d0146db36fdb |
|
MD5 | c75f8b27655bbae9cdc77af9e0214875 |
|
BLAKE2b-256 | e3d64cfa7507153157534cc9f642a268efd0f6b3f9b62404b14ef88a2d218bfe |
Hashes for quicktions-1.18-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6887047672780ac95c59e0b8ad147301b06bfa90d8b65be8f91210661b48311d |
|
MD5 | 435643fb8f322c9722b2b02ca4519811 |
|
BLAKE2b-256 | 279b5b40ca62cde9c0dd5bb82d8c2820597615768214947ce09876cb01d7d4af |
Hashes for quicktions-1.18-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ebf1b9dd988585cb124c39b30e403f1322571f64562ce099c136e85c9e200054 |
|
MD5 | bebe6d7418e52c1553d9998bfc1b85a1 |
|
BLAKE2b-256 | bb0b78e4dbf2263ed5ee5f7835b25e98bba7959b77ebca64836a36a8c2da4a05 |
Hashes for quicktions-1.18-cp39-cp39-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c87e1ed053f4eee749992102eb8d636bebc6650f06bc7d113b5b876092f07b74 |
|
MD5 | acabe9d949ac4c5555e4f2d2e6cac813 |
|
BLAKE2b-256 | afc097f5f2244a46ac2e35480b484baa04864fde9d9773d35663893488a4f027 |
Hashes for quicktions-1.18-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7f0b1b3691c580aeaf2542b99c2bc46769e805894f44aace4e3c5b55cb5b054 |
|
MD5 | 36a3402db81653872a3cbcaeff01c35c |
|
BLAKE2b-256 | 7329c3f28a3d8d5afae3f6916d1b6ea2546616de1f0315e7510ab5ee7f6e51ec |
Hashes for quicktions-1.18-cp38-cp38-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 946bbc337f8720cafd282f2d9ed0c3790365edf6122c6369799721cbd879b1c0 |
|
MD5 | 1859c33b35db12336ef8d2acad1035b0 |
|
BLAKE2b-256 | 786dc735879486b83cae25f10b4034f42dcf112514e8ba63d9794bdbe7df3244 |
Hashes for quicktions-1.18-cp38-cp38-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9050cc80502523f12fcffcc638c8e86e440b71995607c9d8c3a1edff3addab72 |
|
MD5 | 232874c06b5871fdd784d78389119cb5 |
|
BLAKE2b-256 | 5d7d507ff48d1071cbc1324f304090718ed3e6ca80ed509ec9893a49d647666c |
Hashes for quicktions-1.18-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47f0359d8a66afc7cd423db0c023da3231a7541f4fb9daaa8a8fd925923ef5d6 |
|
MD5 | 3091649eaae51330b4c03e6d937235f3 |
|
BLAKE2b-256 | c33258563654464f2cdc91a84bef6c661a06594d921cf3472a4441ac93cd1048 |
Hashes for quicktions-1.18-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fe404ae3c08e2b29aaed8895045144fa7d0862be3763a97c036e557bee2dad1 |
|
MD5 | 74c7c871573314f89822be605739dd7a |
|
BLAKE2b-256 | c90ca87e26a8d2eb653062601a4afa1e17f452989ea8be2f109845e0e7edb8fd |
Hashes for quicktions-1.18-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 062ffb17d7a307059ab4604cdfcb119252e89f8ea3e07d8ef3b872c1ed83ac76 |
|
MD5 | 4403908701edd89fe5ba73e7d4d51394 |
|
BLAKE2b-256 | 3004ca685b6212fa769ee2d263e938c4600262b7b96c1d8bce9885ab899f5f58 |
Hashes for quicktions-1.18-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 812ac5276116bd7f953080bf799f8bee8d2aaaec390c0e3be176b924e0cf4aa8 |
|
MD5 | 9f24d5798126f7af59f8933a82b46b0d |
|
BLAKE2b-256 | 03f0cfb865d2835cd57ca2dcdc5cd83c33c5cae0be7f5c00b2b5bb14d836ccc9 |
Hashes for quicktions-1.18-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82a6682951e8ba04ab49858ef07b170b274761e3e582d3faa9d19a62b2f31e88 |
|
MD5 | f29a5eb4dc2e7a0ab73ce79c5583eee6 |
|
BLAKE2b-256 | 320c11798272651ddbf761c6efe9638e989a29396a4771c69fd29e78010284a0 |
Hashes for quicktions-1.18-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c866afc002753aa806784ddc302d6f5d6e6e25d73fe45238ac7f3970fe3eb6df |
|
MD5 | 81be02504cdcc415ba799726559e74ba |
|
BLAKE2b-256 | 83606987f8626a7bdb372822b5a2ef47d72f65b62c07c14d0ae1c15debc1ba22 |
Hashes for quicktions-1.18-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6869f5adbd9dafe395f3ea8536b85cc961915c6ab930e189b2a3ed169c2b17fa |
|
MD5 | 1b56732e0c7fabc9f6e1a6a6ff2e1f4c |
|
BLAKE2b-256 | d18d96a2ef3d0ef2b12b86522c529a59ac4b1be9bfb9fca91cc598ef8189a25c |
Hashes for quicktions-1.18-cp38-cp38-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | afc4c886bb285e8f0c72d84423e900b4cd663a959f23c3bc0f742ceab39a033f |
|
MD5 | a2431ba39bcffbe2df5549afcc679ee3 |
|
BLAKE2b-256 | 8fbf5d75e1c974754343b7205df0a15c03f566377f432de4ab22f51c085d84f6 |
Hashes for quicktions-1.18-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c9d546e367e2be9ec0540a57c045ccfd6b52e59718088c2fca05bd208525a7b |
|
MD5 | 96f76e508dcc0dda8b60c94802e0f869 |
|
BLAKE2b-256 | 87400bef8447da69672a9bb25ff20ba5c1ad293576b6b49ad34feccddb0d6c52 |
Hashes for quicktions-1.18-cp37-cp37m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 593687cc5307042f2a6704f7be56f2c65a12d904643ac9cebf9d2adfb816991c |
|
MD5 | 6c411a9578f1c200a0ebb7045b5ce991 |
|
BLAKE2b-256 | f375dd037ede50222454032d553518dd741dbc3025aed32a214146555e2fb7bb |
Hashes for quicktions-1.18-cp37-cp37m-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f48f113fc3ed3cb5869cd1f2ad267ef036d93ff8d8deb3fb7d45b414de49069 |
|
MD5 | c7ba13598a31d71f3a1016726e01fe11 |
|
BLAKE2b-256 | 8087a442f64c88b93b843e526f42722984353ed5e8b97d68dcb02ca869ba5fa0 |
Hashes for quicktions-1.18-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77f30b14161c8db73d6a3d45177bf6e6e8ac8e1eae55bb7cc115e216bc92acfa |
|
MD5 | 86d62db981e065ef3338e835929dc887 |
|
BLAKE2b-256 | f6c11524b9fc555003d9ed82f09b78361a19f336d19198fbdc5238714ca1a849 |
Hashes for quicktions-1.18-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29e90b33b3987b64f45160754d3462dbdd0f2d649ec9c20ee7b0df24108dbaf9 |
|
MD5 | eb398ec4dbe7d445f9ea35584c713bd0 |
|
BLAKE2b-256 | db0b13fe41b8c60800e3eba95bb0f1cab24c0eb2a799ec23d4795d16d5cb3d38 |
Hashes for quicktions-1.18-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa0b3cadeb0cc01eff3acab4e31098a1e4c1af76a242c3ddbe0ab9dedf7db60f |
|
MD5 | 837cd0cb3373480b6ad0adad0e803d81 |
|
BLAKE2b-256 | c6a9b2e349303a0b3d1a43ed12316dd662422309f639bff9ae52dcfb696e439f |
Hashes for quicktions-1.18-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98dd656dc1d0e2736aaeb00613c7a0dbac0f9123463949b46bc9aec5e4d85c25 |
|
MD5 | 07d1b61fc3feb26e0af4ec3db899445b |
|
BLAKE2b-256 | 87f05e74534dc74dbfd0484eb71fa82eeab0f58fe99285992e861fd5496ffebf |
Hashes for quicktions-1.18-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00eb49c0c3a5f4930dd1e07f1e21c29009fd61f175e55baefd0bd451ce0a2fa2 |
|
MD5 | 5a347ce994388b04b6f6599100a025f8 |
|
BLAKE2b-256 | 7f6714a1a7b75f422877b055b57b57106f23463864b7d010fbd30ad4d08db09c |
Hashes for quicktions-1.18-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d8e03661f718bed56d0a2cdeea3140e53a5fc9ddcf90cb0d2712be41c0cd599 |
|
MD5 | 6dcd9f3c2cc915d348327b281d0f037e |
|
BLAKE2b-256 | d9e6f962fc69ba9b62d7159992874bc832f462236a09e93708de29946b8c7c12 |
Hashes for quicktions-1.18-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e27b1d7ce7ff2238236d777549f578e5393c44ec4e1aee0c5c2baa05859647a5 |
|
MD5 | da108dce89f8f02a232fa14773cdbfb6 |
|
BLAKE2b-256 | 26b6dd8ef6e915b79e42591aab10c0de53405718adb1d3bc8375afe0e493a4d4 |
Hashes for quicktions-1.18-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e84dd4c2bd37fa19dbe3fdcce3e0512409fbc8fbfa4d242ea344f40d0e2602e |
|
MD5 | 237b6403d061eac1df2256c910c79f67 |
|
BLAKE2b-256 | 1e970d4b70431241513d6985a091422aa8c12f3e6dbd147f5e87c5dd729a82ba |
Hashes for quicktions-1.18-cp36-cp36m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d79005d68c1a958eaac133fd6a89c14ab22c06ef2673fce3351cd8eb7361ceb7 |
|
MD5 | 2b885eed6ce02eb735de79fcc12c5d1c |
|
BLAKE2b-256 | 674a2aa02081aa4fde37f10656b873ea8e2e6e4a41781a7fcc300b4de09b90bc |
Hashes for quicktions-1.18-cp36-cp36m-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2bb5c128c9c9b30c354e58fad8ccf4f1706452b2cb1755908773bac17c8fb3ea |
|
MD5 | deae0334be176c2186604cf6f2dcfcc9 |
|
BLAKE2b-256 | 3599063df3ed35f1d11a8d1563a0409ac47534bd78ddd24094e7471f2fd1f366 |
Hashes for quicktions-1.18-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb7f99f54a20e64acd43d2ff6f5f2427386317136a443611513402ce1d40fe7a |
|
MD5 | ebca906ac12eafa624b60bb1b87514a3 |
|
BLAKE2b-256 | 6519e6be070fe8f7c29a2a3edc30e8bd5f06fe268e755d4d998afc553fd9c15b |
Hashes for quicktions-1.18-cp36-cp36m-musllinux_1_2_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b4abb8a249c81bfbc891ccce728b31cf9f0e150868613fa78aa1f8bfd548684 |
|
MD5 | 6b83fd541dd250549445417931871f06 |
|
BLAKE2b-256 | 6594c4c10e98afa88fde072ceb00aef36346e8985e6d85b59620383791c9a373 |
Hashes for quicktions-1.18-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95ca979a8f09264b3e72e532bbbb0e7ace6d6e886072d2f855a8e08b0cc40e64 |
|
MD5 | d6928dcbed0bd88d542a6d47df61dd43 |
|
BLAKE2b-256 | 0ab34b97951ba69ef03ef9361d26ab870b9e25f9926134c0014ab579b117f71b |
Hashes for quicktions-1.18-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a27290eb560e53d42e2899331780a1078c9fd46b063dc888261b4f6c5d1d263 |
|
MD5 | 7656b2fbaf0c9a887e1dc821874ed6aa |
|
BLAKE2b-256 | 978b21fb7a5999436f38f8a6a006625b791707e7715fc785ad6d92503b7eecd6 |
Hashes for quicktions-1.18-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ffc986409cdba6ec4ac3929364ad16d7ee8933bbb3f0df13cf39b67bb13be09 |
|
MD5 | 6670eb59eb12bc91594800bd5d4b06ca |
|
BLAKE2b-256 | 039acc2f0e12520bd0c20e049eb1b2c26675e53b351f4769aeda3ed0f052a5e4 |
Hashes for quicktions-1.18-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71253b52846fff254f3e96c53e35b2bed790f4309739cc05caa86180ba358ab9 |
|
MD5 | 5e6041706e3e5c9caaa6392d28b0e584 |
|
BLAKE2b-256 | 24bc8a15303cc85d9e57c17bcdb7008bf321d0aabf9416b4d4b8fe8a4ed7d620 |
Hashes for quicktions-1.18-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 137dbd3586c5bd8743d1450fc546ef5191d40dcb61e567ee11e61a9c14aebd4f |
|
MD5 | bd6ea4e98d3423da5ad94d1899ed60c8 |
|
BLAKE2b-256 | 2f7ca6ba353db87544ddb00fa0ec379139a4690ea5fbb12885fbdd49c5443da0 |
Hashes for quicktions-1.18-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0628437d1b36cacb0363270a8bed37dd1116d227cc8638f0bb411ee62b5246ed |
|
MD5 | 6aaedccb96fe2cd6812d1f042d51996e |
|
BLAKE2b-256 | d5817c574df69c27fefe46b5fe0028f0751c14a05f990ba5f75db5f8054166b8 |
Hashes for quicktions-1.18-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a03e61ab11640d26f3651d555b2e56ad422c2a0e3b676584d73edeb038f3be09 |
|
MD5 | d8fa36337bee4d0bf858c90c6a4ee5eb |
|
BLAKE2b-256 | 1ca6c9dfa12224af02ab663f736f82422c08d98e53ff7066adca3044f311df81 |
Hashes for quicktions-1.18-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d697d5fb8d9bac80daedd3751b55b91867bb2a7489c55fd829cbfe0237fc7171 |
|
MD5 | ad37dbe953e42afe49dd20eb99a16ec2 |
|
BLAKE2b-256 | fe86f646904300268a04c63b9382f3433ac0499dfe8d25f42983fa0bfa84112d |
Hashes for quicktions-1.18-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9bb7674fc98f37a037f0c4160887c3730099d47ce1697fe8bb4fee1b03a4b01 |
|
MD5 | fd7637634dddfbb3e391137d1b649349 |
|
BLAKE2b-256 | a6b0d7ae0ddb5b8a199a57f0c7611ced19199fe4662b8f009032e7f7be6c29e3 |
Hashes for quicktions-1.18-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a0091a3006ebce574f1e3381ebde30e901bee90b414955ec6cf43e8c921128e |
|
MD5 | f5b6c9f2d606214003ecb4ef758e53da |
|
BLAKE2b-256 | d67c8efb95b4416b9136c148da50bd02d86d8bf679927e29f9debce0dc037855 |
Hashes for quicktions-1.18-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59e47e4d7370a2049a186ca8db384fb39842e735e829e16beae154e11ef27c63 |
|
MD5 | c510daf8a8df3c75778b940d15340164 |
|
BLAKE2b-256 | a06348c1ef4b4532936bb6df34a62241ee1d3ebf2929ead7e3cbf76dafae04a8 |
Hashes for quicktions-1.18-cp27-cp27m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2acc57bdf9d4d40d9dbab5b3deec6af6f1e98c62f12842e69a3489eb9d831c9 |
|
MD5 | 4d2d91b7a85562110ada69f09edb5c51 |
|
BLAKE2b-256 | 980e935d2b572a70df1efba4582d05925cfb7ce911faa3980563aadb20512177 |