Skip to content

skilef/tiny-emitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny emitter

example workflow

A lightweight event emitter for Python.

Setup

pip install tiny_emitter

Build and deploy

python -m pip install --upgrade build twine
python -m build
python -m twine upload --repository testpypi dist/*

Running tests

pytest

TODO

  • Write unit tests

About

A lightweight event emitter for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages