Skip to main content

An unofficial Python API that let you search, browse and download Android apps from Google Play Store

Project description

python-gpapi2

GitHub Actions PyPI

An unofficial Python API that let you search, browse and download Android apps from Google Play Store.

Installation

pip install python-gpapi2

Usage

[!IMPORTANT] Currently, this API is still in development. The API may change in the future.

Many features are not yet implemented at this time, I will continue to work on it.

from gpapi2 import GooglePlayAPI

gpapi = GooglePlayAPI(email="example@gmail.com")
# See README.md section "Obtaining the Google Play Store token" for more information
gpapi.login(aas_token="aas_et/AKpp...")

# Get the details of an app
# NOTE: The method currently returns a JSON string, you can use the
# `json.loads` to convert it to a Python dictionary. I will change it
# to return a user-friendly object in the future.
details = gpapi.details("com.whatsapp")

# Get the version of an app
version, version_code = gpapi.latest_version("com.whatsapp")

# Get the download link of an app
download_link = gpapi.get_download_link("com.whatsapp", version_code)

Obtaining the Google Play Store token

[!IMPORTANT] Please ensure to protect the OAuth Token or AAS Token obtained below and do not disclose it to anyone, as this could put your Google account at risk.

To use this API, you need to obtain a Google Play Store token. You can do this by following these steps:

  1. First, you need to obtain an OAuth token. You can do this by opening the following URL in your browser:

    https://accounts.google.com/embedded/setup/v2/android

    And then:

    • Open the developer console in your browser (F12)

    • Log in with your Google account on the page that appears.

    • If the Google Terms of Services page appears, accept it. (It can hang up but it's normal)

    • Go to the Application tab of the developer console.

    • Expand the Cookies section and select the https://accounts.google.com entry.

    • There should be a cookie named oauth_token. Copy its value. This is your OAuth token. (It should look like oauth2_4/0AdL...)

    • This token can be used only once.

  2. Then, you need to obtain an AAS token. Run the following code:

    from gpapi2 import GooglePlayAPI
    
    email = "example@gmail.com"
    oauth_token = "oauth2_4/0AdL..."
    aas_token = GooglePlayAPI.request_aas_token(email, oauth_token)
    print(aas_token)
    

    You should see a long string of characters. This is your AAS token. It should looks like this: aas_et/AKpp...j25Q

License

This project is licensed under the MIT License or the Apache License 2.0, at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

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

python_gpapi2-0.1.1.tar.gz (25.2 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

python_gpapi2-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

python_gpapi2-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

python_gpapi2-0.1.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

python_gpapi2-0.1.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

python_gpapi2-0.1.1-cp312-none-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.12Windows x86-64

python_gpapi2-0.1.1-cp312-none-win32.whl (1.7 MB view details)

Uploaded CPython 3.12Windows x86

python_gpapi2-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

python_gpapi2-0.1.1-cp312-cp312-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

python_gpapi2-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

python_gpapi2-0.1.1-cp311-none-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.11Windows x86-64

python_gpapi2-0.1.1-cp311-none-win32.whl (1.7 MB view details)

Uploaded CPython 3.11Windows x86

python_gpapi2-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

python_gpapi2-0.1.1-cp311-cp311-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

python_gpapi2-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

python_gpapi2-0.1.1-cp310-none-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.10Windows x86-64

python_gpapi2-0.1.1-cp310-none-win32.whl (1.7 MB view details)

Uploaded CPython 3.10Windows x86

python_gpapi2-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

python_gpapi2-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

python_gpapi2-0.1.1-cp310-cp310-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

python_gpapi2-0.1.1-cp310-cp310-macosx_10_12_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

python_gpapi2-0.1.1-cp39-none-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.9Windows x86-64

python_gpapi2-0.1.1-cp39-none-win32.whl (1.7 MB view details)

Uploaded CPython 3.9Windows x86

python_gpapi2-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

python_gpapi2-0.1.1-cp39-cp39-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

python_gpapi2-0.1.1-cp39-cp39-macosx_10_12_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

python_gpapi2-0.1.1-cp38-none-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.8Windows x86-64

python_gpapi2-0.1.1-cp38-none-win32.whl (1.7 MB view details)

Uploaded CPython 3.8Windows x86

python_gpapi2-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

python_gpapi2-0.1.1-cp37-none-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.7Windows x86-64

python_gpapi2-0.1.1-cp37-none-win32.whl (1.7 MB view details)

Uploaded CPython 3.7Windows x86

python_gpapi2-0.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

File details

Details for the file python_gpapi2-0.1.1.tar.gz.

File metadata

  • Download URL: python_gpapi2-0.1.1.tar.gz
  • Upload date:
  • Size: 25.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.5.1

File hashes

Hashes for python_gpapi2-0.1.1.tar.gz
Algorithm Hash digest
SHA256 e73dfc0865ebd53f975c1fedae2e3679cef8ad4a723a061f0db7bba92e580f8b
MD5 a69fe6341f1108afc2d0e4531f3bae98
BLAKE2b-256 6b030e65d83323a84595b402a5640abd9e66011b48e6f6a2dee00ef6e1c6fbbd

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b723a890b91c773b5aa5a3d778c6f2449eac8d688e4f886cff001ff9666925a4
MD5 782e55ebfc5d1bbc24941c9cf2096349
BLAKE2b-256 9bd5b661d27613b8925bf4686abe13772d55f5b07871fc7717065b5efa646e58

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b4dde6dfd5c1eb14d0a958fc1489e6cbb38884c9d01dcc7385707fcf1a57811d
MD5 e6d9e1f7e89666709d9d6ed0b0fc6737
BLAKE2b-256 3f4f806d47dd750825f8ca5b3afc09f261fe24604ef436b71ecde480fc55f8d2

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3e316e5be6533e6f80976a3bc9f3695e20c3d130f6f14c5ae888325ba070ff8c
MD5 9700737d5559dd9c8bfe15bd4bded6df
BLAKE2b-256 9d61806ae2300c439879657e9de90cef18aad07a6b3ae6cc6a6920fe5cc56735

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a6828cdb8ec86df7784fcb874635ae21b017d9daba7f5f9f6ee1b20fd515cbb
MD5 1df0c58c61760621fb5f1ef831420732
BLAKE2b-256 4bd3638f01972f75296458463e8e57b5d611debba437c01b93fd6a2757521c36

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 d8a0391c44bd4e9d54314af5251d44a6c55f6b3487a724b53e0f3264cf965ac9
MD5 eb9dfbcea28195da67c6fef1fadd043f
BLAKE2b-256 2bad2444d0f054fc5306b8307a7c8ba3941562ba099c5bc7b99d29aba98566e5

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp312-none-win32.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp312-none-win32.whl
Algorithm Hash digest
SHA256 ce4c9efca85d87e371e0ca69df792031f342e15ababcf636096c2174bd012e7f
MD5 819ed3fa170fa50d907571a3062550e2
BLAKE2b-256 62f099a3cfa7540fb2b43bfd4d5d0ab0c4df3c8c66d258ba872363618b053c07

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0dd5cef407c6fe6279ad609c712c5776e2a07230f7b9bf414c05317fe1f6ea44
MD5 4e1832eb7bb9cee16ded8b636802316d
BLAKE2b-256 74f8671e9b423a4c6ae897895077b2b04c704859cab30b69cc38979594b77ce2

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fb1d0b9598a073010227659a37cdf1f14b6d82f11a1dec9efab71fb3929f45d3
MD5 209957d283c8021bc1d84482f7295df4
BLAKE2b-256 5b2368945549619ba3c8968aeffece9c42bd348204263b22c552c1b2f5040926

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c09ae6c76da9d32b31e142c2f28ee34c13372ebd9a8f39a4fb57f27b09a54655
MD5 e46bca103349cd04b67e34bd464a78e5
BLAKE2b-256 f50cce900b1abe175c689fa594ee21b3fb66cc8023970656f7f260fdae168f7a

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 8644d2ebb1db6df12abe06aaa432ed626fd9887ec49ce3d300223138667793b1
MD5 c1aea5c9cef8dd805e1a265b23614373
BLAKE2b-256 d06befdfa23d579a0c2416b13936d7caa445b1752d8032575b26d3ed551c9a11

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp311-none-win32.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp311-none-win32.whl
Algorithm Hash digest
SHA256 98c42921f631cb6a21f7b470bdad72656f0931c9698f0c0e6c4ce45e4deb4d62
MD5 c23d6ebf5f1b44ee8e2a984c272885b3
BLAKE2b-256 d421f9587cae9eba80bac4d84dca3e06e0294b4f66d62308a388c396e1c8bfe0

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db904f4c6056f7130cf34b93bfe4dd4e9d420e50e5243d180934420033ca9633
MD5 b44e4dde0ae305c305374b7fd3a3b51c
BLAKE2b-256 88df08ee9bc924828a689d79877694d7e48e19c80e865dc08f4c10137098f7a5

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 47ac14734864434709a0a07fe2e9c8fb562beded840c8cc5d70ff3f704a56712
MD5 b6c4cf52ade73019017cd5c9c01e372b
BLAKE2b-256 d3aae3a94f3cabc03c50cb0926373ca709c937c4ff71e1c2fa5ffe6b50d7ef0a

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 00e548f8993abbb3f498bddbca6710b8a4567c5f259ec34882c2cd2fd79d6046
MD5 a72e4d2a5578c28735a6c690f111f0ec
BLAKE2b-256 343432ea682765e5ac7747bc93062023e78a79ecccdc1923bbcdb16654abd6ba

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 e359e1a589ab5095343f8b09ea0602d72b38df905a199491fa709e5d039518f3
MD5 4a9b53b0b00099a212cad7b172ae9d79
BLAKE2b-256 9ba062c2bd97371cffcca9fc82d9af1b5ad100ff3fc30438de8868cf37b3d01e

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp310-none-win32.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp310-none-win32.whl
Algorithm Hash digest
SHA256 4fee6589db792af9709b222d96327f0112fa97c235aac12b9b2371a919f1662e
MD5 a96113aaeda21ae6db1846e243153a27
BLAKE2b-256 0c6d64e9f3e439159120c6f5843d3dba0ddb43277fd7bb71d36a72f317c63edf

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d61749bbe36cca7039fc48cdfc79464e9d0f4231021c411f65305a632dd441f5
MD5 a10c9c6ff0eb3aa8b3d384fba6b1a6a6
BLAKE2b-256 98117938fa7aee74b4748191a46d843cebc69db742f74d6a1f0d37967b42edaa

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 882ac746f9df2b3af53bcafe4322a04b3300d93a2511adbba28c6f343d950b8a
MD5 120e6f79933915dc2198410dd59274ab
BLAKE2b-256 ee4b0490a67d6ef462a3cce026e79dbcac04c8616e7c86d4af37cd3130437b04

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 521adc2da7e21c1684730c467a911b3d5c033e3dfbb8bfb0faacef71dfe4aa41
MD5 bb65b930d298be13618e565d4de50d27
BLAKE2b-256 a3ec3303c00154c1335597f0d4da87f475185acb8f0585c787fad41432a4f44f

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6191886e26e0179d3598e24739b7ec4db91114042d17be584feab22aebd245a6
MD5 7ded70a7f48a8f28083d7dbff9954c1c
BLAKE2b-256 9eb9c7a8569979fd575eea0a2e6304e2049687229d215515214fb19c876b013d

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 54f5e63a03718ddc31af77c850cba2554bc0df7deaa420518725a90beb1fd887
MD5 242fb04f6e2665f013b39b1cb8205550
BLAKE2b-256 3ef276683168849b3cc73ab72de1665b638f92cb108faca97096b385a62618dc

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp39-none-win32.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp39-none-win32.whl
Algorithm Hash digest
SHA256 f639980e9d9a1ca80d56e20af7c20327baeea87ea2ca2c0485096e7135274f84
MD5 0e505abd4259a10f2532f2943d3d90bd
BLAKE2b-256 edbcd83c92495a340128ade21e4edcb5241c847c1b023ea0ccd7d9f531d467cf

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 21e8f7f4e4e4f3e17cfa32a04e591189c36d673cdd475c15501919b12c98d93f
MD5 33d8b5266f58546b15c3b6ea63a8822f
BLAKE2b-256 26186e3efbc7c59868b67c9f223d64fd5a721e0907a4f0d5f4672de0d434e28d

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8091f13ea9ff3de38a2db8b86fa3ca08f18b29633117b1a5ff45df735bd37488
MD5 7754336277ea3b13f5813f7bd7a68378
BLAKE2b-256 660f6973f0187169772357b1508c736379f4097cbed8c20450252ed0b7d894da

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d60dfadad45efc558a637f5155f8c05c5272cff50075606f9e74f7b8224f4318
MD5 82858ad9f1aed5917aed68b7bd849fab
BLAKE2b-256 9de275d1752c1f8f2425ec84a0a8d6fd35e085093661521b6cfe1ef75c81ade3

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 853c55edb7c1d0259e8377f61851c84ed49c9fc6d8137336348e9a3a36a08325
MD5 a7e8d57dc3771b361b4252867a1d9f42
BLAKE2b-256 5c17eb1331c9593adf0246e52be34419a5db491f8d9c0c914e446077a1d77304

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp38-none-win32.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp38-none-win32.whl
Algorithm Hash digest
SHA256 72e22024347f3ea38e481d0dd6e5300daf3922fbb05f043c722b19aa2b1a1712
MD5 44615a1898fd9d536c1df771fd1e9eb9
BLAKE2b-256 464321f151a4b1318a44df8e9048e4a4c99ee9a52baf240cc858e02ded4f5dff

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e4b872eb05b8f964e310b81c6cba955c64577e20e2d0b9f6fc39eb3a176dff5c
MD5 26109ad9a2206a7195b6146df21e710e
BLAKE2b-256 582acb76fd3f6e200e9f824bea2bc13c09d1544723a87c7bb1d3cd299ba3a685

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp37-none-win_amd64.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 10a86d392b9479f8cf6b0307dc6b56a6eb6c6a3d0dbef2626e8541f31b055a4f
MD5 98547a8ec779c2ffa467d7acd46c3ac2
BLAKE2b-256 748a322178798953295dd2dfb72c4fe1c79098dcb8578e325ef2e9dafa0b0408

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp37-none-win32.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp37-none-win32.whl
Algorithm Hash digest
SHA256 4d90ee0fb4b57faf27b458db9d835bd5c79b47a97c7ef8cbdada5d0c05cdb1ff
MD5 7479a9ffd71dbed198f9c02bcafadc48
BLAKE2b-256 db8e7176d1c91710c8aecdc3e26f4230d1163cbaab7a9d5cea5e85208468ba24

See more details on using hashes here.

File details

Details for the file python_gpapi2-0.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_gpapi2-0.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 65ebbaa198a1028fd7ee65bd5e95f23b6589eb46a34354a77dfeecb2496e194a
MD5 06c01253a0302a68efd135fc6b68b5ac
BLAKE2b-256 fa6b80825a1f8e47fe37567c8bc085af3d79e60bf57edc11332436bace9b15b6

See more details on using hashes here.

Supported by

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