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
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file timsrust_pyo3-0.4.1.tar.gz.
File metadata
- Download URL: timsrust_pyo3-0.4.1.tar.gz
- Upload date:
- Size: 11.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cc90b43d135754ba5da6e5560b822aa2972f9dc6be5cc9a0eb34d156714a6cd
|
|
| MD5 |
63e7bb5cac6dc0335931922c9f3f859d
|
|
| BLAKE2b-256 |
881a5130a304240e4894c6a77c31a564bfff773abc73bcb2cfa63da9fbd2d25c
|
File details
Details for the file timsrust_pyo3-0.4.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e191ab6cfe8d93633e9c78081afc11d7e5496a883dc383ad57bf78cfe298db7
|
|
| MD5 |
f1e7fdde376b1ae1c64d53af3552b3c2
|
|
| BLAKE2b-256 |
95a5871ac3928faca814cc67bc902a7b2e657ae438f7bc13b9e2625178b0d0b0
|
File details
Details for the file timsrust_pyo3-0.4.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5995642e33d021645bfe9cc1265ef3bd195dd9d2fa7454d8d74550c6d0b8627b
|
|
| MD5 |
6a67b725ea7c0f5f69942420b877e602
|
|
| BLAKE2b-256 |
db615c57500729af79138823261de0b61576d470bea1829696574f4662d0bec3
|
File details
Details for the file timsrust_pyo3-0.4.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc0a1acfd7959b5ab95cc32f1b1c0adb1e581cdaca1a65c3dd95da862bfb15f9
|
|
| MD5 |
94dbece63e485e3f17aed4803760b8ed
|
|
| BLAKE2b-256 |
5ecb12b32d1e2a02f02d1edf57b689615988ee24e4f890523e063f48883f1e5e
|
File details
Details for the file timsrust_pyo3-0.4.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ade9cdba6b718a6539cc037196b92f522a564e39200e51e75162f63d6679d90a
|
|
| MD5 |
84dabdb6ee9ca1bc6936d3b7316f6668
|
|
| BLAKE2b-256 |
3ccd6f46e7de6700d67e3efe9e1f9b9a78cdf8d41f58929c0289f453731514c7
|
File details
Details for the file timsrust_pyo3-0.4.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
446786832cb8fcac6dba7957a43f6b8af9117d1b55761823d18674152d527e18
|
|
| MD5 |
ab435c015d9d57bbef9deb419c53ed71
|
|
| BLAKE2b-256 |
800b1f7812b4713bdcf33133fa33333e5df22ce5d52ea0feefc650d99130e05c
|
File details
Details for the file timsrust_pyo3-0.4.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19d6ef23c1bd8a5179bd828f0ba3039a62f94726ae7b88870655c8103dd6576c
|
|
| MD5 |
a0ed306b6812b1a2ec76935f16048120
|
|
| BLAKE2b-256 |
bec718b5355b8d10415fa053737c4327456a923ca8ca31b0e80f4a42e00e59ae
|
File details
Details for the file timsrust_pyo3-0.4.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bae5635e57878248d94efb9c56fc85f4104a6ab50cc972901c8818086f50f942
|
|
| MD5 |
c4ef18e1cc9f55d8f8fea3a37eb0e666
|
|
| BLAKE2b-256 |
4be13916781bf86b1ec49e8e21a9f1fdb48965972f291d460ec32d3bd6d795f7
|
File details
Details for the file timsrust_pyo3-0.4.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ed962084ed97bf766c3143e0427e3c613c0bcd9c10cb7a1165293bad4822f2a
|
|
| MD5 |
180b53cf8679d259346486335374aff3
|
|
| BLAKE2b-256 |
e5ba9b77e5ebe604ac71e99dd9cbe59d19f4047aaefbf0838f5257ed00056f19
|
File details
Details for the file timsrust_pyo3-0.4.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be3359071fe2ebe15bf0a92eb72cbaae3fe0290d6e2d6ee5a3f81fead04b4236
|
|
| MD5 |
d13090fe7761ac3e65964943f1edacea
|
|
| BLAKE2b-256 |
6ed0faf8b2f1699ded351f762afc4ed833d36868089eac0e46a014f9df06444c
|
File details
Details for the file timsrust_pyo3-0.4.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba06552ced9a51cf1b96f14d9ef6eaf0b438985e5a20de595e5d4961c7ea2720
|
|
| MD5 |
948d8fbabffba59cd33b122faf800db9
|
|
| BLAKE2b-256 |
dd02de1ec32e0fb7065862ea3873271297c732497c33d123e200c782499c809b
|
File details
Details for the file timsrust_pyo3-0.4.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8855ea35ab20a6513dbbfa313b928619e704de634b223c9c016255277ace6cdd
|
|
| MD5 |
768693e202d63c6ead021d7f144d7f39
|
|
| BLAKE2b-256 |
598677f98b50b9aa1d0df0c224fb116393223ad26a1bb53ee9eb69094d3e156e
|
File details
Details for the file timsrust_pyo3-0.4.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01a090cba5ad0ea8ae4cca07da34e74920fc86a5eda7356e4107772a9506101e
|
|
| MD5 |
09d6ab9e9d37ff1d9961f65d19c5fae9
|
|
| BLAKE2b-256 |
6b16d1d59f6391dc4b0ad3c67af40146a0fab850dd718a4c4fe77148acfd1a1e
|
File details
Details for the file timsrust_pyo3-0.4.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
439361e3ef5d8947caebb4cb0a2c429bb385b5ae5176b1b1f6751a5c995b0051
|
|
| MD5 |
be01606e0edf1f89292434160aeac146
|
|
| BLAKE2b-256 |
80d99a3e3fa4157d6623b4bec70ff0e872aa0d5d4fe9267d898c770470b3874e
|
File details
Details for the file timsrust_pyo3-0.4.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
caf25316dd0a9e65dc2debbf75433d29586435f46fc8a4c25dca767212320eb8
|
|
| MD5 |
819659792e2a94e5a070805e00e6a4c2
|
|
| BLAKE2b-256 |
3e7ef98137f6720549f1117b3bc39fcba701d619565abbda21bea12fdafba902
|
File details
Details for the file timsrust_pyo3-0.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d1425a92d43bc9e0aa12698921bcd5acbe2d77eaf51833a20f72d20fdd7a00a
|
|
| MD5 |
bc2d46085c9bdb2fda05a1b435b1a9f4
|
|
| BLAKE2b-256 |
f3fd7cf8ad19b33bc7bf63ab6d7273e4df526a23f135b1100091511ad1f81d8a
|
File details
Details for the file timsrust_pyo3-0.4.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fccff3fc74828ae8036b9e3e3ef85b0bbf21b383397ea09996f801b4b87f518
|
|
| MD5 |
cc100c2fc9ed6c97ec8d4c6f2b62b4aa
|
|
| BLAKE2b-256 |
d5a19ce04afeecfbeb1dc47174af4f9854bb90f5ca756cd7cbbe861fd39bb5d1
|
File details
Details for the file timsrust_pyo3-0.4.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
626c078620be5a52541d4c72cfbe29497268a9ee0cf999846cf9b336934ecf38
|
|
| MD5 |
aab92a295d4c093b95ace0c31c72893c
|
|
| BLAKE2b-256 |
57f945614f253286465dd4442700a15e1f7b51d8c092fba18c8d474b600761cc
|
File details
Details for the file timsrust_pyo3-0.4.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de7363cde6586467a3ef859dd1bba40ba86aa4cdbc17fb0cc1fd0911690125fc
|
|
| MD5 |
3c556fd921668fb372972ffc40181f78
|
|
| BLAKE2b-256 |
c96e72f01fbdd3b7bf5e2c29c162ee55c1104aa6d73d146a77aa49524909b7d9
|
File details
Details for the file timsrust_pyo3-0.4.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e695d444f076a6e7507b4d0a564f4421e12cffb3a29b2090127c4e9b3dd68a17
|
|
| MD5 |
efeb1360afda96bbf7dfd377ce71f069
|
|
| BLAKE2b-256 |
cd56ded61c8057869bcdd05f722c896edeb9a766fa72d0d34dfae776da6c9202
|
File details
Details for the file timsrust_pyo3-0.4.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23fb3072a7967da127da026fd5b13aefe329aa9b448098a4d06b8e064583d3d9
|
|
| MD5 |
7e18a341ac7af354779f37e1fd34c578
|
|
| BLAKE2b-256 |
e7c6f874b02724c23594e460a86b27097bb19a5f90176a88a1db96d621f49b60
|
File details
Details for the file timsrust_pyo3-0.4.1-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbb86965a3fadda37845988fae7933f9a7e9542891ec4745fb41ff7a7f0902ad
|
|
| MD5 |
5fbd78a40ccd37ac8a6849dc555f100b
|
|
| BLAKE2b-256 |
7e4d72a48274ac99646d47f248ebf2904791e4b1f0415274a187a2ceb5b4caa5
|
File details
Details for the file timsrust_pyo3-0.4.1-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
099854e3acec73605ddc28b7a0ee8750239b43363277d21d1b6f85105aa2985b
|
|
| MD5 |
f922bf2a4c3eacd27b4bde2b14d28b3d
|
|
| BLAKE2b-256 |
a01c3c732d4c47f7ac7292db5cf428566c47da63e74c64817c77c68c7847d4cc
|
File details
Details for the file timsrust_pyo3-0.4.1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-cp312-cp312-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef3e789dcc8a164d6bfa78b1fde975d6a7054a1f73d69fdc54400fecf1428c45
|
|
| MD5 |
afb0d056434fa14211ee71da93d02d04
|
|
| BLAKE2b-256 |
39d6dadf0ad35ddf380bdc5aa8d8dbf9b14b719d820f26b7a05dcb590377c481
|
File details
Details for the file timsrust_pyo3-0.4.1-cp312-cp312-win32.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-cp312-cp312-win32.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4dd371acf47abe043c0a42f1c85e9ddc726cf232cfc29488d24c141aaff91b37
|
|
| MD5 |
3a7f9ac2d2fb7085c8cb62c85ab4e2ff
|
|
| BLAKE2b-256 |
9c4995c708422dbbc8921122e81dd86cecdeff4264083857c4625f4e9cbb46e7
|
File details
Details for the file timsrust_pyo3-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b57403548d7fbe13f95f3708b1bebdcdcb5761d2aaeb2d47d1354ecc8a70539a
|
|
| MD5 |
f8ac9561d22909b6ef2f806f2296a9cd
|
|
| BLAKE2b-256 |
6310a08eb10f4d93790a0cc40f013b73aa142424123e692faaca731a281bc639
|
File details
Details for the file timsrust_pyo3-0.4.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb8d9782b6ffe03fdec05297b3df98f3b328870fc710f23b1a27dda317967fcc
|
|
| MD5 |
9d0e393b1da8574e588733a77193cd69
|
|
| BLAKE2b-256 |
444bfed334842f3f4c90302a4899f00c98ab5821c46acc70d65a3d8e2745874a
|
File details
Details for the file timsrust_pyo3-0.4.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a48b1f78eaab5b75122c18e284ff100f8b4a5314fe2b7becfdac21d9bfa3074c
|
|
| MD5 |
98977b9608966c5e188f495c63807c5d
|
|
| BLAKE2b-256 |
d876f94eea652e96cec7397275f2fbfb40c495a50bfce443a5d5a474f664f325
|
File details
Details for the file timsrust_pyo3-0.4.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81c6335f1152ebd0790564ed15c95a5e8a182e7bbb25a97dbc73e664ed62a36f
|
|
| MD5 |
cfb5d9c910fc0474d3e64d7314473583
|
|
| BLAKE2b-256 |
b25f1179da6017d04f8465362433c372299d4946b37cb3749697d621b404b8f6
|
File details
Details for the file timsrust_pyo3-0.4.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93b120542c1e8dc0c988d5f37fe7c5b305f7aec7a35d86caa3493ce24b414ce1
|
|
| MD5 |
b50a316f934e91bc8bcbf39f0712b859
|
|
| BLAKE2b-256 |
f148c8a33e3c395b6710ac30495dfdb38755709f58a5092db591994efd1079e9
|
File details
Details for the file timsrust_pyo3-0.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12989a073dad2aaadae41deba440e1af48dd55a2628d9a508ccada90b9eb6b54
|
|
| MD5 |
558aebce37fb1bcdf1005b9799c4d3a2
|
|
| BLAKE2b-256 |
ad615f2a31f7a0f66a141e7f88b5a22476d2364c22361457d495c5b112be11d6
|
File details
Details for the file timsrust_pyo3-0.4.1-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
470980db1a08c74ba9620b81fe8698b25941d2626f021565fa5616cfbe388884
|
|
| MD5 |
50d0dcfb4253d399cef8a481730e2110
|
|
| BLAKE2b-256 |
1177c7d7b090a5a907494b22b1b4db088af3f910910d06f5f89d8759b929d68d
|
File details
Details for the file timsrust_pyo3-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e10db28e0ca4194f55aac394c8c4dd5c4ea6d55a4d5feaa50f491f519be5fc15
|
|
| MD5 |
aab4a1017190e181004dac9261b5c6d2
|
|
| BLAKE2b-256 |
4c629d8f68ef12b2f979d0240a12e0c42c174312b4c7fb65f2d29aacb4405cf7
|
File details
Details for the file timsrust_pyo3-0.4.1-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-cp311-cp311-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b68001b06b1b8f218a9b5d088d3a09cae1c83c177bcfdcb4ec86540420e9e02d
|
|
| MD5 |
344194e8af3f844833b1c695933a8916
|
|
| BLAKE2b-256 |
9306cc66733d91cb3082117fa18b3f103527c501ae1812c7e87087d1dbfe8346
|
File details
Details for the file timsrust_pyo3-0.4.1-cp311-cp311-win32.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-cp311-cp311-win32.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0fdd3b512e4f5f3b5629c962b66cc2fc61978123b6b9b7df50d77b03b80d9af
|
|
| MD5 |
b4efaea4a3689d2893e92613da5440f0
|
|
| BLAKE2b-256 |
907f73fc82e2cb3fb6f5371adaf093966b37beae31e0b6a41f82163dac749b36
|
File details
Details for the file timsrust_pyo3-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06b01710e5355a2251288f2578b8374241f8d08f13079edb61d496651e5ff00f
|
|
| MD5 |
17c9c8a81e31ed5b2e24e69b5b4fc372
|
|
| BLAKE2b-256 |
8229555e53e7b76800241c62e4c08c06ebf045a9636c557bbae1fe1277380688
|
File details
Details for the file timsrust_pyo3-0.4.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34c1c029296db0945a122d8d5ea19825916d00772cb04398e73625b642441a36
|
|
| MD5 |
83df4a3ab372186d589be7de2ab79e89
|
|
| BLAKE2b-256 |
dfd0b146436318a5ddbbe94a885c699452246b667e67f28e46dacde900939c0c
|
File details
Details for the file timsrust_pyo3-0.4.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d688e5dc5409d96c5aae009d17fec39b5c4384ff3ca4274305c569b7345c2f1d
|
|
| MD5 |
7d18850d5a6ea92ddeac68bacaf91ea3
|
|
| BLAKE2b-256 |
c6ae7356caed4367ddf4fb9caf72cbbde7cdc7857c551f88063d560b4a51615f
|
File details
Details for the file timsrust_pyo3-0.4.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48027e17dca3a98db70ddcc27ae8197d2ee1d189590df75fecf709003c3e2a59
|
|
| MD5 |
ab4e446de3042463958982be7a3fa176
|
|
| BLAKE2b-256 |
f5abedc76533eee6c1a6c7f55bee0658427bbb688093ef7acd1323f3599ae425
|
File details
Details for the file timsrust_pyo3-0.4.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
634c27417003197d1b163b0afe9681e824571429e5b9972ccdd992c92653bd8b
|
|
| MD5 |
4a6a32c3cfde4cc2ecd78a198078de58
|
|
| BLAKE2b-256 |
8aacccde2053b91ac3abf4102bd20a5dc81d8ed0d3687d5a42034d5cc33a84c8
|
File details
Details for the file timsrust_pyo3-0.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c3ca8466f0dcbc23a1f6c810fe631f89c780393c3212ad758534625a26b9dd3
|
|
| MD5 |
35082c74e5176fb7be1d99e9669834b3
|
|
| BLAKE2b-256 |
3bec45248b1dd3ed70c563a48896ffb9f45487bd2d6b04109d851cd86ab6a296
|
File details
Details for the file timsrust_pyo3-0.4.1-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4c7277b252fd9ad05bb94ee179ae7704fc5403aa3ae08b2594102f6fa175896
|
|
| MD5 |
efa9b1f08ba001de5d683be1e771c5d3
|
|
| BLAKE2b-256 |
a58fe6d7f379717dffe80c6f8cc6cd76b85f0b8378f37a712e9452bba50febbe
|
File details
Details for the file timsrust_pyo3-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a90062b91c1b2f4326c832bb01f7a505bd3ce50cc6f1c9168e004e25b2ac63df
|
|
| MD5 |
9cfa6cc85c62f8ce124658ad406d7ddb
|
|
| BLAKE2b-256 |
629c2098a8691b7c943d56c55dd9e8325f6ecad97a9fa90e1e2dc4131b56d5c9
|
File details
Details for the file timsrust_pyo3-0.4.1-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-cp310-cp310-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59ef02a1d9852ca37212173ad7f470bd3628a4afc377d57958f16efea99e8bf3
|
|
| MD5 |
c7b9ef39cfaaa08ad054722e5d657ab0
|
|
| BLAKE2b-256 |
b8ab72c244baf0bb416ef8925bb77d8710bbd7f27102f72f9d0d804964278143
|
File details
Details for the file timsrust_pyo3-0.4.1-cp310-cp310-win32.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-cp310-cp310-win32.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2556583275900adefa6861d3632a930ee5e770cd7f20753eaa8982a04ef3dc8
|
|
| MD5 |
5a548eb182552ed7097c85e4e3f7828e
|
|
| BLAKE2b-256 |
6b0b1b3bf170a33c6c96a51d5c52945cc5bbf3434dcfd65c54601e94bd2b0770
|
File details
Details for the file timsrust_pyo3-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7809034854be5c07bf9326151571c905eda74acaa2c6197255fc5c44f348b735
|
|
| MD5 |
43b053c41d09443e3732d5db4bdf4332
|
|
| BLAKE2b-256 |
f10b94c52f92b939233ce1391c2ff5312c4c09c40ca50e85708e59b0af5b4a52
|
File details
Details for the file timsrust_pyo3-0.4.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
565917880176825213ac7dd2cbe17a0a8a20350f9a38e92115b6c1db9c89fc28
|
|
| MD5 |
93a27305a7847d527dbb3db9b487ebda
|
|
| BLAKE2b-256 |
03ed8b6cb0cc6c637ef0079765c45fb8547f5268c2d2c9c84bc22be28977d76d
|
File details
Details for the file timsrust_pyo3-0.4.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d7d013955788258bdce54d53ca2c068c154b455925f59163423f68f71d40d6b
|
|
| MD5 |
420a177fb0d200d7332ef70d5d47e389
|
|
| BLAKE2b-256 |
f8c07a3fe5dcbc8fbdfeaded5e2f8419968f30787717f097aa3a047bc208ad5b
|
File details
Details for the file timsrust_pyo3-0.4.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3256f1debbc2a23ffac173c35ccc7cd57ee3ed4b58db67e523f26cc57d3feeee
|
|
| MD5 |
de0583dc4abc47eaf2070b1b06eb9bf1
|
|
| BLAKE2b-256 |
c3a0a413c924a5674c591f395a91cd7d429610c5ce1fe4b5e5ab9cf088044f3a
|
File details
Details for the file timsrust_pyo3-0.4.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1287f3b9dc876e3632b50c7018a65450f3b723b8b9fa31374859c2d28294001
|
|
| MD5 |
983845fd1628ed3fd15131bf3f5be647
|
|
| BLAKE2b-256 |
3a9ec3014b1b226b0448b775654e6166312f9f0407fdd3ba458673618b8a1764
|
File details
Details for the file timsrust_pyo3-0.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9dab891d575620eca5c16330738a29dbc4ebf99411a5ab2b47328ebf727a3fd5
|
|
| MD5 |
769a7d4987f84fdaad8cd169640b5eb5
|
|
| BLAKE2b-256 |
0e89f79b6de0ed0a154ba384a215b03e361f9a845f46fd6ddb7c5f57554a7a7f
|
File details
Details for the file timsrust_pyo3-0.4.1-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4e8d929572b679dbbe107f28457ca0acd22d2a1180b3b7e33f94afad31133c3
|
|
| MD5 |
4e707551a490009efeb4f72f8a4903b2
|
|
| BLAKE2b-256 |
e7960223e14e84bb259eaf8ed03f70826e0fd52a6c7134fe0362249149c062b0
|
File details
Details for the file timsrust_pyo3-0.4.1-cp310-cp310-macosx_10_12_x86_64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d35bc78f3cdf80f3f0963c5fbe254ebb6032319a7d44ebed88b54a12702a847e
|
|
| MD5 |
b1363e046764cbd23d8f2a0877d5f321
|
|
| BLAKE2b-256 |
c74dbcd9a005593b1eb09f0b999b38ce224af33603c902a8d1a9a7276aabcd17
|
File details
Details for the file timsrust_pyo3-0.4.1-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-cp39-cp39-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b24224b5d58bab54e378e4ed417f108398948e7699f53c81c8dc3a8222d941c
|
|
| MD5 |
b625493d04d6c292b43b8b9563b2250e
|
|
| BLAKE2b-256 |
11647c8552ed3f311f99423a593dbc5c08903066497c3e64b288670f7dfdc3d5
|
File details
Details for the file timsrust_pyo3-0.4.1-cp39-cp39-win32.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-cp39-cp39-win32.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
023ef2a14b9b9f6ca3779aa0816f6e6814ca8908f7d57e94884823c12a560b3b
|
|
| MD5 |
08987f36c1b56490fb7ddda3bcb2339d
|
|
| BLAKE2b-256 |
0c7e3a60b5bf05eb5092989c5b7281722654cdb2d9ae87ec8c05273ef4e28759
|
File details
Details for the file timsrust_pyo3-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
679db331dc34c60bc53327fb379fbca4839919809e719bfb8b54c78d735ddc9c
|
|
| MD5 |
084b90f94e9dff9075afd6d071866738
|
|
| BLAKE2b-256 |
d0a29dff2da1d8e9ad885d74e1c6afa0945860f388f66f33c8484b165faeea52
|
File details
Details for the file timsrust_pyo3-0.4.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71d4fe162e9c6134f88583167766a814e8d62eccc7c9010515a10dfae2085162
|
|
| MD5 |
1519dda592376bef627728c8b5e336a4
|
|
| BLAKE2b-256 |
3f86a03fa320abe7deb386949b96c9c14584009ae24cdfe3c7cd3fbfc2005512
|
File details
Details for the file timsrust_pyo3-0.4.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8c0e68c31b4cbd97748cd69fcc33845b81fb5bebdc63df484dc6dd8ab4b24cd
|
|
| MD5 |
46d7bd21e2406dc34211634c9b7ee929
|
|
| BLAKE2b-256 |
703763617ab872ef4aee0b205b1b23ee1e0a7deae6825ba34c60d1492c8d27b1
|
File details
Details for the file timsrust_pyo3-0.4.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f578c6d9578a1ee0a0bc54478ba7168c984bed19a93a17304e3411c56ef9ea49
|
|
| MD5 |
ec7510bab6467495c2ba08f396608daa
|
|
| BLAKE2b-256 |
62b1bf2505b7d5defa25cdc895f90a3a37a09db56295f793c817ce69e4d247bd
|
File details
Details for the file timsrust_pyo3-0.4.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef906e629030f59573ddecbed261ec42b2dc1ce94440cab1d8167431811c37fd
|
|
| MD5 |
ea4e1e358110d2707cf1e00a291efe90
|
|
| BLAKE2b-256 |
bed112caeae3d4b23878185c077a0a91853cd28a5fa568dfd148bebadd912835
|
File details
Details for the file timsrust_pyo3-0.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: timsrust_pyo3-0.4.1-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.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d24229a592d6091abdfb41004a4cff81022a4ff5ae3de32b23be0e87294bd3d
|
|
| MD5 |
443a8587da212b1a043142ab49fece64
|
|
| BLAKE2b-256 |
09fbd0e50c82b0ad5bcc595d76fe95f844a2c812f83a3b64502f98ed9d30a049
|