Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 374 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 374 Bytes

JSEE interface for native Python functions

JSEE.py uses typing hints to infer a target function schema and generate a new Flask server and corresponding GUI. Very experimental

Usage:

jsee FILE_NAME FUNCTION_NAME [--port PORT] [--host HOST]

for example:

jsee example.py sum

Development

python3 -m build
python3 -m twine upload dist/*