eventdispatch 0.2.27__tar.gz → 0.2.28__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.
Files changed (19) hide show
  1. {eventdispatch-0.2.27/eventdispatch.egg-info → eventdispatch-0.2.28}/PKG-INFO +1 -1
  2. {eventdispatch-0.2.27 → eventdispatch-0.2.28/eventdispatch.egg-info}/PKG-INFO +1 -1
  3. {eventdispatch-0.2.27 → eventdispatch-0.2.28}/pyproject.toml +1 -1
  4. {eventdispatch-0.2.27 → eventdispatch-0.2.28}/setup.py +1 -1
  5. {eventdispatch-0.2.27 → eventdispatch-0.2.28}/LICENSE +0 -0
  6. {eventdispatch-0.2.27 → eventdispatch-0.2.28}/NOTICE +0 -0
  7. {eventdispatch-0.2.27 → eventdispatch-0.2.28}/README.md +0 -0
  8. {eventdispatch-0.2.27 → eventdispatch-0.2.28}/eventdispatch/__init__.py +0 -0
  9. {eventdispatch-0.2.27 → eventdispatch-0.2.28}/eventdispatch/common1.py +0 -0
  10. {eventdispatch-0.2.27 → eventdispatch-0.2.28}/eventdispatch/composite_semaphore.py +0 -0
  11. {eventdispatch-0.2.27 → eventdispatch-0.2.28}/eventdispatch/core.py +0 -0
  12. {eventdispatch-0.2.27 → eventdispatch-0.2.28}/eventdispatch/example1.py +0 -0
  13. {eventdispatch-0.2.27 → eventdispatch-0.2.28}/eventdispatch/example2.py +0 -0
  14. {eventdispatch-0.2.27 → eventdispatch-0.2.28}/eventdispatch.egg-info/SOURCES.txt +0 -0
  15. {eventdispatch-0.2.27 → eventdispatch-0.2.28}/eventdispatch.egg-info/dependency_links.txt +0 -0
  16. {eventdispatch-0.2.27 → eventdispatch-0.2.28}/eventdispatch.egg-info/entry_points.txt +0 -0
  17. {eventdispatch-0.2.27 → eventdispatch-0.2.28}/eventdispatch.egg-info/requires.txt +0 -0
  18. {eventdispatch-0.2.27 → eventdispatch-0.2.28}/eventdispatch.egg-info/top_level.txt +0 -0
  19. {eventdispatch-0.2.27 → eventdispatch-0.2.28}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: eventdispatch
3
- Version: 0.2.27
3
+ Version: 0.2.28
4
4
  Summary: Event Dispatch: discrete time synchronization
5
5
  Home-page: http://github.com/cyan-at/python-eventdispatch
6
6
  Author: Charlie Yan
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: eventdispatch
3
- Version: 0.2.27
3
+ Version: 0.2.28
4
4
  Summary: Event Dispatch: discrete time synchronization
5
5
  Home-page: http://github.com/cyan-at/python-eventdispatch
6
6
  Author: Charlie Yan
@@ -7,7 +7,7 @@ dependencies = [
7
7
  "argparse"
8
8
  ]
9
9
  name = "eventdispatch"
10
- version = "0.2.27"
10
+ version = "0.2.28"
11
11
  authors = [{name = "Charlie Yan", email = "cyanatg@gmail.com"}]
12
12
  dynamic = ["scripts"]
13
13
  description = "Event Dispatch: discrete time synchronization"
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='eventdispatch',
5
- version='0.2.27',
5
+ version='0.2.28',
6
6
  description='Event Dispatch, a discrete time synchronizer',
7
7
  url='http://github.com/cyan-at/python-eventdispatch',
8
8
  author='Charlie Yan',
File without changes
File without changes
File without changes
File without changes