Metadata-Version: 2.4
Name: molass_data
Version: 0.2.0
Summary: Tutorial Data for Molass Library
Project-URL: Repository, https://github.com/freesemt/molass-data
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.9
Description-Content-Type: text/markdown

# Tutorial Data for Molass Library

To use this package, install and use as follows.

```
pip install molass_data
```

```
from molass_data import SAMPLE1     # contains the folder path
from molass_data import SAMPLE2     # contains the folder path
from molass_data import SAMPLE3     # contains the folder path
```