Metadata-Version: 2.4
Name: epicsdev
Version: 1.0.0
Summary: Helper module for creating EPICS PVAccess servers using p4p
Project-URL: Homepage, https://github.com/ASukhanov/epicsdev
Project-URL: Bug Tracker, https://github.com/ASukhanov/epicsdev
Author-email: Andrey Sukhanov <sukhanov@bnl.gov>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: p4p
Description-Content-Type: text/markdown

# epicsdev
Helper module for creating EPICS PVAccess servers.

Demo:
```
python pip install epicsdev
python -m epicsdev.epicsdev -l
```

To control and plot:
```
python pip install pypeto,pvplot
python -m pypeto -c config -f epicsdev
```


