Metadata-Version: 2.4
Name: flcpy
Version: 0.2.6
Summary: Python control interface for Flare Live / Flare Real
Author-email: Jiwei Wang <zmh78879@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Flare Python Controller (flcpy)

Python networking interface for Flare Live / Flare Real.

## Install & Upgrade

```
pip install --upgrade flcpy
```

## Use

```
import flcpy

s = flcpy.Simulator()
obj = s.get_object(...)
...
```
