Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NoMore201/googleplay-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.2
Choose a base ref
...
head repository: NoMore201/googleplay-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
__pycache__/
.ropeproject/
*.swp
*.apk
*.obb
build/
dist/
*.egg-info/
.idea/
.venv/

# This file will be generated during build
gpapi/googleplay_pb2.py
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- "2.7"
- "3.5"
install: pip install .
script: python test.py
script: python test/test.py
8 changes: 0 additions & 8 deletions Documentation/README.md

This file was deleted.

48 changes: 0 additions & 48 deletions Documentation/auth/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions Documentation/download/README.md

This file was deleted.

Binary file removed Documentation/download/download-delivery-byte
Binary file not shown.
45 changes: 0 additions & 45 deletions Documentation/search/README.md

This file was deleted.

Loading