Metadata-Version: 2.4
Name: claude-code-easyhooks
Version: 0.0.1
Summary: Micro-framework to create hooks for Claude Code
License: LICENSE
License-File: LICENSE
Keywords: claude-code-easyhooks
Author: Lucas Rangel Cezimbra
Author-email: lucas@cezimbra.tec.br
Requires-Python: >=3.9
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Project-URL: Documentation, https://claude-code-easyhooks.readthedocs.io/
Project-URL: Homepage, https://github.com/lucasrcezimbra/claude-code-easyhooks
Project-URL: Repository, https://github.com/lucasrcezimbra/claude-code-easyhooks
Description-Content-Type: text/markdown

# Claude Code Easyhooks


[![PyPI](https://img.shields.io/pypi/v/claude-code-easyhooks.svg)](https://pypi.python.org/pypi/claude-code-easyhooks)

[![codecov](https://codecov.io/gh/lucasrcezimbra/claude-code-easyhooks/graph/badge.svg)](https://codecov.io/gh/lucasrcezimbra/claude-code-easyhooks)

[![Documentation Status](https://readthedocs.org/projects/claude-code-easyhooks/badge/?version=latest)](https://claude-code-easyhooks.readthedocs.io/en/latest/?version=latest)

Micro-framework to create hooks for Claude Code


* Documentation: https://claude-code-easyhooks.readthedocs.io.


## Installation

```bash
pip install claude-code-easyhooks
```




## How to Use

- TODO


## Contributing

Contributions are welcome, feel free to open an Issue or Pull Request.

```
git clone https://github.com/lucasrcezimbra/claude-code-easyhooks
cd claude-code-easyhooks
make install
make test
```

### Keeping Up with Template Changes

This project was generated using [cookiecutter-pypackage](https://github.com/lucasrcezimbra/cookiecutter-pypackage). To update the project with the latest template changes, you can use [cruft](https://cruft.github.io/cruft/):

```bash
make update-template
```

After running `make update-template`, review the changes and resolve any conflicts that may arise.

