Metadata-Version: 2.3
Name: platzky_google_tag_manager
Version: 0.1.1
Summary: 
License: MIT
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: platzky (>=1.4.2,<2.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"
    }
  }
]
```

