No project description provided
Project description
fastpsl
FastPSL is a Python library implemented in Rust with PyO3 bindings, based on Mozilla's PublicSuffixList algorithm. It provides efficient domain parsing functionality, automatically downloads the latest public suffix database (public_suffix_list.dat), and exposes a C extension interface via PyO3. It is approximately four times faster than the native Python implementation of tldextract.
Usage
pip install fastpsl
>>> import fastpsl
>>> fastpsl.extract("api.example.com")
ExtractResult(subdomain='api', domain='example', suffix='com', is_private=false)
>>> fastpsl.extract("https://sub.domain.example.com:8000/path?query=123")
ExtractResult(subdomain='sub.domain', domain='example', suffix='com', is_private=false)
Contributing
This project is actively being developed, and all forms of participation are welcome.
License
MIT License
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
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 fastpsl-0.1.0.tar.gz.
File metadata
- Download URL: fastpsl-0.1.0.tar.gz
- Upload date:
- Size: 33.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8c464f9092fce88bc153e706ddc80529725f4525d20ce062db0b58d3ed7a139
|
|
| MD5 |
0bafff1b81b5f5b566068aeaf787aebf
|
|
| BLAKE2b-256 |
ef09ce70e6bcabb86020e4255ba57528694856b5833bd9bd3c449a3d2068ed99
|
File details
Details for the file fastpsl-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fastpsl-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb2b9065223e140c0570000a51d32aee405b241d2c5f71ef26407c458cfab55b
|
|
| MD5 |
0c180866eb82ddd34a4ee1b081d3ff7e
|
|
| BLAKE2b-256 |
db127583076a8c422dca33fea465a60b27a53764e7b8c7dd5909dba149f68d10
|
File details
Details for the file fastpsl-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: fastpsl-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 2.6 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b639ef57f90bc04a7b101506d4c41675f9398d93d4b841e5fe23e9c625538102
|
|
| MD5 |
d1ca5064463791dbf1ec45a7f4de1645
|
|
| BLAKE2b-256 |
d0d087580b36a624a7430ae60910b119d08681a309d19f4e55bb44afca107582
|
File details
Details for the file fastpsl-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: fastpsl-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 2.6 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7227844c7f336d94ce3d7b186dc5ee90af0ddad7eb0d38c46fefb4f05f9404ae
|
|
| MD5 |
33600b228d42f817c0d3b7d2de74fc71
|
|
| BLAKE2b-256 |
acd7fa0683699afb149a6581a87d6d9c8ce78fc5d2c1b6fe9751d189240e8a9e
|
File details
Details for the file fastpsl-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fastpsl-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5da4ad13abfc84e77563550b51b8a99e328c476d4c377f37951d13deb50993ea
|
|
| MD5 |
879599cdda004dd6e85ed85bceb101e8
|
|
| BLAKE2b-256 |
998279667f4adc817ca13f284289e645daee0ee9c2290d5c4efdfea75da81390
|
File details
Details for the file fastpsl-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fastpsl-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.6 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3e0767e98894ad5d1cf1192136f24615d139914b9b657e7ff69ea3bc056d40f
|
|
| MD5 |
14cd78cbfd597afc79032ab183706cf6
|
|
| BLAKE2b-256 |
ce572f2f40fdcfd6ca56255e1fb006d0b02ff800256989811aca4d84490fa096
|
File details
Details for the file fastpsl-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: fastpsl-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fa6158399b69d32bfdd42e841be78b56cf996d447ab14a1bdce3a39e79c2214
|
|
| MD5 |
f35138853066b130af25deae37dc3f33
|
|
| BLAKE2b-256 |
671c0ce713d59a3caf471771b7207d31e81deb129d133e9b1a2130b7d187ad8b
|
File details
Details for the file fastpsl-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: fastpsl-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16774906704a978ba051c61525c3185b9a7d8820b2a6ffa43cbfb36da7fb5150
|
|
| MD5 |
be468ec22b512b8b759f8d204994b6c8
|
|
| BLAKE2b-256 |
4a98c27ca617bd7ab16e0c2e5e18a92e33b5b2a5177517128c8396d06b5a967f
|
File details
Details for the file fastpsl-0.1.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: fastpsl-0.1.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 2.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c357738e53f00fa9d4e1d0a51d9b9164d0c2ee66198422cd44edcdda889cb0a3
|
|
| MD5 |
4932a3d555ffca3f7b4f08a4bb5bbffb
|
|
| BLAKE2b-256 |
e9dba24ce508b45b3adbf6b38419c6303dbc5bd8058ba2bcc4e3331c6ac86871
|
File details
Details for the file fastpsl-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: fastpsl-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c32ca62253c7fcc8ce97a2783e403de083b77f09e4ad55e9a0b997517807bddc
|
|
| MD5 |
c28c728eaa000e62e140baebc51093f9
|
|
| BLAKE2b-256 |
0d192e1066ac90b49091ed71544a623ace52eb992460e2e1237c0510f2fe52df
|
File details
Details for the file fastpsl-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fastpsl-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f1e7fd03d8aa76e7600b9ce532f20b5b098bb880085fd8f5bafba01a7be66f1
|
|
| MD5 |
7c48e37207805ffaebbbe78cd546bbdd
|
|
| BLAKE2b-256 |
565761b49c349b3243be3079e005a0b6a5a7692eb9a0210d59bfa58848b9fd55
|
File details
Details for the file fastpsl-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: fastpsl-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 2.6 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52f94d110b7c1940b19c8d9feb803006fc65d0d068856bdddfdcb42864e9f742
|
|
| MD5 |
6c260b38e4cbf183a185565cd83bc8fb
|
|
| BLAKE2b-256 |
28c5eef667ea491bf1306f59b041aea77df785a22854b9a73fd79b0bfa5e23b2
|
File details
Details for the file fastpsl-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: fastpsl-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 2.6 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
414aa860b8d744ed0e8e9ccb40cc419c8cd20df3e81e9ecc430fa760f778aeca
|
|
| MD5 |
9f49d5d89a3f465f4c84a47cd23d4285
|
|
| BLAKE2b-256 |
b86d88267e0a1e79e4e82024b8850f78acf4a2c8856e36c8c57692ec37bb03bc
|
File details
Details for the file fastpsl-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fastpsl-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40dd332748b6e1640c6d8fef669d2d7dbd808f8bea6c1c3103a1295818c08254
|
|
| MD5 |
1eeb6e773df98461875ebe7df36d97c0
|
|
| BLAKE2b-256 |
af305ef7a16bd7ad1f00b7e3582c82e300aa2d6557712ac3f99f830e635e6f0f
|
File details
Details for the file fastpsl-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fastpsl-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.6 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6d61ea90511071dcfee6e60de5d7a7da302b813931df269595b4a1021eeff80
|
|
| MD5 |
f84460ae1cee2331594be943309f466d
|
|
| BLAKE2b-256 |
84d4ffdbd8cc754e3cbf78f065eddfe8dbebf03b54d17c8365a03fb7c45a03b0
|
File details
Details for the file fastpsl-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: fastpsl-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c9663d380785a8e179bba9dc8ee46d7501195dd5926bc7611024cdc32a321bf
|
|
| MD5 |
0e5d4ff03ccae314e376d7f84022ad4c
|
|
| BLAKE2b-256 |
2247907b48dec907c7db80fc9235008dec381d5992610e8c205a407b402af961
|
File details
Details for the file fastpsl-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: fastpsl-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfb65c2e530eaeef060855aa0f02edd4b26c33496a67a5b6c29b421a7c6c08b5
|
|
| MD5 |
8454b8f14f237590b799f732f9e23a66
|
|
| BLAKE2b-256 |
233a9bdf88f44d893e44a98f475273da3002e38d880f6a67e67c5dfe2c0e8e2b
|
File details
Details for the file fastpsl-0.1.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: fastpsl-0.1.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 2.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
832ac3e862222854493b91c5d69619d2efc7af42071f50c21085b05c4e4c2a61
|
|
| MD5 |
c82450e701564e5a663ab574aef64988
|
|
| BLAKE2b-256 |
0703ad88cb09804b7540b8dc19c1468ddb4922cc07a57f7369a31195c9c580c4
|
File details
Details for the file fastpsl-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: fastpsl-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
500e7179b66d0363ded937636e8b0dd24004f1fa30947caea46267e80d6bb90e
|
|
| MD5 |
149f2117741ef58afe968d9fc5df061e
|
|
| BLAKE2b-256 |
c69ebb49cf153576630da3a9a39dcf12fbb9056ddba58d8a72b780d66e3fb133
|
File details
Details for the file fastpsl-0.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fastpsl-0.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9be40063681134c442b68c47886edb12e9e073afaf673179e6b5872905448e70
|
|
| MD5 |
c7ec8a4c9b95e511332800cb2a0c1ede
|
|
| BLAKE2b-256 |
27ab506ccf6a7b255c35a326194d0495c8d718213b4ace580856cb4bf87ac3c1
|
File details
Details for the file fastpsl-0.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: fastpsl-0.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 2.6 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5eeeaa56d9029f68ff9f32d1bc94daf05c077f2cf1cfa6731da128684b0583b
|
|
| MD5 |
715833d1ace809202c2a7d48780b84ed
|
|
| BLAKE2b-256 |
a11a48a6f10505cecd5cc3f09631606e30dd6f17bfcbb681524f05cacd514513
|
File details
Details for the file fastpsl-0.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: fastpsl-0.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 2.6 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14cd670dbdb13cab3e5f9a19a579c6f5346f71277d4d8ce1634a248a014c58a2
|
|
| MD5 |
bf618db0f65a9765654b3c84767ca1bc
|
|
| BLAKE2b-256 |
fef0f54049c57e5773c8421ee040fe3eba223c8e9fb8e9388af07ed05e2bfd41
|
File details
Details for the file fastpsl-0.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fastpsl-0.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2df40539d6a9e9a9ca5c898b01fb6394e964aeb5cb25f60bb598ccc121f76c96
|
|
| MD5 |
931d63af0aef294fc0c323cd3481c4e5
|
|
| BLAKE2b-256 |
346f747789143b862fe301c836dcad5dd6ea353412b4faea77878fdf0c042267
|
File details
Details for the file fastpsl-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: fastpsl-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2e1fc859e84fe3ab99a56b3868b6c0e53553c1ee55550553bcdaf1f97990f11
|
|
| MD5 |
d338ce25e32ac7ca1ce865d9b1ac3618
|
|
| BLAKE2b-256 |
bea1a7c628b33eb24b664f4401751548699eed016e8f5c64e7816e0589d85061
|
File details
Details for the file fastpsl-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: fastpsl-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4ff511f37936ce0069b6d40ba036212562fe955190531dae5e978568eda61c9
|
|
| MD5 |
b6f96b4c973cae7c7a45175357cf7a21
|
|
| BLAKE2b-256 |
f5eae955a18d0705de7c5bbb5be5954b74e26907450e2f301a172904fa4e1abf
|
File details
Details for the file fastpsl-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: fastpsl-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17787257def3f90261452b62ffa2f172b5739194344417f231fe0c37938a8429
|
|
| MD5 |
1281031872eb63d5d626219d61e152fc
|
|
| BLAKE2b-256 |
86b0f4bcb8e10306d9b249687bca27f9477c3cc9299b8cd8369537ccc8801583
|
File details
Details for the file fastpsl-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a345806606071ea87956c0b9803c5708b52123b9ce2423774bafb11060e9791
|
|
| MD5 |
00435585526a28d9912dffc4588cf961
|
|
| BLAKE2b-256 |
349223fa8dd3821cb7d80f024b12f1d6a7a294b594fefcda00679de82c6cdde8
|
File details
Details for the file fastpsl-0.1.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7461896c5a9b263001ce033f6ae478b822bc695cb4c0f1314e70bba429240329
|
|
| MD5 |
f785f73617357a2f8904dcd98ab8eb98
|
|
| BLAKE2b-256 |
a59262a84081bbb3eceffd723f52a7aaf608304437ceb137bce58ae166d31ef6
|
File details
Details for the file fastpsl-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
434aa19d9f879aec75057f31238f05ff7b3a5c7aadcf80ebdba703fc39b17bc3
|
|
| MD5 |
d27b2e3b8e3c4f6e356d33fc3e9af535
|
|
| BLAKE2b-256 |
5c858613d4fabffe53af7ab9fe068682961b01f6717df90ec59a46f228730ff8
|
File details
Details for the file fastpsl-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f3332687ca01211ebe682bcb28704330d3e6d6a6b746adff34533130c26328a
|
|
| MD5 |
2cc7d2c62292294a202555b36bc8ad47
|
|
| BLAKE2b-256 |
a6c41231012e4e4a088a54e669c8c43c890d393ccc61eb57cd613533c18dff55
|
File details
Details for the file fastpsl-0.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5ed92236ab71a26fbed3acb37afd5edbfcd437effcb6a6bd7f2cf2f06d86cd1
|
|
| MD5 |
f200e98881ce0441c978cc13dc3161aa
|
|
| BLAKE2b-256 |
a584e581dce2f6deb7db11a9b019a0c6b79fa4ae1588f1637e7769e24e3813dc
|
File details
Details for the file fastpsl-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42c11901818a1c14826c876b564bda3e049ff441ab6a8c0cc442d5b7da7fe6b1
|
|
| MD5 |
90dd6e50fd4fff1e00203fd0629b5bb3
|
|
| BLAKE2b-256 |
d0aa3b0a5cd9dd29f530f9210056a336bedff969a63afefec05052c7c5c54588
|
File details
Details for the file fastpsl-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b29d420491cbe7d33b4301cecae25e2aaa67a9ea612d3b4ec6a8960c3c55da1
|
|
| MD5 |
7bac7ae8925b8ca12700b3740ff13e0c
|
|
| BLAKE2b-256 |
91fb8160161b6341b3d162decb340cf1cc1aa40d6cf36e2ca8c4581c88710e52
|
File details
Details for the file fastpsl-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ee558cb3933d0cf8dd2866180cfa4a438cd28cf91e266bcbb10249b4c1ea6ed
|
|
| MD5 |
87154789474a235ced1be38692d9302e
|
|
| BLAKE2b-256 |
d5427847cd80ba1aa4406957f1e2cfeb90d02d6c4dfe256c692474e3faddee82
|
File details
Details for the file fastpsl-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
330f9be5e1202360798560a627cb72e4cc3acf4230ac4ca0cc912da33a569975
|
|
| MD5 |
d5ede2643bc0939074f82848af79736b
|
|
| BLAKE2b-256 |
2a66781a0a2d3df3c40f7548a1a2eff5b2ea3efaeaa5bcfadd28f0dc280a6992
|
File details
Details for the file fastpsl-0.1.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4804bc2a9d1734232db21ad800d62f587a8d3a97d8c992f3e0c8e1dc81da131
|
|
| MD5 |
ced53dada39f18f76fd5f44fb4129968
|
|
| BLAKE2b-256 |
44d8b14c40ee0406ed5daecc6b4ac9fcb4a39c90d011a544b2406a4a7ae9d60c
|
File details
Details for the file fastpsl-0.1.0-cp313-cp313-win32.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp313-cp313-win32.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
146efc7e8eefbcfd46d2e37c6bea2593ba4e4eea34ab3b15690c1f351fc3610a
|
|
| MD5 |
c69a68d26d5dfa93de78203ddd3484c8
|
|
| BLAKE2b-256 |
03427e5ce638b67cc18df523fe82963ed227c28b6a22733bce4604f755f62946
|
File details
Details for the file fastpsl-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8cc7de3aadaf1f36338d489b63f6aa49e773d4df50628842b99969fe42da70f9
|
|
| MD5 |
cfece19834982feb27631d943f09deba
|
|
| BLAKE2b-256 |
5613b9ccff8ca1200c3e85a589de925f8ccac14f0d87404ebad54d92047beb8b
|
File details
Details for the file fastpsl-0.1.0-cp313-cp313-musllinux_1_2_i686.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37012a3e8766206f7c91a8b4a80fec2f38450eb9efe57dafbdd1b4374f5b42c1
|
|
| MD5 |
89dadb18cedc0a734301b634f1635c4d
|
|
| BLAKE2b-256 |
43721ae1fb32388cbacc67606ee7ac2622483831e67996cc256cbef7a1b4fda5
|
File details
Details for the file fastpsl-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a68fc98be940d9aed9ac1adefb7917c2921266e842300d73d337637811b51f85
|
|
| MD5 |
07801ee0fda6ae0bb653a0dee2d94cf3
|
|
| BLAKE2b-256 |
148685322e1739adee4adeab4c7e8a9772cec1e00fe029e91cb4d90e08339878
|
File details
Details for the file fastpsl-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bfa0a6013ef4820c48a1d5d804996c372594de1506839c4ce34572b70e97d9de
|
|
| MD5 |
d96b075411e3f367492aee5736ed4115
|
|
| BLAKE2b-256 |
09cb7d4bcebe5362979bb264e383ebecebcfc3c85e2b0a97a86001edb062c6a3
|
File details
Details for the file fastpsl-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
888691b609b269d2c294870c5b7ce7be9aa8db86f4dfb9c7730956439b8be643
|
|
| MD5 |
e7cd7c1faaa1cdb17e512dd3ba294b04
|
|
| BLAKE2b-256 |
eaad9c578ad6caf2f9927ead6d41b615c6e78c8d87d53ef01fc265faf0279aae
|
File details
Details for the file fastpsl-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6244b4da1bb788d51e7284ebe820707cbae8257a144f20b5160dff5346a73bdd
|
|
| MD5 |
36990a226228db585b85153b8b1acd70
|
|
| BLAKE2b-256 |
85f3e5cd2f13a26fa766342e31de240c6ba2e2a45f0f523c32063008177a4a7f
|
File details
Details for the file fastpsl-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
556e8ca589933364491d7db72e70cb65e487173fee242a48b410875d413a6054
|
|
| MD5 |
3a7ca70b8b18c23d9933dd6720a8e172
|
|
| BLAKE2b-256 |
1ba6bd4dafda3cfd9af583df9f4705acd5d94032e776d9d011b44cd08811ba15
|
File details
Details for the file fastpsl-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3b5453313b6fa71114b1e0be2aae2fcaa142d2cf350daea76610d188988d694
|
|
| MD5 |
0e94069e714196323bb3a4ef35793a9a
|
|
| BLAKE2b-256 |
bc2c59c65153d63d1b3aedbaccf7ab2336035113991f7791b3f0b821b6b78360
|
File details
Details for the file fastpsl-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1cbfc18c9b6d2d0de67311cf2db017aaf0802194b45979e578a62bd5e6591672
|
|
| MD5 |
4b4daecdba9dc7233daa71f95777dbc5
|
|
| BLAKE2b-256 |
49c9e83486a370248c8dec2f29e00bbdd3d3cae045708cca4c3725f9a5108215
|
File details
Details for the file fastpsl-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c245b62ee7ad82c5c71afb14675fecf03aedc8436722d6eb23237a24df6ff68e
|
|
| MD5 |
80119f8eff238e4d3a5960a7af1b92aa
|
|
| BLAKE2b-256 |
1e3acc5144be5995f45e6d9fdcdda077ffd5ce07fb99b2b7862e3c4492c64da5
|
File details
Details for the file fastpsl-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7d54c04eff2dc69d8598b7807018443f10ca5594d38d64c57366d905fffd848
|
|
| MD5 |
1b9986552667dc5d3351b5dd2d55a220
|
|
| BLAKE2b-256 |
d3645dbcf51dbd32f21db91e5093ed34b69edc370727645d6c9d30e981143ebd
|
File details
Details for the file fastpsl-0.1.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f43bf9bb04e013e0da5b28111bee94fe1b1ef5a4f70997c6abadcfbb3e2e1b69
|
|
| MD5 |
cb7ba7b9541d81349e9edc34f883cdb4
|
|
| BLAKE2b-256 |
67a08b00a5d6f47d9fae96e28eb3c122ca27cab0ac72c01d788ef7bd553e71c5
|
File details
Details for the file fastpsl-0.1.0-cp312-cp312-win32.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp312-cp312-win32.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
118ed8653f6d947d042d19416b6a3dd3767ab17177cbd70caa0ed21d122f0b5b
|
|
| MD5 |
df257cc18a8030122097e1b509e5886b
|
|
| BLAKE2b-256 |
7494d212d1e043802e5c38885bca17ae87d787e4ed286a5150ce6368dc9d3f2b
|
File details
Details for the file fastpsl-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6809891db57c5ffd85ffd09ebf4e95d2d526ace2a3be4da5a07f0a9ff15c49e8
|
|
| MD5 |
411bea3155563f671d1078e64acb5db1
|
|
| BLAKE2b-256 |
e0322f38ff1f1a9288fd505864377a3e42937c7b344d7de8fb8333a0db6cf56a
|
File details
Details for the file fastpsl-0.1.0-cp312-cp312-musllinux_1_2_i686.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6442d6df45d72a65a300b04a3c4d4a05ffaf876d579baf1651e984848747c98
|
|
| MD5 |
9940614309191fa1adcafb1898e93701
|
|
| BLAKE2b-256 |
5b8cbc16c20b28769b0abb462973e8eb3a318c47cae013e40de17cc55d6b766c
|
File details
Details for the file fastpsl-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ba761a1867c9c857891b8cbb92695d8b555edab64d783e5886e13b9cf9ab9a0
|
|
| MD5 |
41b66387d2d002c96e2221c61261aa6e
|
|
| BLAKE2b-256 |
1138ec9f27016130aa86c5f71ee99e5cc3b4fc2b3c3f3bee3cdb8e58f7581b38
|
File details
Details for the file fastpsl-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0f2fd2f0c78344e5c75672e5e4dbb62f255966f96520d9512d1a2bd0556b9cc
|
|
| MD5 |
0301ce8e20275dbe4abeda539a771b1e
|
|
| BLAKE2b-256 |
676f4029c980523a09155f91d31ab4f078d5bbf1a80905a3790c36f91d4be483
|
File details
Details for the file fastpsl-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84144cdf850356ec15c458f0b137f41ab6599a8a5814d3d550d6e9ac50259801
|
|
| MD5 |
ce555f664ac0da5703b0b59e5e9b003d
|
|
| BLAKE2b-256 |
b440cdcd6a9072563b3c7baefced02de268d4dfcfa9b81137218d1fb7de9e74b
|
File details
Details for the file fastpsl-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccc68d4081dc51079ac57a3fe746a5d0042b5d74e8c6f7f9c73a5ccdcb55926c
|
|
| MD5 |
aa317e8de096e5ea5aed3d188ed3edfc
|
|
| BLAKE2b-256 |
09d772b4fe16bc8911fc8b29e4af137bf085cbb4e99aa329cd2beabcd298ad29
|
File details
Details for the file fastpsl-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11b3a5aa5000960e7fcfa3a7eadf0a2b63a1b7ff22fc3c035280b18e30177b8f
|
|
| MD5 |
a760550a4d40dfc79ecfb46dda4762d0
|
|
| BLAKE2b-256 |
2c154297466b6280dcd57780bcf98f58b5ce7afda6b28a646ba3d073a30c59c7
|
File details
Details for the file fastpsl-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec59fc648a282c6a8fc80844cdb3773e5285017c24b9196e05c75991a55dfb37
|
|
| MD5 |
30bd9afc655eca7a99b70b1e46630c2d
|
|
| BLAKE2b-256 |
6ee5bb6e2f7c0556c0afe08df7dcff730e8ee9f55f90583506fce587ca13126c
|
File details
Details for the file fastpsl-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffdd16f1dcec714ff0e52d6dc5b9996f2e15b84f20fb19fa9449ab87afc4a6f5
|
|
| MD5 |
6d33986e065e3178b104bfa4d417970f
|
|
| BLAKE2b-256 |
ad2fd69c474703c33fede50ef40585cb689bff03316882c247450ba76a6e2c91
|
File details
Details for the file fastpsl-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a472f9619ad78ab38189b791fcbf698250114da33e33e84151de368da81a1d5a
|
|
| MD5 |
52abe569b8b2d54c4cab7384714fc567
|
|
| BLAKE2b-256 |
c537d43c4ec59b7630e2f8c45ab26f0fab6b2cf6403b5f22c697eccce0e59235
|
File details
Details for the file fastpsl-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc8e84b3a1b5cb6eb49685f1641ba985bb6fd5a3c0bbfcff73365e4a4f8a9431
|
|
| MD5 |
41c403a883e1638b8f0d5b1492f92937
|
|
| BLAKE2b-256 |
fa8025093359426f18f76cd17d35faadc75579aa6d26de2350617b0b41b2b912
|
File details
Details for the file fastpsl-0.1.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f69dbd30d488724bdf49f32b2362373bb786f3f0b2a5ae239b5984a0ea836fd7
|
|
| MD5 |
448f0aa03b00a5bd2b73fc1625712121
|
|
| BLAKE2b-256 |
2b35585ce2aef3c7d1278759262448a79fc2f8ac2942bf0ecafacacc69832388
|
File details
Details for the file fastpsl-0.1.0-cp311-cp311-win32.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp311-cp311-win32.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4ca904353f82a982cf145f1f0c94b4da781529a4f820847a2470942b42eeb55
|
|
| MD5 |
4956e3b235543644490b7f73cfd4fd55
|
|
| BLAKE2b-256 |
e0283ca1d1ae10054f1a1d596a5c2807ec6d0e7ebc5f269c92abe8fa83593d0b
|
File details
Details for the file fastpsl-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6cd7bfb06b2381554d5d8075456823ea7a86bfdf9edae32e46650afe4c45faa
|
|
| MD5 |
c24a8b42d78ed2c3e1a97362b2e8608c
|
|
| BLAKE2b-256 |
faa9b9035e121d91e7e5a9dd3a448ade824908d1fabb69a4821c9e467525a554
|
File details
Details for the file fastpsl-0.1.0-cp311-cp311-musllinux_1_2_i686.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4c9a3e22ecf6ed2dd4883f7386226442b2627a2e574a022bad23b702b34a0f6
|
|
| MD5 |
05f538ab6adc7c0335ea2cf057f610d3
|
|
| BLAKE2b-256 |
918b84ec1a7ceba66c78d255d0107ae77fe02531705dd6d49589e475a6afa270
|
File details
Details for the file fastpsl-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
849765c62a689da4bb2c064f02a4a606a471278bcd5aa650202e8c0189c82317
|
|
| MD5 |
3fdf4055e99bbffea6ff83fad86fc6b7
|
|
| BLAKE2b-256 |
00941b0f0d672ab09170c96a30b006f8c3ef5f30929f334ad6fb7e514b7748db
|
File details
Details for the file fastpsl-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
256a1b404bce70e439c84926647d21161a2d9cd8b031b5e795b3805d7d87ff91
|
|
| MD5 |
f599c4584e3606f0487d669614d86961
|
|
| BLAKE2b-256 |
0c07a9f3268ae5635359ec1576119f7b5c1e56199ac859648582ebaae924b9eb
|
File details
Details for the file fastpsl-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a1d41b19580fbc098606b5a581a6fea4dc5ce8cb7ce1ef31ef5bed18cb13a79
|
|
| MD5 |
c0b35c92d1fcbd2f1da0f41f74d3df65
|
|
| BLAKE2b-256 |
15f19f37914e31486014677de59cf83986582b34b3f34df549599c12a78c5554
|
File details
Details for the file fastpsl-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34b126ffcff27eea6b061728ee3424dc06e98d406b9ef066130a1613b4df6a78
|
|
| MD5 |
79ddb2b040535d2482a9462187e88c14
|
|
| BLAKE2b-256 |
91021400c373eb8bf176efd69238ec3b5e4f64a11fb960dc68ed1ceb80b2b6e7
|
File details
Details for the file fastpsl-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8cc7169c2df199c274d7dbb5948934e0a27af17fe8a13770095d70e40c31330f
|
|
| MD5 |
41b36b9bc95629b00099971be40b9d4b
|
|
| BLAKE2b-256 |
430d345191976a146e4cce0c21aec4653cb69fc2ca1a071ab27056ab57250e80
|
File details
Details for the file fastpsl-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23d4f48520000cf0e522e4129a44a89ffbfcdae6a53ab334942b893df68aa0de
|
|
| MD5 |
4a8cf546b4b1f9aeef8e543e17a2b523
|
|
| BLAKE2b-256 |
036a25f6005d4f46b29c1b2ffea9256940cf7343e2418b5b0b85b2b26536750e
|
File details
Details for the file fastpsl-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5271850e29ab8d416959e2bdc1103ba2539b7fafa397aee32b0da2eafb5b592
|
|
| MD5 |
485b73fab64d2332332ae8effd6fbae3
|
|
| BLAKE2b-256 |
1ae815bdb730df3d7598dab0a1566cacad51ceb72373fd9880685f80f7eca581
|
File details
Details for the file fastpsl-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c3e98d6ca094e1a448a408a4f2451ae4745758353ecb096725699acd8d4d539
|
|
| MD5 |
869a29c77f428ec4bd4d6c927212eaa0
|
|
| BLAKE2b-256 |
886d5584d94bd6b4fd9927eb1428ce20df85aded41b551efa27d2f9c21221313
|
File details
Details for the file fastpsl-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
484e68b77c96cbb6321d85a8ececa1e6f2ce0beda417faa668e0e2e2dc9d4d80
|
|
| MD5 |
71b7b0d8a128de37fe480847c0cf9206
|
|
| BLAKE2b-256 |
6871b68551965665b89f00905340ed550e0a4acf8938ecc0ea806be008c8fa91
|
File details
Details for the file fastpsl-0.1.0-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbab1ef644e68a3886eba89d377394f78924e1d80d31ddf3133134836365efce
|
|
| MD5 |
4650bae469e060ce33dabf5cb5c51934
|
|
| BLAKE2b-256 |
bc22daee6d921d7dd76052e536957cfc9a00c56faf793793ee6af1307c698387
|
File details
Details for the file fastpsl-0.1.0-cp310-cp310-win32.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp310-cp310-win32.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
356d9f9b8ddac00152cd5c66da5ea7f22f9b10a01a8346c59b2f295591788e0e
|
|
| MD5 |
76e2b8e3f548a2735409bc5b748c070f
|
|
| BLAKE2b-256 |
e756eb6da9c60f97e5cff424a6f6564d85410fd20300ccad1ed7005b3acf8298
|
File details
Details for the file fastpsl-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b95a880f6dabb60f8ad52dff9953d75fea1f7589bed5b83026130223a51b2147
|
|
| MD5 |
22cf5dc68f0178d9768d7932a2b02a3a
|
|
| BLAKE2b-256 |
66ff272577c7f0873316f5431839264dec5f46d704f316cd304e8e02798d72f7
|
File details
Details for the file fastpsl-0.1.0-cp310-cp310-musllinux_1_2_i686.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a65b5a5ce7bb0a02eb6b6939ba190946b76dfef7a14537ca78be02b61e5c2f6a
|
|
| MD5 |
073d03c2d8160689681a8473554eb91f
|
|
| BLAKE2b-256 |
6213bb0be9132f18378468f2690346d4782f85bc6adb2d449784f32e0d3f5bd6
|
File details
Details for the file fastpsl-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa5cdb2a2b73677b0f6e5ba9e9542c87fc17a6d0cc44ffc2dec28fecf77ef71e
|
|
| MD5 |
ad512743ba9797c649d0f2cea85a97e1
|
|
| BLAKE2b-256 |
c9a8d564bf2c76cbae48afac72f383eb9ca8e8a3f12a43dfdc72d8036ed8ba5d
|
File details
Details for the file fastpsl-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a95e30e7ee832c6fa96bdd7a3d7f7441979cf961f0faade8fadee8b64a6507a5
|
|
| MD5 |
1520bc0538681f962108ab4dbb6c0fc5
|
|
| BLAKE2b-256 |
d204c9f1e5c9b236a55045d02438fae7d3cd38fd44f8c799573b0cc87c1e40f7
|
File details
Details for the file fastpsl-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1957b0d4d2aaee066381ef069212301f40ed852f93a44f7f67c2736e6d71d58a
|
|
| MD5 |
e505a1243a2442a5c5d539d0e297c242
|
|
| BLAKE2b-256 |
5c50482a975c97bccd02954c3a8c2cfc473c62e3c54d1f67de43e8a1f948322a
|
File details
Details for the file fastpsl-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdb94a1a57e35553ebaaadad54e180e41dbead63610c4fd9544c598a53b72f30
|
|
| MD5 |
f5fd36311346ea5ae1474fe462b1e839
|
|
| BLAKE2b-256 |
a67b1c48a70ae2358712fd1fae961b5f4f9a8e0855bf33dca1bcb13d48ca40e4
|
File details
Details for the file fastpsl-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6de6c60351e8ef690786c543dfcc396507a638d0e4d70ac3bb754b85aeb8c426
|
|
| MD5 |
3692dbda3ca9f0324d3285ef94fcc534
|
|
| BLAKE2b-256 |
118135950446316b3ac34ba36b202cf4f1ef9f24c9ac4e6582a294a96c775459
|
File details
Details for the file fastpsl-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5b9506ac8717fa0e7d08d933b8dffa74602c63c36074afad0439ab93ecb6905
|
|
| MD5 |
69a93045e5f810e757960bd71d5e5f2a
|
|
| BLAKE2b-256 |
7b77a1dceec05d7657e32c0964221db577ba79eb20eb33a6bcd37498f17c315d
|
File details
Details for the file fastpsl-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd9a6218bdf10cec5e41e02d426f4678d6d7477188c575fbf5b96d6f866c1826
|
|
| MD5 |
1a2ef11714dbc07d37855d89a3d61ebe
|
|
| BLAKE2b-256 |
0ec871649d1562f9f64121e5fd1d2608ba41716af9cddc026701a134a4320a34
|
File details
Details for the file fastpsl-0.1.0-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72354e79dc74561c2e6bb45f2db9083deb144d89009f4673ac7810b88ccfeca1
|
|
| MD5 |
419a984296b3b0cc440ffd2ecb1c547b
|
|
| BLAKE2b-256 |
92b3eb46a7ee4c106d47ff3c26843dcad97186af7c16a1ba5dda95713ba9b5bf
|
File details
Details for the file fastpsl-0.1.0-cp39-cp39-win32.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp39-cp39-win32.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb6d3d84185136602b3433d850fbe51a153f683d6442a6e2820a8c574e8711f1
|
|
| MD5 |
7c8faf43e35312b24b005b48e6fc8bad
|
|
| BLAKE2b-256 |
5aa8074381938fdf66ab2eee1c7a42fbb98a4fcf8ebf1bdd6e28af63b5775760
|
File details
Details for the file fastpsl-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d026c4fc8f124f009052bcd591f0841fe90197aa02386a27c9cedf15f4a5f5d
|
|
| MD5 |
fe67800c317ec40ed897654fc9cfac24
|
|
| BLAKE2b-256 |
c3a6cfd484094cb958c866fe79897287fef690b078a25d6bd92e5fbbfa6b81e9
|
File details
Details for the file fastpsl-0.1.0-cp39-cp39-musllinux_1_2_i686.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34fa260a1debb594717fdc6a0b7f9c6fb14ab8095311c4365d848d5f98d27dbb
|
|
| MD5 |
dde96ddc956055f16213dc828e95fffc
|
|
| BLAKE2b-256 |
eb777d859349e509e86bf1094fe15d62b53313edde58b1db512a1da05867a70a
|
File details
Details for the file fastpsl-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebdaca0fb33671bb74ce6fe9d6f01e5b0029432cf35c9742ba3d65c1d4507376
|
|
| MD5 |
fe3a90daec6a0ef6d2d84a438482422b
|
|
| BLAKE2b-256 |
1ede46f8756245db0323ce9888a4c2e22372956f1e890f1b7c9b307be721fa31
|
File details
Details for the file fastpsl-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85d0eb2ca62d000bd4ac0f4739c107a41a28f8448db946c993ad631ba7858caa
|
|
| MD5 |
5d34774b3fc466dfeb3ca0e23b4b3656
|
|
| BLAKE2b-256 |
bf2368d4c0b2ddacbcb8d139344d39fcb8edb379636f3bb8f559459c639877e4
|
File details
Details for the file fastpsl-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ba745120f67348353dba1ef5e591a0d68ad55c901d79bcd008ed83d1d67644c
|
|
| MD5 |
b44d66b958aaaad822786e221330b0de
|
|
| BLAKE2b-256 |
001e2e4bf8b29df8011fc92cf8bfcd1fd1c6c3831f7683d7ecf4c80cd5ebaf6d
|
File details
Details for the file fastpsl-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a700495bfe2ad4db9e151c68c1142c874897fa558d451998a90a8f6b2c24d6c7
|
|
| MD5 |
918f70680d6bb161c735b8e9fa4494a9
|
|
| BLAKE2b-256 |
73d228dfb064e4420ea88435b98bde8eee897717c0816a1c4dbcf7a4ba204522
|
File details
Details for the file fastpsl-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9016389c63f76abf08d37e1c66401cb7a1222c4986f8d21c5e165d68ef0c43a1
|
|
| MD5 |
d53ef4cc0c65f04223ee2e55978294b2
|
|
| BLAKE2b-256 |
3b5c5ab63ef17a335e4d6f93baa267ab77fbf00588a47140772bb1b8949ff556
|
File details
Details for the file fastpsl-0.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56aa7595f5b6428e2946a1344a617fba0233c78af0dafe444cb2c605e02fb1f5
|
|
| MD5 |
23f7435271b884696918347e11bbbf4a
|
|
| BLAKE2b-256 |
f076289795434af42d144a367985b98e946649a2caa6c3bda77f29f0363075e6
|
File details
Details for the file fastpsl-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8d1860ceafa676f0afadc3438e7a13a5fbe7521fb17120c481b4f63aac7176b
|
|
| MD5 |
ea9db977cfb3a61fc4989c6118d27540
|
|
| BLAKE2b-256 |
1fee77567681296abcd8c4806855e3e88dee445004e767dffa51b46aee9bcf76
|
File details
Details for the file fastpsl-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e4754e065d8e550ffbb40d4b58557ccdb8e1ef0b18a0e3064b7033a4541743f
|
|
| MD5 |
013505df0e1c281e2bcfafd1f0b4beff
|
|
| BLAKE2b-256 |
c305b84790f95a2793d98da8b1402a9265bd06dffe3804a1df38e0da43e0ddb3
|
File details
Details for the file fastpsl-0.1.0-cp38-cp38-musllinux_1_2_i686.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp38-cp38-musllinux_1_2_i686.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb6c8a43d733d4537badf9031ccfad5b12f57f9d2bff2e76b5b346f5b3c2160f
|
|
| MD5 |
f600a7a500d04672a94492823b586daa
|
|
| BLAKE2b-256 |
2d35eaf50eb39c5eca560e5363015a8dc269a247864eab4c4e388c68b4532687
|
File details
Details for the file fastpsl-0.1.0-cp38-cp38-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp38-cp38-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
487cd0edfa85ceaa9852caf84f470f343e22a1b29e3fde382b0d09ad5ac5d2ba
|
|
| MD5 |
d546e8dcff0efbd7c1bc864b63222d62
|
|
| BLAKE2b-256 |
cb6ca259e619943f622a777dbd859ae9bc1a25d652a3b5054ae5065b37ae9f24
|
File details
Details for the file fastpsl-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4271539f944eaf9d4f7b3220b29aab83c3574e028f81169ab92b1a66e2e76338
|
|
| MD5 |
47c3d07e0ece6be26ffb683b8112e530
|
|
| BLAKE2b-256 |
44016d25795d3ae2a8cf7e93529d46e55de8e06a9ab69ba989ccb23e345303c9
|
File details
Details for the file fastpsl-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.6 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bdb552b0e4c851dd23e3a5fbcce6c3bf8e19dda3bba0070f8499d5e7eeb81fc2
|
|
| MD5 |
5ba7a1bd29e8d796f771124248b497a1
|
|
| BLAKE2b-256 |
9bed9150347b05c5fcda44ae430f5beb8c3bd9668c3a99881e55936ca7f22cc2
|
File details
Details for the file fastpsl-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8646c4e2313e30ea98d3592680e8dcf7b3ff0ebca6e3ababe439cd7db2a0cfd
|
|
| MD5 |
710c546c65b8e707319b1169aef960e1
|
|
| BLAKE2b-256 |
9e254eb22e149102e720d16459ea5f78ff2fbc5092fab024058b2b4a7e60a622
|
File details
Details for the file fastpsl-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c989e5d02d6d1c9d83d9a496bb5de47b1b3a42007f0d8ef1ee3efc122b2a3844
|
|
| MD5 |
4afa248b091eddcb931734a4ed1d7b09
|
|
| BLAKE2b-256 |
92ec2b911eb58f3f59460f6fd61c720079ce3f2e7a9715c9705c3a73adf2f981
|
File details
Details for the file fastpsl-0.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5dee46c5e3f6e37db9ff20e582872cc8d0cd0f2dcbb528388b3f5bbc510af056
|
|
| MD5 |
3727f63a8f07703bda1588da986b9f8c
|
|
| BLAKE2b-256 |
5820aefef2613fd100906f4806813a5c2b3c4814de63ddd1654cc7f6c3891d58
|
File details
Details for the file fastpsl-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: fastpsl-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e1e844e5706c4adc16fbad740912aaf02d90a48f37b8f917a1a5eab68c67f3d
|
|
| MD5 |
2431ad3d595a3bf393dcd385669d26e9
|
|
| BLAKE2b-256 |
01e35f2cf6128e7c9b1bab83d7f9c16bcaa8be6dea68e49ed9f4c187aebb7469
|