Skip to content

jseeio/jsee-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/*

Releases

No releases published

Packages

No packages published

Languages