Metadata-Version: 2.3
Name: platzky_hotjar
Version: 0.1.0
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: gql (>=3.5.0,<4.0.0)
Requires-Dist: pydantic (>=2.10.3,<3.0.0)
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 easily.

## Installation

To install Platzky Hotjar, you can use pip:

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

### Usage

```json
"plugins": [
{
  "name": "hotjar",
  "config": {
    "/old-path": "/new-path"
  }
}
]
```

