Metadata-Version: 2.1
Name: google-csv-helper
Version: 1.0.2
Summary: A simple tool that takes CSV reports from Google Adsense, Google Admob, and Google Analytics and outputs them in JSON / Pandas.DataFrame format.
Home-page: https://github.com/changyy/google-csv-helper
Download-URL: https://pypi.org/project/google-csv-helper/
Author: Yuan-Yi Chang
Author-email: <changyy.csie@gmail.com>
Keywords: python,google,csv,adsense,admob,report
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS :: MacOS X
Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: numpy (==1.24.3)
Requires-Dist: pandas (==2.0.2)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: pytz (==2023.3)
Requires-Dist: six (==1.16.0)
Requires-Dist: tzdata (==2023.3)

A simple tool that takes CSV reports from Google Adsense, Google Admob, and Google Analytics and outputs them in JSON / Pandas.DataFrame format.
