Metadata-Version: 2.1
Name: turbo-stream
Version: 0.0.8
Summary: A module for down-streaming data from a selection of vendors.
Home-page: https://github.com/DirksCGM/turbo-stream.git
Author: DirksCGM
Author-email: dirkscgm@gmail.com
License: MIT
Keywords: pip,google_analytics,google_search_console
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: boto3 (~=1.21.16)
Requires-Dist: google-api-python-client (==2.39.0)
Requires-Dist: oauth2client (==4.1.3)
Requires-Dist: pandas (~=1.4.1)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: PyYAML (==6.0)
Requires-Dist: setuptools (~=60.9.3)
Requires-Dist: oauthlib (==3.2.0)
Requires-Dist: pyarrow (==7.0.0)
Requires-Dist: coverage (==6.3.2)
Requires-Dist: pylint (==2.12.2)
Requires-Dist: pytest (==7.0.1)
Requires-Dist: pyOpenSSL
Requires-Dist: botocore (~=1.24.16)
Requires-Dist: moto (~=3.0.7)

# turbo-stream

A module for down-streaming data from a selection of vendors.

[![tests](https://github.com/DirksCGM/turbo-stream/actions/workflows/tests.yml/badge.svg)](https://github.com/DirksCGM/turbo-stream/actions/workflows/tests.yml)
[![publish to pypi](https://github.com/DirksCGM/turbo-stream/actions/workflows/publish.yml/badge.svg)](https://github.com/DirksCGM/turbo-stream/actions/workflows/publish.yml)
![PyPI](https://img.shields.io/pypi/v/turbo_stream)
![PyPI - Downloads](https://img.shields.io/pypi/dm/turbo_stream)
[![CodeQL](https://github.com/DirksCGM/turbo-stream/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/DirksCGM/turbo-stream/actions/workflows/codeql-analysis.yml)

The solution is still under early stages of development, along with the wiki that can be found [Here](https://github.com/DirksCGM/turbo-stream.wiki.git).

Current support includes:
* [Google Analytics V4 Reporting Api](https://github.com/DirksCGM/turbo-stream/wiki/Google-Analytics-V4-Reporting-Api)
* [Google Search Console Api](https://github.com/DirksCGM/turbo-stream/wiki/Google-Search-Console-Api)


