.gitignore
CONTRIBUTING.md
DEVELOPMENT.md
INSTALL.md
LICENSE
MANIFEST.in
README.md
USAGE.md
pyproject.toml
pytest.ini
requirements.txt
run_tests.sh
setup.py
.github/workflows/README.md
.github/workflows/dependency-updates.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/security.yml
.github/workflows/tests.yml
src/cpap_py/__init__.py
src/cpap_py/_version.py
src/cpap_py/datalog_parser.py
src/cpap_py/edf_parser.py
src/cpap_py/identification.py
src/cpap_py/loader.py
src/cpap_py/settings_parser.py
src/cpap_py/str_parser.py
src/cpap_py/utils.py
src/cpap_py.egg-info/PKG-INFO
src/cpap_py.egg-info/SOURCES.txt
src/cpap_py.egg-info/dependency_links.txt
src/cpap_py.egg-info/requires.txt
src/cpap_py.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_bilevel_modes.py
tests/test_edf_parser.py
tests/test_identification.py
tests/test_init.py
tests/test_integration.py
tests/test_mock_scenarios.py
tests/test_optional_signals_errors.py
tests/test_parser_core.py
tests/test_realistic_edf_data.py
tests/test_settings_alternative_signals.py
tests/test_signal_combinations.py
tests/test_utils.py