eventdispatch 0.1.14__tar.gz → 0.1.16__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: eventdispatch
3
- Version: 0.1.14
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
@@ -6,7 +6,7 @@ Created on 2025-05-23
6
6
  Copyright (c) 2025, Charlie Yan
7
7
  License: Apache-2.0 (see LICENSE for details)
8
8
  '''
9
- from core import *
9
+ from .core import *
10
10
 
11
11
  def python2_makedirs_wrapper(path):
12
12
  try:
@@ -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.14
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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "eventdispatch"
7
- version = "0.1.14"
7
+ version = "0.1.16"
8
8
  authors = [{name = "Charlie Yan", email = "cyanatg@gmail.com"}]
9
9
  dynamic = ["scripts", "dependencies"]
10
10
  description = "Event Dispatch: a discrete time synchronizer"
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='eventdispatch',
5
- version='0.1.14',
5
+ version='0.1.16',
6
6
  description='Event Dispatch, a discrete time synchronizer',
7
7
  url='http://github.com/cyan-at/eventdispatch',
8
8
  author='Charlie Yan',
File without changes
File without changes
File without changes