osu! pp and difficulty calculator. automatically generated C bindings for https://github.com/Francesco149/oppai-ng
usage
pip install oppai
#!/usr/bin/env python
import sys
from oppai import *
ez = ezpp_new()
ezpp(ez, sys.argv[1])
print("%g pp" % ezpp_pp(ez))
ezpp_free(ez)
./example.py /path/to/file.osu
python -c 'help("oppai")'
for a list of functions, or just read the top of oppai.c for better doc
limitations
for some reason, python3 doesn’t provide a persisting pointer to strings you pass to c code even if you aren’t doing anything with them, so if you want to reuse the handle at all you have to use ezpp_dup and ezpp_data_dup, which create a copy of the strings you pass in. this is inefficient so it’s recommended to use autocalc mode and only call ezpp_dup or ezpp_data_dup when you’re actually changing map
Release files for oppai 4.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| oppai-4.1.0.tar.gz | 55.5 kB | Details |
Built distributions (wheels)
| File | Reset | |||
|---|---|---|---|---|
| oppai-4.1.0-cp39-cp39-manylinux2010_x86_64.whl | CPython 3.9 | CPython 3.9 | Linux glibc 2.12+ x86-64 | Details |
| oppai-4.1.0-cp39-cp39-manylinux2010_i686.whl | CPython 3.9 | CPython 3.9 | Linux glibc 2.12+ x86-32 | Details |
| oppai-4.1.0-cp39-cp39-manylinux1_x86_64.whl | CPython 3.9 | CPython 3.9 | Linux glibc 2.5+ x86-64 | Details |
| oppai-4.1.0-cp39-cp39-manylinux1_i686.whl | CPython 3.9 | CPython 3.9 | Linux glibc 2.5+ x86-32 | Details |
| oppai-4.1.0-cp38-cp38-manylinux2010_x86_64.whl | CPython 3.8 | CPython 3.8 | Linux glibc 2.12+ x86-64 | Details |
| oppai-4.1.0-cp38-cp38-manylinux2010_i686.whl | CPython 3.8 | CPython 3.8 | Linux glibc 2.12+ x86-32 | Details |
| oppai-4.1.0-cp38-cp38-manylinux1_x86_64.whl | CPython 3.8 | CPython 3.8 | Linux glibc 2.5+ x86-64 | Details |
| oppai-4.1.0-cp38-cp38-manylinux1_i686.whl | CPython 3.8 | CPython 3.8 | Linux glibc 2.5+ x86-32 | Details |
| oppai-4.1.0-cp37-cp37m-win_amd64.whl | CPython 3.7 | CPython 3.7 pymalloc | Windows x86-64 | Details |
| oppai-4.1.0-cp37-cp37m-win32.whl | CPython 3.7 | CPython 3.7 pymalloc | Windows x86-32 | Details |
| oppai-4.1.0-cp37-cp37m-manylinux2010_x86_64.whl | CPython 3.7 | CPython 3.7 pymalloc | Linux glibc 2.12+ x86-64 | Details |
| oppai-4.1.0-cp37-cp37m-manylinux2010_i686.whl | CPython 3.7 | CPython 3.7 pymalloc | Linux glibc 2.12+ x86-32 | Details |
| oppai-4.1.0-cp37-cp37m-manylinux1_x86_64.whl | CPython 3.7 | CPython 3.7 pymalloc | Linux glibc 2.5+ x86-64 | Details |
| oppai-4.1.0-cp37-cp37m-manylinux1_i686.whl | CPython 3.7 | CPython 3.7 pymalloc | Linux glibc 2.5+ x86-32 | Details |
| oppai-4.1.0-cp36-cp36m-win_amd64.whl | CPython 3.6 | CPython 3.6 pymalloc | Windows x86-64 | Details |
| oppai-4.1.0-cp36-cp36m-win32.whl | CPython 3.6 | CPython 3.6 pymalloc | Windows x86-32 | Details |
| oppai-4.1.0-cp36-cp36m-manylinux2010_x86_64.whl | CPython 3.6 | CPython 3.6 pymalloc | Linux glibc 2.12+ x86-64 | Details |
| oppai-4.1.0-cp36-cp36m-manylinux2010_i686.whl | CPython 3.6 | CPython 3.6 pymalloc | Linux glibc 2.12+ x86-32 | Details |
| oppai-4.1.0-cp36-cp36m-manylinux1_x86_64.whl | CPython 3.6 | CPython 3.6 pymalloc | Linux glibc 2.5+ x86-64 | Details |
| oppai-4.1.0-cp36-cp36m-manylinux1_i686.whl | CPython 3.6 | CPython 3.6 pymalloc | Linux glibc 2.5+ x86-32 | Details |
| oppai-4.1.0-cp35-cp35m-win_amd64.whl | CPython 3.5 | CPython 3.5 pymalloc | Windows x86-64 | Details |
| oppai-4.1.0-cp35-cp35m-win32.whl | CPython 3.5 | CPython 3.5 pymalloc | Windows x86-32 | Details |
| oppai-4.1.0-cp35-cp35m-manylinux2010_x86_64.whl | CPython 3.5 | CPython 3.5 pymalloc | Linux glibc 2.12+ x86-64 | Details |
| oppai-4.1.0-cp35-cp35m-manylinux2010_i686.whl | CPython 3.5 | CPython 3.5 pymalloc | Linux glibc 2.12+ x86-32 | Details |
| oppai-4.1.0-cp35-cp35m-manylinux1_x86_64.whl | CPython 3.5 | CPython 3.5 pymalloc | Linux glibc 2.5+ x86-64 | Details |
| oppai-4.1.0-cp35-cp35m-manylinux1_i686.whl | CPython 3.5 | CPython 3.5 pymalloc | Linux glibc 2.5+ x86-32 | Details |
| oppai-4.1.0-cp34-cp34m-win_amd64.whl | CPython 3.4 | CPython 3.4 pymalloc | Windows x86-64 | Details |
| oppai-4.1.0-cp34-cp34m-win32.whl | CPython 3.4 | CPython 3.4 pymalloc | Windows x86-32 | Details |
| oppai-4.1.0-cp27-cp27m-win_amd64.whl | CPython 2.7 | CPython 2.7 pymalloc | Windows x86-64 | Details |
| oppai-4.1.0-cp27-cp27m-win32.whl | CPython 2.7 | CPython 2.7 pymalloc | Windows x86-32 | Details |
Total release size: 3.5 MB
Release files / oppai-4.1.0.tar.gz
| Download URL | oppai-4.1.0.tar.gz |
|---|---|
| Size | 55.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
494d661090e0c1f6b2ea5e1d6d1c5bbe941f339ce193d8b1df8d0a7acfa742ae
|
|
BLAKE2b-256 checksum How to use checksums |
a6f6ca877645d9c335d97167b93abe228aef9f11bd0b43d36ca44d459447f5f2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
|
Release files / oppai-4.1.0-cp39-cp39-manylinux2010_x86_64.whl
| Download URL | oppai-4.1.0-cp39-cp39-manylinux2010_x86_64.whl |
|---|---|
| Size | 162.4 kB |
| Tags | CPython 3.9 Linux glibc 2.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
59c458e5bdb781880d8c1eda70761cfe50ffca3d3a8da035bdce5f204812a20b
|
|
BLAKE2b-256 checksum How to use checksums |
982abcd7ef6090b2f0e1ef9e827850c1686be36d596e286b68298f0c36902ee7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
|
Release files / oppai-4.1.0-cp39-cp39-manylinux2010_i686.whl
| Download URL | oppai-4.1.0-cp39-cp39-manylinux2010_i686.whl |
|---|---|
| Size | 147.1 kB |
| Tags | CPython 3.9 Linux glibc 2.12+ x86-32 |
|
SHA-256 checksum How to use checksums |
7417a9267ad548aaf7b377add8e1a1cebb995182ff37f615a4f6b421e83f1947
|
|
BLAKE2b-256 checksum How to use checksums |
fd62fcc089dfb5f9145529785ff7039f3e9e303ea0c0d6455dfafd87f2187383
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
|
Release files / oppai-4.1.0-cp39-cp39-manylinux1_x86_64.whl
| Download URL | oppai-4.1.0-cp39-cp39-manylinux1_x86_64.whl |
|---|---|
| Size | 162.4 kB |
| Tags | CPython 3.9 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
17a5eac1d608b2a449d3d7e2bd1383ad2e464e1b06a921bb1a918af4f7afb031
|
|
BLAKE2b-256 checksum How to use checksums |
f567c393f862762ab7c33af35fdb774c8428e1ebd4519d3aa0c12707ba91aee3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
|
Release files / oppai-4.1.0-cp39-cp39-manylinux1_i686.whl
| Download URL | oppai-4.1.0-cp39-cp39-manylinux1_i686.whl |
|---|---|
| Size | 147.1 kB |
| Tags | CPython 3.9 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
44ab74e5d065084f824826898153d576525dff847ab6198893bcab67d28c3804
|
|
BLAKE2b-256 checksum How to use checksums |
0c80b40a6ce7529253edb74fb407ce0a4df3ae64b453454a8b5f63839cfd6fd4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
|
Release files / oppai-4.1.0-cp38-cp38-manylinux2010_x86_64.whl
| Download URL | oppai-4.1.0-cp38-cp38-manylinux2010_x86_64.whl |
|---|---|
| Size | 162.6 kB |
| Tags | CPython 3.8 Linux glibc 2.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
2571a0557c60c914a20bdeea67f58d4b13fe1c16f8151e81262a9486a2900f12
|
|
BLAKE2b-256 checksum How to use checksums |
b14ff657c3d869aa2d1de131219515a233944827c375cd673b71bac9e8635036
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
|
Release files / oppai-4.1.0-cp38-cp38-manylinux2010_i686.whl
| Download URL | oppai-4.1.0-cp38-cp38-manylinux2010_i686.whl |
|---|---|
| Size | 147.7 kB |
| Tags | CPython 3.8 Linux glibc 2.12+ x86-32 |
|
SHA-256 checksum How to use checksums |
177b7f59853b42470f62c335d12d659b317da2357a1154a8d0f75dfa7bb583d6
|
|
BLAKE2b-256 checksum How to use checksums |
22e2412a0ea0766e23ce76547c13cd121c64db9ab683ee2b22ea6f60a35616ce
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
|
Release files / oppai-4.1.0-cp38-cp38-manylinux1_x86_64.whl
| Download URL | oppai-4.1.0-cp38-cp38-manylinux1_x86_64.whl |
|---|---|
| Size | 162.6 kB |
| Tags | CPython 3.8 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
3fa926efc6a64b5f16abaed75a542e05989f384f80d90a0747a8e42203bb32d0
|
|
BLAKE2b-256 checksum How to use checksums |
dcad7345dc6af056d01374d1882c67bf79d3cc4c71af37cd82764184f8ac4546
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
|
Release files / oppai-4.1.0-cp38-cp38-manylinux1_i686.whl
| Download URL | oppai-4.1.0-cp38-cp38-manylinux1_i686.whl |
|---|---|
| Size | 147.7 kB |
| Tags | CPython 3.8 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
0ea5d7d4ab2f86bfe65f0625a04b96d740067d8e5faccccc71659912b6354b28
|
|
BLAKE2b-256 checksum How to use checksums |
19aa127af84a27c1f422d884973bb742c59623cfdbc3b855c1bb75d6f5ba8409
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
|
Release files / oppai-4.1.0-cp37-cp37m-win_amd64.whl
| Download URL | oppai-4.1.0-cp37-cp37m-win_amd64.whl |
|---|---|
| Size | 42.7 kB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Windows x86-64 |
|
SHA-256 checksum How to use checksums |
37652d999a7706c48f81a7b2a99d9bde38debd3674acc070978aed36bfa4fa45
|
|
BLAKE2b-256 checksum How to use checksums |
8fdc644ee57bbbb1166a28476d33d61e5b629a8b37fe567a2db6f0cc160df982
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/2.7.17
|
Release files / oppai-4.1.0-cp37-cp37m-win32.whl
| Download URL | oppai-4.1.0-cp37-cp37m-win32.whl |
|---|---|
| Size | 35.0 kB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Windows x86-32 |
|
SHA-256 checksum How to use checksums |
11a16d64f534e46fb5814ce34df1bb7cd454a339d4bccec3872ada8eaf9f6314
|
|
BLAKE2b-256 checksum How to use checksums |
4bdfeb4318fbae75e29384720eb0012d43a7c6998c105be79428392f171ad3ff
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/2.7.17
|
Release files / oppai-4.1.0-cp37-cp37m-manylinux2010_x86_64.whl
| Download URL | oppai-4.1.0-cp37-cp37m-manylinux2010_x86_64.whl |
|---|---|
| Size | 161.3 kB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
366635772f62fcd47a780acb00c121c86e09b39ee16263adb6ee541ca1b6a112
|
|
BLAKE2b-256 checksum How to use checksums |
819d4e656bdd8068e999dfda2c3ba8f03a9cf3d62873fc89232ebf3b3fad4103
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
|
Release files / oppai-4.1.0-cp37-cp37m-manylinux2010_i686.whl
| Download URL | oppai-4.1.0-cp37-cp37m-manylinux2010_i686.whl |
|---|---|
| Size | 146.3 kB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32 |
|
SHA-256 checksum How to use checksums |
13a0cc1d44df24bf2774d945e36c7582fc8887e54c4efbbb9d6177125ee8d106
|
|
BLAKE2b-256 checksum How to use checksums |
29dc82bd7e19f1887104eb796dd5462fd30fe0ad0db0e1e3dd63db3a6c775134
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
|
Release files / oppai-4.1.0-cp37-cp37m-manylinux1_x86_64.whl
| Download URL | oppai-4.1.0-cp37-cp37m-manylinux1_x86_64.whl |
|---|---|
| Size | 161.3 kB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
2e76ae100c39c9b86423f23f8dadbd80396a91430c8ef1bd15ecace11a10aa5a
|
|
BLAKE2b-256 checksum How to use checksums |
14e557018ad9304b54947cfdf6fd5a07b0cecc793a7bd594b871b647ac4fa817
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
|
Release files / oppai-4.1.0-cp37-cp37m-manylinux1_i686.whl
| Download URL | oppai-4.1.0-cp37-cp37m-manylinux1_i686.whl |
|---|---|
| Size | 146.3 kB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
b59e71dfae3c84134778f0dcd5065adb4c08d63c09a7107b6dc869b588b8b2c4
|
|
BLAKE2b-256 checksum How to use checksums |
1bcb9e2b73411ebc273365cf6c39fc65785c564d32c81388c4fe52f07169788a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
|
Release files / oppai-4.1.0-cp36-cp36m-win_amd64.whl
| Download URL | oppai-4.1.0-cp36-cp36m-win_amd64.whl |
|---|---|
| Size | 42.7 kB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Windows x86-64 |
|
SHA-256 checksum How to use checksums |
c2f0d64eebc573aacbac4286fb1a6ffeb15bc660b6c8ce3c7ded0ac2381b86a8
|
|
BLAKE2b-256 checksum How to use checksums |
dde17fa995ac936a8c071887673993928809061aa9f19c073941cfe266c385b3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/2.7.17
|
Release files / oppai-4.1.0-cp36-cp36m-win32.whl
| Download URL | oppai-4.1.0-cp36-cp36m-win32.whl |
|---|---|
| Size | 35.0 kB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Windows x86-32 |
|
SHA-256 checksum How to use checksums |
000778fd3defc80003aec07b9ecce72da29df8d046ca643b26b94aff7899dd43
|
|
BLAKE2b-256 checksum How to use checksums |
6b94fe736ca384e0c616dde7e373ca25faf6cc66dffc3ad72e04e7a12307b6df
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/2.7.17
|
Release files / oppai-4.1.0-cp36-cp36m-manylinux2010_x86_64.whl
| Download URL | oppai-4.1.0-cp36-cp36m-manylinux2010_x86_64.whl |
|---|---|
| Size | 160.2 kB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
a3a30fad6e1097330cb38318968610875b55c2235291194152fd07a2e4ba8cdb
|
|
BLAKE2b-256 checksum How to use checksums |
3042260be786107c6fc7f7f01f63d03d02a6e5dc6d63992b79b05f2a0a3514d6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
|
Release files / oppai-4.1.0-cp36-cp36m-manylinux2010_i686.whl
| Download URL | oppai-4.1.0-cp36-cp36m-manylinux2010_i686.whl |
|---|---|
| Size | 145.5 kB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-32 |
|
SHA-256 checksum How to use checksums |
f024afd2f0b2750e9ee9fc704dbb9c86a97bb3531960f00aee9257b1acbf0578
|
|
BLAKE2b-256 checksum How to use checksums |
1f5d913b4c55c496bd1fb264245bb5ae3c74e968b968eb00851c7ec4b1ee4c5f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
|
Release files / oppai-4.1.0-cp36-cp36m-manylinux1_x86_64.whl
| Download URL | oppai-4.1.0-cp36-cp36m-manylinux1_x86_64.whl |
|---|---|
| Size | 160.1 kB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
115387a8535e1e44fb974f481de7b4241828d039d12da7d5ec7f3d91d97ada6b
|
|
BLAKE2b-256 checksum How to use checksums |
36887b0ff58949a6c170363d2f18f29369697dfec7e314620afe8fba63f7add3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
|
Release files / oppai-4.1.0-cp36-cp36m-manylinux1_i686.whl
| Download URL | oppai-4.1.0-cp36-cp36m-manylinux1_i686.whl |
|---|---|
| Size | 145.5 kB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
83ef0b8749f6e12df7a61e738737b0bd4897a90ef13f2a73e3457894e5d6c76e
|
|
BLAKE2b-256 checksum How to use checksums |
35c291854103781382f59a62f8a9e87f34a74f5e80772fb6f556a38a6597a6d9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
|
Release files / oppai-4.1.0-cp35-cp35m-win_amd64.whl
| Download URL | oppai-4.1.0-cp35-cp35m-win_amd64.whl |
|---|---|
| Size | 42.7 kB |
| Tags | CPython 3.5 CPython 3.5 pymalloc Windows x86-64 |
|
SHA-256 checksum How to use checksums |
10cfb75870feea261f020c1157dca973f7637569da12d53242067e7cf77fc34d
|
|
BLAKE2b-256 checksum How to use checksums |
d36864137c2f660c2ed889ffd425c180ecbff431997e2265b6754cdb1e6a34fb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/2.7.17
|
Release files / oppai-4.1.0-cp35-cp35m-win32.whl
| Download URL | oppai-4.1.0-cp35-cp35m-win32.whl |
|---|---|
| Size | 35.0 kB |
| Tags | CPython 3.5 CPython 3.5 pymalloc Windows x86-32 |
|
SHA-256 checksum How to use checksums |
b640c6d8da9acf1bd33a1e544a54844102a29c394687f555979ba601c92938b7
|
|
BLAKE2b-256 checksum How to use checksums |
abd0931c8826694a9f8ae705435e50f30de3a6be66cedc01ec17582511e76b37
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/2.7.17
|
Release files / oppai-4.1.0-cp35-cp35m-manylinux2010_x86_64.whl
| Download URL | oppai-4.1.0-cp35-cp35m-manylinux2010_x86_64.whl |
|---|---|
| Size | 159.9 kB |
| Tags | CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
690b64b455415a081c3735017687aa7f557e48f27a94839e2ec9d386c3f5c8c7
|
|
BLAKE2b-256 checksum How to use checksums |
ddd3b460d6123c127b9ec521d389954cd51ea68e6315bc5d753857df96feccc6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
|
Release files / oppai-4.1.0-cp35-cp35m-manylinux2010_i686.whl
| Download URL | oppai-4.1.0-cp35-cp35m-manylinux2010_i686.whl |
|---|---|
| Size | 145.2 kB |
| Tags | CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.12+ x86-32 |
|
SHA-256 checksum How to use checksums |
8591714358e414fb9958108bace83823a61c81c94cf719236c11d5f546c60514
|
|
BLAKE2b-256 checksum How to use checksums |
d60619948b28bfdfc076aa385371999d5466d1deed85b69bbe5b8ba111ae9d50
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
|
Release files / oppai-4.1.0-cp35-cp35m-manylinux1_x86_64.whl
| Download URL | oppai-4.1.0-cp35-cp35m-manylinux1_x86_64.whl |
|---|---|
| Size | 159.9 kB |
| Tags | CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
af7793a9f2e43d781378311ae9fd831905b64ecf44dc6331f4e258e4b22695a0
|
|
BLAKE2b-256 checksum How to use checksums |
8e3d2576b647adb2865c076f5f942c80a556cbbd22a12bc9c34f4c67a05042ca
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
|
Release files / oppai-4.1.0-cp35-cp35m-manylinux1_i686.whl
| Download URL | oppai-4.1.0-cp35-cp35m-manylinux1_i686.whl |
|---|---|
| Size | 145.2 kB |
| Tags | CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
9648554f9b65a8419ce25acb4f4e50ba0fc863f0bbec0ef929ead16c6fed9a6c
|
|
BLAKE2b-256 checksum How to use checksums |
f01050240bc002c3fd2bd6f4c89f2a1e26121fcee47163a136c21ec289b1ca98
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
|
Release files / oppai-4.1.0-cp34-cp34m-win_amd64.whl
| Download URL | oppai-4.1.0-cp34-cp34m-win_amd64.whl |
|---|---|
| Size | 40.8 kB |
| Tags | CPython 3.4 CPython 3.4 pymalloc Windows x86-64 |
|
SHA-256 checksum How to use checksums |
bdd268ab48929fd1cbcd32026979fd8dae5938e36932bddf3dba53ffcb66176c
|
|
BLAKE2b-256 checksum How to use checksums |
ddc14b7b7384cf76e7b6e796d8ca374afe2d324c9043676d8928fe391c2db35b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/2.7.17
|
Release files / oppai-4.1.0-cp34-cp34m-win32.whl
| Download URL | oppai-4.1.0-cp34-cp34m-win32.whl |
|---|---|
| Size | 33.4 kB |
| Tags | CPython 3.4 CPython 3.4 pymalloc Windows x86-32 |
|
SHA-256 checksum How to use checksums |
a241cec7b7b596803329c0742b44ce22dfa9d35286695f82fd5e6780837755f1
|
|
BLAKE2b-256 checksum How to use checksums |
23d849735ddea1fefae9d2047d19985539932df6b26a9692f20de25e00344bed
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/2.7.17
|
Release files / oppai-4.1.0-cp27-cp27m-win_amd64.whl
| Download URL | oppai-4.1.0-cp27-cp27m-win_amd64.whl |
|---|---|
| Size | 40.7 kB |
| Tags | CPython 2.7 CPython 2.7 pymalloc Windows x86-64 |
|
SHA-256 checksum How to use checksums |
261cd83383af4196524cf78e41c0f8a8b0e0b5eb855ee8a51aa80adf74a0eae3
|
|
BLAKE2b-256 checksum How to use checksums |
0ff780a449626bf38ea3915c1e022e818c14d3af2f3bc855414006270e118984
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/2.7.17
|
Release files / oppai-4.1.0-cp27-cp27m-win32.whl
| Download URL | oppai-4.1.0-cp27-cp27m-win32.whl |
|---|---|
| Size | 33.4 kB |
| Tags | CPython 2.7 CPython 2.7 pymalloc Windows x86-32 |
|
SHA-256 checksum How to use checksums |
9e7b89cf004699311e66b763d1f3647d33fb99f6c64aab63f58ead7c9e48806f
|
|
BLAKE2b-256 checksum How to use checksums |
ab1a496a448ba05419fd8a824b615333b78ab66f4bbb2175d61875c5fd58cc0c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/2.7.17
|