Metadata-Version: 2.1
Name: py-file-conf-gui
Version: 0.1.2
Summary: Web GUI for pyfileconf
Home-page: https://github.com/nickderobertis/py-file-conf-gui
Author: Nick DeRobertis
Author-email: whoopnip@gmail.com
License: MIT
Project-URL: Code, https://github.com/nickderobertis/py-file-conf-gui
Project-URL: Documentation, https://nickderobertis.github.io/py-file-conf-gui
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: dash
Requires-Dist: pyfileconf
Requires-Dist: dash-keyed-file-browser


[![](https://codecov.io/gh/nickderobertis/py-file-conf-gui/branch/master/graph/badge.svg)](https://codecov.io/gh/nickderobertis/py-file-conf-gui)

# py-file-conf-gui

## Overview

Web GUI for pyfileconf

## Getting Started

Install `py-file-conf-gui`:

```
pip install py-file-conf-gui
```

A simple example:

```python
import pyfileconfgui

# Do something with pyfileconfgui
```

## Links

See the
[documentation here.](
https://nickderobertis.github.io/py-file-conf-gui/
)

## Author

Created by Nick DeRobertis. MIT License.

