A python library to send message to all instances of the current running program on local LAN
https://pypi.org/project/local-broadcast/
Work in progress, not ready for use yet.
pip3 install local_broadcast@git+https://github.com/gambuzzi/local-broadcast
python -m pip install -e .
python3 src/example/chat_async.py
python3 -m pip install --upgrade build
python3 -m build
python3 -m pip install --upgrade twine
python3 -m twine upload dist/*
- update version in pyproject.toml
- run (changing the version number)
git tag -a "0.0.7" -m "0.0.7"
git push --tags