.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/build_package.yml
.github/workflows/pre-commit.yml
.github/workflows/prepare_new_release.yml
.github/workflows/publish_draft_new_release.yml
.github/workflows/test_package.yml
src/spectrochempy_omnic/__init__.py
src/spectrochempy_omnic/__version__.py
src/spectrochempy_omnic.egg-info/PKG-INFO
src/spectrochempy_omnic.egg-info/SOURCES.txt
src/spectrochempy_omnic.egg-info/dependency_links.txt
src/spectrochempy_omnic.egg-info/entry_points.txt
src/spectrochempy_omnic.egg-info/requires.txt
src/spectrochempy_omnic.egg-info/top_level.txt
src/spectrochempy_omnic/plugin/__init__.py
src/spectrochempy_omnic/plugin/omnicreaderplugin.py
src/spectrochempy_omnic/plugin/utils.py
src/spectrochempy_omnic/reader/__init__.py
src/spectrochempy_omnic/reader/read_omnic.py
tests/conftest.py
tests/plugin/test_omnicreaderplugin.py
tests/reader/test_read_omnic.py
tests/reader/test_read_soc.py