Metadata-Version: 2.4
Name: emitcallback
Version: 0.1.0
Project-URL: Documentation, https://pylib-emitcallback.readthedocs.io/en/latest/
Project-URL: Issues, https://github.com/Gianpy16/pylib-emitcallback/issues
Project-URL: Source, https://github.com/Gianpy16/pylib-emitcallback
Author-email: "(GianpyRock) Gianpiero Maggiulli" <gianpieromaggiulli16@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# 📶 Python Library EvEmit (Event Emitter)

Python library that implements callable collectors to call to react on an event.

Use cases are reducing the amount of coupling, components systems, events systems and games.
This project is inspired from Godot's game engine signals.

In this repository you'll find the source of the library and the source of his sphinx documentation build using [read the docs](https://about.readthedocs.com/).

Releases of this library have been published to PyPi package manager.

## Install

See here to install using pip:
- x

## Documentation

See the docs about the contents and example.
- https://pylib-emitcallback.readthedocs.io/en/latest/

## Build - Weel package with Hatch

Dependencies: [Hatch](https://hatch.pypa.io/1.12/)

Run the following:

```
python -m hatch build
```
