Skip to content

waltz-controls/magix-python-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status PyPI version

magix-python-client

Python client implementation for Magix, see RFC-2

Usage

pip install magix_client
magix_host = 'http://magix:8080'

#create instance
client = MagixHttpClient(magix_host)
#
client.observe().subscribe(lambda event: print(json.loads(event.data)))
client.broadcast({'hello':'world'})

About

Python client implementation for Magix

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages