Django app for getting app permissions from Google Play.
Features:
- Languages support.
- Permissions grouping
- Groups icons.
- Sorting by alphabet.
- Simple API.
- Storing and grouping permissions into database.
- Demo project over Docker containers with Semantic UI interface.
pip install -e git+https://github.com/orsinium/django-google-play-permissions.git#egg=djgpp
- Add
djgpp
toINSTALLED_APPS
. - Make your own view like into package's views.py.
- Build:
./build.sh
- Run:
./run.sh
- Serve to localhost:8000
- Drop containers after all:
./clear.sh
- Install tox:
pip install tox
- Run tox:
tox