Metadata-Version: 1.0
Name: CaChannel
Version: 2.2.2
Summary: CaChannel Interface to EPICS
Home-page: http://cachannel.googlecode.com
Author: Xiaoqiang Wang
Author-email: xiaoqiang.wang AT psi DOT ch
License: BSD
Description: CaChannel - EPICS Channel Access in Python
        ==========================================
        
        CaChannel is a Python interface to Channel Access. 
        It was orginally developed by Geoff Savage usign caPython extension.
        http://d0server1.fnal.gov/users/savage/www/caPython/caPython.html
        
        This CaChannel implementation uses PythonCA extension by Noboru Yamamoto.
        http://www-acc.kek.jp/EPICS_Gr/products.html
        
        
        Installation
        ------------
        EPICS base 3.14.12.3 headers and static libraries are packed under ``epicsbase`` 
        for OS X (Intel 32/64 bit), Linux (Intel 32/64 bit) and Windows (Intel 32/64 bit).
        
        ::
        
            $ python setup.py build
            $ [sudo] python setup.py install
        
        or use pip::
        
            $ [sudo] pip install cachannel
        
Platform: Windows
Platform: Linux
Platform: Mac OS X
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering
