Metadata-Version: 2.4
Name: MJOLNIR
Version: 1.4.0
Summary: Neutron Scattering software suite
Author-email: Jakob Lass <MJOLNIRPackage@gmail.com>
License: MPL-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE.txt
Requires-Dist: matplotlib>=3.7
Requires-Dist: h5py>=2.5
Requires-Dist: scipy>=1.10
Requires-Dist: datetime
Requires-Dist: pyperclip
Requires-Dist: decorator
Requires-Dist: pandas>=2.0
Requires-Dist: sympy>=1.14
Requires-Dist: pip>=20
Requires-Dist: regex>=2023.10
Provides-Extra: amber
Requires-Dist: AMBER-ds4ms; extra == "amber"
Provides-Extra: gui
Requires-Dist: MJOLNIRGui; extra == "gui"
Provides-Extra: ufit
Requires-Dist: ufit; extra == "ufit"
Dynamic: license-file

MJOLNIR
============
Neutron scattering software to be used at CAMEA-like Neutron Instruments.

## Installation
This package is to be install through the Python Package Manager by issuing

```shell
pip install MJOLNIR
```

For full documentation see http://mjolnir.readthedocs.io/en/latest/ or https://www.psi.ch/en/sinq/camea/data-treatment. 

