Metadata-Version: 2.4
Name: p4p
Version: 4.2.2
Summary: Python interface to PVAccess protocol client
Home-page: https://epics-base.github.io/p4p
Author: Michael Davidsaver
Author-email: mdavidsaver@gmail.com
License: BSD
Keywords: epics scada
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Distributed Computing
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=2.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ply
Requires-Dist: numpy>=1.7
Requires-Dist: numpy<3
Provides-Extra: qt
Requires-Dist: qtpy; extra == "qt"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

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)
