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-handlerThen import it in python with:
from cine_reader import CineNotes
- 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
- Repository: https://github.com/rverleur/cine-reader
- Python API notes: https://github.com/rverleur/cine-reader/blob/main/python/API.md
- MATLAB implementation: https://github.com/rverleur/cine-reader/tree/main/Matlab