Skip to content

cine-reader 0.1.1

Latest

Choose a tag to compare

@rverleur rverleur released this 16 Apr 19:03

This release introduces the first PyPI distribution for the Python Phantom .cine reader.

The Python package is now published on PyPI as cine-handler, while the import path remains cine_reader.

Highlights

  • Added PyPI packaging for the Python reader
  • Added automated GitHub Release -> PyPI publishing via Trusted Publishing
  • Limited the published package to the Python implementation only
  • Added PyPI-friendly documentation covering installation, quick start, and the public Python API
  • Kept the MATLAB implementation in the repository, with links from the PyPI project page back to GitHub

Install

pip install cine-handler

Then import it in python with:

from cine_reader import Cine

Notes

  • PyPI package name: cine-handler
  • Python import name: cine_reader
  • The MATLAB implementation is still available in this repo and is not included in the PyPI package

Links