eventdispatch 0.1.11__py3-none-any.whl → 0.1.13__py3-none-any.whl
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.
- {eventdispatch-0.1.11.dist-info → eventdispatch-0.1.13.dist-info}/METADATA +4 -5
- {eventdispatch-0.1.11.dist-info → eventdispatch-0.1.13.dist-info}/RECORD +6 -6
- {eventdispatch-0.1.11.dist-info → eventdispatch-0.1.13.dist-info}/LICENSE +0 -0
- {eventdispatch-0.1.11.dist-info → eventdispatch-0.1.13.dist-info}/WHEEL +0 -0
- {eventdispatch-0.1.11.dist-info → eventdispatch-0.1.13.dist-info}/entry_points.txt +0 -0
- {eventdispatch-0.1.11.dist-info → eventdispatch-0.1.13.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: eventdispatch
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.13
|
4
4
|
Summary: Event Dispatch: a discrete time synchronizer
|
5
5
|
Home-page: http://github.com/cyan-at/eventdispatch
|
6
6
|
Author: Charlie Yan
|
@@ -209,13 +209,12 @@ License:
|
|
209
209
|
limitations under the License.
|
210
210
|
Project-URL: Homepage, https://github.com/cyan-at/eventdispatch
|
211
211
|
Project-URL: Issues, https://github.com/cyan-at/eventdispatch/issues
|
212
|
+
Keywords: threading,eventdispatch,event,dispatch,concurrency,synchronization,robotics,behaviour,behavior,behaviortree
|
212
213
|
Classifier: Programming Language :: Python :: 3
|
213
214
|
Classifier: Operating System :: POSIX :: Linux
|
214
215
|
Requires-Python: >=3.9
|
215
216
|
Description-Content-Type: text/markdown
|
216
217
|
License-File: LICENSE
|
217
|
-
Requires-Dist: argparse
|
218
|
-
Requires-Dist: threading
|
219
218
|
|
220
219
|
# eventdispatch
|
221
220
|
Event Dispatch: a discrete time synchronizer
|
@@ -231,7 +230,7 @@ sudo apt update
|
|
231
230
|
sudo apt install python3-eventdispatch
|
232
231
|
```
|
233
232
|
|
234
|
-
## python3: pip installation
|
233
|
+
## python3: [pip](https://pypi.org/project/eventdispatch/0.1.12/) installation
|
235
234
|
```
|
236
|
-
|
235
|
+
pip install eventdispatch
|
237
236
|
```
|
@@ -2,9 +2,9 @@ eventdispatch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
eventdispatch/aux1.py,sha256=u8XP5V2gZj1FlqEbLf9JWvz_1-Seh_Ds9fr-E2lzq8w,8178
|
3
3
|
eventdispatch/core.py,sha256=Pk0FUcQBCF2Bpq4-gfIc6fN8dxbXrgZV1Wjv8jx7O7E,6978
|
4
4
|
eventdispatch/example1.py,sha256=No8T2gnvAXXk5_mgpWIr8n8HYxcjKII-Bi5DKqjtA1U,8626
|
5
|
-
eventdispatch-0.1.
|
6
|
-
eventdispatch-0.1.
|
7
|
-
eventdispatch-0.1.
|
8
|
-
eventdispatch-0.1.
|
9
|
-
eventdispatch-0.1.
|
10
|
-
eventdispatch-0.1.
|
5
|
+
eventdispatch-0.1.13.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
|
6
|
+
eventdispatch-0.1.13.dist-info/METADATA,sha256=g8VrC8O-31bLiO7Ef2oRWZukPRqfRbLmIBHTKjPRg7w,14084
|
7
|
+
eventdispatch-0.1.13.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
8
|
+
eventdispatch-0.1.13.dist-info/entry_points.txt,sha256=52gXPj1zjMPWj460qrTJ6RBn3XZKFoqgNdI4iDwYOGw,71
|
9
|
+
eventdispatch-0.1.13.dist-info/top_level.txt,sha256=EFnhw7vsL0B6wdGcB7YXLOUR-2QlTLFhAF8gwp43z-U,14
|
10
|
+
eventdispatch-0.1.13.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|