CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/assets/peak_detection_diagram.py
peak_locator/__init__.py
peak_locator/detector.py
peak_locator/exceptions.py
peak_locator/py.typed
peak_locator.egg-info/PKG-INFO
peak_locator.egg-info/SOURCES.txt
peak_locator.egg-info/dependency_links.txt
peak_locator.egg-info/requires.txt
peak_locator.egg-info/top_level.txt
peak_locator/core/__init__.py
peak_locator/core/count.py
peak_locator/core/n_d.py
peak_locator/core/one_d.py
peak_locator/core/two_d.py
peak_locator/structures/__init__.py
peak_locator/structures/rmq.py
peak_locator/structures/segment_tree.py
peak_locator/utils/__init__.py
peak_locator/utils/compression.py
peak_locator/utils/validation.py
peak_locator/visualization/__init__.py
peak_locator/visualization/plot_1d.py
peak_locator/visualization/plot_2d.py
scripts/update_version.py
tests/__init__.py
tests/test_compression.py
tests/test_detector.py
tests/test_one_d.py
tests/test_rmq.py
tests/test_two_d.py
tests/test_validation.py