CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/deconvolution_demo.py
examples/full_workflow.py
examples/manual_split.py
examples/quick_start.py
src/welltest_pta/__init__.py
src/welltest_pta/__version__.py
src/welltest_pta/cli.py
src/welltest_pta/events.py
src/welltest_pta/parser.py
src/welltest_pta/py.typed
src/welltest_pta/welltest.py
src/welltest_pta.egg-info/PKG-INFO
src/welltest_pta.egg-info/SOURCES.txt
src/welltest_pta.egg-info/dependency_links.txt
src/welltest_pta.egg-info/entry_points.txt
src/welltest_pta.egg-info/requires.txt
src/welltest_pta.egg-info/top_level.txt
src/welltest_pta/analysis/__init__.py
src/welltest_pta/analysis/bourdet.py
src/welltest_pta/analysis/deconvolution.py
src/welltest_pta/analysis/flow_regimes.py
src/welltest_pta/analysis/horner.py
src/welltest_pta/analysis/mdh.py
src/welltest_pta/analysis/reservoir.py
src/welltest_pta/detection/__init__.py
src/welltest_pta/detection/detector.py
src/welltest_pta/utils/__init__.py
src/welltest_pta/utils/synthetic.py
src/welltest_pta/validation/__init__.py
src/welltest_pta/validation/cross_validation.py
src/welltest_pta/visualization/__init__.py
src/welltest_pta/visualization/composite.py
tests/__init__.py
tests/conftest.py
tests/test_analysis.py
tests/test_cv.py
tests/test_deconvolution.py
tests/test_detector.py
tests/test_events.py
tests/test_parser.py
tests/test_version.py