Metadata-Version: 2.1
Name: pyjs-bridge
Version: 1.0
Summary: Vulcan's python-javascript api bridge
Home-page: https://github.com/vulcan-coalition/pyjs.git
Author: Chatavut Viriyasuthee
Author-email: chatavut@lab.ai
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi
Requires-Dist: aiofiles
Requires-Dist: python-jose[cryptography]
Requires-Dist: python-multipart
Requires-Dist: jsmin
Requires-Dist: uvicorn
Requires-Dist: websockets

## Server functions<br>  
  
- **__main__.broadcast**(**message** : str, **p1** : int = 0, **p2** : any = undefined)  
	This is the broadcast function.  
  
- **__main__.another**(**p0** : int, **p1** : str = "a", **p2** : any = undefined)  
	This is another function.  
  
  
## Client callbacks  
  
- **another**(**p0** : int, **p1** : str = "a", **p2** : any = undefined)  
	This is another function.  
  
- **incoming_message**(**p0** : any = undefined)  
	This is the incoming_message function.  
  
