eventdispatch 0.1.20__py3-none-any.whl → 0.1.21__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.20.dist-info → eventdispatch-0.1.21.dist-info}/METADATA +9 -1
- {eventdispatch-0.1.20.dist-info → eventdispatch-0.1.21.dist-info}/RECORD +6 -6
- {eventdispatch-0.1.20.dist-info → eventdispatch-0.1.21.dist-info}/LICENSE +0 -0
- {eventdispatch-0.1.20.dist-info → eventdispatch-0.1.21.dist-info}/WHEEL +0 -0
- {eventdispatch-0.1.20.dist-info → eventdispatch-0.1.21.dist-info}/entry_points.txt +0 -0
- {eventdispatch-0.1.20.dist-info → eventdispatch-0.1.21.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.21
|
4
4
|
Summary: Event Dispatch: discrete time synchronization
|
5
5
|
Home-page: http://github.com/cyan-at/eventdispatch
|
6
6
|
Author: Charlie Yan
|
@@ -236,3 +236,11 @@ virtualenv try-eventdispatch
|
|
236
236
|
. try-eventdispatch/bin/activate
|
237
237
|
pip install eventdispatch
|
238
238
|
```
|
239
|
+
|
240
|
+
## Issues/Contributing
|
241
|
+
|
242
|
+
I do not expect the `core` module to be volatile much since the mechanism is very straightforward.
|
243
|
+
|
244
|
+
Any volatility can arguably be captured in `Event` or `EventDispatch` child classes.
|
245
|
+
|
246
|
+
Although archived, I do actively maintain this repo. Please open an issue or file a fork+PR if you have any bugs/bugfixes/features!
|
@@ -2,9 +2,9 @@ eventdispatch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
eventdispatch/aux1.py,sha256=pImLomr3y3a4YKDWtxVRwZEd2pCqjBA_LaNOTZhDbyM,8284
|
3
3
|
eventdispatch/core.py,sha256=Pk0FUcQBCF2Bpq4-gfIc6fN8dxbXrgZV1Wjv8jx7O7E,6978
|
4
4
|
eventdispatch/example1.py,sha256=9ktrmVJNJ7WC4ugArXOXyKuSNqbu2qFYIrEeaO_AynY,9165
|
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.21.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
|
6
|
+
eventdispatch-0.1.21.dist-info/METADATA,sha256=8ahgYeGFpC1tUFT78aVBO8L6raXoazKHoA4TqX56rIA,14609
|
7
|
+
eventdispatch-0.1.21.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
8
|
+
eventdispatch-0.1.21.dist-info/entry_points.txt,sha256=52gXPj1zjMPWj460qrTJ6RBn3XZKFoqgNdI4iDwYOGw,71
|
9
|
+
eventdispatch-0.1.21.dist-info/top_level.txt,sha256=EFnhw7vsL0B6wdGcB7YXLOUR-2QlTLFhAF8gwp43z-U,14
|
10
|
+
eventdispatch-0.1.21.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|