eventdispatch 0.1.15__py3-none-any.whl → 0.1.16__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/example1.py CHANGED
@@ -205,7 +205,6 @@ class KeyboardThread(threading.Thread):
205
205
 
206
206
  while local_hb:
207
207
  self.blackboard["input_sem"].acquire()
208
- print("unblocked!!!!!!!!!")
209
208
 
210
209
  if not self.blackboard["ask"]:
211
210
  print("no longer asking, break")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: eventdispatch
3
- Version: 0.1.15
3
+ Version: 0.1.16
4
4
  Summary: Event Dispatch: a discrete time synchronizer
5
5
  Home-page: http://github.com/cyan-at/eventdispatch
6
6
  Author: Charlie Yan
@@ -0,0 +1,10 @@
1
+ eventdispatch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ eventdispatch/aux1.py,sha256=5Kicx582h5zuZrzlea1bboTP4GOrV3GMJeKnTPN2suc,8179
3
+ eventdispatch/core.py,sha256=Pk0FUcQBCF2Bpq4-gfIc6fN8dxbXrgZV1Wjv8jx7O7E,6978
4
+ eventdispatch/example1.py,sha256=Yclwdl37cyq4NQMplBNiw1MYMuQGjU1up89lzdClyso,8588
5
+ eventdispatch-0.1.16.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
6
+ eventdispatch-0.1.16.dist-info/METADATA,sha256=TmtRfNr66qbdv4kKDAG-v8PMD_MKNkoJLBDnGXnpGpk,14121
7
+ eventdispatch-0.1.16.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
8
+ eventdispatch-0.1.16.dist-info/entry_points.txt,sha256=52gXPj1zjMPWj460qrTJ6RBn3XZKFoqgNdI4iDwYOGw,71
9
+ eventdispatch-0.1.16.dist-info/top_level.txt,sha256=EFnhw7vsL0B6wdGcB7YXLOUR-2QlTLFhAF8gwp43z-U,14
10
+ eventdispatch-0.1.16.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- eventdispatch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- eventdispatch/aux1.py,sha256=5Kicx582h5zuZrzlea1bboTP4GOrV3GMJeKnTPN2suc,8179
3
- eventdispatch/core.py,sha256=Pk0FUcQBCF2Bpq4-gfIc6fN8dxbXrgZV1Wjv8jx7O7E,6978
4
- eventdispatch/example1.py,sha256=44qw29A46soQ5E5QTkOJgR7q813eyUCPAX1BGF6LJk4,8628
5
- eventdispatch-0.1.15.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
6
- eventdispatch-0.1.15.dist-info/METADATA,sha256=iNAhsXogazzRnHhpgye6HQ9A07Z-vekkJt5a-ufSANw,14121
7
- eventdispatch-0.1.15.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
8
- eventdispatch-0.1.15.dist-info/entry_points.txt,sha256=52gXPj1zjMPWj460qrTJ6RBn3XZKFoqgNdI4iDwYOGw,71
9
- eventdispatch-0.1.15.dist-info/top_level.txt,sha256=EFnhw7vsL0B6wdGcB7YXLOUR-2QlTLFhAF8gwp43z-U,14
10
- eventdispatch-0.1.15.dist-info/RECORD,,