Petlink

What is Petlink?
Petlink is a Python module that reads, writes and parses files in the petlink format. The petlink file format, designed by Siemens and released in March 2013, is utilized in the context of Positron Emission Tomography (PET) to store list-mode raw imaging data.
The Petlink module for Python is based on an efficient library written in C, enabling fast parsing of list-mode data.

Easy install
pip install petlink

Download source code
Petlink on GitHub

Install from source
python setup.py build install
Test
python setup.py test