epics-base / p4p

Python bindings for the PVAccess network client and server.
BSD 3-Clause "New" or "Revised" License
27 stars 38 forks source link
epics python python-library

PVAccess for Python

Python bindings for the PVAccess network client and server.

python -m virtualenv p4ptest
. p4ptest/bin/activate
python -m pip install -U pip
python -m pip install p4p
python -m nose2 p4p

See documentation

https://epics-base.github.io/p4p/

Source

https://github.com/epics-base/p4p/

CI results

Github Actions