Metadata-Version: 1.1
Name: CaChannel
Version: 2.3.0
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).
        
        Use pip::
        
            $ [sudo] pip install cachannel
        
        Or build from source, by which you need to have an appropriate compiler for your platform.
        ::
        
            $ python setup.py build
            $ [sudo] python setup.py install
        
        
        Documentation
        -------------
        Hosted at `Read the Docs <http://cachannel.readthedocs.org>`_
        
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
