Metadata-Version: 2.1
Name: pytrip98gui
Version: 1.2.0
Summary: PyTRiP GUI
Home-page: https://github.com/pytrip/pytripgui
Author: Jakob Toftegaard, Niels Bassler, Leszek Grzanka
Author-email: leszek.grzanka@gmail.com
License: GPL
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
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 :: POSIX :: Linux
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: pytrip98 (~=3.0)
Requires-Dist: anytree (~=2.8)
Requires-Dist: paramiko (~=2.7)
Requires-Dist: Events (~=0.3)
Requires-Dist: PyQt5 (<5.10) ; python_version < "3.8"
Requires-Dist: PyQtChart (<5.10) ; python_version < "3.8"
Requires-Dist: PyQt5 (>=5.15) ; python_version >= "3.8"
Requires-Dist: PyQtChart (>=5.15) ; python_version >= "3.8"

Overview
========

**pytripgui** is 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 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 Linux operating system 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 **pythpip** 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 with Python 3.5-3.7. Windows is partially supported.


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>`__.



