No project description provided
Project description
messaging
A simple event handling package.
Almost all application are event driven, for instead , when a serial port is open you want to notify other objects that want to use it. The module provide a clear interface like C# event handlers to help you handle events.
from jimobama_events.event import Event;
from jimobama_events.eventhandler import EventHandler;
def OnClicked(event):
print(event.Type);
handler = EventHandler();
handler += OnClicked;
handler(Event('SERIAL_OPEN');
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jimobama_event-1.0.1.tar.gz
(1.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jimobama_event-1.0.1.tar.gz.
File metadata
- Download URL: jimobama_event-1.0.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b96c0b8910e13d74c634991c54fd41fa9ab710c546011503ba07ac78e05c961
|
|
| MD5 |
df433b3b926ed197d5e21799a77d4f80
|
|
| BLAKE2b-256 |
0ba9eee5732c7e974cce0c426a50a956cec52863a8ef1305b24b4d7f545e23cd
|
File details
Details for the file jimobama_event-1.0.1-py3-none-any.whl.
File metadata
- Download URL: jimobama_event-1.0.1-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e130a51f37f3be8ab27383e166baecbc16f14fb067dd9dfcb1b4bc38f826de3
|
|
| MD5 |
48843e65eabc80cd7f75102732128fe8
|
|
| BLAKE2b-256 |
d6548045bf1578b1c4e41800e012f9e9e60957a537ba1ed564f70a525f938568
|