Metadata-Version: 1.1
Name: django-googleplay-api
Version: 1.1.0
Summary: Google Play API, with configuration on Django.
Home-page: http://github.com/gotlium/django-googleplay-api
Author: GoTLiuM InSPiRiT
Author-email: gotlium@gmail.com
License: UNKNOWN
Description: >>> from djgpa.api import GooglePlay
        >>>
        >>> api = GooglePlay().auth()
        >>> details = api.details('com.workpail.inkpad.notepad.notes')
        >>> print details.docV2.title, details.docV2.creator
        
Keywords: django googleplay api
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
