Metadata-Version: 2.1
Name: jsee
Version: 0.0.4
Summary: Simple GUI for processing tasks
Home-page: https://github.com/jseeio/jsee-py
Author: Anton Zemlyansky
Author-email: anton@zemlyansky.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

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


