Metadata-Version: 2.0
Name: pcaspy
Version: 0.4.1
Summary: Portable Channel Access Server in Python
Home-page: http://code.google.com/p/pcaspy/
Author: Xiaoqiang Wang
Author-email: xiaoqiangwang@gmail.com
License: BSD
Platform: Windows
Platform: Linux
Platform: Mac OS X
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3

pcaspy
=======

PCASpy provides not only the low level python binding to EPICS Portable Channel Access Server but also the necessary high level abstraction to ease the server tool programming.

Prerequisites
--------------

  * EPICS base 3.14.8+ and environment variables EPICS_BASE and EPICS_HOST_ARCH are defined according to your actual EPICS base installation.
  * Python 2.4+
  * SWIG 1.3.29+

Build
---------------------
  * python setup.py build
  * [sudo] python setup.py install


