thread-order 1.2.1__tar.gz → 1.2.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {thread_order-1.2.1/thread_order.egg-info → thread_order-1.2.3}/PKG-INFO +1 -1
- {thread_order-1.2.1 → thread_order-1.2.3}/thread_order/__init__.py +1 -1
- {thread_order-1.2.1 → thread_order-1.2.3}/thread_order/ui/app.py +2 -2
- {thread_order-1.2.1 → thread_order-1.2.3/thread_order.egg-info}/PKG-INFO +1 -1
- {thread_order-1.2.1 → thread_order-1.2.3}/LICENSE +0 -0
- {thread_order-1.2.1 → thread_order-1.2.3}/README.md +0 -0
- {thread_order-1.2.1 → thread_order-1.2.3}/pyproject.toml +0 -0
- {thread_order-1.2.1 → thread_order-1.2.3}/setup.cfg +0 -0
- {thread_order-1.2.1 → thread_order-1.2.3}/tests/test_graph.py +0 -0
- {thread_order-1.2.1 → thread_order-1.2.3}/tests/test_init.py +0 -0
- {thread_order-1.2.1 → thread_order-1.2.3}/tests/test_scheduler.py +0 -0
- {thread_order-1.2.1 → thread_order-1.2.3}/thread_order/graph.py +0 -0
- {thread_order-1.2.1 → thread_order-1.2.3}/thread_order/graph_summary.py +0 -0
- {thread_order-1.2.1 → thread_order-1.2.3}/thread_order/logger.py +0 -0
- {thread_order-1.2.1 → thread_order-1.2.3}/thread_order/runner.py +0 -0
- {thread_order-1.2.1 → thread_order-1.2.3}/thread_order/scheduler.py +0 -0
- {thread_order-1.2.1 → thread_order-1.2.3}/thread_order/timer.py +0 -0
- {thread_order-1.2.1 → thread_order-1.2.3}/thread_order/ui/__init__.py +0 -0
- {thread_order-1.2.1 → thread_order-1.2.3}/thread_order.egg-info/SOURCES.txt +0 -0
- {thread_order-1.2.1 → thread_order-1.2.3}/thread_order.egg-info/dependency_links.txt +0 -0
- {thread_order-1.2.1 → thread_order-1.2.3}/thread_order.egg-info/entry_points.txt +0 -0
- {thread_order-1.2.1 → thread_order-1.2.3}/thread_order.egg-info/requires.txt +0 -0
- {thread_order-1.2.1 → thread_order-1.2.3}/thread_order.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: thread-order
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.3
|
|
4
4
|
Summary: A lightweight framework for running functions concurrently across multiple threads while maintaining a defined execution order.
|
|
5
5
|
Author-email: Emilio Reyes <soda480@gmail.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -610,12 +610,12 @@ class Runner(tb.Frame):
|
|
|
610
610
|
title="About tdrun-ui",
|
|
611
611
|
message=(
|
|
612
612
|
"tdrun-ui\n"
|
|
613
|
-
"
|
|
613
|
+
"GUI for thread-order:\n"
|
|
614
614
|
"A lightweight framework for running functions concurrently across multiple "
|
|
615
615
|
" threads while maintaining a defined execution order.\n\n"
|
|
616
616
|
"Author: Emilio Reyes\n"
|
|
617
617
|
"Email: soda480@gmail.com\n\n"
|
|
618
|
-
"Package: thread-order[
|
|
618
|
+
"Package: thread-order[ui]\n"
|
|
619
619
|
f"Version: {version}\n"
|
|
620
620
|
"https://pypi.org/project/thread-order/\n\n"
|
|
621
621
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: thread-order
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.3
|
|
4
4
|
Summary: A lightweight framework for running functions concurrently across multiple threads while maintaining a defined execution order.
|
|
5
5
|
Author-email: Emilio Reyes <soda480@gmail.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|