Metadata-Version: 2.4
Name: syncmoss
Version: 0.1.5
Summary: SYNCmoss — Mössbauer spectroscopy analysis application
Author: Sergey Yaroslavtsev
License: MIT
Project-URL: Homepage, https://github.com/sergey-yaroslavtsev/syncmoss
Project-URL: Repository, https://github.com/sergey-yaroslavtsev/syncmoss
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: COPYING.txt
License-File: NOTICE.txt
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: PySide6
Requires-Dist: numba
Requires-Dist: llvmlite
Dynamic: license-file

# SYNCmoss

Mössbauer Spectroscopy Analysis Software

## License

This software is licensed under the MIT License. See [LICENSE](LICENSE) for details.

Copyright (c) European Synchrotron Radiation Facility (ESRF)

## Third-Party Software

This software uses third-party libraries that are distributed under their own licenses:

- **PySide6**: LGPL v3.0 (dynamically linked — does not affect MIT licensing of this project)
- **NumPy**: BSD 3-Clause License
- **SciPy**: BSD 3-Clause License  
- **Matplotlib**: Matplotlib License (BSD-compatible)

For complete third-party license information, see [NOTICE.txt](NOTICE.txt).
