analytix ######## .. image:: https://img.shields.io/pypi/v/analytix.svg :alt: PyPI version :target: https://pypi.python.org/pypi/analytix/ .. image:: https://img.shields.io/pypi/status/analytix :alt: PyPI - Status :target: https://pypi.python.org/pypi/analytix/ .. image:: https://pepy.tech/badge/analytix :alt: Downloads :target: https://pepy.tech/project/analytix .. image:: https://img.shields.io/github/last-commit/parafoxia/analytix :alt: GitHub last commit :target: https://github.com/parafoxia/analytix .. image:: https://img.shields.io/github/license/parafoxia/analytix.svg :alt: License :target: https://github.com/parafoxia/analytix/blob/main/LICENSE | .. image:: https://github.com/parafoxia/analytix/actions/workflows/ci-tests.yml/badge.svg :target: https://github.com/parafoxia/analytix/actions/workflows/ci-tests.yml :alt: CI (Tests) .. image:: https://img.shields.io/readthedocs/analytix :alt: Read the Docs :target: https://analytix.readthedocs.io/en/latest/index.html .. image:: https://api.codeclimate.com/v1/badges/8819bdebb2d4aa8dfcb7/maintainability :alt: Maintainability :target: https://codeclimate.com/github/parafoxia/analytix/maintainability .. image:: https://api.codeclimate.com/v1/badges/8819bdebb2d4aa8dfcb7/test_coverage :alt: Test Coverage :target: https://codeclimate.com/github/parafoxia/analytix/test_coverage | A simple yet powerful wrapper for the YouTube Analytics API. Features ======== - Pythonic syntax lets you feel right at home - Dynamic error handling saves hours of troubleshooting, and makes sure only valid requests count toward your API quota - A clever interface allows you to make multiple requests across multiple sessions without reauthorising - Extra support allows the native saving of CSV files and conversion to DataFrame objects - Easy enough for beginners, but powerful enough for advanced users Contents ======== .. toctree:: :maxdepth: 1 :caption: Quickstart starting/install starting/first-report .. toctree:: :maxdepth: 1 :caption: Library reference app/analytix app/yt-analytics .. toctree:: :maxdepth: 1 :caption: Guides and other references refs/yt-analytics-setup refs/yt-analytics-reports .. toctree:: :maxdepth: 1 :caption: Information info/changelog info/migrating