LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
./setup.py
./docs/source/conf.py
./examples/example-2.py
./examples/example-multiple_cores.py
./examples/example-search_mona-with_pickle_functions.py
./examples/example-search_mona-with_read_write_functions-low_memory_usage.py
./examples/example-search_mona-with_read_write_functions.py
./examples/example-with_individual_search_function.py
./examples/example.py
./ms_entropy/__init__.py
./ms_entropy/version.py
./ms_entropy/entropy_search/__init__.py
./ms_entropy/entropy_search/fast_flash_entropy_search.py
./ms_entropy/entropy_search/flash_entropy_search.py
./ms_entropy/entropy_search/flash_entropy_search_core.py
./ms_entropy/entropy_search/flash_entropy_search_core_low_memory.py
./ms_entropy/file_io/__init__.py
./ms_entropy/file_io/lbm2_file.py
./ms_entropy/file_io/mgf_file.py
./ms_entropy/file_io/msp_file.py
./ms_entropy/file_io/mzml_file.py
./ms_entropy/file_io/shared.py
./ms_entropy/file_io/spec_file.py
./ms_entropy/pipe/__init__.py
./ms_entropy/pipe/df.py
./ms_entropy/pipe/entropy.py
./ms_entropy/pipe/functions.py
./ms_entropy/pipe/pandas.py
./ms_entropy/pipe/pipe.py
./ms_entropy/spectra/__init__.py
./ms_entropy/spectra/entropy.py
./ms_entropy/spectra/entropy_numba.py
./ms_entropy/spectra/tools.py
./tests/test_entropy.py
./tests/test_entropy_search.py
ms_entropy/__init__.py
ms_entropy/version.py
ms_entropy.egg-info/PKG-INFO
ms_entropy.egg-info/SOURCES.txt
ms_entropy.egg-info/dependency_links.txt
ms_entropy.egg-info/requires.txt
ms_entropy.egg-info/top_level.txt
ms_entropy/entropy_search/__init__.py
ms_entropy/entropy_search/fast_flash_entropy_search.py
ms_entropy/entropy_search/fast_flash_entropy_search_cpython.c
ms_entropy/entropy_search/fast_flash_entropy_search_cpython.pyx
ms_entropy/entropy_search/flash_entropy_search.py
ms_entropy/entropy_search/flash_entropy_search_core.py
ms_entropy/entropy_search/flash_entropy_search_core_low_memory.py
ms_entropy/file_io/__init__.py
ms_entropy/file_io/lbm2_file.py
ms_entropy/file_io/mgf_file.py
ms_entropy/file_io/msp_file.py
ms_entropy/file_io/mzml_file.py
ms_entropy/file_io/shared.py
ms_entropy/file_io/spec_file.py
ms_entropy/pipe/__init__.py
ms_entropy/pipe/df.py
ms_entropy/pipe/entropy.py
ms_entropy/pipe/functions.py
ms_entropy/pipe/pandas.py
ms_entropy/pipe/pipe.py
ms_entropy/spectra/CleanSpectrum.c
ms_entropy/spectra/CleanSpectrum.h
ms_entropy/spectra/SpectralEntropy.c
ms_entropy/spectra/SpectralEntropy.h
ms_entropy/spectra/__init__.py
ms_entropy/spectra/entropy.py
ms_entropy/spectra/entropy_cython.c
ms_entropy/spectra/entropy_cython.pyx
ms_entropy/spectra/entropy_numba.py
ms_entropy/spectra/tools.py