Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infogulch/pyspades-events
Temporary scratch pad for an example implementation of the new pyspades event system
https://github.com/infogulch/pyspades-events
Last synced: 13 days ago
JSON representation
Temporary scratch pad for an example implementation of the new pyspades event system
- Host: GitHub
- URL: https://github.com/infogulch/pyspades-events
- Owner: infogulch
- License: mit
- Created: 2013-03-13T23:37:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-20T19:49:24.000Z (over 9 years ago)
- Last Synced: 2024-10-10T22:38:04.417Z (about 1 month ago)
- Language: Python
- Size: 180 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
pyspades-events
===============Temporary scratch pad for an example implementation of the new pyspades event system
Testing
-------Start with `python run.py`
Goals
-----
* Be able to load/unload scripts on demand
* Handle failed imports gracefully
* Handle failed invocations gracefully
* 'strict' mode: failed invocations return error immideately (for commands)