Metadata-Version: 2.4
Name: pytrip98gui
Version: 1.6.2
Summary: PyTRiP GUI - Graphical user interface for the TRiP98 planning system
Author-email: "Niels Bassler et al." <bassler@clin.au.dk>
Maintainer-email: "Leszek Grzanka et al." <grzanka@agh.edu.pl>
License: GPL-3.0
Project-URL: Homepage, https://github.com/pytrip/pytripgui
Project-URL: Documentation, https://pytrip.github.io/pytripgui/
Project-URL: Repository, https://github.com/pytrip/pytripgui.git
Project-URL: Issues, https://github.com/pytrip/pytripgui/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: AUTHORS.rst
Requires-Dist: matplotlib>=3.8.4
Requires-Dist: pytrip98[remote]>=3.10.2
Requires-Dist: anytree>=2.8
Requires-Dist: Events>=0.4
Requires-Dist: PyQt5>=5.15
Requires-Dist: PyQtChart>=5.15
Provides-Extra: dev
Requires-Dist: pytest>=8.2; extra == "dev"
Requires-Dist: pytest-cov>=4.1; extra == "dev"
Requires-Dist: sphinx>=3.0; extra == "dev"
Requires-Dist: sphinx-rtd-theme>=0.5; extra == "dev"
Requires-Dist: flake8>=3.8; extra == "dev"
Requires-Dist: pycodestyle>=2.6; extra == "dev"
Requires-Dist: pytest-timeout>=2.1; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest>=8.2; extra == "test"
Requires-Dist: pytest-qt>=4.3; extra == "test"
Requires-Dist: pytest-xvfb>=2.0; sys_platform == "linux" and extra == "test"
Requires-Dist: pytest-rerunfailures>=14.0; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx>=3.0; extra == "docs"
Requires-Dist: furo>=2022.6.21; extra == "docs"
Dynamic: license-file

===========
PyTRiP98GUI
===========

**PyTRiPGUI** is the graphical user interface (GUI) built around the TRiP98 planning system and PyTRiP package.
It is capable of visualising patient CT data, dose and LET overlays.
PyTRiPGUI can make treatment plans using the local or remote TRiP98 package.

The TRiP98 package is not included here. If you need it, first go to `the TRiP98 webpage <http://bio.gsi.de/DOCS/TRiP98/NEW/DOCS/trip98.html>`_.

Quick installation guide
------------------------

PyTRiPGUI currently works on Linux, Windows and macOS with Python 3.9-3.14.

Windows
~~~~~~~

On Windows you can install PyTRiPGUI using the console or the installer. We recommend using the latest installer
that is `available here <https://github.com/pytrip/pytripgui/releases/latest>`_.
To install, download the .exe file and run it. The installer doesn't require preinstalled Python.

Linux and macOS
~~~~~~~~~~~~~~~

We recommend that you run a recent Linux distribution with Python version at least 3.9.

To automatically download and install the PyTRiPGUI system-wide, type::

    $ pip install pytrip98gui

NOTE: the pip package is named **pytrip98gui**, while the name of the project is **pytripgui**.

Start it by calling::

    $ pytripgui

More documentation
------------------

For more information, please see the `detailed documentation <https://pytrip.github.io/pytripgui/>`_.
