No project description provided
Project description
o3rg
A wrapper around ripgrep (and ignore) for grep functionality in Python with a simple interface. No need for shelling out, parsing output and insuring command line dependencies are installed.
Installation
pip install o3rg
Usage
Python
from o3rg import search, search_dir
# Search in a single file
matches = search("path/to/file.txt", r"pattern")
for match in matches:
print(f"Line {match.line}: {match.match_result}")
# Search in a directory
matches = search_dir("path/to/dir", r"pattern", hidden=False)
for match, filepath in matches:
print(f"{filepath} - Line {match.line}: {match.match_result}")
Configuration
hidden: When searching directories, controls whether hidden files are includedtrue: Ignore hidden files (default)false: Include hidden files
Development
Prerequisites
- Rust 1.54 or later
- Python 3.7 or later (for Python bindings)
- maturin (for building Python package)
Building
cargo build --release
For Python package:
maturin build --release
Testing
cargo test
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Notes
This is also a small project I've been testing out what coding with AI is like. So far its written most of the tests and READMEs.
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 o3rg-0.1.0.tar.gz.
File metadata
- Download URL: o3rg-0.1.0.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66bfab71f3b24f55d403706678e048047f4bb9f799dea7bad5ef114db6f5eafd
|
|
| MD5 |
4a604c70828e36e5e9610f417fb99901
|
|
| BLAKE2b-256 |
ffaba2e37fb185e4fdc5a2693932dd9dcf75ac4bbd1b0f68aa5828bbc7c7c0c6
|
File details
Details for the file o3rg-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: o3rg-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.6 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f452136fb979277bb579448c549beebc850cdb62fccd97f89a6c894e273c639a
|
|
| MD5 |
a82b12e4f04b267bcaa009a720db6dcc
|
|
| BLAKE2b-256 |
822e69c0244d9fca8ef2e242a00df8f541ebbcdcacef851265f5e9c2d35b5e8b
|
File details
Details for the file o3rg-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: o3rg-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.6 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2a1657bf1507aa3a4d6c7bde8db2bdc3789c3934ad42f47bb9a66df7ade89b1
|
|
| MD5 |
70e0c6c21cfa0faa81ad5648f0aa731e
|
|
| BLAKE2b-256 |
d4d2744b8d6fea6e4f715f21c5506730bb1720fdfefee402637af8b59eb7ac88
|
File details
Details for the file o3rg-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: o3rg-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.6 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75aba18e0436cc9ee7187f344d07d2e0df83d11791c645cf8d03502912f99885
|
|
| MD5 |
162c9b4597516ec74b4593e539f82457
|
|
| BLAKE2b-256 |
ecc230269b36a525978c9b8eb214229ba8a23e25062e3edc52bd9dca9066b1f1
|
File details
Details for the file o3rg-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: o3rg-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2624336a98937cefde6cd490ad4cbd84a3898e7369f306adc0ae1b6a88be4027
|
|
| MD5 |
e410f233180375a408458ac91ffe58ea
|
|
| BLAKE2b-256 |
f71f303733f0b662bec696558c83169f1d752cc7ecdca310b9f318e5391ecce1
|
File details
Details for the file o3rg-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: o3rg-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a513006430420f9bb13c7bdb0b96977bb06a47e74d0ab155c2bd0986782106f
|
|
| MD5 |
ffaa9fbf5d6e3aeaad0ecccf2a0bcf73
|
|
| BLAKE2b-256 |
ab41fe35297cbceb01f1ab795f8c9dd15c32ecbaa2fdcab3f31fb6dcf41fe367
|
File details
Details for the file o3rg-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: o3rg-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07fd6308f0afec132bcc4c6d1a1b7ad28d6f35442dc816e34bafc6ca4743529d
|
|
| MD5 |
9358025469e5e44c086dada6985d62e8
|
|
| BLAKE2b-256 |
0f1dde93fb5e02f6761bd7cbe4e38715336a5243367cce8a63399de4e1c97025
|
File details
Details for the file o3rg-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: o3rg-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.7 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8091505f3d11954fd95620ea8e92ef33057d565274fd83d8d491b61f00236b11
|
|
| MD5 |
e3f17cb6b47dac30c0e3e5d2d63d7b7e
|
|
| BLAKE2b-256 |
bc0d9128aa1ce74d9f02e6d05119a989015eacb2fc38c60a4b907f0c2442ccb4
|
File details
Details for the file o3rg-0.1.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: o3rg-0.1.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d154bab3c401af1073949b3f7008e6bf21da9fbfc5f658870d6c5a0bc1580753
|
|
| MD5 |
532b0a643a248b3b839fb9995bc4e817
|
|
| BLAKE2b-256 |
711b7a4816ea40f11f82500c527fd706f98434b2b0f27a8b1aaed63d4a105c12
|
File details
Details for the file o3rg-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: o3rg-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.4 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cb7234dfbf5731a89fa62ba558abbee8365af60cd1b0392edb25b3a6717d2e8
|
|
| MD5 |
1ee841d7ae74854983b2965d2345b075
|
|
| BLAKE2b-256 |
ccebf076a8eee6b99d05d598bffc6235d8dfd2958f828c8a62484e4f3bf20d6f
|
File details
Details for the file o3rg-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: o3rg-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.4 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e93b4288f6a7be7903998fbb31778e12032d3025169e8b8c52d74c9df2307463
|
|
| MD5 |
99d0e31c2b7c36e7a67393483c58d77a
|
|
| BLAKE2b-256 |
926d8907c9cead0967475db7d33ce646f600f5890c8b63207313507c8a3f24a8
|
File details
Details for the file o3rg-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: o3rg-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.6 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7daf4210f8cde721d10563f345e78c912f938c01bd1189155c8ece87614527d3
|
|
| MD5 |
a014fd68cea9c004c71b56d15ec98858
|
|
| BLAKE2b-256 |
b206914870056567124710089da55595fb22fae684daa4b225c909767dda618d
|
File details
Details for the file o3rg-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: o3rg-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.6 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1474fa451c68a46aaeff701081a4344d6a75ada9487d18ef47d7058192cc5836
|
|
| MD5 |
bd94aac6e96c77ce6ae176f3fe8b4150
|
|
| BLAKE2b-256 |
df0c69d6614a83ee29eba4317784ace6ad25f33b4b82753f4a1d785c0952d1ed
|
File details
Details for the file o3rg-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: o3rg-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.6 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d2705165e2cc1dd0ca523cebf26041a8e6013b920f25f1744071c0c2ee29c80
|
|
| MD5 |
d60b4ab7174f65edddf319d2fa2eb6a8
|
|
| BLAKE2b-256 |
6059ae979edcb9150e2a034fbba7bcb037b2f3929722a056f5e4723220e52182
|
File details
Details for the file o3rg-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: o3rg-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b1a4fed155ba960e378cf9e3e6e8047c54f8841d1c897c35702c183d939b138
|
|
| MD5 |
e5e5651e3989269644dd4e5548a144cf
|
|
| BLAKE2b-256 |
fa9396751a82fb86779caaabbb0641a1edb1eb66649141f122d306e4b7f1f24a
|
File details
Details for the file o3rg-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: o3rg-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8022e623fe6a43e4f7bdc8daebb64c205259082d53b154609c2012ce8fd4bb83
|
|
| MD5 |
8ee66f88307d1a01a31bf070edb8c6e8
|
|
| BLAKE2b-256 |
32836df96c695a357a7e9106c7ee8c2bc981fdbd50d87ea12fabe155af020496
|
File details
Details for the file o3rg-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: o3rg-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e5c8df048373390289b8336c7a5898255c39b6ad94c276d38b8b05d5686a486
|
|
| MD5 |
ef8788cca1100b4abcacb6f623ca2885
|
|
| BLAKE2b-256 |
f7eaa4478eee4de206ed3561391b83cc6802434eecf6bfaf8cf93092929cfaa7
|
File details
Details for the file o3rg-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: o3rg-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.7 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a760e549ba0f4e664479c184605c5a6746764da2d2be8323bf474996a15d367
|
|
| MD5 |
0bb7f29d5d8063cf1a8beb54603851b0
|
|
| BLAKE2b-256 |
98137257c37e663123bbaea20cf47e1b1e2697bc073bcdb50b81ed42e2c0b522
|
File details
Details for the file o3rg-0.1.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: o3rg-0.1.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5005a81add646bfb0ffb3a768016f2fe1a0f9ce3a42c9c40f6249fa143e640ee
|
|
| MD5 |
00bfdaf270bdb3883b640a4318a7fc28
|
|
| BLAKE2b-256 |
dd780f00bda6fb03877723b73fd2b593d29c8821892b174273521256072ca7b7
|
File details
Details for the file o3rg-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: o3rg-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.4 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3e7ae705a6280940b5a2c4c2693b8d87886165043a388631fc50e4fec782a51
|
|
| MD5 |
20fade374f04e62aa306d8907661e121
|
|
| BLAKE2b-256 |
c0c3ef3a2d84b4028104af6421db07960946a826446e981db5af94f2bbd61b62
|
File details
Details for the file o3rg-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: o3rg-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.4 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6a02c5ebaa6ccd4fa073c6d9a1cac2aa3ce9f12656b3990b8c93cddf9bc39f0
|
|
| MD5 |
680879877dc85eaeb67271c0b823580a
|
|
| BLAKE2b-256 |
b38a37ffc3cc6f46d13674d99ed0edb8e3fb977a95911ad33c64a3fb5e29466c
|
File details
Details for the file o3rg-0.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: o3rg-0.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.6 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bacacc28eb3e7bb62cabdcf598e47e53a3ca31ddae468268aebb2338adf5526
|
|
| MD5 |
72e67aceb5332c30086447337f4c861b
|
|
| BLAKE2b-256 |
50bdface1b4cf221bd2888c9d9ea01947e75a544fd9d85f46c73839a164e6ac3
|
File details
Details for the file o3rg-0.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: o3rg-0.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.6 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d8f576f630a5fd7380f8124a9dd68038d3248030f3504603ba0c3e2e086eecc
|
|
| MD5 |
d88c514761d636327d881e5ef21e84c4
|
|
| BLAKE2b-256 |
e6ac8bd40ad7f8dbbb442f1f23b2aa7ea219c0e2b1f07fa0a22711469617eb92
|
File details
Details for the file o3rg-0.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: o3rg-0.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.6 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08698fe3d82e3bc7df51772bc7c7b52651f7fedecedd5465f10ef9e2ebfa145b
|
|
| MD5 |
225abd7bed0ce78c1b93d04cca582db5
|
|
| BLAKE2b-256 |
af814743022e2e52221294cd1dfcd604e905e9ab97722435ed85c9caef8f0bab
|
File details
Details for the file o3rg-0.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: o3rg-0.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e168a71bd8bba97595811c901d852364cc8ea7832094c7988bc353f4e8cf2e46
|
|
| MD5 |
f0930ef3234818537f887195de2db117
|
|
| BLAKE2b-256 |
8f4f8c4559cbc4b44eb5e72b93a2ee40574db1378167d34f8d9f5c7bab1f6e13
|
File details
Details for the file o3rg-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: o3rg-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd72c132962c717255ab5faa56bf8956af8486db0ff0cce48f5516b907f2838f
|
|
| MD5 |
42ec3bfa7c3d74e77eb8f5126e8bb57d
|
|
| BLAKE2b-256 |
a5fc0d0252a2745847b2e4c5e22c5dddeb65440db246bee28c489c5f11275574
|
File details
Details for the file o3rg-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: o3rg-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.7 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44943854e49bd9b9e15db32640086ad22b9e8030f1ec4659c6af5e30978b4a07
|
|
| MD5 |
396f5e8006ea14c0cf7fb7b899dda9f4
|
|
| BLAKE2b-256 |
cd732587dd9ffa379ca65898a8cee5b16cdd08542f433c6cbdc4e8e1cb5e6537
|
File details
Details for the file o3rg-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: o3rg-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.4 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d70c704de1c175ecf57abaa6f9bcb4fdc8a83c61afd3ae375b364931b47ca403
|
|
| MD5 |
c7eecf7a564af9df393047b1b560a3ce
|
|
| BLAKE2b-256 |
49a198385032c4342c545b7620e9b246efb8d02e19d8937f6330320828f10d17
|
File details
Details for the file o3rg-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: o3rg-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.4 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be564db93d209897c5cac068d6e4290866a5603915439f76ce0499f1cc9cf30d
|
|
| MD5 |
32bed47a33f9c976f0075487e83fc47a
|
|
| BLAKE2b-256 |
efc80977475e0956db0dd28e9e3bfb622192528f8e0fa728792975f8630a026d
|
File details
Details for the file o3rg-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
382dd99c60d5b2d70c919db0f053a5a03c331dc32f357a186fd6fcebc1dd263b
|
|
| MD5 |
d6806dd0ef07b663e29498e742cd60e4
|
|
| BLAKE2b-256 |
127028d4ff634f89483b745a9c9ca458a794c52878e7f235521190c550eb6b5c
|
File details
Details for the file o3rg-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl.
File metadata
- Download URL: o3rg-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d277d17b229a8d7855cde17f7a9c49552673cd33d6a584fbec4103ea6a81172
|
|
| MD5 |
50aa31214362443e4e28e3395b70047e
|
|
| BLAKE2b-256 |
105205ebf4086929d4111f5560718b5910392651daa552e9915ea00f8945d729
|
File details
Details for the file o3rg-0.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: o3rg-0.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03854f16c615915e4e8c39017eadef4d3375010c3ad835607711cc76f6602509
|
|
| MD5 |
2f05abeaf3218299b451f2f385aec6f2
|
|
| BLAKE2b-256 |
d8ddcfeb167d3a4962b7a0354707a4596687bbd8a7d2d8c408ee469abe3d710b
|
File details
Details for the file o3rg-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d07c077f427e56845835717a1daa9e0884efe55d6734cd58e0ea241cf7097425
|
|
| MD5 |
8fb326a6dd9b089793bb87ae6a9b4650
|
|
| BLAKE2b-256 |
84662c3dbaf1a05587376f06218dd452666c38d1aaf5f5aceea7c5653779f395
|
File details
Details for the file o3rg-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: o3rg-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a70cce7e846838fc0fce5ab247e07d2970f291f1b5902a7d9b151d00d4925729
|
|
| MD5 |
011820d61a148995c7f99482c2bb18c8
|
|
| BLAKE2b-256 |
ce6c1f1e8cfb3b23f8b8c4e603230107f73bdd5eb6e7bbad7bc038ab2ef827d1
|
File details
Details for the file o3rg-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: o3rg-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3655f48aab686d79e8342f73619eb4b2c68d53a68cbfdef317b8fdf015c8a6a7
|
|
| MD5 |
a1e97bc4907b95f13cf07c12d53cb3b2
|
|
| BLAKE2b-256 |
651a713693a1b89c02091d4ea30b00941f2860c33573791cae2c3a1c5d865453
|
File details
Details for the file o3rg-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: o3rg-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f081799235a57a6418383067dcfa26ad8703f6ffddbfaf25db1a6af0d849742a
|
|
| MD5 |
610aa9a3ac6858aa4a00cd19f0494350
|
|
| BLAKE2b-256 |
e459a06d82f8d2f3e24996f1aac47002cf6f307da3a3a6a50c1c4907abe55aef
|
File details
Details for the file o3rg-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32f4bec5e27f2a6eb5420f068922acb8aefca7bd7577965b9ef29ccf2f786046
|
|
| MD5 |
230870765a17cbc7969e10dc6ab94b20
|
|
| BLAKE2b-256 |
720a36f519c99f1d9c031312580390ac451dd27cb13b1862faf94c928f8d6b9e
|
File details
Details for the file o3rg-0.1.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eab541956190303edfcc496a53a5a8f367e95ddcf245bfb44b78865e1686d403
|
|
| MD5 |
ad193f1894abb58775dd6bd6a2cc4e3d
|
|
| BLAKE2b-256 |
a66da731ffce68b2b52d0dfca2f871e1d24d7ef7b2de32c129e150aafd0494ef
|
File details
Details for the file o3rg-0.1.0-cp313-cp313-win32.whl.
File metadata
- Download URL: o3rg-0.1.0-cp313-cp313-win32.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a7a5d55060047372d227e761dd3ca1b20517ce83d9278565b21078a5cb3315e
|
|
| MD5 |
56f915c807cd85a7ddd8741c8543021b
|
|
| BLAKE2b-256 |
c43eb916895c41596d1ada862f4d276d0129fb86cb0d4503347d3dd01dae164e
|
File details
Details for the file o3rg-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
502ffd840da79f6fa942f7cc5d4085073877d79510ff80b20e29f84d05c624fa
|
|
| MD5 |
8c5b05c0deb3310411557fcfc0fda796
|
|
| BLAKE2b-256 |
a9050036d258e2be2ffbfad0e610ca4371822f9c8c852fb5eb5cd98e3fd8a920
|
File details
Details for the file o3rg-0.1.0-cp313-cp313-musllinux_1_2_i686.whl.
File metadata
- Download URL: o3rg-0.1.0-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3e01b42fd448ef895ead6b8d25e8ffa2539e5c3a1351a91bc1b7488ec8912fe
|
|
| MD5 |
1db6bc87c813f9856b5d1e6c2b8c7606
|
|
| BLAKE2b-256 |
7a07e6ddb07d21ddfca8c006fbbbecb7c56104df02cace37fa33dad4126b4ac3
|
File details
Details for the file o3rg-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: o3rg-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76b72f354ec06b3e1c043230bc7106e886f4d271c6ca6744a404d92650d4d4ea
|
|
| MD5 |
a7bee3e00153744e8b58437b7fb07eee
|
|
| BLAKE2b-256 |
97cff2bc512a57ec9de7178944f9a1c759a943792e50e12e8d4d948c6f642541
|
File details
Details for the file o3rg-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d4b454aa5d7f6633470d2706285631c9619538d43995a6079ddccc3cb0acd34
|
|
| MD5 |
64bac41bb51ca2adb1e5e64777de45f5
|
|
| BLAKE2b-256 |
602ed1901a922d16a77a01ff9b69b99ee67a466fc68ff354e1b35619ce00a9da
|
File details
Details for the file o3rg-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad44f1342adcdb29a8a73c714632f2fe34aed554f58a47a29d3ad4d8da95807b
|
|
| MD5 |
05f050566097e8c9d9def52c27d6eec8
|
|
| BLAKE2b-256 |
2f0cfac052502ffd93af5c10dc6fe30bddcf8c162df47755b3764c6f37b63b5b
|
File details
Details for the file o3rg-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: o3rg-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f40a66860d053ee3aca2f930f3ef22960670d0c5813599c6c3d3c206de5e781
|
|
| MD5 |
f0d8a6919fc6cb7c9670c61491a49b39
|
|
| BLAKE2b-256 |
ccb754b84e72244730282155756299c5ac9e571ac01445be94ba15f3552f25c5
|
File details
Details for the file o3rg-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: o3rg-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f25ea198f792cc0092f51bce2db7e5fa766a076df3c7941e0b6de8a896f79599
|
|
| MD5 |
7601de2f59c24343376490373b9aa0ba
|
|
| BLAKE2b-256 |
8b3b10fb4282eff42709512334f9ff23af7055c8b4d1588d3f6723e052f88aab
|
File details
Details for the file o3rg-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: o3rg-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d010b9119d785229e42054c5e5675ebe6caadce8100494716e7e04f9dd83a6df
|
|
| MD5 |
9c031ba3dd97f67bc66952b4913bf90e
|
|
| BLAKE2b-256 |
377eda446f803a161143e782074d06c9ae58b8f1d82810ea5f4f696f02eb298e
|
File details
Details for the file o3rg-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: o3rg-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0fd1d1ebe5e979a66bdfa9088a363f3d952b7c75ed198bccc6cb89a569f5800
|
|
| MD5 |
df0f7e30c8951271d2bd4407bd4b3b00
|
|
| BLAKE2b-256 |
64cbe48c065ec1e983f7ff296d78209da1cdb1966ce925b1dab9092803d2dcf6
|
File details
Details for the file o3rg-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e66f19eeec3c61510204b48791d901055f6605d04de0f2200f78bc8d528f4850
|
|
| MD5 |
635130e5d06a91ea04c13f3b77183b5b
|
|
| BLAKE2b-256 |
f2154c482d27668c402a62d31d372d169f52ed234a10e90cca631c8a7811cc78
|
File details
Details for the file o3rg-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f212c70d75424bc5e82b9fe481d5fea0484b9367d4d3434d424868b941d455f4
|
|
| MD5 |
caf1321b65e107526cd4f1e3262267db
|
|
| BLAKE2b-256 |
11b3b9bcebe3424e98d3710f9375c48878a45fc26565c8bcd99532fb619a0a86
|
File details
Details for the file o3rg-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4688657611a366b13815cf0945a5545d811b928d6bf0572586104247d9dc770c
|
|
| MD5 |
c0d34e01674e848719183bedc6520e4f
|
|
| BLAKE2b-256 |
4774ac92228701956c057e3e5b315fec33994242ec7cf70a8a787e2e3330a1f1
|
File details
Details for the file o3rg-0.1.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9e2e6442fb873cfef655ce8b1a76b7c03fd1f666e4112e08670147af0c433e6
|
|
| MD5 |
e2ca8299de8c5684b63cba45c385a74b
|
|
| BLAKE2b-256 |
9e808fcbcb4de1f88e556c38a02a1df68d254881bca4d22a83680eadc7e494db
|
File details
Details for the file o3rg-0.1.0-cp312-cp312-win32.whl.
File metadata
- Download URL: o3rg-0.1.0-cp312-cp312-win32.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af936b000292d2b3e2cefcdf0f0e398ffef4d4da82d88322601c1534efc62fe5
|
|
| MD5 |
a680c559f5bb87441c627d1bf299a20f
|
|
| BLAKE2b-256 |
02e59abe9a011472bb4fa48dceb7e4cbc415d354494b45bf8a1291a9be832b8c
|
File details
Details for the file o3rg-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f27cca1c904e1c2257a97283f2c384c699b7c3b40cf51b297fa44c24dc3e360f
|
|
| MD5 |
e4cf22515b254af3758ac478c49cb898
|
|
| BLAKE2b-256 |
52c6fa9a6b9d51a93cda6efba42b90320487ee3d0030eb62757e981cc57efd6c
|
File details
Details for the file o3rg-0.1.0-cp312-cp312-musllinux_1_2_i686.whl.
File metadata
- Download URL: o3rg-0.1.0-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a3cb325107708570198dc4e340a1cc6e5ac5b9a27a43cae80430ec0bc6c27bc
|
|
| MD5 |
bdc5f5737fec902cb8cfa5af6878f666
|
|
| BLAKE2b-256 |
8b4fb81f10ff5c21add3181019fb2cb9debc487e075709392ffe93a2b4623fbb
|
File details
Details for the file o3rg-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: o3rg-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
351da825d2faef0260768e0e5c06ac1831dc43faab0c2da92f00d3ff478e5ab3
|
|
| MD5 |
d2ac40e8fe018f668f48085afa171d71
|
|
| BLAKE2b-256 |
699a2dd855752eb76c3348c8c0e3d43bf457bc0881902707ce6e2758390da586
|
File details
Details for the file o3rg-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9dc75505d88346eb0f39ea4ab9240965487a75c1c436030465a09d63c569d440
|
|
| MD5 |
c9b97a40f35cb52a13692e398fa6e088
|
|
| BLAKE2b-256 |
b836677750a7a5cb58e60a6bedc1e2b0d2eea06763c5d43489a5682a303e8ff6
|
File details
Details for the file o3rg-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41e538d31a38c4b3277648ebfc080b23430901b2c6ae6b4bf3863a693e51b147
|
|
| MD5 |
fd3add05a374e1bf4ef71530bdbda572
|
|
| BLAKE2b-256 |
9adbcc744c59cb76dcea343cef87462ab8cf00fc94c501914b9cdd4307d91ec4
|
File details
Details for the file o3rg-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: o3rg-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68f8f80598b3e3805ee4c6ecb12273077d510c646e0b8199ca0e58d76f0990ac
|
|
| MD5 |
e3da1a216b912068fc4326c8cafe5762
|
|
| BLAKE2b-256 |
07b0e7e55558ea076d848f6a0914540c369697cf1e0d26e20f6d986f312a07b0
|
File details
Details for the file o3rg-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: o3rg-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eebb90a52997723e10da1ca94f7f988bac5c7066b23052d59244348089c57416
|
|
| MD5 |
1588d44a2b1d63e40f7890937bece091
|
|
| BLAKE2b-256 |
6ec7e693836c31eaa37209f3d076d1bd9921f6bcbd3edb8cf0acd9aa97b2d95f
|
File details
Details for the file o3rg-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: o3rg-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19209e2fa5b54dcf4054be95b308002cb935e6332adefc0779254fce094a5612
|
|
| MD5 |
9d65d950019b2abbf760fa292d9d8468
|
|
| BLAKE2b-256 |
bef8932691f79c04051377007e2687ac538e33862e23f7b2e3f0eb6d8c61aaef
|
File details
Details for the file o3rg-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: o3rg-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efb3a5164493ab0333bec713b05140b68fceb9be5be75a62328e26beb3e14fcc
|
|
| MD5 |
af6da63dc667a31a821d31a54b3d94eb
|
|
| BLAKE2b-256 |
04c8197a1f4e17e5a4c2d5d1bea7a8617b1588d207a1a7aaf5a875f016c44feb
|
File details
Details for the file o3rg-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e98a6aea27745568aa49f3880aef8abb390965a81cb394532a4064f070ea0498
|
|
| MD5 |
5f93cfc4fabc4e3f9f7d2051eb881e70
|
|
| BLAKE2b-256 |
69051c062967971220002fbef6a2f4e720bd48f2da8a31be02c159b024fecc2e
|
File details
Details for the file o3rg-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5c8ae25ae7cf803ddbc2119b83238d8b6262188b6d6eef6633e26d17f659257
|
|
| MD5 |
4d7e670cf4e22b041f2b8051bb9cdb83
|
|
| BLAKE2b-256 |
942ca2fd5eaf0b9091a44005fc473035b55c41d9c0804ff4f260e6ea08b16095
|
File details
Details for the file o3rg-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39386b010520ce8feacc47de87a3472ea944cd0efb9e055754eb7639df7b82c0
|
|
| MD5 |
bfdea35df721f8f8c3b91888e562a083
|
|
| BLAKE2b-256 |
0dd9d58610164c1405298245fdaa175001d3b2a135ddb1ef326caaa6633df94b
|
File details
Details for the file o3rg-0.1.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5ca68e2ac0e909de2fb8dbd3eae24ef3b17afd0161be6ee09096cc836254e03
|
|
| MD5 |
2e8982f223548d8a1ca95a63f3dfc819
|
|
| BLAKE2b-256 |
9aefbe34c6dac61462eff942a734245e9d80a8b81c09bcfa0b697ef011a78857
|
File details
Details for the file o3rg-0.1.0-cp311-cp311-win32.whl.
File metadata
- Download URL: o3rg-0.1.0-cp311-cp311-win32.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0bd7a29d07d6ca179d1f917a165ee81b985f16c1f9775d0d39975d19dd8f931f
|
|
| MD5 |
c0ff0ffa5e59c91463067aed3d988e53
|
|
| BLAKE2b-256 |
8d08fdfdd0d795a400339d999090304652d80d4ed56fd6a3a4ea67361522bfe6
|
File details
Details for the file o3rg-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd3b8f0619dc1a11b28f4c9b9132fb8caaa57baf5b9f5c139e34f8826e9272a4
|
|
| MD5 |
39c6b4332e46d750f8ce674ec6fd7529
|
|
| BLAKE2b-256 |
6df352f7cbda3cdda1ccb0258a3504e57608716253cf8114ae0bbda922c72681
|
File details
Details for the file o3rg-0.1.0-cp311-cp311-musllinux_1_2_i686.whl.
File metadata
- Download URL: o3rg-0.1.0-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
116ed06c02f3a955486546aa37421c31ca471fd3727c4e5bc81493fad377b820
|
|
| MD5 |
f0ad4bec168938d4402d63942fe98179
|
|
| BLAKE2b-256 |
2fee5bbec8d5420b8dcdd25600ce9db3a2b48ade317d12cf3ca2186ce6390ab0
|
File details
Details for the file o3rg-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: o3rg-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a8a045a2ade66e56ba9693ab9c75a1874a62d5acdf829fda66316ac29220155
|
|
| MD5 |
4550f83acf07fbf47a77124abab851e7
|
|
| BLAKE2b-256 |
7e695303fd855aa33a3c73f2c7b2a4cf8c037f4e2dec9b572dfdbb0775f80a52
|
File details
Details for the file o3rg-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
553c78222c501596442564de3514a89e94ecf4ba571192e0decab0d95aa02ef4
|
|
| MD5 |
3b260f82d560f8349c2cda02fc504ef6
|
|
| BLAKE2b-256 |
510fb66df55402af101f788b9b818289354f5c72157c14ca082a880f61741a74
|
File details
Details for the file o3rg-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d2bb15d7818775171462a0ca600d39b7615bc9f284acaa3a06f87f713f5a21a
|
|
| MD5 |
75c2f02aa693f50a3677eea6825bfb8e
|
|
| BLAKE2b-256 |
fa275bbc96afdb7060080d39411a710ac8d964c946981194ac7610bbca292a4c
|
File details
Details for the file o3rg-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: o3rg-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf4b82aa17f16782bfb1fbbe6186cc151eae273afda97ae137fcb76f4623e571
|
|
| MD5 |
6b43d9fb4ea70339cd7affeac14f6d2c
|
|
| BLAKE2b-256 |
2f8e1ec5e705f202c96ae347483a5ba5534cbcee8a48f8aba7752dbd32ece0e0
|
File details
Details for the file o3rg-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: o3rg-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8080d7f13ecd5f674de26694c215ac6c9a5f24dca7b5b399a5e0a4b7910f670f
|
|
| MD5 |
fd584fb6fa4e278f83ba30428dd048d8
|
|
| BLAKE2b-256 |
2b918129e485d57988636a636e82ba2bb612e9c0f3c425923d6288d461431cd1
|
File details
Details for the file o3rg-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: o3rg-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1930173d6aa4ea38f4d97e0277bff03eb691ae2305f8be7ec39ceacf2436731c
|
|
| MD5 |
0725a7abcce3ac3d34f218c52d6205e7
|
|
| BLAKE2b-256 |
5d05afd0cbcf42196ce7268651a13712c8cdf7557b510012ba66d7a4818d7131
|
File details
Details for the file o3rg-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: o3rg-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7bfb4f626fcb1a11c210a2ff9d5ad53ef88a209fa165cf8478d0ee1ef7ca6799
|
|
| MD5 |
e555e48d61e781e849be7d89cadb32c7
|
|
| BLAKE2b-256 |
8d2d3a819a06890cda011f7b6e732cb348044cad7c9bc854ee7c673e21a0dbb3
|
File details
Details for the file o3rg-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42651d7fc04f2859f01acf5be39f54e2bdcbe62e137ffdd7fecc76e1bd8a4623
|
|
| MD5 |
d70789759f0822423e191020e03e0091
|
|
| BLAKE2b-256 |
0a1f8175767781df02571f09345579226d1b73ebed96ef31ce3705cde56cc73f
|
File details
Details for the file o3rg-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad70f38179b2554ae2ba65d5fd7c7ae822e5775ba62a78b369c70acbbe5c0c29
|
|
| MD5 |
07947449bba7594eeb45d0df147217cb
|
|
| BLAKE2b-256 |
3e6890c01bacf72a48877fe664194a1277da16287ff4f7911c6957553100071f
|
File details
Details for the file o3rg-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b54ae31cd153964d70812b7e248e54b1ca9d23c67509894c22e1e8f334db0e6
|
|
| MD5 |
2d3bd9fc6bee2fe22b7393124491dc54
|
|
| BLAKE2b-256 |
40ed6f6233f6e8ff2e48d03470501ccc43de6b210cff61e1aa2377826fc5448d
|
File details
Details for the file o3rg-0.1.0-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2bc153e989521dfcce63b2ea8a970c5a84d97eb2fd77b04719f28ff470cf1eb
|
|
| MD5 |
0ad25481242ecece25da1c7f83692f6b
|
|
| BLAKE2b-256 |
bd9a3f69d324ce03d21f3e1f68e97ac2c538541dea5048303ffc8e33a4ea7c9c
|
File details
Details for the file o3rg-0.1.0-cp310-cp310-win32.whl.
File metadata
- Download URL: o3rg-0.1.0-cp310-cp310-win32.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca0aff2bb9a21fffd639a335bdc8737e063e29cab95c2e5c626bd22a56383a19
|
|
| MD5 |
44a5e4c2e455972cb0db89b53f44cd0e
|
|
| BLAKE2b-256 |
529908bf9578fac10cfe60df5caa0ae77221d7d785e33da31b9db0a36fef3410
|
File details
Details for the file o3rg-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9715b9b17912fd6a3a1aa521dce0f938e711ba9dcf338a00626be083ae5704df
|
|
| MD5 |
3a2400fc9092247605ea57230d273d67
|
|
| BLAKE2b-256 |
efe4aaba181867fecb2fa744b46317e9f6d685c7a91451fc3cb66e909271584e
|
File details
Details for the file o3rg-0.1.0-cp310-cp310-musllinux_1_2_i686.whl.
File metadata
- Download URL: o3rg-0.1.0-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b56b05eadccd8b37211dc6e1d7d1e7067add8c82133f29dafaa4739f7fa604c3
|
|
| MD5 |
a8bd5a837d0c45218fa1f8b6bca9248f
|
|
| BLAKE2b-256 |
e1498fd7f4e410cc91679cb65ea27f2c41dfc602d26bf561873e9921e7bcf717
|
File details
Details for the file o3rg-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: o3rg-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d58cb4c42fbe40ad639a754407298c2a7a7c70c70030ceff020995c151ac0a9c
|
|
| MD5 |
568b8148918b1cb501dece355e8571d1
|
|
| BLAKE2b-256 |
c2110797b7fc544f1fbf060f91e5eac7d3972b014904455db66c5f749362b1db
|
File details
Details for the file o3rg-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6bac4ec10650f1e19b8687fb16cd8f476dccc6c01ba2250407d1655de6c6feb
|
|
| MD5 |
5853da1287c85c3ef4cd87492a83d50f
|
|
| BLAKE2b-256 |
c15f30e99c2c1197225a666ba1637802736aa12da51d10c95821707fbccbae42
|
File details
Details for the file o3rg-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b8d1be695d9642c6bc35c9b85bb4874b182ce6eae2239eebf6a898fd7116b53
|
|
| MD5 |
fcdc656f0ee6dce06b5b6896fc69ef25
|
|
| BLAKE2b-256 |
8f1de4ecf78848190e4be7e33030ae41ad9f3a9b6769d77624d57bc9bfe2d4d0
|
File details
Details for the file o3rg-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: o3rg-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
caf4e92bf796307658f9f4057d61d717bbfe6c3858b5d94239e52a5cae8abb91
|
|
| MD5 |
2b1176996dc3fce713c38ea8cc311448
|
|
| BLAKE2b-256 |
44b2ca82fc77a5425c06ff161e40cab4424d633c09e40cf0402c87b4784bc742
|
File details
Details for the file o3rg-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: o3rg-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4ae495f4a161637fd376bcc903d56e37499a066ca300a41eb3ef29d464135d0
|
|
| MD5 |
c4310bf2b8be563b5f65dd9bec828fe4
|
|
| BLAKE2b-256 |
acd8975ea542c7189a39e11b272184e1bc57980d4100b069a5870afb9d32c5fb
|
File details
Details for the file o3rg-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: o3rg-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ab103c032b2fe3752223821c60a71358664223df18508bd7d03875c79a7c407
|
|
| MD5 |
dd1b9aa5aeb1e4710a197bc18a300268
|
|
| BLAKE2b-256 |
e68ce6ccf439eabf8a6b79586dde7fce54c7a6556123ecc20efd8ef00223747f
|
File details
Details for the file o3rg-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: o3rg-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f77693360c445a506cc06c15f79f802d5893fdca37274124268acf870fb5d111
|
|
| MD5 |
64a0b7ee8815a48a6e146d8477994865
|
|
| BLAKE2b-256 |
c77c0e90b89b22ecf482667290b2c4b25032c6944ae3623788f74bcc0ada4f12
|
File details
Details for the file o3rg-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd8810042d6d1b875952bd4c76b73d54a912e8cc8bdbcfb8facafffb2d85ec51
|
|
| MD5 |
5b11e10355a7fdb461f08bcfba43d9f7
|
|
| BLAKE2b-256 |
1b93d59aef1ba954cf5e1f2e34207b0818bddc60b3236968ac4f110e7855dc7f
|
File details
Details for the file o3rg-0.1.0-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c5a702d9f6e860d34ada8716c61e38ded053c669fbf068d7a14c5f768cab3c5
|
|
| MD5 |
af419ed53edf92bd81ac1adead47f2a2
|
|
| BLAKE2b-256 |
ab3b48a3e6f193a0e00d4e5c19cc26a199c8270da5db60257c61a003f33ccc4d
|
File details
Details for the file o3rg-0.1.0-cp39-cp39-win32.whl.
File metadata
- Download URL: o3rg-0.1.0-cp39-cp39-win32.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7bb93059a3e9562cca2b77caf438a0230b8783c945c5ac059a968a6614c1e569
|
|
| MD5 |
ff754945aa321d1bf2ea18d25738b5d5
|
|
| BLAKE2b-256 |
1c10b114bec1d4b55230de0de59cdf071fa217408a31f51e40cf1115adce9b9b
|
File details
Details for the file o3rg-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bb7f52641423c72c0f4903c2020fd4feede764110808f68b021862fe134fac1
|
|
| MD5 |
a559c1dfdd879dc36c0c39b43326ce2e
|
|
| BLAKE2b-256 |
d3ed4b2720a3e4d655a600430aa05ecaccdb5a39254e67b257d8144c14ddddb9
|
File details
Details for the file o3rg-0.1.0-cp39-cp39-musllinux_1_2_i686.whl.
File metadata
- Download URL: o3rg-0.1.0-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f15795d945f7dd9db0e85a15c12a73b60b44bfd2f4749547c16a0b1bf569b983
|
|
| MD5 |
5e17e5c02fb44606849d416b9369619d
|
|
| BLAKE2b-256 |
e83f729a336069ad4f1cc5a08a694a7e5bdd6f605593b75d012d6b9c4ee36656
|
File details
Details for the file o3rg-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: o3rg-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b018b4abbf0b35bb4398eff8e3c5f6fdd97298414f04bf596fe0309dcaa68175
|
|
| MD5 |
25046cee7fe2e84739b754c6a2c9881a
|
|
| BLAKE2b-256 |
4843d0f7c463f1b620235e58752fe5ca967bd0ed62045db51d5550b2556c10a4
|
File details
Details for the file o3rg-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5adad1ca5e1bb21c7024fa2f74800f7dda556032b081c64366e6640b5c75486
|
|
| MD5 |
c7fc7105c12e5cb4854a3a07c216932b
|
|
| BLAKE2b-256 |
382d9037fe485e842b9329a6b93edd7608c3f2ab839c6cb97316138118f5e0ee
|
File details
Details for the file o3rg-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c7673338c0624f517e23e86e1724005a40d35fa683f927c9de033907067c15f
|
|
| MD5 |
fdc31c4418fd8d1059a1fd22844a9ab5
|
|
| BLAKE2b-256 |
1864709c92c5375d6fc29f3b40addad5886f76efed1fbebf4cdc989b3d6cb139
|
File details
Details for the file o3rg-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: o3rg-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
815e51953cd81fe68e3d76620fc265542ba795c570fe637b3c591ad29c4eead0
|
|
| MD5 |
a4b16456956cdc0d69b6abd123c29b5e
|
|
| BLAKE2b-256 |
dd537c6969eeb58f172f87a424b2e95c1b71a1c2cfa994344ba5daea86162dac
|
File details
Details for the file o3rg-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: o3rg-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7153be9370fca918bb304b40e5ee909e1aa3c4e08712a3cd07f8dc8cad12b876
|
|
| MD5 |
b87cbcfb46067fc40956200134d3c60e
|
|
| BLAKE2b-256 |
6bf3c7617bf4ed43255aa50dcbe5747e2013cae99c635e36b0888e412a68856b
|
File details
Details for the file o3rg-0.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: o3rg-0.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4070225cec274ee66dc7c9741245331139e6e6f2537a6d7f1ea1c9046f2b266e
|
|
| MD5 |
adc00fcef7f094eba106943c1956c4f2
|
|
| BLAKE2b-256 |
968ed02535048ebe6f121f748fbbaa0306cf7b48299722d40e00fbf67ed88387
|
File details
Details for the file o3rg-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: o3rg-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c58acf5921dd0bc3d21b4ad41090eeecea0b23bfbb89a18206565d1753f82cd7
|
|
| MD5 |
1186f4064128a753d9f025d90845ad7b
|
|
| BLAKE2b-256 |
9015c35db74e8d141c27c7a58e445cf3bc87115c05c4ceaa0f3b63aed6cf1b33
|
File details
Details for the file o3rg-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb003a10d4d2deca044ae6abaed64c2cc6514800e4c8c21db90cc1ad86a05172
|
|
| MD5 |
7cbec6cdccf5396eed0169abf756efd7
|
|
| BLAKE2b-256 |
7dfe9901d8ef294d4929aee2c91753dd03302513e204759e8f8ca8e37fc8594e
|
File details
Details for the file o3rg-0.1.0-cp38-cp38-win_amd64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57a40a8eda73da2217a4625d411b3266e50039e36287c9de2ee991ebdf73623d
|
|
| MD5 |
31c780f37bddedd989556c35339705d2
|
|
| BLAKE2b-256 |
ea0cfe769294e5bca493be803dbc13c83b3b8ad6889a877ac90f5f4f11847f9e
|
File details
Details for the file o3rg-0.1.0-cp38-cp38-win32.whl.
File metadata
- Download URL: o3rg-0.1.0-cp38-cp38-win32.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2747aeb170193d4a089a2738758369303474e43aec6a458ed86b0559a5900a5
|
|
| MD5 |
3d7aa52b0cebface1ef84e9e92c0c02c
|
|
| BLAKE2b-256 |
735e2c84007827d6f63ac159c63d1cce6f322ad37bc16a5a34c8f9b81aa257fd
|
File details
Details for the file o3rg-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e740d8c2e4557f0c0b0f506fffb84a38c3538501ddc0d864468c9ac2f931c6a
|
|
| MD5 |
6e167962bf8205d83eb0248c53768fbd
|
|
| BLAKE2b-256 |
0879c9ff2dfa3e2a83ac8551d8f3a203b819b7d848520c08bb2c56f399696c68
|
File details
Details for the file o3rg-0.1.0-cp38-cp38-musllinux_1_2_i686.whl.
File metadata
- Download URL: o3rg-0.1.0-cp38-cp38-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9320987680ba1b30396da7aec4662d3c0fdd8f3651a7e48a4769368fd0943d86
|
|
| MD5 |
9138458f2806cd16009d96c39b612104
|
|
| BLAKE2b-256 |
45f621d18fc37fe8f6760ebce52f6d91ea1a1dfd6bac4b300dd23df767dd425e
|
File details
Details for the file o3rg-0.1.0-cp38-cp38-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: o3rg-0.1.0-cp38-cp38-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9942316576f20d690c8a2670239cc9754da50db74cedb2a42c41bb1d5002897f
|
|
| MD5 |
d991472b71d2205cb2d28611643aa0bf
|
|
| BLAKE2b-256 |
0e86edbb5a5c082460543aa78243e7bd0de42734e3a9f668dc24cd79b50e0f4e
|
File details
Details for the file o3rg-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b48585166a56e528b83c098088146e3df17f4f6d30a1b0a855f4c17d0e62b29f
|
|
| MD5 |
7d672a383a75fc8a32cadb7d40d73e10
|
|
| BLAKE2b-256 |
25fec92075dbfcb70057aec4176b463420c1a5a281e1a4972eea00b3502474ee
|
File details
Details for the file o3rg-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e1292ac8ac5d8a9f17031d545536937596fef43eb6d72859bbec1ed8852fef4
|
|
| MD5 |
04dd0f31e35faa298a98789da18d973b
|
|
| BLAKE2b-256 |
3b094c1590232eff5b60e04c9f311e259f7bbe2e95dacb11fa7dfec877c3de96
|
File details
Details for the file o3rg-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: o3rg-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9120243d57642519714b4397907f812222c6804d3026cf5d650891314cb8cc6b
|
|
| MD5 |
63d67134a02b9e9e6a29130fb0989024
|
|
| BLAKE2b-256 |
64d97e8bf710efdf9fcb24fe8fe6a15d35fc9812d09665b2bce9b0711c407feb
|
File details
Details for the file o3rg-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: o3rg-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9130a005942371fa01b18710f1fcbb649a60907fa3a6637dc5a6a35a3b6b31f1
|
|
| MD5 |
a9d43a0127928f0aa919f94574fdd4cb
|
|
| BLAKE2b-256 |
2857bef2203a1eebedb8c44e2a62a41bba2bd8c9289f4ab93121865496c1f877
|
File details
Details for the file o3rg-0.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: o3rg-0.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34dedd4c4bc9079cad5c6293a173ba1be82bbd293b3ea109b1406970f0f80d89
|
|
| MD5 |
03f2bb87724b56ccb587ede944b308c9
|
|
| BLAKE2b-256 |
e9827d17359f42d986dd906ecedc293fc3ce3d3a2e36bedae767b54219238046
|
File details
Details for the file o3rg-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: o3rg-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59013ee85c075e9869b4cd1c10af6ea6e75be5afa5170c2d03202f9a7c96ce54
|
|
| MD5 |
8581885ac2b4d9e032a537f47dc6f183
|
|
| BLAKE2b-256 |
ad019800bb35c0d2b2c741300f215baf9548b4faf1ff7e03008140e4993260f8
|
File details
Details for the file o3rg-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: o3rg-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e3d6502cd1a5490611000b64a97a77961b317a25120ab14746fbc80348b474f
|
|
| MD5 |
db752dd135566d43bc65e8642817364b
|
|
| BLAKE2b-256 |
fcd0599d8a58d6ab1218dd4aebaa7181c0b42c134046015d88c605318d115dab
|