Metadata-Version: 1.0
Name: yagt
Version: 0.3.1
Summary: Y's API for Google Trends.
Home-page: http://bitbucket.org/yungyuc/yagt/
Author: Yung-Yu Chen
Author-email: yungyuc+yagt@gmail.com
License: BSD
Description: yagt improves the pyGTrends tool written by Sal Uryasev
        (http://www.juiceanalytics.com/openjuice/programmatic-google-trends-api/).  The
        authentication and connection of remains similar.  In addition to provide a
        more Pythonic way to manipulate the downloaded data, yagt also give you a
        simple command line interface (CLI) to grab data from Google Trends and save to
        a csv file.
        
        After install the module, you can access the simple CLI by using::
        
        $ python -m yagt <query1> <query2> [-u username] [other options]
        
        The output will be saved to ``result.csv'' by default.  For more information
        about the options, please use ``python -m yagt -h'' for the help page.  See
        ``LICENSE.txt'' for license agreement.
Platform: Linux
Platform: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
