Metadata-Version: 2.1
Name: ganalytics
Version: 0.1.0
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

# 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.
