Metadata-Version: 2.4
Name: fluximp-protocol
Version: 0.1.2
Summary: FluxImp Protocol: the communication protocol between the FluxImp Agent and FluxImp GUI
Author-email: Josh Heitzman <joshheitzman@hotmail.com>
License-Expression: MPL-2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Dynamic: license-file

# fluximp-protocol

The FluxImp Protocol provides the communication protocol between the FluxImp Agent and FluxImp GUI.  This package does not provide any UI and it is not recommended to install this package on its own.

The `fluximp-wxwidgets` package provides a desktop GUI for multiple agent workflows and intalling `fluximp-wxwidgets` will install this `fluximp-protocol` package.

## Install

```console
python -m pip install fluximp-protocol
```

## License

MPL-2.0 — see [LICENSE](http://mozilla.org/MPL/2.0/).
