Skip to content

Commit

Permalink
docs(README): update introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
mickare committed Aug 16, 2024
1 parent 10dd679 commit f696060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
![PyPI - License](https://img.shields.io/pypi/l/eventlib-py)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/eventlib-py)

Eventlib-py is a simple event framework for Python that can be used to decouple your code.
Eventlib-py is a small & simple event framework for Python that can be used to decouple your code.

Feature overview:

- **Fast** - JIT-compiled event chains for fast event emission.
- **Fast** - Pre-computed event chains for fast event emission.
- **Lightweight** - No extra dependencies.
- **Asynchronous** - Full support for asynchronous event handlers and context managers.
- **Priority Ordering** - Control the order in which event handlers are called.
Expand Down

0 comments on commit f696060

Please sign in to comment.