Metadata-Version: 2.1
Name: p4p
Version: 4.1.2
Summary: Python interface to PVAccess protocol client
Home-page: https://mdavidsaver.github.io/p4p
Author: Michael Davidsaver
Author-email: mdavidsaver@gmail.com
License: BSD
Description: 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://mdavidsaver.github.io/p4p/
        
        Source
        
        https://travis-ci.org/mdavidsaver/p4p/
        
        CI results
        
        ![Github Actions](https://github.com/mdavidsaver/p4p/workflows/P4P/badge.svg)
        
Keywords: epics scada
Platform: UNKNOWN
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
Provides-Extra: qt
