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

Latest commit

 

History

History
50 lines (40 loc) · 871 Bytes

README.md

File metadata and controls

50 lines (40 loc) · 871 Bytes

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