Metadata-Version: 2.4
Name: gepics
Version: 2025.10.0
Summary: GObject Wrapper for PyEPICS PV
License-Expression: MIT
License-File: LICENSE
Author: Michel Fodje
Author-email: michel.fodje@lightsource.ca
Requires-Python: >=3.9
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: numpy (>=2.0.0,<3.0.0)
Requires-Dist: pyepics (>=3.5.8,<4.0.0)
Requires-Dist: pygobject (>=3.54.3,<4.0.0)
Project-URL: Homepage, https://github.com/michel4j/gepics
Project-URL: Issues, https://github.com/michel4j/gepics/issues
Description-Content-Type: text/markdown

# gEPICS - Python GObject Wrapper for EPICS Process Variables

gEPICS enables GObject/Gtk applications to access EPICS control
systems through the Channel Access protocol (CA). The core EPICS 
functionality is provided through the pyepics (http://pyepics.github.io/pyepics/) package.



