Metadata-Version: 2.3
Name: platzky_hotjar
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
Description-Content-Type: text/markdown

# Platzky Hotjar Plugin

## Overview

Platzky Hotjar is a plugin for the Platzky framework that allows you to set up hotjar.

## Installation

To install Platzky Hotjar, you can use pip:

```sh
pip install platzky-hotjar
```

### Usage

```json
"plugins": [
    {
        "name": "hotjar",
        "config": {
            "ID": your_hotjar_id,
        },
    }
]
```

