No project description provided
Project description
pyfcomb: Easy frequency combinations
Frequency combinations made easy! pyfcomb allows you to compute possible combinations of frequencies from a given list of frequencies.
Installation
Call
pip install pyfcomb
to install pyfcomb.
Usage
Use
pyfcomb.get_combinations(f_ids,frequencies,amplitudes)
to compute the combinations. You need to provide a list of frequency ids, frequencies and
amplitudes all of the same length to compute combinations. You can also use the combo_depth
parameter to change the maximum amount of combinations as well as the accuracy
parameter
to change the minimum precision of combinations.
The function then returns a pandas.DataFrame
consisting of all frequencies and their
possible combinations. The best combination (in this case the one with highest precision and least
complexity) is also used to calculate the residual from the actual frequency to the combination. Lastly,
this DataFrame also contains a list of all other possible combinations.
Example
from pyfcomb import get_combinations
from pandas import read_csv
file = read_csv("pyfcomb/tests/testfiles/freq_data.txt",delimiter="\t",header=None,names=['f_num','f','amp','snr'])
f_num = [int(i.replace("F","")) for i in file.f_num]
combinations = get_combinations(f_num,file.f,file.amp)
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
File details
Details for the file pyfcomb-2.1.0.tar.gz
.
File metadata
- Download URL: pyfcomb-2.1.0.tar.gz
- Upload date:
- Size: 29.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83f9d174d76eec6ccb159dc12c5ec37a84e9d6581dcfca5252152bbceea8ab52 |
|
MD5 | 8ac172f66f87ea4eb99385b838a9da94 |
|
BLAKE2b-256 | 11f0edefd9776a74b940c098e3ae05133bdb5f1d79f36342858693591b9de2c8 |
File details
Details for the file pyfcomb-2.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 305.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d52b29f01e264876b2eee4a729d47869e941fd070049f8f4109496f7531ba02 |
|
MD5 | 34b60ee39aabcd5f513971822efe4715 |
|
BLAKE2b-256 | 982c215bbb350e95256b0349e59f48f52c8679803a33c1bd5732a16078aaca91 |
File details
Details for the file pyfcomb-2.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 384.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9b5ac813eb5239d270ec8f67869add7803bd97ad8630836a2e91c55bde70e1f |
|
MD5 | 1396c623c26dba2eb9b67519e9b02c5b |
|
BLAKE2b-256 | d578dde7f4d89832046981996c2e30d40a6a4e0aabf51f11d501424bab542102 |
File details
Details for the file pyfcomb-2.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 346.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 377654a44d7dedbc7804445796165986bd60ace6575c04d27584010e047452c1 |
|
MD5 | 451ccaf3d76b1fe0f92ba47a811c1884 |
|
BLAKE2b-256 | 139e12b4fbbbddd9bc444c57941ae5d2119a48ad7b00932a840ab80b0ca389a7 |
File details
Details for the file pyfcomb-2.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 318.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab606ed0013b5a539857b899891b540448a023f70fe324d714a4734ec203b1f3 |
|
MD5 | a41c49e75126c76e9d1754ba818bd932 |
|
BLAKE2b-256 | 1c043293d21937843430510c52534f0c148ded9a0bbd95b4a440a7118404fb83 |
File details
Details for the file pyfcomb-2.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 314.8 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 837ecb279c847f6fcd1ba5c9b1d425c33ed11735237743d496c19d4e43300299 |
|
MD5 | 7fc9e27bd830b7e9fea60d74c1ecf8ff |
|
BLAKE2b-256 | 11df6495b2e4e304360ea6861fa449e803c3ef6a062fb406ea9a2231bda0d303 |
File details
Details for the file pyfcomb-2.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 322.0 kB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e7b27334fb001c3604373713ef68b2fd95796ed1f04d3e023f37947f20f5cac |
|
MD5 | 25edb6c328cc075defcf372c3dcbcecb |
|
BLAKE2b-256 | 39dc910b9ff3dc4b9d22f30dece8b7670d31965a6ff74636acccdce49a1ec87b |
File details
Details for the file pyfcomb-2.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 305.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c768e9cfa1cbf5c2e9dafee7a35c9033ef4c0a1c1e1fc26f13dbd80baeac96f7 |
|
MD5 | 459fe4b8d54f24a9adfcd7a43df58a37 |
|
BLAKE2b-256 | e80399f0ee17c56b4e94aa33ab5bccf53f1b650d7ddeb824d89ee435fe00ce2b |
File details
Details for the file pyfcomb-2.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 384.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6de3de8bd40dcfd7c42a81f08a6bf586657800368d6f44701d67c7d2424f41e9 |
|
MD5 | 6d0ac237a5cef2ae4dbb1ad45191bc33 |
|
BLAKE2b-256 | 4a690ab2becdcd1b8831f90b099fad66177ffc6b39cd77d47bde7725fb1a57fa |
File details
Details for the file pyfcomb-2.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 345.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c704756ac13c96a84e8c38705902314fd82663d0f61649b848166cf47c3f054 |
|
MD5 | a797de90207fbb926e0b79be1899b24b |
|
BLAKE2b-256 | 56b21ad2008bd29b55a13b525103d1f085763850d4226933b2e2d0c081cda54f |
File details
Details for the file pyfcomb-2.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 318.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dee3f5c5af463cd39a9afd5c42bea557f87b9afcc4ebc87d16be4c8fd46d14c2 |
|
MD5 | 32df7c69e274caa20be6f025e9708f78 |
|
BLAKE2b-256 | 4d82b05cced05618ffda27c12fea958794c562ab242a2744e4ba1f47f7d05004 |
File details
Details for the file pyfcomb-2.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 314.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fb75f95d3d5fab61f2f31bad79c0e5ec8956214c87219436b03dd945a2f69fc |
|
MD5 | 33bbbabdd3174236a80dbebcba36153b |
|
BLAKE2b-256 | a4fc15565084b6ef79a12d10430654245f202fba8925962b6cb5b7e6c7400b02 |
File details
Details for the file pyfcomb-2.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 322.0 kB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1204b1343a0eac1fe9ceb885d63ff44ea1915783e0ef67ef2c15354ae037b40 |
|
MD5 | 11425234b96e17ed2ea27815ed9dc570 |
|
BLAKE2b-256 | 9caa72938d698f3afbf593795112a66adfa8039b7929115439ed0284647a7325 |
File details
Details for the file pyfcomb-2.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 385.5 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cef62511597f9400a8a2a2661b56ea1e0aaab7ca4dd5521569277ad698bd8440 |
|
MD5 | e11a8b8961a0f13136f7007ce78d3047 |
|
BLAKE2b-256 | 6c47fc2d7cd78b032698ffe530ad02f06b5741c7b405a6c308650e9c686bf6fb |
File details
Details for the file pyfcomb-2.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 346.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cdcc6a1f283a456782cc9e34bae015ad5a58feb7bddf7a7fad4ecc3662179a80 |
|
MD5 | b6a9ac3a00d7a05c3f6ab3d71410ea7d |
|
BLAKE2b-256 | eb12795454fe7111abd325f29f567daf60719510e0444a76e99cc55bdeb8b9e8 |
File details
Details for the file pyfcomb-2.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 318.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8796f1ecea2bbba249b2b099c593032e5ce5776b010e07612a299b97c111b3f |
|
MD5 | ca5b9bb44c79cb009807042235d759a4 |
|
BLAKE2b-256 | bb194e4336b0e1b18d1b20e39b852ca1b310d552a41712d4787fbf2be39e4f2e |
File details
Details for the file pyfcomb-2.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 314.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e667793e10b758bb7b3a8dc62b70da0ad2e3d2cecfe73a05e50aabb170f035ba |
|
MD5 | a082b928432ec7cf571af6ee845491de |
|
BLAKE2b-256 | 555a8dfcfc096225acb3b393018c225fc9f4b8b85a971103ac8f6086a0fcdcf8 |
File details
Details for the file pyfcomb-2.1.0-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 388.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d315679cbd249f122b4c6dfb82b2670833902c321313558438f730c6e5b2c80 |
|
MD5 | 500514280152c6a32af3aec39a76a163 |
|
BLAKE2b-256 | 0c0b5b2f845ff51ba9fbe750bc1f1fce227fecf0428cf14c5d219e9473671e1f |
File details
Details for the file pyfcomb-2.1.0-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 349.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10413753553ad1d01ce096c6024680208ed52f484d7211b46b63635190ff5589 |
|
MD5 | 03f742f16a3e11b9273b954ca0531f60 |
|
BLAKE2b-256 | a96265086c20cacfe46f4e450c41d21a080dc8ab1924cfec7056063793b338d7 |
File details
Details for the file pyfcomb-2.1.0-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 321.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3cd80f5ed1f144db9f8a40169af70fcc875c995c25d15244f7a543c1aea35f37 |
|
MD5 | 990651b1a37059f262c79f5932cc28a8 |
|
BLAKE2b-256 | 53e9546e71c7dd87b1d64422113a0a45313e8ccbf7d9ca610fd5c8085577a635 |
File details
Details for the file pyfcomb-2.1.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 317.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1a52e3221b2f8bdd35b92fd061ef16344db1638649e9a2d3c6f8f7ad850a404 |
|
MD5 | 686425c39722a7ca691305bd0ade18f6 |
|
BLAKE2b-256 | 51e575116a66df55bab83e9cf1c258feb6eebee2682dfa2508a4ea5295aa5cba |
File details
Details for the file pyfcomb-2.1.0-cp313-none-win_amd64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp313-none-win_amd64.whl
- Upload date:
- Size: 168.1 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a94aa4eb7bff33aa22f8eb5d662b3694cc768413d4a137b36c205a52dd64b9f |
|
MD5 | 557a8d464cd212e2db6350a21fb6f831 |
|
BLAKE2b-256 | 3acf2e09684903152ff5a946159ca44d83fe09ddde0d8ed74a364645f161e0fe |
File details
Details for the file pyfcomb-2.1.0-cp313-none-win32.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp313-none-win32.whl
- Upload date:
- Size: 161.4 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 394dae7fe1c22cb0706c162796cbb843060fee81f08c243b58da700974000d09 |
|
MD5 | 3f14f4c6f4ec7de17b037ca7a787c9c7 |
|
BLAKE2b-256 | 5d848bf325e60ddd118c242ff004da97c91ce694a68d262ad8c0fb1045b91f91 |
File details
Details for the file pyfcomb-2.1.0-cp312-none-win_amd64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp312-none-win_amd64.whl
- Upload date:
- Size: 168.1 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42da7139d6d9f857ca92a4b59fe29cec8e01399ceabe6822b00063529408783d |
|
MD5 | 17620ffdffb66efb40f9ab52a99028a1 |
|
BLAKE2b-256 | 9ad67bd895f2d62ce38650cbe98d522a781ad0589a182532f2e596390bb948e7 |
File details
Details for the file pyfcomb-2.1.0-cp312-none-win32.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp312-none-win32.whl
- Upload date:
- Size: 161.4 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 750f0335db20e20671da60b85eb0c25e00b3fdb4b15229a5116f7e2c74c89072 |
|
MD5 | 8c49b8f52af50749f373299e8c7ca613 |
|
BLAKE2b-256 | 8a66b4d6f1fcf4f9150eeedd58789537c761ea67118a4be4b0f5373ebe93c7f4 |
File details
Details for the file pyfcomb-2.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 304.3 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57d5bb402e7272a888b2b3b9f98e5d8b9f7d75179cbd218759db8f6255891555 |
|
MD5 | fa823c8163ad88931e1ed4eaa403126c |
|
BLAKE2b-256 | 7feadb70a579ab4ffb66039fe8d46f45f8538a33b97fe756aeb17fcf1cea5124 |
File details
Details for the file pyfcomb-2.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 372.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e8963c970cf182f391438c74f4d4a49e51e8ec4403279e5b7d64bfd79fc2ff3 |
|
MD5 | 375dba980251b17c2b6315653d698d4f |
|
BLAKE2b-256 | 8f3466fa42f029e8ca947124057b2605b7f6c0a713dca2fd9b4e5ec7ef45fdf4 |
File details
Details for the file pyfcomb-2.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 344.7 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4acc15cead57798813b4054d051283c529722d29a4213454c142de638116d326 |
|
MD5 | 60fa49d3305d5bededa6978dfaad13d0 |
|
BLAKE2b-256 | 77c17debdcdb421257c4eb5433ef48ad123f068b0fcdc1426405dd6511dea4c0 |
File details
Details for the file pyfcomb-2.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 316.8 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | acb02f2fa7340c9c0439f5042a49f684f14d304fd55ce5e88b08caac962e7b36 |
|
MD5 | 7f4aa1e55ba075d4d5296a92d7651419 |
|
BLAKE2b-256 | 186d13ea5929a4b8077b658f513be6c1c6b86f72ded1388a14a0af1246bf0a2a |
File details
Details for the file pyfcomb-2.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 312.7 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68d6cab288ef8f35398f27cd153f5f9914f4c715bb1dfe740dabcbd40a884b10 |
|
MD5 | 4166bd61247860282bc4e3d89dc9e37c |
|
BLAKE2b-256 | d24269771f4e1bc752b090f8bfffa8a1f91dff8d01f64269d7f286a1e192ab1c |
File details
Details for the file pyfcomb-2.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 320.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef94ef152dfc2e1cdd80f1c86df4fcea423b717d9589537872b23f25a7756500 |
|
MD5 | 00a0aaf51874068d688ecf0274359f66 |
|
BLAKE2b-256 | b87d28f38d56196a60f5fed09444130cb43e4f4a800eaa7aac2bb822d6a4f7eb |
File details
Details for the file pyfcomb-2.1.0-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 268.1 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 466fdd1b4865ce0bb8628eb6f4206dab3bf87cd0d258945c9bdfb4276cd62420 |
|
MD5 | ccd6a26ba5d0a8af2d8a4b2e3f8a6ee6 |
|
BLAKE2b-256 | e7a71914afec65f64ba369ac4bbc145e2b7e2f6c7b3cd8a1814728506be79d2a |
File details
Details for the file pyfcomb-2.1.0-cp312-cp312-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 273.2 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7545611574b8c812dd947ec972396e1aea8fc953703e58b089db1f3a3406cbed |
|
MD5 | a1a723d51542e8864b2824e62968df99 |
|
BLAKE2b-256 | b7b19f520ba4f481a2ddd067704ce8160f5df35d53a97e4faad8423ef49a7a6c |
File details
Details for the file pyfcomb-2.1.0-cp311-none-win_amd64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp311-none-win_amd64.whl
- Upload date:
- Size: 167.5 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84290cbcf59146e4680fa6ed3685b34af86f1da6a0bf357f4b646f1916cf3f28 |
|
MD5 | d3448a0ebeb063896926f0430bd785db |
|
BLAKE2b-256 | 8c08dce8798aa6fccea52c144cfeadb8e9180f2c9d01308baa3b45be235a2a18 |
File details
Details for the file pyfcomb-2.1.0-cp311-none-win32.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp311-none-win32.whl
- Upload date:
- Size: 161.5 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8f8705c41e341a939e116700899ff51d88be3b2c1c71699e15f0233a043d23f |
|
MD5 | 902df2dd56c423bd53da66d03ce49510 |
|
BLAKE2b-256 | c3272924fd59a5076e6b1c30820f4cd90bab32e23bde759628599fde32cae098 |
File details
Details for the file pyfcomb-2.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 304.9 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fe37c6428605f76fe43ca9bc9305aa6ceb604541093c0a79320d9a888db9cb7 |
|
MD5 | 2da3b007fe9c117597e440f56d411df4 |
|
BLAKE2b-256 | b01ea4d98b7cb2d66150b9d4314d27e1c00718b2061b215e4a314be4832e6af1 |
File details
Details for the file pyfcomb-2.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 384.7 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18b66e9ca54081f3c79fe9a7eab2ddd185bdc7475c79170ea2fd8df22deb1c1b |
|
MD5 | b9e36db35aa93d0c835269926bd1b4f5 |
|
BLAKE2b-256 | e72cdb18aa7e9a75d78c2b089acabab2eae7f11149dc9fa1e4844e8d529d395a |
File details
Details for the file pyfcomb-2.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 346.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a239646d3776e23d768b7055a06c8499b1d0d802b03cec88f8767fa306a676b3 |
|
MD5 | bea93cdf793d3cf98d2d01f81d833e56 |
|
BLAKE2b-256 | cf1351f2cccddc1a7eaf674d56350196a6766ea7d0efeb6830722025308ac921 |
File details
Details for the file pyfcomb-2.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 318.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03b878aa0f543d27ebc8eb4dd80a2f5adcb60290157be0a6b33bbbbb53dd73d1 |
|
MD5 | 1cbab1a7ad34baa114f518fc023e1f50 |
|
BLAKE2b-256 | 28fa06aa9417b3ef4797443e31174d61aa7524dc2038621594efc49c2539792b |
File details
Details for the file pyfcomb-2.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 314.0 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 917f9df7d2e52102fc0d194f61c01521d8cf8b1b720a58bc086b9fe7d873f86a |
|
MD5 | 481ebe0cc6a56aaa974f153672ad7ec0 |
|
BLAKE2b-256 | b706a2c2b74c69ffa700e95b645e5c4ade58fbafc938a12d4ba9b90452eec1d8 |
File details
Details for the file pyfcomb-2.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 321.4 kB
- Tags: CPython 3.11, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 653f737d42d478ddeefe50037a2e0124b85083e8940856527c6c45679e0eeb33 |
|
MD5 | dea62a19c10b23a96f2c688ab950af60 |
|
BLAKE2b-256 | fff767dc8955f9baf859db8c243f8c288f48b4ec8ff4de787db1e80d6eba18ba |
File details
Details for the file pyfcomb-2.1.0-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 269.5 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c113d6e55a2e6c6599f10fc8938d446b8cc8442453902ca7adc06144d9d58e0 |
|
MD5 | 31632df1ceab25a977ff4f24c0242b83 |
|
BLAKE2b-256 | 6f8dfe56d2bf75f9f9c92dd8e4d25bae19ccbd7db19e56533f8bddb6c9a47b36 |
File details
Details for the file pyfcomb-2.1.0-cp311-cp311-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 274.6 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d23da8da6919dd92d16ad56251de093a5dd764aac4d27281259b925a60ee74b |
|
MD5 | a9f103334ce56ef5f190e02851f16075 |
|
BLAKE2b-256 | 9d4c315f6e8791510c5c404f3affd2ca650f2fd7ff91b7d436448fb24d391e7b |
File details
Details for the file pyfcomb-2.1.0-cp310-none-win_amd64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp310-none-win_amd64.whl
- Upload date:
- Size: 167.5 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d042d3ecdb8c31dbc380f18f9f9bf968bb201bf7dce55fa13a7a28cc1aa5adaa |
|
MD5 | b6a90d3d7340a6d760516c4efbdd7051 |
|
BLAKE2b-256 | 10afa3deec0a2a8542dc127cdefabb44d5e91b012fd994251f029a0d456a5b81 |
File details
Details for the file pyfcomb-2.1.0-cp310-none-win32.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp310-none-win32.whl
- Upload date:
- Size: 161.5 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8727aeba77b8a4fdf47931f5a08a6a9db5539f9d4b4252661d09dcedd35f1d3 |
|
MD5 | 5ebab3b96cabbf1c2de2d308c8020c93 |
|
BLAKE2b-256 | ce1625ddef98a303be2c24699090e7ad95bb03c0529aa2c71e623884024a5fbe |
File details
Details for the file pyfcomb-2.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 304.8 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 327002b0b82108e48765e7bdcba0b5509df9bc4adf707b3f9780a59fc25cb0e0 |
|
MD5 | 294c3c466a6e21f753ec7712ee72f6cf |
|
BLAKE2b-256 | 973c1c4e5d5b8a91aba656c6796a24fcc1a8d926ac890454bd9c5f174195399f |
File details
Details for the file pyfcomb-2.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 384.6 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8946b275d64d841a2715ad619385e5460adcd72b30b0ddd6968671328e9930a4 |
|
MD5 | ba8171a96489ec4bd333f79044e204cf |
|
BLAKE2b-256 | 79488beaaad71176f116792fcc624cd0d3ce1a6d8acd3dfdad850f5fd949f507 |
File details
Details for the file pyfcomb-2.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 346.4 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f724f016816286c95eed872d5f1081d09a4a32c015d405e7be04166c32aaf6d |
|
MD5 | 7e3152cb5a498f4434a6860ee763a6a3 |
|
BLAKE2b-256 | d38b2a45206361d4ca1d8681780621d02709332a89824796657b3b7c14a56a84 |
File details
Details for the file pyfcomb-2.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 318.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62f9b5c7c55038bdb02e372d657d3b1555af5c2d77cd6ea7a3884cf6bc6ca72a |
|
MD5 | 41c050262a5742114adeaad1e448a73c |
|
BLAKE2b-256 | 8de6182133a67ef99bcb49e4fb9db5d3fbf847fd0c14b9e0988d1500bbaa2cb3 |
File details
Details for the file pyfcomb-2.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 314.0 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8070497273b4f8c9ae5bef156451e77c5999124d2754f2a8907feefae1b91969 |
|
MD5 | f314a69464e284dfe381be6bed4ca31f |
|
BLAKE2b-256 | 0764106ae0021f843cdc8604855e126768ba48ed900bbcdd63bb6059cac1b8b6 |
File details
Details for the file pyfcomb-2.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 321.4 kB
- Tags: CPython 3.10, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26ef4f4e2ea75a217405ef530fd3938f05ed8240b4b3738e0b238675f236908a |
|
MD5 | a45aa8917d1e73d411c2665799f17458 |
|
BLAKE2b-256 | 2f0492b131f4100bb9d046184b6502d42ede88d497a38e104d0060cbdd71e192 |
File details
Details for the file pyfcomb-2.1.0-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 269.4 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e0176665bb68636f7efc440a7530073f21d77a14b984cc0eb3d0eec4b69a251 |
|
MD5 | e06e04598cff34ada81f0e72612a5b7b |
|
BLAKE2b-256 | da5d62085a0b6f1e6961785479296bc6b3e57c7abdca646101e00215ff92950f |
File details
Details for the file pyfcomb-2.1.0-cp310-cp310-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 274.5 kB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76966b90e067847f881f1fee4b085d3094f8ac5ddfc9c713052bc85ad550a8c0 |
|
MD5 | 16a333fcca006ddfce35c6fbff5fce81 |
|
BLAKE2b-256 | 31b91c0c4942c3ddf612e68cca6f8aa0a83bb13231bfd17ea9f9a3f28c212ee3 |
File details
Details for the file pyfcomb-2.1.0-cp39-none-win_amd64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp39-none-win_amd64.whl
- Upload date:
- Size: 167.7 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8fad7f064ae8bb23fe1ee897bd5f2f0c146adf6b14191a00bf9125afe46be6b0 |
|
MD5 | ff572a0607a632c2256b624bc5ec207e |
|
BLAKE2b-256 | 1a7f50709b7daa6cbd8d2749a007ff56326e32b411e1462a9f994279001c2955 |
File details
Details for the file pyfcomb-2.1.0-cp39-none-win32.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp39-none-win32.whl
- Upload date:
- Size: 161.7 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3284825fc24947bf140ceea1742eee51355a041340e2a9054bd8959223cb5a04 |
|
MD5 | 5bfb97a3419dbd34b307334a3ae9a0a9 |
|
BLAKE2b-256 | bb903d971181c783da6b443d69f802a171f3c20c8991131c1709562f5957dbd5 |
File details
Details for the file pyfcomb-2.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 305.1 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe037c417c7f92c59ab3daa10c948f27041cb1354974bbb8337e36e09e5ea869 |
|
MD5 | 0d1971a82302bdfd88b7ed7f2eaab83b |
|
BLAKE2b-256 | eb7babe4ad98f2df59a510332693c75b555dd0a9ca46e4e74c66e9bb35642571 |
File details
Details for the file pyfcomb-2.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 385.1 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e83754390591f2c6615f133a95a86e05d40878e1f0237ab327447128b1abb1c |
|
MD5 | a186367955edd3bca5d4871c43be9b99 |
|
BLAKE2b-256 | ee746b99431d3465c6068c609613c84f5100928b0e86052fc285765b920b160c |
File details
Details for the file pyfcomb-2.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 346.8 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e3beb674c2b02f2d3777d4f3163fe57cd53d24b6acd28b6c5238fefa70c085f |
|
MD5 | 03596815955ff88a3c02ebb725cf9560 |
|
BLAKE2b-256 | bd196841968df480cf966b2bdf4715d275f2d5ea47c8e1966bb1af7c33863aa0 |
File details
Details for the file pyfcomb-2.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 318.4 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 752cd5902893ca9a2632b8d2197f2b59a28a1b923357fdeabc43db0bb8eb9a1a |
|
MD5 | 7f8d207e81e0872b83b62f4221148fc7 |
|
BLAKE2b-256 | 40b89fd1b3e216a82147518a591b21d78f56cecd9e62242e11d0eb2af133a801 |
File details
Details for the file pyfcomb-2.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 314.6 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a72ca4141de10caa558156387b0c588f5dabf24bbdbbd60f0209961e6b7b73a |
|
MD5 | d812c679fe5ba9a82f062fef22e34693 |
|
BLAKE2b-256 | 1477ab57ab83063ad55c0c9b9bbdf0ac24b25268e8d8320751972e4afc4ffea1 |
File details
Details for the file pyfcomb-2.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 321.4 kB
- Tags: CPython 3.9, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | decafcec09f3382cfa0efa97918d013d996931d4ad4f99a278e263d85dd247e0 |
|
MD5 | a459f42f260c37e95a580e728673b0aa |
|
BLAKE2b-256 | add522338220b5ab52b19e572dfc332c06253636160e34ca1d595bb0e35c6f8e |
File details
Details for the file pyfcomb-2.1.0-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 269.5 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa35fe7188cebac37ac2840d319a948209c2c3a89b265e0ce2fe2d54580810b1 |
|
MD5 | ada1210e06e04b51a25ce06f330bc74d |
|
BLAKE2b-256 | 943c9c85daf7934845bb1e100054927f08ae85c7b5ac5861c5bb2b930ddcf7a0 |
File details
Details for the file pyfcomb-2.1.0-cp39-cp39-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp39-cp39-macosx_10_12_x86_64.whl
- Upload date:
- Size: 274.7 kB
- Tags: CPython 3.9, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f3144c5225b3a585115f4a334d1789b97fd9d45a57907362daf6eaa59e56711 |
|
MD5 | ef68ed06a987a6ef9c4a3a6fb073ffc7 |
|
BLAKE2b-256 | 152ab1a37bf9b6301d3df43edb735a6cee6895d619c1763080934bf23d33579c |
File details
Details for the file pyfcomb-2.1.0-cp38-none-win_amd64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp38-none-win_amd64.whl
- Upload date:
- Size: 167.4 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88b34c9d3d89293949ef7434505b16b16ac645ed2fb55188bdbef62887415510 |
|
MD5 | 4e3a31e259f795c8f150cc43a6fab172 |
|
BLAKE2b-256 | fa744d3e898ff8aef9d7a91682343e74c62b7c306e3f47534c3819be1c6462fe |
File details
Details for the file pyfcomb-2.1.0-cp38-none-win32.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp38-none-win32.whl
- Upload date:
- Size: 162.5 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58fdc81094dfb851e0af3dffbc01ae3e7af19621bd130242fa69727e7e4062b4 |
|
MD5 | 3ff993b5442c2df7f28bb070d1439bc1 |
|
BLAKE2b-256 | efadd2b0afc15102c61caa0d00cfd4ab338da306b5a1bfc5ed43a1a3ed3a0ab7 |
File details
Details for the file pyfcomb-2.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 305.2 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9eb78cc6e17e9996b7282dedd63941b4ce0d27e77d2f6ac95ea5bbe908ee9d60 |
|
MD5 | 1ba2cc11c395b220fc6ab01a377da5ba |
|
BLAKE2b-256 | e9fa7ea033c999896dc604cffc3fefd6fc42c4e512138b0495ccce6f78941f07 |
File details
Details for the file pyfcomb-2.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 385.6 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d02dd231b485cbf3741920c66a492aa2a0de953658b8bca45715b49b4d930710 |
|
MD5 | dec90c0c8f7beeae9b9ba649aa80f13f |
|
BLAKE2b-256 | a1470408e25002af73cca5850ed0118b1aa1be6f1842309068c10bd6de26d094 |
File details
Details for the file pyfcomb-2.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 346.6 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35aaf8d0b697ecf7b9748d24f7956bc9f9a7f59b6dda87fc294173689ee2df04 |
|
MD5 | 5cb1bd56db844c7d34936423342f9b22 |
|
BLAKE2b-256 | 05d2eda423d42780bed311967a35f54dd980a3f839c728aed238d56195c2bad2 |
File details
Details for the file pyfcomb-2.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 318.3 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48b9aafe80568efb024c4fbe7a93922deb69aa96b9e2a708ae9664c5a6dfaf2b |
|
MD5 | 3e183cb317391114373d6a5eee50931f |
|
BLAKE2b-256 | 8be0ff79c67693ef4ceace839ea69c9419da668598342cdeeed168fa87c1dc0b |
File details
Details for the file pyfcomb-2.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 314.5 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12ebe6938c1ce45411a837060528e1a8f6801e880af46f5ddceca80b2d080e2a |
|
MD5 | b58925a2fd86efcede1f3b139709071d |
|
BLAKE2b-256 | a856404667ffcf9fd16809221892ed398d35e67a8a8a7b88726ac9e7c1c2e2e8 |
File details
Details for the file pyfcomb-2.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 321.5 kB
- Tags: CPython 3.8, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40bfda646508591676c986c4d6ac5e123df9e9147caa2472efe5bc07c94f9c54 |
|
MD5 | f0f27f17fdbb24db73596267780ed940 |
|
BLAKE2b-256 | f91461c0872ef45888f698154e790361842aa5434934a344705678e78ac468e0 |
File details
Details for the file pyfcomb-2.1.0-cp37-none-win_amd64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp37-none-win_amd64.whl
- Upload date:
- Size: 167.7 kB
- Tags: CPython 3.7, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3dbd3f8154d3db8eeedd8acb816484d01b12b525f3de9cdde3258d4c12fbd68 |
|
MD5 | 1fae2f18b8a1ed1db86ccbc92872bbcb |
|
BLAKE2b-256 | 911be640a8f85c0f20745632d1e96271500e899a4baf0d0120fc3bfd8c3c6262 |
File details
Details for the file pyfcomb-2.1.0-cp37-none-win32.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp37-none-win32.whl
- Upload date:
- Size: 162.6 kB
- Tags: CPython 3.7, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d6325f72a8f198cca2b6ee7e754a6b9109c9c9653c866700acc0e8a43f9dac7 |
|
MD5 | a06c1ebcfb6cd85c5402bb37e9300138 |
|
BLAKE2b-256 | 05c0cc846ef86fb92fcc87f5346325c485126d1f26b2168e75464a84921a637d |
File details
Details for the file pyfcomb-2.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 305.4 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7aee2dae0054419d7c650d67cbe2e8a788e802c335bcd1668ec7f347707779b |
|
MD5 | ab0d163e35cfa975103a9aa77373faf9 |
|
BLAKE2b-256 | f6da8ed67fd8eff436744fe5c176f983713efc93dd4319fc80c414a0e8f02bea |
File details
Details for the file pyfcomb-2.1.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 385.6 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 320ff8d9d9fe1e7c74391e1a2f449472b4a851a4a76d262c466ca76e563139eb |
|
MD5 | deee8f04a78e95bc96d9c6e3ea4c6e8a |
|
BLAKE2b-256 | 6904d90d9d13b15bff62b29a40cf2797fb4f1e6ceae4134edb79f94f1ae2f602 |
File details
Details for the file pyfcomb-2.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 346.8 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f598594ad37bb60b1d6d074676f587f764d9275cd57182c1ea3c4fc076293db |
|
MD5 | 00f4c8db5b72cc87ac0990811ad716d4 |
|
BLAKE2b-256 | 40cc0faa924883023ada579616b3ae6173807085aa3af955f25bbef7fc36008a |
File details
Details for the file pyfcomb-2.1.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 318.2 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 705e72a5827301cd94e539f16761e14e87a5de114b16a3163a2a73fcd01cfe33 |
|
MD5 | 5162b3a4648b1f88e2992e3c700c03b2 |
|
BLAKE2b-256 | 0aacdc4ca239532b40463ef8cb0d95ce743575fa55c9f15f725c0c492695d644 |
File details
Details for the file pyfcomb-2.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 314.7 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e8537864050eaef573e1daf92bbf2d5cc53334735242f89b2375743ae3f0030 |
|
MD5 | 46dd44f8946bd6b3b786a19cbdbc3291 |
|
BLAKE2b-256 | e931a0566d2b08eb2c4f1c5282ec2dcd333ae90ee79f3954fb1ec175619b534f |
File details
Details for the file pyfcomb-2.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: pyfcomb-2.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 321.8 kB
- Tags: CPython 3.7m, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 173a9102b47118e93bd3cc6646f4f458ff093b88324483c34cbdbd01ab241329 |
|
MD5 | 2aa3b3dd1effafccb847a5556b99ed3b |
|
BLAKE2b-256 | 560d511afd8e1971a3f06f6e0291548c8f09896bfdfb6f8bb7f777ec77a80991 |