Metadata-Version: 2.1
Name: pyjs-bridge
Version: 0.0.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
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
License-File: LICENSE
Requires-Dist: fastapi
Requires-Dist: aiofiles
Requires-Dist: python-jose[cryptography]
Requires-Dist: python-multipart
Requires-Dist: jsmin
Requires-Dist: uvicorn

## Server functions<br>  
  
- **__main__.foo**(**p0** : int, **p1** : str = "a", **p2** : any = undefined)  
	This is foo function.  
  
- **__main__.bar**(**p0** : int, **p1** : str = "a", **p2** : any = undefined)  
	This is bar function.  
  
  
## Client callbacks  
  
- **f0**(**p0** : any = undefined)  
	This is f0 function.  
  
- **f1**(**p0** : int, **p1** : str = "a", **p2** : any = undefined)  
	This is f1 function.  
  


