Metadata-Version: 2.1
Name: generic-events-manager
Version: 0.0.2
Summary: Generic class for managing events generated by an application
Home-page: UNKNOWN
Author: Tatianno Alves
Author-email: tferreiraalves@gmail.com
License: MIT License
Keywords: manager observer
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: wheel

#  GenericEventsManager

## Overview

It is a generic class for managing events generated by an application.


## Installing GenericEventsManager and Supported Versions

GenericEventsManager is available on PyPI:

`$ python -m pip install generic-events-manager`

GenericEventsManager officially supports Python 3.8+.

## Cloning the repository

`$ git clone https://github.com/tatianno/generic-events-manager.git`

