No project description provided
Project description
Python SDK for Oogway AI
oogway_py is the official Python SDK for Oogway AI that requires no binaries. Quickly allow users to gain knowledge from Master Oogway in a few lines of code.
Installation
The oogway_py SDK can be installed from PyPI via pip:
pip install oogway_py
Quickstart
-
Export your
OPENAI_API_KEYin your terminal -
Add the following code to your application to add Oogway AI to your app:
# import oogway ai python sdk import asyncio import sys import oogway_py as oogway ai = oogway.Oogway() # change model name from python ai.model_name = "gpt-4-0125-preview" async def talk_to_oogway(question: str): print(f"\n> You : {question}"); while True: print("\n> Oogway : ", end=""); # python async generator for chunk streaming async for chunk in ai.ask(question): sys.stdout.write(chunk) sys.stdout.flush() question = input("\n\n> You: ")
That's it! Your application should now be able to allow users to converse with Master Oogway 🐢.
Note You can run the example above from the demo file.
Run python python/oogway_py/demo.py or checkout the Jupyter Notebook Example
Demo
https://github.com/cs50victor/oogway_py/assets/52110451/aa762411-a8a9-4e50-a746-8374f8455700
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 oogway_py-0.1.1.tar.gz.
File metadata
- Download URL: oogway_py-0.1.1.tar.gz
- Upload date:
- Size: 20.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d3d4cf8cf10e13e2425f8a9147e6e5419737137186eaa69effe6ead36ab2917
|
|
| MD5 |
28048816fcbd04db32619fba5a17173c
|
|
| BLAKE2b-256 |
f189600ebb84db2713ea16204f072dc9e3bea84445c3fce8f05d3e0d476b3ac5
|
File details
Details for the file oogway_py-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: oogway_py-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 9.6 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92fa323cdcacfa8df2d9bbd5d411baa7465f3728988116e48b9be470686e51ed
|
|
| MD5 |
4368ddd7966963f70c1dbe5e636de32c
|
|
| BLAKE2b-256 |
f2226d1ba06698a5ec6f8696940f6f32ff20673d67a59c36b1140e3c233fa1c7
|
File details
Details for the file oogway_py-0.1.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: oogway_py-0.1.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 10.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf9841718938ef9047306eb19b3d1ed366a24e144fd834cdcb3cd1a19c0f21cd
|
|
| MD5 |
40fb0a031a2e7bc3fd89596313a033d5
|
|
| BLAKE2b-256 |
2b4b901a16f0cbcbfa6661ddaddacd0afcb3244a4c2dad41f29509cff9ba8b89
|
File details
Details for the file oogway_py-0.1.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: oogway_py-0.1.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 10.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
620a4363a2b968c0002ac83b83cc948b965fd07742f658939793221b07092634
|
|
| MD5 |
8eaf251940b3297a49b63530b75cb8eb
|
|
| BLAKE2b-256 |
5c52cbea906457b0825592ea629140d4c732639f8f5c9f469527d2ccaa479905
|
File details
Details for the file oogway_py-0.1.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: oogway_py-0.1.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 8.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
388e942ad668e6f681e90f2149f6b1e6e1c0c27a1646331b1dcb691bb42858bb
|
|
| MD5 |
1afddfe02ac16be66abb290064bd8239
|
|
| BLAKE2b-256 |
c59ddbfb2bb7a59bb632058f41e049ef5958b104baac634d1f154bde7b524d23
|
File details
Details for the file oogway_py-0.1.1-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.
File metadata
- Download URL: oogway_py-0.1.1-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 9.7 MB
- Tags: PyPy, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
beb1200991179a0324fdd0d2e2bb31e003aa154e29c95399264b7b17263a00d5
|
|
| MD5 |
c098ae888ff3bc736385eba2cdcb7f08
|
|
| BLAKE2b-256 |
a2218c5b8fac0742961a14f431ab07d90c1a951911846ab01ed2abbf381b0b9b
|
File details
Details for the file oogway_py-0.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: oogway_py-0.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 9.6 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acd128b8c60028a125a3611ba7d44f7e4cec808e17130aca3d21c5f6d1722853
|
|
| MD5 |
d1e8ffbfae2bec0609b6fd7a931622dc
|
|
| BLAKE2b-256 |
9747da5a52b482c38fe21d8cd795633d651d34bd78da5a4ff102836b63096b5f
|
File details
Details for the file oogway_py-0.1.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: oogway_py-0.1.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 10.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fba0457cc966ab1eba956e615df07dc7e54ca89e69d589e531ebf0f8fbd10f0d
|
|
| MD5 |
95659a5a4afa4705d3c99414ef8e6eea
|
|
| BLAKE2b-256 |
be032ffa63348dc54ddff4c6f5488220ce2e1edfa3c3497fc59415dbf22e3387
|
File details
Details for the file oogway_py-0.1.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: oogway_py-0.1.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 10.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad396e8023246907c550a7b38e41f1d3c741f3583a006f305dea1f9018413de5
|
|
| MD5 |
689051bfc619c8b7f4bfee5cb812194d
|
|
| BLAKE2b-256 |
2f0155ea340cbd5a14e5b79d4a3e1fc877f6291e128c7336d0ef2a434c83f759
|
File details
Details for the file oogway_py-0.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: oogway_py-0.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 8.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a42fef3358d004c0e05fcc541c377ec7aac07da57fd5c4f33a15ffad9b24852
|
|
| MD5 |
5443ae6c08914bfbf7dc1fe2bc423cd3
|
|
| BLAKE2b-256 |
93a35413424f73bc728bdadb90ec5cdc46b4554403af32b3827dbe5b55bc53f6
|
File details
Details for the file oogway_py-0.1.1-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.
File metadata
- Download URL: oogway_py-0.1.1-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 9.7 MB
- Tags: PyPy, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6c9a470384f5bf3925aedc89897259c033f84d3d738385175dcbbeeff9205af
|
|
| MD5 |
37910e1f88f5016297d17d9572d3f6b6
|
|
| BLAKE2b-256 |
831fea92b385bba1d1001531517b44049fd99f9825aef066487945efdff351d3
|
File details
Details for the file oogway_py-0.1.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: oogway_py-0.1.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 9.6 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2fd6393ba03defbe8436c6ba4164b754e1559f0aa6d4cca418874f5b5187c74c
|
|
| MD5 |
73845c2c8de200a830af5a2caca13296
|
|
| BLAKE2b-256 |
aaa2008b50b331615c2dd038adc7ce4fa59e6da1ea036d6acf1c4a70da924e92
|
File details
Details for the file oogway_py-0.1.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: oogway_py-0.1.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 10.8 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
613d5836c5a5766d9730c45c4fd6d5fa548f8addb1f181db87d136faf9941d25
|
|
| MD5 |
821cd73d4024443aa2e102db2f6cbeb3
|
|
| BLAKE2b-256 |
bbfee5fc63f488c504eb2bf19c5b98f41e31306c40d04986e2ca944d4b1d9bdb
|
File details
Details for the file oogway_py-0.1.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: oogway_py-0.1.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 10.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15ae350048d96e0279a16ffa652ac5707dfbb21cbd887d09805867f9b4f1e9de
|
|
| MD5 |
4e93e6613cf483d4b792b89524af9cc6
|
|
| BLAKE2b-256 |
abaf1bd8284a4ca5ec7624b3a286a266d541fa1f6d79b62e5f4997e59de5037c
|
File details
Details for the file oogway_py-0.1.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: oogway_py-0.1.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 8.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cac8434e5d715348160d49d4fe2f22d5c780b08e3fade6711a90a837bbaab2a6
|
|
| MD5 |
dbe4e8d6b6210dfe33a08e93d14b2741
|
|
| BLAKE2b-256 |
e9cb05494166420dddf87eae0872f03691d377677398e6b03a3d81b4a8e7a006
|
File details
Details for the file oogway_py-0.1.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.
File metadata
- Download URL: oogway_py-0.1.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 9.7 MB
- Tags: PyPy, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bb3a1dfac75d3bc2856ce1b79d00a90c1ec07c79d98f3de8c6ca7b713133302
|
|
| MD5 |
ca3a5c57799aca14d4f9c54ef5d0f37d
|
|
| BLAKE2b-256 |
87c0433cd81250fe90be17aa88e8b1d32e5f4b7efb194cef7a911eb6eb0694fa
|
File details
Details for the file oogway_py-0.1.1-cp312-none-win_amd64.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp312-none-win_amd64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9ec2bebc3b0b32b83020d04a539350c12e16f12c45c47f961f87ca06f9eed44
|
|
| MD5 |
93a99f5cb6d9f377e8826461b1717014
|
|
| BLAKE2b-256 |
044c0ed223e8c4b954e3a8c755d0f8d9db4045bac7a67f175f6f06475b5996c6
|
File details
Details for the file oogway_py-0.1.1-cp312-none-win32.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp312-none-win32.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05585e658d8ae0ccaa3e7b01f48161ca1af8ec9ad4d60effe76a09a37a1602ad
|
|
| MD5 |
34795f9b4902b6c5896304b7178af6cd
|
|
| BLAKE2b-256 |
4ef6136ec7e5a030d54f6dda61cc418a2020ae118e22f91d307103b764773352
|
File details
Details for the file oogway_py-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 9.6 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62d98aeb5c3d3fd029c61676dd7942bb38b6d79758543e0e56f006d8eef5ff7b
|
|
| MD5 |
eba2c9681449ae3fc48c522246475e6c
|
|
| BLAKE2b-256 |
79ecff2680a550fb7fa0631bef675be12f9597a1fab11c46c1f64b3cf758a195
|
File details
Details for the file oogway_py-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 10.8 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a911da1b2ab54ade56c1515918433cfdd95dc058e86f303b04d7b94c0a4bc55b
|
|
| MD5 |
bb251753de561e21ec46a6860d70ea97
|
|
| BLAKE2b-256 |
9a4fb3e069b5b30f1215f72d5dc0b74a90b42d0540684596701cce3101c599a8
|
File details
Details for the file oogway_py-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 10.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2850e563d022f5d644c6d3e90457fc90454046c8fb87175c71657f6dd9e3a81
|
|
| MD5 |
ae5d0b7926b98389ea3ee0fc788764e7
|
|
| BLAKE2b-256 |
5a14100e3bcb2f79fcc8660224e74b357e54ebcadb0f7f9a12937da028ada8cc
|
File details
Details for the file oogway_py-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 8.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4741547cc98109394d3a8f91984db14b13343abe1cd5991b7408b4cad35316d4
|
|
| MD5 |
b0cbda6828ebd9393e17d3a18709ded3
|
|
| BLAKE2b-256 |
0d5c4ff887f3e97beccaac2daf44bedd2a3b71d23dca14b09b61fd5dadc2ff11
|
File details
Details for the file oogway_py-0.1.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 9.7 MB
- Tags: CPython 3.12, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf56c009592727afb59011835fe58336a673f70d8dff5d2137faf9b942ab2f8f
|
|
| MD5 |
49a738bc842460ced4c658253e327fd7
|
|
| BLAKE2b-256 |
7dac2ad4fe0bc561dcf75b82fdd0ce3724f38aa2f9075d2524705477173d3d43
|
File details
Details for the file oogway_py-0.1.1-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bca86291f6f21e5794e8ba40160bdb710b1a79df346acd5c04d87470f4cdb58e
|
|
| MD5 |
e70931a5b1bdc0a2b08c9574a7f6e7b6
|
|
| BLAKE2b-256 |
b1ec3d16d1c480a21c1e3ef34b0a7ab365a5dc5733a85119f5a9205b69e36459
|
File details
Details for the file oogway_py-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b4cf84e3f882aa377d60ee5c158a41cc1c212f324954ca5d1dd3a7e10b11344
|
|
| MD5 |
9efc95e5eb518b30aaba33ac20f1d66d
|
|
| BLAKE2b-256 |
4942b1bb375b3c0c5e70c4a7bb4468eafd8b52f16ac4bf0f6fbb949f93a5c33f
|
File details
Details for the file oogway_py-0.1.1-cp311-none-win_amd64.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp311-none-win_amd64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86b51680b2b4c2413bf844625be7f33d58fc8545cd90f80bd7df496aacbfc650
|
|
| MD5 |
521470d046d53c31902fc764905d6909
|
|
| BLAKE2b-256 |
aff9e6c71fd1e4cb237bd512b6262c1d4c7c7f24ffb80f3796f97790b8b50cfb
|
File details
Details for the file oogway_py-0.1.1-cp311-none-win32.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp311-none-win32.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbf111ad891cd09abaca99d4733b599047304343fbb5223b248e49bd89779e9f
|
|
| MD5 |
7413667cddcbe0bb6d370910b9768085
|
|
| BLAKE2b-256 |
ad6c8b4df05ffa5172f11394c393f518dd0f154bcaf97155d771cd2f4f809eed
|
File details
Details for the file oogway_py-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 9.6 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a281718eb1d726120e2f5e4eb36459d5b620d2e2d9a1d6fbd665d8b61700a8fd
|
|
| MD5 |
d942c5790754bb3306215e9c272c99f1
|
|
| BLAKE2b-256 |
8d5d3aa85782c99f185edbf37277aa00ee7b1a5404abcdf2d8a68da329ac235f
|
File details
Details for the file oogway_py-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 10.8 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2983b1373c4e5f2fd3681ee7aa126a85d6dc5c147c4acbe5c662619e60b3ce07
|
|
| MD5 |
7723014aa1028950bdf6720db9ca5551
|
|
| BLAKE2b-256 |
508f0cc6d6719a18a74c9043a8b984e7b969b3b933bbe2b201ffadd656cdf813
|
File details
Details for the file oogway_py-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 10.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42fb5892530bae7a2af56128199700f08c175d13e03cac2ebd55d74e07e195b8
|
|
| MD5 |
719d9af6c9fc17144de4e6822b902f03
|
|
| BLAKE2b-256 |
da17d9a84125adacc86ddfb7bb120e7d03cfa53ed7c35682e3302a21c94e064a
|
File details
Details for the file oogway_py-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 8.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
640249eef1bbe14cf7a4efd9fec8551bfe094b1b107aa4c922d30d47f7332142
|
|
| MD5 |
2f2587043cff30ee3b71d2fb7f09c06d
|
|
| BLAKE2b-256 |
fb7a2337670a012b988a1ebcebaaf8ca75c04914ed316385c51703e9d0a9e329
|
File details
Details for the file oogway_py-0.1.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 9.7 MB
- Tags: CPython 3.11, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f258a6e3df302dd33c2a5ca59451fb8c80482e7b38309070d65562096c8b484
|
|
| MD5 |
75352f78e0f96ed834202a80eedcc348
|
|
| BLAKE2b-256 |
dcc29c47fa67e8bb1dd9ae151a81df5d227c0d66c2de7dc4e6430e5aa84fb108
|
File details
Details for the file oogway_py-0.1.1-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34e6aa8c048f15eed1b94a5b3ff9a9250461bd38df2b77ceaf8bca97b05a59a3
|
|
| MD5 |
9b86986375b4c86beb2edc0f9609258b
|
|
| BLAKE2b-256 |
632b16327f642e125dfbfaeeaf1b8c46df8e820efb7f28b137624de8f961b70a
|
File details
Details for the file oogway_py-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f4d9ad8216f7db9bfc43db2574e62603d1e42f382f8bc6d5e534e9d10f42e1b
|
|
| MD5 |
75b062bf460a9c97fa0cf37d5c0fe97b
|
|
| BLAKE2b-256 |
7d54b0e9acb6584c4689f2028e48420ba7d261e5339fcdaeb73ea56731a101dd
|
File details
Details for the file oogway_py-0.1.1-cp310-none-win_amd64.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp310-none-win_amd64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38eb938030ea1b320a85036a5d22f633fb057d8e194603bee681e5ffbcc9dce7
|
|
| MD5 |
2ff95fc14d23130261ddee5b9682f55c
|
|
| BLAKE2b-256 |
413565f15db9b3c8552e3e43db4e1da32bcf92195936c2739f256bcd1d3c0630
|
File details
Details for the file oogway_py-0.1.1-cp310-none-win32.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp310-none-win32.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
609a8cf7ecdb1115560c1a5e8ec51bb0fac1be5a1f548b9bd8bfcb4c8bef9e20
|
|
| MD5 |
05d28fef866d1f148c3d6eed8bd4ad52
|
|
| BLAKE2b-256 |
a6564ff7260ee637d036b17450935ab8bb8ddc22521c3461d0edcfae9fdfd2b9
|
File details
Details for the file oogway_py-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 9.6 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
088c193f4416314a6ab88a7c264f9b05844c95f36d1e93ad95cfbc43d43d3f70
|
|
| MD5 |
600531d3a7777576a686389394ea0b6e
|
|
| BLAKE2b-256 |
e468e5016726dcb9e78e8096476325e09bb24224ce7fa6e4937d96d1a53aa2bb
|
File details
Details for the file oogway_py-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 10.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c60605e9f013244d6165e6171eec9e2620bfeedc9c9bbf7dcd9e7e4f16997f85
|
|
| MD5 |
89ab68d3ddfbcde492f2d638e8bf75ee
|
|
| BLAKE2b-256 |
cd6fd19e8f2a4a42f6f8e65ec6bbe3b81a84ab706eaae14c8e8e5dd9e8642517
|
File details
Details for the file oogway_py-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 10.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7c0c4f127f15f36ca2045c7178f296597834d7bcd132cf597be611c34860bc8
|
|
| MD5 |
1efd6c7875ae0ac81f5876a71fbaa4b5
|
|
| BLAKE2b-256 |
3f029505bb0a19da6f0464449035841f05d04205005c44cc9c8373b88ad72d5b
|
File details
Details for the file oogway_py-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 8.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
946d3de22b77c61bcbe88cecc694df372cf17c20355d9a41072b8bbca16ecbbe
|
|
| MD5 |
3ab0a4f56345faaf05ffe26dd0afa104
|
|
| BLAKE2b-256 |
b82044b452188066deda61dfb2aef7fc734bb036f3e40f2dbf0405566117557e
|
File details
Details for the file oogway_py-0.1.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 9.7 MB
- Tags: CPython 3.10, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80b535298317998c6e4b8f3396b426a692eefedf810d9ad0a695c6956b39208e
|
|
| MD5 |
a33351719704c9d0d10af7ff32f053f1
|
|
| BLAKE2b-256 |
a44f6665a7e24bd01c0a6e6f4a512dd36ff11afe5733ce48d52e2016a98424d5
|
File details
Details for the file oogway_py-0.1.1-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
712e59151726ab684949f77febdcea5b97bf57d336846ffa557c6faef2e0f908
|
|
| MD5 |
f7bc15dfebaa3678d330fbd72327b2e1
|
|
| BLAKE2b-256 |
14b11c2c522a6abf26886b25f9a0e58431df23fa90081565a5700e997b1afd1c
|
File details
Details for the file oogway_py-0.1.1-cp310-cp310-macosx_10_12_x86_64.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a96ea5f5f00308683cfcae1a01294a33b4776981048d765e18c610596dec8df
|
|
| MD5 |
90e940b1d1af02235216f83c41c594f9
|
|
| BLAKE2b-256 |
37d80ab4989234b7cd70392c2564079b41ef1bb5aa8f37eb63742708f92b6b7a
|
File details
Details for the file oogway_py-0.1.1-cp39-none-win_amd64.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp39-none-win_amd64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33784ceca8dcd75136ca1cbc9e7f06594c71c4047579e2d27662bb6909299679
|
|
| MD5 |
d06b45d081f696db9fa895a42c8c6b5b
|
|
| BLAKE2b-256 |
d76cd352f2aefc73dd70847699d6ff6cecc9dd5927bbdd9f9e6b129f5a53e892
|
File details
Details for the file oogway_py-0.1.1-cp39-none-win32.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp39-none-win32.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc41b0949e4c2969f702c6385c6b40714c71f68af3145bd1eb9580463f47c056
|
|
| MD5 |
ce20608967d0995f0742125ed047630f
|
|
| BLAKE2b-256 |
f9f16e843c4d2583a60de27f4bc6a06bf9b1de9755fe833e46414df9a83d937c
|
File details
Details for the file oogway_py-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 9.6 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3db80a2db4723e090534848d8fd054ff417fc4597ce4c59023f2d4b9ba748b5d
|
|
| MD5 |
91c66cec1aa9ed15c0c24a0cc6b5b6b6
|
|
| BLAKE2b-256 |
8b878778839ead76b6efca629af20183f25f6e40a098618c27176f9bc3be41b7
|
File details
Details for the file oogway_py-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 10.8 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdb659d8220895744dc0b4195c2715dc55e84a598da9730e95d946353c6622f9
|
|
| MD5 |
4f13ee0ed58c6f609d910d829a91c2e6
|
|
| BLAKE2b-256 |
deeaacdc092ee7bc56d8f2a9489e3cded09befe6b31735cb5a7942b9880bd2aa
|
File details
Details for the file oogway_py-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 10.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed20b789107ac7e2d8d3187b3c6d92cac0910ac252f045675b72905cba926d62
|
|
| MD5 |
23198156ff052c3efb80232d024cc339
|
|
| BLAKE2b-256 |
0d06c11d699d200ca656c09b7e8301837ef7fbe3fd5b5ed83bbbf948ee5f08cc
|
File details
Details for the file oogway_py-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 8.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97cb388c4e392bc343c520c0e78c7806c9270b623e0430035484da9647012e53
|
|
| MD5 |
81be02b3ba7583a4aa1c303845f1276c
|
|
| BLAKE2b-256 |
3c795f78c2cc7c844b60b332cfb0ef94bc8f06e54711cffa851cc87c60b17279
|
File details
Details for the file oogway_py-0.1.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 9.7 MB
- Tags: CPython 3.9, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5ff93fd22cda6409d7d2840860b2d6e187f2d6f4eb2979458053e89f742bc78
|
|
| MD5 |
42e4d83a341a8a181a1dfa605d403b1f
|
|
| BLAKE2b-256 |
c1ca0e12a3795f4bf948186a6c634269a0c325e6f22b4cdd54f031f583f38946
|
File details
Details for the file oogway_py-0.1.1-cp38-none-win_amd64.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp38-none-win_amd64.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9642679bbe59d87441dc555e95b58bd849fe8803a149237ab074e8520f74f90
|
|
| MD5 |
a76c6f7ff44251c6de0358737de66371
|
|
| BLAKE2b-256 |
4f902ae9333715c67f1f7e8d8fc1dfe3a166b57bf1c17e8763c1d89bb701d801
|
File details
Details for the file oogway_py-0.1.1-cp38-none-win32.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp38-none-win32.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0b9f6a24dcdb142dbfd87df2cf48edc05fe32a570d7c9246422e96e2dd7aba6
|
|
| MD5 |
121832a92b67718fcf4b7f077bd3c44d
|
|
| BLAKE2b-256 |
3253cccaa254fdcc6b84beb380b49304eb0f7e29959c441393ee26bca14504cf
|
File details
Details for the file oogway_py-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 9.6 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47b95ea7db70fed63de5f875ffc48a6b82a14dba4af90a1c148c2f97824d491d
|
|
| MD5 |
d6918b62ca502b9a9d6fd4cae30babd8
|
|
| BLAKE2b-256 |
095cb1b9cfb555c17f4ad8cbf68511eced1a10d2639458bee5bf9a89400623fd
|
File details
Details for the file oogway_py-0.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 10.8 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82161443e21759d5c456fb5f777a74708666d4c2d09cf18ea2308b24dce51fd9
|
|
| MD5 |
7cc74b91d62688a839d8a20f220845da
|
|
| BLAKE2b-256 |
c7f8b3f3cf674d1cfc6c71384cb5d913faf526c774ddc92a40ace33ec16510e4
|
File details
Details for the file oogway_py-0.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 10.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
164d46d2bc4611070667ac4b242ebe3b15d3e5c61cb60ccce988f11b5146ae5e
|
|
| MD5 |
93e202e21d6aa91def71858cfb7590c1
|
|
| BLAKE2b-256 |
c34c683a060e8e43f469e94d29a63afadc0d2c6646245284a162415de93cc6c3
|
File details
Details for the file oogway_py-0.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 8.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfe55614305eaacbd9e2f8bab456d232ddf4a0964232c7ce8d70b1a6a4f8f763
|
|
| MD5 |
2fcfe039154cf890af99ea6ea9661623
|
|
| BLAKE2b-256 |
f1de57b32379a381661d179b4b305dc21eb15fe11150815085551955cebc0045
|
File details
Details for the file oogway_py-0.1.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.
File metadata
- Download URL: oogway_py-0.1.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 9.7 MB
- Tags: CPython 3.8, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
424fb911c210b354eca8a639cb4996c04f9ca063ee702196140878118ad03bef
|
|
| MD5 |
f246967878156f7aab3003c6c9ca2b36
|
|
| BLAKE2b-256 |
0c9e7562b44680c939f8842d2341ce1904261d9999800b9a94083f4be0c6ebdd
|