eventdispatch 0.1.13__tar.gz → 0.1.14__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.13
3
+ Version: 0.1.14
4
4
  Summary: Event Dispatch: a discrete time synchronizer
5
5
  Home-page: http://github.com/cyan-at/eventdispatch
6
6
  Author: Charlie Yan
@@ -216,7 +216,7 @@ Requires-Python: >=3.9
216
216
  Description-Content-Type: text/markdown
217
217
  License-File: LICENSE
218
218
 
219
- # eventdispatch
219
+ # [eventdispatch](https://github.com/cyan-at/eventdispatch)
220
220
  Event Dispatch: a discrete time synchronizer
221
221
 
222
222
  ## Documentation
@@ -230,7 +230,7 @@ sudo apt update
230
230
  sudo apt install python3-eventdispatch
231
231
  ```
232
232
 
233
- ## python3: [pip](https://pypi.org/project/eventdispatch/0.1.12/) installation
233
+ ## python3: [pip](https://pypi.org/project/eventdispatch/) installation
234
234
  ```
235
235
  pip install eventdispatch
236
236
  ```
@@ -1,4 +1,4 @@
1
- # eventdispatch
1
+ # [eventdispatch](https://github.com/cyan-at/eventdispatch)
2
2
  Event Dispatch: a discrete time synchronizer
3
3
 
4
4
  ## Documentation
@@ -12,7 +12,7 @@ sudo apt update
12
12
  sudo apt install python3-eventdispatch
13
13
  ```
14
14
 
15
- ## python3: [pip](https://pypi.org/project/eventdispatch/0.1.12/) installation
15
+ ## python3: [pip](https://pypi.org/project/eventdispatch/) installation
16
16
  ```
17
17
  pip install eventdispatch
18
18
  ```
@@ -8,8 +8,8 @@ Copyright (c) 2025, Charlie Yan
8
8
  License: Apache-2.0 (see LICENSE for details)
9
9
  '''
10
10
 
11
- from core import *
12
- from aux1 import *
11
+ from .core import *
12
+ from .aux1 import *
13
13
 
14
14
  import signal, time, os, sys, random, threading
15
15
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: eventdispatch
3
- Version: 0.1.13
3
+ Version: 0.1.14
4
4
  Summary: Event Dispatch: a discrete time synchronizer
5
5
  Home-page: http://github.com/cyan-at/eventdispatch
6
6
  Author: Charlie Yan
@@ -216,7 +216,7 @@ Requires-Python: >=3.9
216
216
  Description-Content-Type: text/markdown
217
217
  License-File: LICENSE
218
218
 
219
- # eventdispatch
219
+ # [eventdispatch](https://github.com/cyan-at/eventdispatch)
220
220
  Event Dispatch: a discrete time synchronizer
221
221
 
222
222
  ## Documentation
@@ -230,7 +230,7 @@ sudo apt update
230
230
  sudo apt install python3-eventdispatch
231
231
  ```
232
232
 
233
- ## python3: [pip](https://pypi.org/project/eventdispatch/0.1.12/) installation
233
+ ## python3: [pip](https://pypi.org/project/eventdispatch/) installation
234
234
  ```
235
235
  pip install eventdispatch
236
236
  ```
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "eventdispatch"
7
- version = "0.1.13"
7
+ version = "0.1.14"
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.13',
5
+ version='0.1.14',
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