Skip to content

A library to send message to all instances of the current running program on local LAN

License

Notifications You must be signed in to change notification settings

gambuzzi/local-broadcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

local-broadcast

A python library to send message to all instances of the current running program on local LAN

https://pypi.org/project/local-broadcast/

WIP

Work in progress, not ready for use yet.

install

pip3 install local_broadcast@git+https://github.com/gambuzzi/local-broadcast

dev mode install

python -m pip install -e .

example

python3 src/example/chat_async.py

build package

python3 -m pip install --upgrade build
python3 -m build
python3 -m pip install --upgrade twine
python3 -m twine upload dist/*

to create a new release in github and on pypi

  • update version in pyproject.toml
  • run (changing the version number)
git tag -a "0.0.7" -m "0.0.7"
git push --tags

About

A library to send message to all instances of the current running program on local LAN

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages