No project description provided
Project description
timsrust_pyo3
Python bindings to the timsrust reader
Read bruker data files using python with the speed of rust!
# pip install timsrust_pyo3
Usage
If what you want is to read spectra from a file, you can use the
read_all_spectra
function.
import timsrust_pyo3
datafile = "tests/data/230711_idleflow_400-1000mz_25mz_diaPasef_10sec.d"
specs = timsrust_pyo3.read_all_spectra(datafile)
This will return a list of Spectrum
objects. Which are the results of
“flattening” the frames into its individual isolation windows.
specs[0]
Spectrum(
index=0,
mz_values=[116.25158757494638, 118.9080472754818, 141.8956868151955, 167.55719727130426, 195.07915917591367, 232.07843727809686, 256.9100001557801, 267.30801795707947, 272.49521871359474, 274.26560752950985...len=1599],
intensities=[9, 9, 9, 9, 9, 9, 9, 9, 9, 9...len=1599],
precursor=Precursor(mz=812.5, rt=0.4161, im=1.1620169252468266, charge=None, intensity=None),
collision_energy=42.80258899676376, isolation_mz=812.5, isolation_width=25)
This shoudl work fine for a lot of cases.
If you want a more … raw representation of the data, we can use the
FrameReader
class.
reader = timsrust_pyo3.FrameReader(datafile)
all_frames = reader.read_all_frames()
print(all_frames[0])
print(all_frames[1])
Frame(
scan_offsets=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0...len=710],
tof_indices=[7269, 226179, 238688, 283353, 302607, 313423, 320067, 325868, 333879, 334217...len=242412],
intensities=[20, 35, 20, 89, 45, 115, 57, 57, 113, 98...len=242412],
index=1, rt=0.33491, acquisition_type=DIAPASEF, ms_level=MS1, quadrupole_settings=QuadrupoleSettings(index=0, scan_starts=[], scan_ends=[], isolation_mz=[], isolation_width=[], collision_energy=[]), intensity_correction_factor=0.013324805457840315)
Frame(
scan_offsets=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0...len=710],
tof_indices=[278272, 230453, 89438, 376113, 223326, 110881, 66872, 316096, 353458, 135560...len=4501],
intensities=[9, 9, 9, 9, 71, 9, 9, 9, 9, 9...len=4501],
index=2, rt=0.4161, acquisition_type=DIAPASEF, ms_level=MS2, quadrupole_settings=QuadrupoleSettings(index=1, scan_starts=[34, 370, 535], scan_ends=[370, 535, 708], isolation_mz=[812.5, 612.5, 412.5], isolation_width=[25, 25, 25], collision_energy=[42.80258899676376, 32.284789644012946, 25.174757281553397]), intensity_correction_factor=0.013324805457840315)
Note that here each frame does not have mz and ion mobility values.
lets start with the easy one … each tof index can be converted to a mz
value using the Metadata
class.
# We point the metadata to the analysis.tdf file
metadata = timsrust_pyo3.Metadata(datafile + "/analysis.tdf")
mzs = metadata.resolve_mzs(all_frames[0].tof_indices)
print(all_frames[0].tof_indices[:5])
print(" Becomes >>>> ")
print(mzs[:5])
[7269, 226179, 238688, 283353, 302607]
Becomes >>>>
[111.70270406113804, 767.4671439486657, 822.673531755788, 1035.4396805033862, 1134.6976413752595]
Now the harder one … ion mobility …
This is because each frame stores the mobility information by using the
scan_offsets
… which means … all peaks from scan_offsets[0]
to
scan_offsets[1]
are from the same scan, and thus have the same ion
mobility. and the 1/k0 value of that scan (0) can be converted as well
by using the Metadata
class.
scans = metadata.resolve_scans([1,2,3, 700])
print(" [1,2,3] Becomes >>>> ")
print(scans)
[1,2,3] Becomes >>>>
[1.3689703808180538, 1.3679407616361072, 1.366911142454161, 0.6492665726375176]
Note that since the tims funnel “elutes” values with larger 1/k0 first, the first scan is actually the one with highest 1/k0.
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 timsrust_pyo3-0.4.0.tar.gz
.
File metadata
- Download URL: timsrust_pyo3-0.4.0.tar.gz
- Upload date:
- Size: 11.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 876d3bab2d74ae0e0bedfccf5a6e40ea86ceca8912db15fc92abe3815f7a06a7 |
|
MD5 | ee0b1af4ee7b914fd30fbaaa7c152a85 |
|
BLAKE2b-256 | 70fc0a78144f42271699e558aa5c219ec93fffb216b301a90b5ce84ed7f76258 |
File details
Details for the file timsrust_pyo3-0.4.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 915a73eb722d77da7d1ab0ef3b6f48a44f4b7c5ba9667fc7f05c28eaebbd46cc |
|
MD5 | 2b11efb9b21d5a49d09bca2f444c7c57 |
|
BLAKE2b-256 | 4d46a9134a41716674a60a40d4a97701d37e7e98640590e9ba491052b446624d |
File details
Details for the file timsrust_pyo3-0.4.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 3.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10ca92fa372dbde22fd7b6b21a2f42666606b361879f1d0fe49b2134b042a7a1 |
|
MD5 | 23bf8385b831c4ff0f2a4dc8bb211f53 |
|
BLAKE2b-256 | d980407eeaddbd5180abf7eea022b8fe1a381760597488e24b4e93899cf2dd75 |
File details
Details for the file timsrust_pyo3-0.4.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e72c7e0b4d486594d8611340ffd10ef73668e67e5a50214ba6446f351b80ac81 |
|
MD5 | 681838bada43d6cf67418aa7a4dbbfcc |
|
BLAKE2b-256 | 2bab4a73d091b595b44ac511a2d9d082f94624dc752644724701cf2c66a7674b |
File details
Details for the file timsrust_pyo3-0.4.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 3.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 656bf28d3f964936efc75d2ccf8d909ed78515ec99280ad14244877ac0d512fc |
|
MD5 | 650a238312d4249499df24027dae386b |
|
BLAKE2b-256 | ed4acfb9c1ec07c5467cb76c6e448a392d58dd30d60ab374def37b954c2ce133 |
File details
Details for the file timsrust_pyo3-0.4.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f36852a76ad8efc41add54d32e1cd760c686e78bd56562bcf835fc08e8877ae4 |
|
MD5 | f344bec548cbd7f197bea1e01d315e12 |
|
BLAKE2b-256 | 177a13715d96132e076e3ec63279064458ca0c4fce69711e890911dd10c8dd96 |
File details
Details for the file timsrust_pyo3-0.4.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1b30e906f6daf0096aae6f9a8419461f64d9fff9e7ba84c2d18429d75a6871b |
|
MD5 | 5cec23d500d6e47691fc08f73eae264d |
|
BLAKE2b-256 | b53232167f2019b4ddbc2b963e8cafd927f56000e2b59c22a64565b7b356f177 |
File details
Details for the file timsrust_pyo3-0.4.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7034d863a1114620bc7dcc255f5fe65feb852604466e2513a7e5aeb5024f3f29 |
|
MD5 | 08c1c104796247a2cb9cae2c839ef5a1 |
|
BLAKE2b-256 | 7c5beaa30648284ffc79e1d1c74ae7da31589c994d9b761420542207f1138bc7 |
File details
Details for the file timsrust_pyo3-0.4.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 3.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c922b3b33c0636b98132ca464c127d486eb4180ff4d609814202a76481a420e |
|
MD5 | 827c8b91df67c1561e5a4aa10ca49510 |
|
BLAKE2b-256 | 666708ac5e495632f921d95a8e398589d68138396ba6c7941cfa1c707dda25eb |
File details
Details for the file timsrust_pyo3-0.4.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a06cfc63137a96aa4f38337a90cf3ef43eb5eb4274cf5d9b365cdc0d43699fec |
|
MD5 | f5f25f201446414e489055ebb3f19a01 |
|
BLAKE2b-256 | 4baab821ecadd4cea8e4b02f016e68be81040fd7055a5823c8d67d7b7e6909e1 |
File details
Details for the file timsrust_pyo3-0.4.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 3.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7119ab70e0a7e67b98e0eed963b7269ab971f0747d3fe1484ee9aff63388f8f0 |
|
MD5 | 91b63d9a9c4feff7e999018f75e1bcd1 |
|
BLAKE2b-256 | 3705ebb53a33c84bba80bca5f8a8866b9be8849889e898eadb190d98a4034c8e |
File details
Details for the file timsrust_pyo3-0.4.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fea3f79d686820cbffc906be6f6e3006629b6104f34575182e36dced59b08771 |
|
MD5 | 91a14b4c4ba0072fa6934499eed96848 |
|
BLAKE2b-256 | 981ac1aad4226cacc4bd745396655c1cbd2d06ad4a4c2e3a372ad38405e9d61d |
File details
Details for the file timsrust_pyo3-0.4.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dee2f5323474f215dbdaf463c6526746ee6d487905eeccb89ae817eda4ebfea0 |
|
MD5 | 37ccf0f9ddebce3fc640b3e49b5e062a |
|
BLAKE2b-256 | 5143320b1891e1d49c64dfa879b54da49c6e2db5d83b75c2dfcdfbf280bb491a |
File details
Details for the file timsrust_pyo3-0.4.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 3.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a1e585c89dfd57d5733cc5e2e4f7918afcd5f1dc8a8310a17b6eb5233a0f88b |
|
MD5 | f894bf980efcd9acc61422dc1338a184 |
|
BLAKE2b-256 | 31f2a9b094515b5644f02a9a94c9110c63a28aa2cc51fe79ced1f3a126578002 |
File details
Details for the file timsrust_pyo3-0.4.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eab264b7c095be4cfdd7df538797b14d5a450a0a3803d5b519863e5408b5a3ba |
|
MD5 | 091eaae6cd84811f651c015c1fe50824 |
|
BLAKE2b-256 | 6adc8f0ce2ccfa78afcc3d791008b60232ce22d7f21b59b1e9f1f05d8daf3350 |
File details
Details for the file timsrust_pyo3-0.4.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a5a2b8478276634e78699b6bc3dd4ca57848327a3974f2376ee9e9d1c07cad8 |
|
MD5 | d836df943ffd728c09cbf1c04aa84bd8 |
|
BLAKE2b-256 | 58138742312d3384550eff79e7cae305e07e20ae4045db37052265913da2f609 |
File details
Details for the file timsrust_pyo3-0.4.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2281902aee9f0fe3fb33153a752fe4b32a8d456f8f56ca614acde66d932f239 |
|
MD5 | 43068c64113bee80645c7b6a90a8fbcc |
|
BLAKE2b-256 | 687ec621169b7622b4fa8a0356cac9cb29ce8d914e091ff42fee1336e55069f4 |
File details
Details for the file timsrust_pyo3-0.4.0-cp312-none-win_amd64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp312-none-win_amd64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83373474d7f66ff81bbbdd9f415468c1c12a60d5a89e958574cd8876e0dd5406 |
|
MD5 | 780829de9869d064fbbc505878a4f4c3 |
|
BLAKE2b-256 | eff1d2d662f8de719074edaaa8b4f1baad0a29bb7d2584de3221370d421cc057 |
File details
Details for the file timsrust_pyo3-0.4.0-cp312-none-win32.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp312-none-win32.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47ebd7680a4be403aeb90c05b2d69286015be8e1ac7c16b3aec913a1ebae6b16 |
|
MD5 | 28a2bca9f543017d97f44c4cbd25f19a |
|
BLAKE2b-256 | df2bbe9574e1401deee4fe1b4435b5df0d7e7cea136a0b2661fe36430e5ae480 |
File details
Details for the file timsrust_pyo3-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 777e6bf25c6cbfe6dba544577d8247032df70d346a26b0abf36d593925dd3d15 |
|
MD5 | 4fb1c6c0f81280d806bae326fbf25a01 |
|
BLAKE2b-256 | 1f6368d9afe9d670edcbaab5d9e7b25e4988d94e3db7b97007700a371a7f6f80 |
File details
Details for the file timsrust_pyo3-0.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f42596a0a228138bcfd864adc4705a3b2e1de4d32a2a902ff9ec9f43b3becac |
|
MD5 | c1bd2cc9af74266fc7491dc8306c86eb |
|
BLAKE2b-256 | 03d4e74f6f4896d582de57b56247ff8c3a7a765951e7e881ab186235c9f1e7db |
File details
Details for the file timsrust_pyo3-0.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dfe9208b02c92a35b6f2690c42acb51593a495b54b399d860312931a13fd7b1e |
|
MD5 | 9410bd148eea9a19dcefa3cb9e971010 |
|
BLAKE2b-256 | 0c49333ff97e8dc825f14625eda621b7526671554de7b8f14525252ad69c55a5 |
File details
Details for the file timsrust_pyo3-0.4.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6cbd51bc2ce9ba392a0b2d191b3849ad5b4d32c158be653c3fd8352c73acfe2c |
|
MD5 | 5ea748ed8e383e35fc16b211acab36ad |
|
BLAKE2b-256 | 9855f1418b73c9e80f521b14dfe9ba211f867d79681a0758ac52466dc6cc93c1 |
File details
Details for the file timsrust_pyo3-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6980eccb3fc94b619b0709def0ed3caf5b68537b8f1a1d4a28881bcef325265e |
|
MD5 | a0a951802c3ceccb64829a9c88f44821 |
|
BLAKE2b-256 | 28a08f63bd88d03c9124206c2afff5abcdf79c32b15994f0aab3342fbd13f7fe |
File details
Details for the file timsrust_pyo3-0.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b32113422ecbe08a361b91575172a9c5d4f62b4892fc7c6ad17ecef37ad7cf09 |
|
MD5 | 010f720cff238c37c2c56becbedebba0 |
|
BLAKE2b-256 | 4a89f9549a37ca0b24fd44084109ecf3ce1d929927b94e87ce045ec9f963193c |
File details
Details for the file timsrust_pyo3-0.4.0-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b89f827103f3805c628c30688382d55be7dbe3a09d007d6e1bbc423091501cbf |
|
MD5 | 99f4df6d983eaec0d225717c80f05588 |
|
BLAKE2b-256 | 2adb965369911af3f7214f366236e5f836f8c04dc210195d081f0412f087bbbf |
File details
Details for the file timsrust_pyo3-0.4.0-cp312-cp312-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0366b414c4a42118f106459b2031f9373d8d8aaec26b349e2d1897545ed86828 |
|
MD5 | d64b24b4fca935ac8acf4ee363b65369 |
|
BLAKE2b-256 | fccedccf5a3fe61f1239d002c8615b033da24d7ac8287c7298246eacf2de0d20 |
File details
Details for the file timsrust_pyo3-0.4.0-cp311-none-win_amd64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp311-none-win_amd64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92fb50939e28b70bd1c724caf2e4afe161bb490580cc02a7e98d7709d239ffcd |
|
MD5 | 69c9e4878a865d8afddaf98a904d8219 |
|
BLAKE2b-256 | 67e69b80d769ca0ba05f868a2b85c0dd21b926fe06f120ec75e297d20452e38c |
File details
Details for the file timsrust_pyo3-0.4.0-cp311-none-win32.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp311-none-win32.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb5dfd7e4ab9e0200afd33cc87bab14b5a1eb3e1d024e5d123751330a21de760 |
|
MD5 | fdf05a9de25078601bdc3f56bb45c7b2 |
|
BLAKE2b-256 | d098dc9280fe5606339e1783202f44c45cc5b6729b66951aea10bd9273fa996a |
File details
Details for the file timsrust_pyo3-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94a7b5f9254b61d3d11634d26ddd044add5856e2608c1e95083c8ea248b18098 |
|
MD5 | 984740e610ebf7ad40ffe036a3486fb8 |
|
BLAKE2b-256 | e4843cf002481a608ca4ca10f4bbd0580a4e1b6fbc2f30f496424c307d81417d |
File details
Details for the file timsrust_pyo3-0.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9f4521faed94c1a58f1fe5f242880c13da9adde6000754584c25a75b698aea2 |
|
MD5 | 4324e8f2d1767e0586b9a89d3b297b99 |
|
BLAKE2b-256 | b9540d7954f73399fcb3e16f3aa87b9308751ab80ce6e2b9c947279054305f97 |
File details
Details for the file timsrust_pyo3-0.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68ed04d5a42940d67bd59b3a0bcd6769c24b5adc56b086c0bada919eefb535a4 |
|
MD5 | e8cbcbc01407e82024b97352fd02201a |
|
BLAKE2b-256 | 8533fe2ed779fa0dfe06ac2865e1b3ab093e77dfcb8a7d599e8039af74599748 |
File details
Details for the file timsrust_pyo3-0.4.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 423b046b4360204e2a169cf00dbddda9a186c381022093b7b9eec6aa183428c5 |
|
MD5 | f47452e771d66f003681a49d91b4079f |
|
BLAKE2b-256 | 64e02ad237e2394274881155971f15be2b88e2c113493f43ff445f35f710b784 |
File details
Details for the file timsrust_pyo3-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53d50c18d591035cd55d751a3624941dfa2f026c3287904522791cb89b8fc76f |
|
MD5 | 7432f718850ed9fa2a1e2a7d73752bb1 |
|
BLAKE2b-256 | 034ac7bcee7a4a7a366eb0fc45d380c8c2e8fa0da45cf92b519cdc49f4a4d9e3 |
File details
Details for the file timsrust_pyo3-0.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4aa34041348e96109a1c1e90e96a964001348e8ebe08ed8b16ff63157dc1296 |
|
MD5 | d0aba7acf9d85a5331f9138d0e93fd24 |
|
BLAKE2b-256 | 30447b83aef74e0debce6cce557cd501b25252da8297e1e7acec859559176326 |
File details
Details for the file timsrust_pyo3-0.4.0-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b41147368378f1063a08bc39037486ae2da1376b2b5e136e4fc8971686929799 |
|
MD5 | 18d4a7bfd708575bdad242d76c2885b3 |
|
BLAKE2b-256 | 89020d8472d7da785f46597e420c8d7ad00579c0a155af996892b898594cfc6a |
File details
Details for the file timsrust_pyo3-0.4.0-cp311-cp311-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 386ff5026b7751d55637931f087d6b1bc5c6e01833ebce5f165dfdb5227a9621 |
|
MD5 | 9cf39a252cd6ae43295c9823abf45b19 |
|
BLAKE2b-256 | ebe4af90b554e1f50cf7378507049fc397ea4468ea2bcf4acd0e230c55ed4c76 |
File details
Details for the file timsrust_pyo3-0.4.0-cp310-none-win_amd64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp310-none-win_amd64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d06e7e306284f2a2b1aae3b786ae4f0b2f2660b3965f768d18f87cce7a70e935 |
|
MD5 | 316577a0a421002414d5414f793c379a |
|
BLAKE2b-256 | 6628cc9d32b35bf6ba78fcdca10b9ebb4a02b768f3771f82fa93d05aca44e1f8 |
File details
Details for the file timsrust_pyo3-0.4.0-cp310-none-win32.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp310-none-win32.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0090303fbd85c6b65f4a01669c7e07a02cb8415fae4cbf47b50a394c2972467 |
|
MD5 | d7c8d7612e81877588d0e83c654dd8f1 |
|
BLAKE2b-256 | afb727874cf0091a4fe1bb94b25cb605ea456951b04a43d0cb3570a9c36a8b8e |
File details
Details for the file timsrust_pyo3-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd6620363356b7250eb717e9c12ba0361381989362fa4971a4bde346988ac21e |
|
MD5 | 803258a0040c4deb80d474eab4801459 |
|
BLAKE2b-256 | f2d2a74bf453384c4fb35aee9627449c77beecac423290042f2550774e03bf22 |
File details
Details for the file timsrust_pyo3-0.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e33a8a8d9abcf7bf4dc956a9cefd897af5ed3ceb3942aa457858379b6d1be861 |
|
MD5 | cc4961dd342ae351227de895e2506e5a |
|
BLAKE2b-256 | 35fbf296a5a89dd20cd71f2401017e164f557d9d72e9019682ea6b53247ccaef |
File details
Details for the file timsrust_pyo3-0.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec37117957bac0bdc5369bdf426b91d47d561af45eef014834fd601591fbcdba |
|
MD5 | f0eea47bbf2d675d5429e20838e33484 |
|
BLAKE2b-256 | 43da980e56a1647a860915fc8020ce8444b6b6fa5c288760d86273c84d798d86 |
File details
Details for the file timsrust_pyo3-0.4.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd4c2f452b96f9b8f17b322874f2c89762859ca13276405914780729fd3bb53a |
|
MD5 | 963a691662f2f7b536c46d48c093fbb4 |
|
BLAKE2b-256 | 04e93676f368773407a4710daf46982d7d09d701f5f5e8602b7a299fe4a5eade |
File details
Details for the file timsrust_pyo3-0.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6849218c8754d3e5b3ff77314cd3b5d1d0f8bf945d3e1db52c1a36841211947 |
|
MD5 | 7174853d36e33a8d17fe4c36b24d9821 |
|
BLAKE2b-256 | f9e60b6df3394ee1fbf2661549d58eec402118c3342add826f8aed05008a6a80 |
File details
Details for the file timsrust_pyo3-0.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f599a135b1dd866eddfad7370c69e3139238fb1df18e6ea7ac42c0dbcef7cbe |
|
MD5 | 1bca007d3234a1848ff79fca4bd0ab1d |
|
BLAKE2b-256 | 55e54365b4a1dc9e4c017a930760f7d9ca447cc389228b12ee08e5e5238ed6c5 |
File details
Details for the file timsrust_pyo3-0.4.0-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08cdbdf465cd31ff388214978a153068b9f54410b67a384affc0b59f3d833e45 |
|
MD5 | 189820206fb42190c614c4d568821554 |
|
BLAKE2b-256 | d7f7abc312df1111b336c7751430d4f747790a67a5c8bf2f5fda1adedc160db0 |
File details
Details for the file timsrust_pyo3-0.4.0-cp310-cp310-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89386c3b9a19b933e176f202cde7e1f9e36454a439f60a9d1e5867fd8c58f6f3 |
|
MD5 | ac5d49d2af975b23f1c279db4b1c8fbe |
|
BLAKE2b-256 | 17ea7aa790ba5bd9fd50059fea9d85584dcaa5e0aa6ce2d28e8b4d04fcd69489 |
File details
Details for the file timsrust_pyo3-0.4.0-cp39-none-win_amd64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp39-none-win_amd64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a60c229e2a0a928cc17ab0f1b0701d32a45be4307e6f132f514e674bb236c920 |
|
MD5 | 8a6d523cd5ab7bd203c26ce35103e1da |
|
BLAKE2b-256 | 1eea05d5e00aa58d806288b2c4a2a884b0c9f157001758b23980810f95bcb923 |
File details
Details for the file timsrust_pyo3-0.4.0-cp39-none-win32.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp39-none-win32.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7bf1beb6e6809d8ae639b43fa3f3dd01c7c4bad5e7bbd41c28b7f9983236821b |
|
MD5 | cf9471053fa595ff1af7c3fbe66588e2 |
|
BLAKE2b-256 | 9e726cf92a78b328403f9d3fa02383a0c4df294c71b015f2810bf45e69739c05 |
File details
Details for the file timsrust_pyo3-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e13878d815d3bbaddf2552674bb21afceab06094f46e25e219c3fdbca327c16 |
|
MD5 | 3c6b3d6a136a703499e2333430bde8b3 |
|
BLAKE2b-256 | 51ed1d9c1ed46d283f70ef28edea40f0ae4fc1ef1728fd6579c6b90efe23cad5 |
File details
Details for the file timsrust_pyo3-0.4.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22376ce7798b2bf026a5bdbacd0b6f7f4fb2f2d1fcbbf8750fddd2c8b5b2ebff |
|
MD5 | 1cd271db572ba590518273bf9b51a397 |
|
BLAKE2b-256 | 02988f9b5cf2b919d456f5b518dfbaa206c04a7eecd2b7d75b0225208d4f85fb |
File details
Details for the file timsrust_pyo3-0.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdbf0b6871ca65ba8c64374ca0b0b2a2f9bad92c54d3990d4fa8a2abff205b6e |
|
MD5 | 10c74d01a91277ea379fd0d1487a89c1 |
|
BLAKE2b-256 | c3e9d5a8c07c791b8a6bae1acf970785667b12128775f2a6438e797504e9f236 |
File details
Details for the file timsrust_pyo3-0.4.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30c89fdb8783d502c2bc9bf53fca98545ce14bab3455cde3cf3e99e5a598e6d6 |
|
MD5 | 09609830cb926058fb0183b4a8bb5b10 |
|
BLAKE2b-256 | 8189a2fb7c4318b823ef17ccfc89c9716ab23962a7fc82f85b06c176164e9c5b |
File details
Details for the file timsrust_pyo3-0.4.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a1aaf8550fc21564dcbfa9da1b4ff62e96a4bb0d63b08d844ed26712829439f |
|
MD5 | 29289844b14600923fa58ee5094867c6 |
|
BLAKE2b-256 | 49a516fe2a8348f582bcc25b539e213343f738d417dac9f90b95652d4451d9e6 |
File details
Details for the file timsrust_pyo3-0.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bc2d429aeacf05b0cf43a98748539f8d8d886fe1ab69be0ce4629ba5c85fe94 |
|
MD5 | 8d501afde712f12ad7dd62f6daac7d77 |
|
BLAKE2b-256 | b346263eee21632721c1f8208b6d0ba44be362b57064509f48fbccc3094bbf66 |
File details
Details for the file timsrust_pyo3-0.4.0-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a3365994a251e33229affe3bdbe7d947e6a466cb94d87b79c3d5a777afccfd3 |
|
MD5 | ee445092cd2182b4a4001e0094bbce6f |
|
BLAKE2b-256 | 3482fcaa4901a1f9935c9e512727c6f2f59c8134ae08025cf61f983ec00341a7 |
File details
Details for the file timsrust_pyo3-0.4.0-cp39-cp39-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp39-cp39-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.9, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 735627f878de379be9f9c25109424fb26ebd07d8398788067cb30e9796185fe2 |
|
MD5 | 8016ea77f5287f38e111fd4d57dc97c7 |
|
BLAKE2b-256 | d3a3b512075ddc7a9d4389476e376631dd09473d0cda5ae4b933a6447f955d43 |
File details
Details for the file timsrust_pyo3-0.4.0-cp38-none-win_amd64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp38-none-win_amd64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a285f30723480adc49dc087e47679135c5e101f2cccce5f79e8fdc4fe944cf53 |
|
MD5 | 3b1e0660d2ead7e6b0595c8e216738d9 |
|
BLAKE2b-256 | 4f65439964d0f2fa0ad85222ba42dd0a9b3748d283e62a4340a515b97a34c6c7 |
File details
Details for the file timsrust_pyo3-0.4.0-cp38-none-win32.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp38-none-win32.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dffb084479e3f83e55130dff7dd7a2393058d68e24ed0552cc036db8ae9e1b0c |
|
MD5 | 86c7fdaa01b3f043a0b2102a644e448a |
|
BLAKE2b-256 | c1a8860340bfebdde9e92079db76779724cbfafad114079dad58ff5fc4f28191 |
File details
Details for the file timsrust_pyo3-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b34cbf01c0dc5f1e886e246214ea648ae5a67d53308b25b4425f60e04fab8af9 |
|
MD5 | 48f850af760b9a8dca3447b47ce2b41d |
|
BLAKE2b-256 | d3ec9c3e7ebfb29e68a1011564ebbbad1789d4a29ab858b81ea6b8588c33c124 |
File details
Details for the file timsrust_pyo3-0.4.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 838d32674d18169cd2b73590cd72bf954ba8c6f60973dfbba8c39068bcf962ef |
|
MD5 | 92550c22f593705bf943fa55cc9f203b |
|
BLAKE2b-256 | 0edc970dc6b19662b1be09040d6499d19cee0e0bcb5e1298c4a6156fbd611786 |
File details
Details for the file timsrust_pyo3-0.4.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 355625084aff15ec628632d5cea2185d172fc1e413f1cf84e91bdb804116218e |
|
MD5 | da8f7e3cccd5c642c78eddf74923ddef |
|
BLAKE2b-256 | 3a1a3109eec42e090621a9d5a095edb0af8a1da7929a8578f6b8d682991c32b2 |
File details
Details for the file timsrust_pyo3-0.4.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ccf3490b7f1e922df8ec8810fda845167ac22e44ff0338ffcca1e3f5aa330bfb |
|
MD5 | facff954c7852a185db6edde88abd9d7 |
|
BLAKE2b-256 | d415a4144356caf29901b2bb8c91476d20fe6e949ca4a07a816c78a8e4e99bed |
File details
Details for the file timsrust_pyo3-0.4.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3cab937015d4ccdcf3e02407022cb22424368c5c3253627f651b51d26873c4ea |
|
MD5 | 5c688a757015f9bebe078f2c60fe5747 |
|
BLAKE2b-256 | 0e0cfa3a1dc8e6185caea33b0b95f21debcb4ac0ab1e5735a20d38c521fe6b90 |
File details
Details for the file timsrust_pyo3-0.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: timsrust_pyo3-0.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb6c75bc1d1b7cfcc3d8b68351e3d3b4d239fba5283483686255535ec1fb50b8 |
|
MD5 | f6aaadfb3d4e997815ab85e6338c4dbf |
|
BLAKE2b-256 | 09f47e9606a40fdb7d4e36310ca117b9ec08c5e2a7566b1c8983ee4f22d50296 |