Metadata-Version: 2.1
Name: pyjs-bridge
Version: 0.1.1
Summary: Vulcan's python-javascript api bridge
Home-page: https://github.com/vulcan-coalition/pyjs.git
Author: Chatavut Viriyasuthee
Author-email: chatavut@lab.ai
License: UNKNOWN
Description: ## 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.  
          
        
Platform: UNKNOWN
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
