Metadata-Version: 2.1
Name: petlink
Version: 0.3.4
Summary: Decode and encode PETlink streams.
Home-page: http://occiput.scienceontheweb.net/
Author: Stefano Pedemonte
Author-email: stefano.pedemonte@gmail.com
License: LICENSE.txt
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Scientific/Engineering :: Mathematics
License-File: LICENSE

=======
petlink
=======

Decode and encode Petlink data streams (32 and 64 bit).   
The encode and decode routines are written in C and are wrapped 
with Python. 


Installation
============

pip install petlink

or download source files, uncompress, at the command line cd to the downloaded folder and run: 

python setup.py build test install 



