Pre-release
This release is a pre-release and may not be stable for production use.
Python3 library to get information about apps on Google Play Store.
Install
$pip install google_play_reader
Usage
from google_play_reader.models import AppEntry
app_entry = AppEntry("com.newsblur")
name = app_entry.get_name()
rating_value, rating_count = app_entry.get_rating()
downloads = app_entry.get_downloads()
category = app_entry.get_category()
# ...
Contributing
Feel free to create pull requests. Be sure that your code passes our checkers:
$tox -e py36
Tests
Tests are still not being made properly. So far you can check whether it is working by running:
$python -m google_play_reader.models
Release files for google_play_reader 0.0.1.dev16
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| google_play_reader-0.0.1.dev16-py3-none-any.whl | Python 3 | none | any | Details |
Release files / google_play_reader-0.0.1.dev16-py3-none-any.whl
| Download URL | google_play_reader-0.0.1.dev16-py3-none-any.whl |
|---|---|
| Size | 5.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
48cf55ab56c78aab3973200343dedfaa81ca76e914c94e93131cefb3e0c02979
|
|
BLAKE2b-256 checksum How to use checksums |
fc63d46a38bc847362ec6bb0962a53f6a107e165ce588337e9541f7dacdfeedb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.9.1 pkginfo/1.4.1 requests/2.18.4 setuptools/36.4.0 requests-toolbelt/0.8.0 tqdm/4.15.0 CPython/3.6.1
|