Metadata-Version: 1.0
Name: pyga
Version: 1.1
Summary: Server side implemenation of Google Analytics in Python.
Home-page: https://github.com/kra3/py-ga-mob
Author: Arun K.R.
Author-email: the1.arun@gmail.com
License: Simplified BSD
Description: pyga is a server side implementation of Google Analytics in Python.
        
        This project only helps you with Data Collection part of GA.
        
        Insted of popular javascipt implementation of GA, this implementation
        make use of mobiletracking facility - ie., without Java Script - at the
        server side. This implementation is in Python.
        
        To know more about mobiletracking see:
        http://code.google.com/apis/analytics/docs/mobile/mobileWebsites.html
        
        
        
Keywords: google analytics  mobile server
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
