EventPython
Event support for Python.
Use this when you need fast event-speed in your program, or when you need to run multiple event dispatchers.
Installing
All you need to do is run pip install eventpython.
Examples
Example 1:
from eventpython import Clock, Subscriber, Event
mysubscriber = Subscriber(1)
mysubscriber.handler = lambda ev: print("Hello!")
myclock = Clock([mysubscriber])
myclock.start()
myclock.send(Event(1, "", None))
Release files for EventPython 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| EventPython-0.0.1-py2-none-any.whl | Python 2 | none | any | Details |
Release files / EventPython-0.0.1-py2-none-any.whl
| Download URL | EventPython-0.0.1-py2-none-any.whl |
|---|---|
| Size | 3.7 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
e6422cf89ce273b8c3cd53f9e989bf185eb2692957eb522402180db78e87876f
|
|
BLAKE2b-256 checksum How to use checksums |
7d086593e543b0c12250eb769bc16a91259185f07d12796e62de3bdff235a1e1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/2.7.16
|