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.
- Host: GitHub
- URL: https://github.com/epics-base/p4p
- Owner: epics-base
- License: bsd-3-clause
- Created: 2017-03-05T20:43:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-20T22:24:30.000Z (5 months ago)
- Last Synced: 2025-05-29T19:09:37.920Z (4 months ago)
- Topics: epics, python, python-library
- Language: Python
- Homepage:
- Size: 1.34 MB
- Stars: 27
- Watchers: 8
- Forks: 41
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-synchrotron - p4p
- 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 p4pSee documentation
https://epics-base.github.io/p4p/
Source
https://github.com/epics-base/p4p/
CI results
