Simple & fast event library. MIT licensed
Project description
Kuài
/Ku·ài/ Fast, swift, swiftness, sharp, to be satisfied, quick, rapid, rapidness, to hurry up..
Simple & fast event library.
Free software: MIT license
Documentation: http://pythonhosted.org/Kuai/
Install
$ pip install Kuai --user
Kuai is Fast
Save in a hello.py:
from kuai import Kuai
def hello(world):
print(f"Hello, {world}!")
Kuai.on('hello-world', hello)
Kuai.emit('hello-world', 'Kuài')
It’s as easy as
$ pip install Kuai
$ python hello.py
Hello, Kuài!
License
MIT
Contributors
Thank you to anyone who has helped contribute to Kuai in one form or another. If you submit any PR’s don’t forget to add your name to the list!
xmonader - PR #2 Cleaned up handler definition
History
0.1.1 (2017-06-09)
added backend ‘signal’
improved docs
PR #2 closed
0.1.0 (2017-06-08)
First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Kuai-0.1.1.tar.gz
(21.3 kB
view hashes)