Metadata-Version: 2.1
Name: garb
Version: 0.2.2
Summary: Request Builder for Google Analytics Reporting API v4 
Home-page: https://github.com/czuhajster/garb
Author: Arkadiusz Podkowa
Author-email: 18arek@gmail.com
License: MIT
Keywords: google analytics
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.md

# GARB - Google Analytics Request Builder

GARB is a small library that provides a comfortable way of building a Request
Body for Google Analytics Reporting API v4.

## Installation

### Using pip

Install `garb` using [pip](https://pip.pypa.io/en/stable/quickstart/):

    pip install garb

### From Source

Alternatively, you can install `garb` from source:

    git clone https://github.com/czuhajster/garb


## License

GARB is licensed under [MIT License](https://github.com/czuhajster/garb/blob/main/LICENSE.md).


