Metadata-Version: 1.1
Name: easyadwords
Version: 0.1.3
Summary: User friendly wrapper for Google AdWords
Home-page: https://github.com/danielpoonwj/easyadwords
Author: Daniel Poon
Author-email: daniel.poon.wenjie@gmail.com
License: Apache Software License 2.0
Description: ===========
        easyadwords
        ===========
        
        
        .. image:: https://img.shields.io/pypi/v/easyadwords.svg
                :target: https://pypi.python.org/pypi/easyadwords
        
        .. image:: https://readthedocs.org/projects/easyadwords/badge/?version=latest
                :target: https://easyadwords.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        User friendly wrapper for Google AdWords
        
        
        * Free software: Apache Software License 2.0
        * Documentation: https://easyadwords.readthedocs.io.
        
        
        Features
        --------
        
        * Access most reporting functions of the powerful AdWords API (relatively) painlessly
        
        Installation
        ------------
        
        .. code-block:: bash
        
            $ pip install easyadwords
        
        
        =======
        History
        =======
        
        0.1.3 (2016-09-08)
        ------------------
        * Retry with incremental backoff logic applied to most functions
        
        0.1.2 (2016-08-29)
        ------------------
        * Added get_all_account_info to AdwordsUtility
        * Added date_range to utils
        
        0.1.1 (2016-08-29)
        ------------------
        * Download report as GZIPPED_CSV, then unzip and load locally.
        
        0.1.0 (2016-08-26)
        ------------------
        
        * First release on PyPI.
        
Keywords: google,adwords,wrapper
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
