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) and Linux (Intel 32/64 bit).

::

    $ python setup.py build
    $ [sudo] python setup.py install


