Skip to main content

osu! pp and difficulty calculator, C bindings

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

oppai-4.1.0.tar.gz (55.5 kB view details)

Uploaded Source

Built Distributions

oppai-4.1.0-cp39-cp39-manylinux2010_x86_64.whl (162.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

oppai-4.1.0-cp39-cp39-manylinux2010_i686.whl (147.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

oppai-4.1.0-cp39-cp39-manylinux1_x86_64.whl (162.4 kB view details)

Uploaded CPython 3.9

oppai-4.1.0-cp39-cp39-manylinux1_i686.whl (147.1 kB view details)

Uploaded CPython 3.9

oppai-4.1.0-cp38-cp38-manylinux2010_x86_64.whl (162.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

oppai-4.1.0-cp38-cp38-manylinux2010_i686.whl (147.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

oppai-4.1.0-cp38-cp38-manylinux1_x86_64.whl (162.6 kB view details)

Uploaded CPython 3.8

oppai-4.1.0-cp38-cp38-manylinux1_i686.whl (147.7 kB view details)

Uploaded CPython 3.8

oppai-4.1.0-cp37-cp37m-win_amd64.whl (42.7 kB view details)

Uploaded CPython 3.7m Windows x86-64

oppai-4.1.0-cp37-cp37m-win32.whl (35.0 kB view details)

Uploaded CPython 3.7m Windows x86

oppai-4.1.0-cp37-cp37m-manylinux2010_x86_64.whl (161.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

oppai-4.1.0-cp37-cp37m-manylinux2010_i686.whl (146.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

oppai-4.1.0-cp37-cp37m-manylinux1_x86_64.whl (161.3 kB view details)

Uploaded CPython 3.7m

oppai-4.1.0-cp37-cp37m-manylinux1_i686.whl (146.3 kB view details)

Uploaded CPython 3.7m

oppai-4.1.0-cp36-cp36m-win_amd64.whl (42.7 kB view details)

Uploaded CPython 3.6m Windows x86-64

oppai-4.1.0-cp36-cp36m-win32.whl (35.0 kB view details)

Uploaded CPython 3.6m Windows x86

oppai-4.1.0-cp36-cp36m-manylinux2010_x86_64.whl (160.2 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

oppai-4.1.0-cp36-cp36m-manylinux2010_i686.whl (145.5 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

oppai-4.1.0-cp36-cp36m-manylinux1_x86_64.whl (160.1 kB view details)

Uploaded CPython 3.6m

oppai-4.1.0-cp36-cp36m-manylinux1_i686.whl (145.5 kB view details)

Uploaded CPython 3.6m

oppai-4.1.0-cp35-cp35m-win_amd64.whl (42.7 kB view details)

Uploaded CPython 3.5m Windows x86-64

oppai-4.1.0-cp35-cp35m-win32.whl (35.0 kB view details)

Uploaded CPython 3.5m Windows x86

oppai-4.1.0-cp35-cp35m-manylinux2010_x86_64.whl (159.9 kB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ x86-64

oppai-4.1.0-cp35-cp35m-manylinux2010_i686.whl (145.2 kB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

oppai-4.1.0-cp35-cp35m-manylinux1_x86_64.whl (159.9 kB view details)

Uploaded CPython 3.5m

oppai-4.1.0-cp35-cp35m-manylinux1_i686.whl (145.2 kB view details)

Uploaded CPython 3.5m

oppai-4.1.0-cp34-cp34m-win_amd64.whl (40.8 kB view details)

Uploaded CPython 3.4m Windows x86-64

oppai-4.1.0-cp34-cp34m-win32.whl (33.4 kB view details)

Uploaded CPython 3.4m Windows x86

oppai-4.1.0-cp27-cp27m-win_amd64.whl (40.7 kB view details)

Uploaded CPython 2.7m Windows x86-64

oppai-4.1.0-cp27-cp27m-win32.whl (33.4 kB view details)

Uploaded CPython 2.7m Windows x86

File details

Details for the file oppai-4.1.0.tar.gz.

File metadata

  • Download URL: oppai-4.1.0.tar.gz
  • Upload date:
  • Size: 55.5 kB
  • Tags: Source
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0.tar.gz
Algorithm Hash digest
SHA256 494d661090e0c1f6b2ea5e1d6d1c5bbe941f339ce193d8b1df8d0a7acfa742ae
MD5 ab45a4dd0b3c9c2a831eb26edfc3ec6a
BLAKE2b-256 a6f6ca877645d9c335d97167b93abe228aef9f11bd0b43d36ca44d459447f5f2

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: oppai-4.1.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 162.4 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 59c458e5bdb781880d8c1eda70761cfe50ffca3d3a8da035bdce5f204812a20b
MD5 5bef452a7bfc2da40557a0331a51167c
BLAKE2b-256 982abcd7ef6090b2f0e1ef9e827850c1686be36d596e286b68298f0c36902ee7

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: oppai-4.1.0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 147.1 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7417a9267ad548aaf7b377add8e1a1cebb995182ff37f615a4f6b421e83f1947
MD5 50e66198e2c4ed8cc8b5d23b758e27cb
BLAKE2b-256 fd62fcc089dfb5f9145529785ff7039f3e9e303ea0c0d6455dfafd87f2187383

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: oppai-4.1.0-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 162.4 kB
  • Tags: CPython 3.9
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 17a5eac1d608b2a449d3d7e2bd1383ad2e464e1b06a921bb1a918af4f7afb031
MD5 c5a4d4671fa2419cba5a8af2ae9749a9
BLAKE2b-256 f567c393f862762ab7c33af35fdb774c8428e1ebd4519d3aa0c12707ba91aee3

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: oppai-4.1.0-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 147.1 kB
  • Tags: CPython 3.9
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 44ab74e5d065084f824826898153d576525dff847ab6198893bcab67d28c3804
MD5 affc4f54a991ff888e5b0807390fc670
BLAKE2b-256 0c80b40a6ce7529253edb74fb407ce0a4df3ae64b453454a8b5f63839cfd6fd4

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: oppai-4.1.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 162.6 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2571a0557c60c914a20bdeea67f58d4b13fe1c16f8151e81262a9486a2900f12
MD5 f12a39b72f5799b58dbe12c7d2b45557
BLAKE2b-256 b14ff657c3d869aa2d1de131219515a233944827c375cd673b71bac9e8635036

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: oppai-4.1.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 147.7 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 177b7f59853b42470f62c335d12d659b317da2357a1154a8d0f75dfa7bb583d6
MD5 e499bb6a314308ef3c9979a61d6c9aa3
BLAKE2b-256 22e2412a0ea0766e23ce76547c13cd121c64db9ab683ee2b22ea6f60a35616ce

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: oppai-4.1.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 162.6 kB
  • Tags: CPython 3.8
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3fa926efc6a64b5f16abaed75a542e05989f384f80d90a0747a8e42203bb32d0
MD5 a9c0b2bb071f6bd09f154fe135a69305
BLAKE2b-256 dcad7345dc6af056d01374d1882c67bf79d3cc4c71af37cd82764184f8ac4546

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: oppai-4.1.0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 147.7 kB
  • Tags: CPython 3.8
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 0ea5d7d4ab2f86bfe65f0625a04b96d740067d8e5faccccc71659912b6354b28
MD5 7400ed47e9b55c17e7aae8b9c9f8727f
BLAKE2b-256 19aa127af84a27c1f422d884973bb742c59623cfdbc3b855c1bb75d6f5ba8409

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: oppai-4.1.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 42.7 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 37652d999a7706c48f81a7b2a99d9bde38debd3674acc070978aed36bfa4fa45
MD5 877fdd82a2684d5d4c5b8fd442c6554b
BLAKE2b-256 8fdc644ee57bbbb1166a28476d33d61e5b629a8b37fe567a2db6f0cc160df982

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: oppai-4.1.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 35.0 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 11a16d64f534e46fb5814ce34df1bb7cd454a339d4bccec3872ada8eaf9f6314
MD5 9e6f4b17eec10c8966563dd07f0ecf1c
BLAKE2b-256 4bdfeb4318fbae75e29384720eb0012d43a7c6998c105be79428392f171ad3ff

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: oppai-4.1.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 161.3 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 366635772f62fcd47a780acb00c121c86e09b39ee16263adb6ee541ca1b6a112
MD5 ea5c28c87f7b20de10fac431806a9665
BLAKE2b-256 819d4e656bdd8068e999dfda2c3ba8f03a9cf3d62873fc89232ebf3b3fad4103

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: oppai-4.1.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 146.3 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 13a0cc1d44df24bf2774d945e36c7582fc8887e54c4efbbb9d6177125ee8d106
MD5 4f5c4398327d76fe42a6895cdef8871b
BLAKE2b-256 29dc82bd7e19f1887104eb796dd5462fd30fe0ad0db0e1e3dd63db3a6c775134

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: oppai-4.1.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 161.3 kB
  • Tags: CPython 3.7m
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2e76ae100c39c9b86423f23f8dadbd80396a91430c8ef1bd15ecace11a10aa5a
MD5 46ff5458b22be95bcd457bfcca148975
BLAKE2b-256 14e557018ad9304b54947cfdf6fd5a07b0cecc793a7bd594b871b647ac4fa817

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: oppai-4.1.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 146.3 kB
  • Tags: CPython 3.7m
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b59e71dfae3c84134778f0dcd5065adb4c08d63c09a7107b6dc869b588b8b2c4
MD5 7a30d9e839bb9b5a28c348fa5e7e7033
BLAKE2b-256 1bcb9e2b73411ebc273365cf6c39fc65785c564d32c81388c4fe52f07169788a

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: oppai-4.1.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 42.7 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 c2f0d64eebc573aacbac4286fb1a6ffeb15bc660b6c8ce3c7ded0ac2381b86a8
MD5 0f8be3fb6068072ab0ccb6f0b429a0ad
BLAKE2b-256 dde17fa995ac936a8c071887673993928809061aa9f19c073941cfe266c385b3

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: oppai-4.1.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 35.0 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 000778fd3defc80003aec07b9ecce72da29df8d046ca643b26b94aff7899dd43
MD5 deb49e845e1f9ed865507c25590712c6
BLAKE2b-256 6b94fe736ca384e0c616dde7e373ca25faf6cc66dffc3ad72e04e7a12307b6df

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: oppai-4.1.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 160.2 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a3a30fad6e1097330cb38318968610875b55c2235291194152fd07a2e4ba8cdb
MD5 865c27144595d9d7249792b258028e60
BLAKE2b-256 3042260be786107c6fc7f7f01f63d03d02a6e5dc6d63992b79b05f2a0a3514d6

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: oppai-4.1.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 145.5 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f024afd2f0b2750e9ee9fc704dbb9c86a97bb3531960f00aee9257b1acbf0578
MD5 7c767211f1933c428644d3086eeaaa6a
BLAKE2b-256 1f5d913b4c55c496bd1fb264245bb5ae3c74e968b968eb00851c7ec4b1ee4c5f

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: oppai-4.1.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 160.1 kB
  • Tags: CPython 3.6m
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 115387a8535e1e44fb974f481de7b4241828d039d12da7d5ec7f3d91d97ada6b
MD5 f8655ea96d05256e22760b133b588bae
BLAKE2b-256 36887b0ff58949a6c170363d2f18f29369697dfec7e314620afe8fba63f7add3

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: oppai-4.1.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 145.5 kB
  • Tags: CPython 3.6m
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 83ef0b8749f6e12df7a61e738737b0bd4897a90ef13f2a73e3457894e5d6c76e
MD5 80b1fa21d7bab75d07867d4eddf6f754
BLAKE2b-256 35c291854103781382f59a62f8a9e87f34a74f5e80772fb6f556a38a6597a6d9

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: oppai-4.1.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 42.7 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 10cfb75870feea261f020c1157dca973f7637569da12d53242067e7cf77fc34d
MD5 1e214fe5da7adb3ae2c0a73cc0f70f60
BLAKE2b-256 d36864137c2f660c2ed889ffd425c180ecbff431997e2265b6754cdb1e6a34fb

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp35-cp35m-win32.whl.

File metadata

  • Download URL: oppai-4.1.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 35.0 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 b640c6d8da9acf1bd33a1e544a54844102a29c394687f555979ba601c92938b7
MD5 0b1e845408a1e05ee5138ec3b9785e68
BLAKE2b-256 abd0931c8826694a9f8ae705435e50f30de3a6be66cedc01ec17582511e76b37

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: oppai-4.1.0-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 159.9 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 690b64b455415a081c3735017687aa7f557e48f27a94839e2ec9d386c3f5c8c7
MD5 4c11cec4cfb5f1ecace177c2512e4dea
BLAKE2b-256 ddd3b460d6123c127b9ec521d389954cd51ea68e6315bc5d753857df96feccc6

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: oppai-4.1.0-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 145.2 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8591714358e414fb9958108bace83823a61c81c94cf719236c11d5f546c60514
MD5 541f268e77f568749f908bc44413b9e2
BLAKE2b-256 d60619948b28bfdfc076aa385371999d5466d1deed85b69bbe5b8ba111ae9d50

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: oppai-4.1.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 159.9 kB
  • Tags: CPython 3.5m
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 af7793a9f2e43d781378311ae9fd831905b64ecf44dc6331f4e258e4b22695a0
MD5 2b1f90ddd87e469aa689c11deab2ff3d
BLAKE2b-256 8e3d2576b647adb2865c076f5f942c80a556cbbd22a12bc9c34f4c67a05042ca

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: oppai-4.1.0-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 145.2 kB
  • Tags: CPython 3.5m
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 9648554f9b65a8419ce25acb4f4e50ba0fc863f0bbec0ef929ead16c6fed9a6c
MD5 c8d3ecbdf5b71eb55df044df6f24d838
BLAKE2b-256 f01050240bc002c3fd2bd6f4c89f2a1e26121fcee47163a136c21ec289b1ca98

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp34-cp34m-win_amd64.whl.

File metadata

  • Download URL: oppai-4.1.0-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 40.8 kB
  • Tags: CPython 3.4m, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 bdd268ab48929fd1cbcd32026979fd8dae5938e36932bddf3dba53ffcb66176c
MD5 daeb26ebceddf1ad75807b2f3213898f
BLAKE2b-256 ddc14b7b7384cf76e7b6e796d8ca374afe2d324c9043676d8928fe391c2db35b

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp34-cp34m-win32.whl.

File metadata

  • Download URL: oppai-4.1.0-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 33.4 kB
  • Tags: CPython 3.4m, Windows x86
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 a241cec7b7b596803329c0742b44ce22dfa9d35286695f82fd5e6780837755f1
MD5 f3d4882e1030cb2490328dba40b1dfa4
BLAKE2b-256 23d849735ddea1fefae9d2047d19985539932df6b26a9692f20de25e00344bed

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: oppai-4.1.0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 40.7 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 261cd83383af4196524cf78e41c0f8a8b0e0b5eb855ee8a51aa80adf74a0eae3
MD5 7004c4d36157324b70cfb122cd37e422
BLAKE2b-256 0ff780a449626bf38ea3915c1e022e818c14d3af2f3bc855414006270e118984

See more details on using hashes here.

File details

Details for the file oppai-4.1.0-cp27-cp27m-win32.whl.

File metadata

  • Download URL: oppai-4.1.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 33.4 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using 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

File hashes

Hashes for oppai-4.1.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 9e7b89cf004699311e66b763d1f3647d33fb99f6c64aab63f58ead7c9e48806f
MD5 9e049ec41fbe8f820b357e432d8f91ae
BLAKE2b-256 ab1a496a448ba05419fd8a824b615333b78ab66f4bbb2175d61875c5fd58cc0c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page