Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Django package for getting permisssions for android app from Google Play

License

Notifications You must be signed in to change notification settings

orsinium-archive/django-google-play-permissions

Repository files navigation

Django Google Play permissions (djgpp)

Django app for getting app permissions from Google Play.

Features:

  1. Languages support.
  2. Permissions grouping
  3. Groups icons.
  4. Sorting by alphabet.
  5. Simple API.
  6. Storing and grouping permissions into database.
  7. Demo project over Docker containers with Semantic UI interface.

Installation

pip install -e git+https://github.com/orsinium/django-google-play-permissions.git#egg=djgpp

Usage

  1. Add djgpp to INSTALLED_APPS.
  2. Make your own view like into package's views.py.

Run example

  1. Build:
./build.sh
  1. Run:
./run.sh
  1. Serve to localhost:8000
  2. Drop containers after all:
./clear.sh

Run tests

  1. Install tox:
pip install tox
  1. Run tox:
tox

About

Django package for getting permisssions for android app from Google Play

Resources

License

Stars

Watchers

Forks