Metadata-Version: 2.1
Name: supervisor-react
Version: 0.2.2
Summary: A web interface for supervisor
Home-page: https://github.com/jouve/supervisor-react
License: GPL-3.0-only
Author: Cyril Jouve
Author-email: jv.cyril@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aiofiles
Requires-Dist: httpx
Requires-Dist: starlette
Requires-Dist: uvicorn
Project-URL: Repository, https://github.com/jouve/supervisor-react
Description-Content-Type: text/markdown

supervisor-react
================

A web interface for supervisor made with React.

```
usage: supervisor-react [-h] [-d] [-p PORT] [-s SUPERVISOR] [-v]

optional arguments:
  -h, --help            show this help message and exit
  -d, --debug
  -p PORT, --port PORT
  -s SUPERVISOR, --supervisor SUPERVISOR
  -v, --verbose
```

![Capture3](https://user-images.githubusercontent.com/1096799/111763988-06333c80-88a3-11eb-9cef-1112ca3d4570.PNG)

