Metadata-Version: 2.1
Name: ganalytics
Version: 0.1.1
Summary: A python library for simple interaction with the Google Analytics API
Author-email: Mesake Navunawa <mesake.navunawa@gmail.com>
Project-URL: Homepage, https://github.com/Mesake94/ganalytics.git
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: google-analytics-data<0.19.0,>=0.18.8
Requires-Dist: pydantic<2.9.0,>=2.8.2
Requires-Dist: python-decouple<3.9,>=3.8
Requires-Dist: injector<0.23.0,>=0.22.0
Requires-Dist: coloredlogs<15.1.0,>=15.0.1

# Google Analytics Data Wrapper Library

A Python library to interact with Google Analytics data, providing a simple interface to pull reports and convert them into a table format.

## Features

- Pull reports from Google Analytics.
- Convert reports into a tabular format for easy data manipulation.

## Installation

To install the library, run:

```bash
pip install ganalytics

```

## Example
Refer to quickstart.py for example usage.
