Metadata-Version: 2.1
Name: virtual-ipm
Version: 2.0.1
Summary: Virtual-IPM is a software for simulating IPMs and other related devices.
Home-page: https://gitlab.com/IPMsim/Virtual-IPM
Author: Dominik Vilsmeier
Author-email: d.vilsmeier@gsi.de
License: AGPL-3.0
Description: Virtual-IPM
        ===========
        
        Virtual-IPM is a software which combines efforts towards simulations of Ionization Profile Monitors
        and was developed for the IPMSim collaboration. It has been designed with focus on flexibility and
        extensibility in order to cover a broad range of
        `use cases <https://ipmsim.gitlab.io/Virtual-IPM/use-cases.html>`_.
        It combines aspects of a framework
        - which enables `developers <https://ipmsim.gitlab.io/Virtual-IPM/developers/introduction.html>`_
        to realize their own ideas - as well as of a stand-alone application which allows
        `users <https://ipmsim.gitlab.io/Virtual-IPM/usage.html>`_ to effortlessly specify and run their own cases.
        
        
        Installation
        ------------
        
        Virtual-IPM can be installed via ``pip`` with or without GUI components. ``pip install Virtual-IPM[GUI]`` installs
        the application together with the graphical user interface while ``pip install Virtual-IPM`` just installs the command
        line version. For more information see `the documentation <https://ipmsim.gitlab.io/Virtual-IPM/installation.html>`_.
        
        
        Relevant links
        --------------
        
        * `Documentation <https://ipmsim.gitlab.io/Virtual-IPM/>`_
        * `Changelog / Release notes <https://ipmsim.gitlab.io/Virtual-IPM/changelog.html>`_
        * `Examples <https://ipmsim.gitlab.io/Virtual-IPM/examples.html>`_
        * `Virtual-IPM on PyPI <https://pypi.org/project/virtual-ipm/>`_
        
Keywords: IPM,BIF,beam instrumentation,beam diagnostics,transverse profile monitor,simulation,framework
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.9
Provides-Extra: GUI
