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: 5 months ago
JSON representation
Python bindings for the PVAccess network client and server.
- Host: GitHub
- URL: https://github.com/epics-base/p4p
- Owner: epics-base
- License: bsd-3-clause
- Created: 2017-03-05T20:43:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-10-07T02:41:20.000Z (5 months ago)
- Last Synced: 2025-10-07T03:32:57.916Z (5 months ago)
- Topics: epics, python, python-library
- Language: Python
- Homepage:
- Size: 1.36 MB
- Stars: 31
- Watchers: 7
- Forks: 46
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Copyright: COPYRIGHT
Awesome Lists containing this project
- awesome-synchrotron - p4p
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
