LICENSE
NOTICE
README.md
pyproject.toml
plotsim/__init__.py
plotsim/_column_dispatch.py
plotsim/_distribution_registry.py
plotsim/_faker.py
plotsim/cli.py
plotsim/config.py
plotsim/curves.py
plotsim/dimensions.py
plotsim/entity_features.py
plotsim/holdout.py
plotsim/inspect.py
plotsim/manifest.py
plotsim/metrics.py
plotsim/output.py
plotsim/py.typed
plotsim/quality.py
plotsim/schema.py
plotsim/tables.py
plotsim/trajectory.py
plotsim/validation.py
plotsim.egg-info/PKG-INFO
plotsim.egg-info/SOURCES.txt
plotsim.egg-info/dependency_links.txt
plotsim.egg-info/entry_points.txt
plotsim.egg-info/requires.txt
plotsim.egg-info/top_level.txt
plotsim/builder/__init__.py
plotsim/builder/input.py
plotsim/builder/interpreter.py
plotsim/builder/parser.py
plotsim/builder/recipes.py
plotsim/builder/schema.py
plotsim/configs/__init__.py
plotsim/configs/de_recipes.yaml
plotsim/configs/ds_recipes.yaml
plotsim/configs/sample_education.yaml
plotsim/configs/sample_hr.yaml
plotsim/configs/sample_marketing.yaml
plotsim/configs/sample_retail.yaml
plotsim/configs/sample_saas.yaml
plotsim/configs/templates/__init__.py
plotsim/configs/templates/bare_minimum.py
plotsim/configs/templates/bare_minimum.yaml
plotsim/configs/templates/education_template.py
plotsim/configs/templates/education_template.yaml
plotsim/configs/templates/hr_template.py
plotsim/configs/templates/hr_template.yaml
plotsim/configs/templates/marketing_template.py
plotsim/configs/templates/marketing_template.yaml
plotsim/configs/templates/retail_template.py
plotsim/configs/templates/retail_template.yaml
plotsim/configs/templates/saas_template.py
plotsim/configs/templates/saas_template.yaml
tests/test_bridge_tables.py
tests/test_bridge_validator.py
tests/test_builder_dx.py
tests/test_builder_input.py
tests/test_builder_integration.py
tests/test_builder_interpreter.py
tests/test_builder_parser.py
tests/test_builder_power_features.py
tests/test_builder_recipes.py
tests/test_builder_schema.py
tests/test_bypass_observability.py
tests/test_cli.py
tests/test_cli_validate.py
tests/test_config.py
tests/test_correlation_bypass.py
tests/test_correlation_compensation.py
tests/test_correlation_ordering.py
tests/test_correlation_projection.py
tests/test_curves.py
tests/test_dataframe_mutation.py
tests/test_dead_schema.py
tests/test_dimensions.py
tests/test_dtype_source_validation.py
tests/test_duplicate_correlations.py
tests/test_entity_expansion.py
tests/test_entity_features.py
tests/test_entity_overrides.py
tests/test_fidelity_smoke.py
tests/test_holdout.py
tests/test_inspect.py
tests/test_integration.py
tests/test_internal_verification.py
tests/test_lag_period_cap.py
tests/test_manifest.py
tests/test_metric_override_range.py
tests/test_metrics.py
tests/test_notebook_helpers.py
tests/test_output.py
tests/test_output_fidelity.py
tests/test_parquet_output.py
tests/test_pool_attr.py
tests/test_pool_source.py
tests/test_property_invariants.py
tests/test_quality_injection.py
tests/test_scd_type2.py
tests/test_schema.py
tests/test_seasonality.py
tests/test_silent_dispatch.py
tests/test_source_type_coverage.py
tests/test_stage_threshold_exit.py
tests/test_static_source_validation.py
tests/test_streaming_parquet.py
tests/test_tables.py
tests/test_templates_api.py
tests/test_templates_m112.py
tests/test_text_bucket_source.py
tests/test_threshold_event_subentity.py
tests/test_trajectory.py
tests/test_validation.py
tests/test_validation_report_determinism.py
tests/test_vectorized_generation.py