LICENSE
README.rst
pyproject.toml
src/DGet.egg-info/PKG-INFO
src/DGet.egg-info/SOURCES.txt
src/DGet.egg-info/dependency_links.txt
src/DGet.egg-info/entry_points.txt
src/DGet.egg-info/requires.txt
src/DGet.egg-info/top_level.txt
src/dget/__init__.py
src/dget/__main__.py
src/dget/adduct.py
src/dget/convolve.py
src/dget/dget.py
src/dget/formula.py
src/dget/plot.py
src/dget/gui/__main__.py
src/dget/gui/colors.py
src/dget/gui/graphs.py
src/dget/gui/importdialog.py
src/dget/gui/log.py
src/dget/gui/mainwindow.py
src/dget/gui/npqt.py
src/dget/gui/report.py
src/dget/gui/settings.py
src/dget/gui/validators.py
src/dget/gui/docks/__init__.py
src/dget/gui/docks/controls.py
src/dget/gui/docks/results.py
src/dget/gui/resources/__init__.py
src/dget/gui/resources/icons.py
src/dget/io/__init__.py
src/dget/io/shimadzu.py
src/dget/io/text.py
tests/test_adduct.py
tests/test_dget.py
tests/test_formula.py
tests/test_io.py