initial commit (public reset)

This commit is contained in:
2024-04-19 18:43:52 -07:00
commit 109fbefd41
29 changed files with 2131 additions and 0 deletions

14
execlog.egg-info/PKG-INFO Normal file
View File

@@ -0,0 +1,14 @@
Metadata-Version: 2.1
Name: execlog
Version: 0.1.1
Summary: Lightweight multi-threaded job framework
Author-email: Sam Griesemer <samgriesemer@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: tqdm
# Overview
`execlog` is a package

View File

@@ -0,0 +1,19 @@
MANIFEST.in
README.md
pyproject.toml
execlog/__init__.py
execlog/handler.py
execlog/listener.py
execlog/router.py
execlog/server.py
execlog.egg-info/PKG-INFO
execlog.egg-info/SOURCES.txt
execlog.egg-info/dependency_links.txt
execlog.egg-info/requires.txt
execlog.egg-info/top_level.txt
execlog/listeners/__init__.py
execlog/listeners/path.py
execlog/routers/__init__.py
execlog/routers/path.py
execlog/util/__init__.py
execlog/util/path.py

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@
tqdm

View File

@@ -0,0 +1 @@
execlog