Metadata-Version: 2.4
Name: molass_legacy
Version: 0.6.0
Summary: Matrix Optimization with Low-rank factorization for Automated analysis of SEC-SAXS
Project-URL: Repository, https://github.com/biosaxs-dev/molass-legacy
Author: Molass Community
Maintainer: Molass Community
License: GNU General Public License v3.0
License-File: LICENSE.txt
Keywords: SEC-SAXS
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Requires-Python: <3.15,>=3.9
Requires-Dist: ipywidgets
Requires-Dist: lmfit
Requires-Dist: matplotlib
Requires-Dist: molass>=0.9.0
Requires-Dist: numba
Requires-Dist: numpy
Requires-Dist: openpyxl<=3.1.3
Requires-Dist: psutil
Requires-Dist: pybaselines>=1.2.0
Requires-Dist: pyperclip
Requires-Dist: python-tkdnd
Requires-Dist: ruptures
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: screeninfo
Requires-Dist: seaborn
Requires-Dist: statsmodels>=0.14.5
Requires-Dist: termcolor
Requires-Dist: tksheet
Requires-Dist: toml
Requires-Dist: ultranest
Requires-Dist: wmi
Provides-Extra: excel
Requires-Dist: pywin32; extra == 'excel'
Description-Content-Type: text/markdown

<h1 align="center"><a href="https://biosaxs-dev.github.io/molass-legacy"><img src="docs/_static/molass-legacy.png" width="400"></a></h1>

Molass Legacy is an open-source version of [MOLASS](https://pfwww.kek.jp/saxs/MOLASSE.html) a tool for the analysis of SEC-SAXS experiment data currently hosted at [Photon Factory](https://www2.kek.jp/imss/pf/eng/) and [SPring-8](http://www.spring8.or.jp/en/), Japan.

To install this package, use pip as follows.

```
pip install -U molass_legacy
```

If you want to use Excel reporting features, install with the `excel` extra:

```
pip install -U molass[excel]
```

> **Note:** The `excel` extra installs `pywin32`, which is required for Excel reporting and only works on Windows.

For more information, see:

- **Legacy Reference:** https://biosaxs-dev.github.io/molass-legacy for legacy function reference

See also:

- **Molass Library Repository:** https://github.com/biosaxs-dev/molass-library
- **Beginner Onboarding:** https://github.com/biosaxs-dev/molass-beginner

<br>