An open API service indexing awesome lists of open source software.

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

Python bindings for the PVAccess network client and server.
https://github.com/epics-base/p4p

epics python python-library

Last synced: 3 months ago
JSON representation

Python bindings for the PVAccess network client and server.

Awesome Lists containing this project

README

          

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](https://github.com/epics-base/p4p/workflows/P4P/badge.svg)