rename to execlib, update package details

This commit is contained in:
2024-05-14 22:05:02 -07:00
parent e7b97e8b8c
commit 54327432fa
28 changed files with 60 additions and 81 deletions

View File

@@ -1,5 +1,5 @@
# Overview
`execlog` is a lightweight multi-threaded job framework written in Python. It implements a
`execlib` is a lightweight multi-threaded job framework written in Python. It implements a
simple event-based model over core Python utilities like `ThreadPoolExecutor` to
facilitate reactivity and manage concurrent responses.