Metadata-Version: 2.1
Name: hookt
Version: 0.1.4
Summary: Asynchronous function hooks using decorators.
Home-page: https://github.com/nanananisore/hookt
License: MIT
Keywords: hook,anyio,event,decorator,async
Author: nanananisore
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: anyio (>=1.2.3,<2.0.0)
Requires-Dist: wrapt (>=1.11.2,<2.0.0)
Project-URL: Repository, https://github.com/nanananisore/hookt
Description-Content-Type: text/markdown

`hookt` is an asynchronous event framework utilizing decorators.
It uses `anyio`, so it is compatible with `asyncio`, `curio` and `trio`.
For an up-to-date list of compatible backends,
see [`anyio`](https://github.com/agronholm/anyio)

## installation
`pip install hookt`

