CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
docs/README.md
docs/api.md
docs/index.md
docs/installation.md
docs/mathematical_foundation.md
docs/user_guide.md
docs/examples/README.md
docs/examples/basic_analysis.py
docs/examples/batch_processing_examples.py
docs/examples/convenience_api_tutorial.py
docs/examples/download_ghcn_data.py
docs/examples/engineering_precipitation_template.py
docs/examples/jupyter_precipitation_simulation.py
docs/examples/quality_assessment_simplified.py
docs/examples/simple_ghcn_download.py
docs/examples/simple_monte_carlo_example.py
docs/examples/trend_analysis.py
docs/examples/tutorial_01_getting_started.py
docs/examples/water_resources_analysis.py
docs/examples/workflow_patterns.py
precipgen/__init__.py
precipgen/simple_api.py
precipgen.egg-info/PKG-INFO
precipgen.egg-info/SOURCES.txt
precipgen.egg-info/dependency_links.txt
precipgen.egg-info/entry_points.txt
precipgen.egg-info/requires.txt
precipgen.egg-info/top_level.txt
precipgen/api/__init__.py
precipgen/api/data_exchange.py
precipgen/api/standardized_api.py
precipgen/api/synchronization.py
precipgen/api/workflow_integration.py
precipgen/cli/__init__.py
precipgen/cli/main.py
precipgen/cli/commands/__init__.py
precipgen/cli/commands/analyze_command.py
precipgen/cli/commands/clean_command.py
precipgen/cli/commands/discover_command.py
precipgen/cli/commands/list_outputs_command.py
precipgen/cli/commands/simulate_command.py
precipgen/cli/commands/station_info_command.py
precipgen/cli/commands/validate_command.py
precipgen/config/__init__.py
precipgen/config/data_source_config.py
precipgen/config/precipgen_config.py
precipgen/config/quality_config.py
precipgen/config/quality_presets.py
precipgen/convenience/__init__.py
precipgen/convenience/api.py
precipgen/convenience/batch_processor.py
precipgen/convenience/simple_station_discovery.py
precipgen/convenience/templates/template_examples.py
precipgen/data/__init__.py
precipgen/data/base.py
precipgen/data/ghcn_downloader.py
precipgen/data/ghcn_parser.py
precipgen/data/validator.py
precipgen/engines/__init__.py
precipgen/engines/analytical.py
precipgen/engines/base.py
precipgen/engines/bootstrap.py
precipgen/engines/simulation.py
precipgen/simulation/__init__.py
precipgen/simulation/analysis.py
precipgen/simulation/ghcn_workflow.py
precipgen/simulation/monte_carlo.py
precipgen/utils/__init__.py
precipgen/utils/directory_manager.py
precipgen/utils/error_handling.py
precipgen/utils/exceptions.py
precipgen/utils/logging_config.py
tests/__init__.py
tests/conftest.py
tests/test_analytical_engine_integration.py
tests/test_api_standardization.py
tests/test_basic_functionality.py
tests/test_bootstrap_engine.py
tests/test_cli_commands.py
tests/test_convenience_integration.py
tests/test_final_integration.py
tests/test_parameter_calculation.py
tests/test_simulation_engine.py
tests/test_universal_workflow_reliability.py
tests/workflow_testing/__init__.py
tests/workflow_testing/demo_infrastructure.py
tests/workflow_testing/test_batch_processing.py
tests/workflow_testing/test_data_acquisition.py
tests/workflow_testing/test_data_analysis.py
tests/workflow_testing/test_data_download.py
tests/workflow_testing/test_directory_organization.py
tests/workflow_testing/test_error_handling.py
tests/workflow_testing/test_error_recovery_property.py
tests/workflow_testing/test_framework_integration.py
tests/workflow_testing/test_integration_workflow.py
tests/workflow_testing/test_output_format_standardization.py
tests/workflow_testing/test_performance_scalability.py
tests/workflow_testing/test_performance_simple.py
tests/workflow_testing/test_quality_assessment.py
tests/workflow_testing/test_runner.py
tests/workflow_testing/test_simulation_workflow.py
tests/workflow_testing/test_validation_workflow.py
tests/workflow_testing/validation_visualization_tester.py
tests/workflow_testing/infrastructure/__init__.py
tests/workflow_testing/infrastructure/directory_manager.py
tests/workflow_testing/infrastructure/test_config.py
tests/workflow_testing/infrastructure/test_logger.py