LICENSE
NOTICE
README.md
pyproject.toml
plotsim/__init__.py
plotsim/_column_dispatch.py
plotsim/_distribution_registry.py
plotsim/_faker.py
plotsim/_types.py
plotsim/cli.py
plotsim/config.py
plotsim/curves.py
plotsim/debug.py
plotsim/denormalize.py
plotsim/dimensions.py
plotsim/entity_features.py
plotsim/gp.py
plotsim/holdout.py
plotsim/inspect.py
plotsim/log_writer.py
plotsim/manifest.py
plotsim/metrics.py
plotsim/multi_source.py
plotsim/outlier_injections.py
plotsim/output.py
plotsim/py.typed
plotsim/quality.py
plotsim/schema.py
plotsim/tables.py
plotsim/trajectory.py
plotsim/types.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/templates/__init__.py
plotsim/configs/templates/banking.yaml
plotsim/configs/templates/banking_template.py
plotsim/configs/templates/health.yaml
plotsim/configs/templates/health_template.py
plotsim/configs/templates/hr.yaml
plotsim/configs/templates/hr_template.py
plotsim/configs/templates/marketing.yaml
plotsim/configs/templates/marketing_template.py
plotsim/configs/templates/retail.yaml
plotsim/configs/templates/retail_template.py
plotsim/configs/templates/saas.yaml
plotsim/configs/templates/saas_template.py
plotsim/data/__init__.py
plotsim/data/geo_locations.py
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_lag.py
tests/test_builder_parser.py
tests/test_builder_power_features.py
tests/test_builder_recipes.py
tests/test_builder_schema.py
tests/test_bundled_templates.py
tests/test_bypass_observability.py
tests/test_cdc_facts.py
tests/test_cli.py
tests/test_cli_validate.py
tests/test_cold_start.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_debug.py
tests/test_denormalize.py
tests/test_dict_field_caps.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_event_timestamp.py
tests/test_fidelity_smoke.py
tests/test_fk_target_resolution.py
tests/test_geo_provider.py
tests/test_heavy_tailed_noise.py
tests/test_heteroscedastic_noise.py
tests/test_holdout.py
tests/test_integration.py
tests/test_internal_verification.py
tests/test_jsonl_output.py
tests/test_lag_decay.py
tests/test_lag_period_cap.py
tests/test_locale.py
tests/test_log_writer.py
tests/test_manifest.py
tests/test_manifest_decomposition_regression.py
tests/test_manifest_variance_gp.py
tests/test_metric_override_range.py
tests/test_metrics.py
tests/test_multi_source.py
tests/test_narrative_source.py
tests/test_nested_columns.py
tests/test_notebook_helpers.py
tests/test_output.py
tests/test_output_fidelity.py
tests/test_parent_child_facts.py
tests/test_parquet_output.py
tests/test_partitioned_parquet.py
tests/test_per_metric_treatment.py
tests/test_pk_prefix.py
tests/test_pool_attr.py
tests/test_pool_on_fact.py
tests/test_pool_source.py
tests/test_property_invariants.py
tests/test_public_api_workflow.py
tests/test_quality_injection.py
tests/test_scd_type2.py
tests/test_schema.py
tests/test_seasonality.py
tests/test_segment_drift.py
tests/test_silent_dispatch.py
tests/test_source_type_coverage.py
tests/test_sql_output.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_text_bucket_source.py
tests/test_threshold_event_subentity.py
tests/test_time_varying_correlations.py
tests/test_trajectory.py
tests/test_treatment_control.py
tests/test_validation.py
tests/test_validation_report_determinism.py
tests/test_vectorized_generation.py
tests/test_volume_anomaly.py