Metadata-Version: 2.4
Name: simplehook-core
Version: 0.1.1
Summary: Shared core for Simplehook Python SDKs
License-Expression: MIT
Requires-Python: >=3.10
Requires-Dist: websockets<14.0,>=12.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == 'dev'
Description-Content-Type: text/markdown

# simplehook-core

Internal shared package for simplehook Python SDKs.

> Part of the [simplehook](https://simplehook.dev) ecosystem.

## What this is

This package contains the WebSocket client, frame serialization, and shared utilities used by the framework-specific SDKs:

- [`simplehook-flask`](https://pypi.org/project/simplehook-flask/) -- Flask adapter
- [`simplehook-django`](https://pypi.org/project/simplehook-django/) -- Django adapter

You should not need to install this package directly. Use one of the framework SDKs above instead.

## Links

- [Documentation](https://www.simplehook.dev/docs)
- [Dashboard](https://www.simplehook.dev/dashboard)

## License

MIT
