Metadata-Version: 2.1
Name: pytrip98gui
Version: 1.5.0
Summary: PyTRiP GUI
Home-page: https://github.com/pytrip/pytripgui
Author: Niels Bassler et al.
Author-email: bassler@clin.au.dk
Maintainer: Leszek Grzanka et al.
Maintainer-email: grzanka@agh.edu.pl
License: GPL
Platform: UNKNOWN
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
License-File: AUTHORS.rst
Requires-Dist: pytrip98[remote] (~=3.7)
Requires-Dist: anytree (~=2.8)
Requires-Dist: Events (~=0.4)
Requires-Dist: PyQt5 (<5.10) ; python_version < "3.8"
Requires-Dist: PyQtChart (<5.10) ; python_version < "3.8"
Requires-Dist: matplotlib (==3.4.3) ; python_version >= "3.7"
Requires-Dist: PyQt5 (>=5.15) ; python_version >= "3.8"
Requires-Dist: PyQtChart (>=5.15) ; python_version >= "3.8"

Overview
========

**pytripgui** is the graphical user interface (GUI) built around 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.

TRiP98 package is not included here, if you need it, go first to TRiP98 webpage
http://bio.gsi.de/DOCS/TRiP98/NEW/DOCS/trip98.html

pytripgui works under the most popular operating systems with necessary packages installed, see installation instructions below.

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

We recommend that you run a recent Linux distribution. A recent Ubuntu version or Debian Stable/Testing should work,
or any rolling release (archLinux, openSUSE tumbleweed). In this case, be sure you have **python**
and **pip** installed.

As a baseline we recommend running python version at least 3.5.
To get them and install system-wide on Debian or Ubuntu, type being logged in as normal user::

   $ sudo pip install python3-pip

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

    $ sudo pip install pytrip98gui

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

Start it by calling::

    $ pytripgui

pytripgui currently works in Linux, Windows and macOS with Python 3.5-3.9.


pytripgui dedicated to python2 users is not supported anymore, if you really know what to do,
then try installing it with::

    $ sudo pip install "pytrip98gui<1.0"



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

If you would like to download and run the source code of pytripgui,
please see `developer documentation <docs/technical.rst>`__.



