https://github.com/slaclab/pyca
https://github.com/slaclab/pyca
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/slaclab/pyca
- Owner: slaclab
- License: other
- Created: 2017-03-02T04:16:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-05T20:30:26.000Z (about 1 year ago)
- Last Synced: 2025-11-10T06:07:43.602Z (7 months ago)
- Language: Python
- Size: 256 KB
- Stars: 5
- Watchers: 18
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.rst
- License: LICENSE.md
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
# pyca
PyCA (Python Channel Access) is a module that offers lightweight bindings for Python applications to access EPICS PVs. It acts as a channel access client, much like pyepics. The intention of the module is to provide better performance for embedded applications, rather than to provide an interactive interface. The most significant gains will be found when monitoring large waveforms that need to be processed before exposing them the Python layer.