Metadata-Version: 2.3
Name: platzky_google_tag_manager
Version: 0.2.0
Summary: 
License: MIT
Requires-Python: >=3.14,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: platzky (>=2.0.0a4,<3.0.0)
Description-Content-Type: text/markdown

# Platzky Google Tag Manager Plugin

## Overview

Platzky Google Tag Manager is a plugin for the Platzky framework that allows you to set up GTM easily.

## Installation

```sh
pip install platzky-google-tag-manager
```

### Usage

```json
"plugins": [
  {
    "name": "google_tag_manager",
    "config": {
      "ID": "GTM-ID-FROM-GOOGLE"
    }
  }
]
```

