LICENSE.md
README.md
pyproject.toml
src/tnfr/__init__.py
src/tnfr/alias.py
src/tnfr/cache.py
src/tnfr/callback_utils.py
src/tnfr/collections_utils.py
src/tnfr/config.py
src/tnfr/constants_glyphs.py
src/tnfr/execution.py
src/tnfr/flatten.py
src/tnfr/gamma.py
src/tnfr/glyph_history.py
src/tnfr/grammar.py
src/tnfr/graph_utils.py
src/tnfr/immutable.py
src/tnfr/import_utils.py
src/tnfr/initialization.py
src/tnfr/io.py
src/tnfr/json_utils.py
src/tnfr/locking.py
src/tnfr/logging_utils.py
src/tnfr/node.py
src/tnfr/observers.py
src/tnfr/ontosim.py
src/tnfr/presets.py
src/tnfr/rng.py
src/tnfr/selector.py
src/tnfr/sense.py
src/tnfr/structural.py
src/tnfr/tokens.py
src/tnfr/trace.py
src/tnfr/types.py
src/tnfr/validators.py
src/tnfr/value_utils.py
src/tnfr.egg-info/PKG-INFO
src/tnfr.egg-info/SOURCES.txt
src/tnfr.egg-info/dependency_links.txt
src/tnfr.egg-info/entry_points.txt
src/tnfr.egg-info/requires.txt
src/tnfr.egg-info/top_level.txt
src/tnfr/cli/__init__.py
src/tnfr/cli/arguments.py
src/tnfr/cli/execution.py
src/tnfr/cli/utils.py
src/tnfr/constants/__init__.py
src/tnfr/constants/core.py
src/tnfr/constants/init.py
src/tnfr/constants/metric.py
src/tnfr/dynamics/__init__.py
src/tnfr/dynamics/dnfr.py
src/tnfr/dynamics/integrators.py
src/tnfr/dynamics/sampling.py
src/tnfr/helpers/__init__.py
src/tnfr/helpers/numeric.py
src/tnfr/metrics/__init__.py
src/tnfr/metrics/coherence.py
src/tnfr/metrics/common.py
src/tnfr/metrics/core.py
src/tnfr/metrics/diagnosis.py
src/tnfr/metrics/export.py
src/tnfr/metrics/glyph_timing.py
src/tnfr/metrics/reporting.py
src/tnfr/metrics/sense_index.py
src/tnfr/metrics/trig.py
src/tnfr/metrics/trig_cache.py
src/tnfr/operators/__init__.py
src/tnfr/operators/jitter.py
src/tnfr/operators/remesh.py
tests/test_accumulate_cos_sin.py
tests/test_add_edge_callbacks.py
tests/test_add_edge_errors.py
tests/test_add_edge_networkx.py
tests/test_add_edge_versions.py
tests/test_alias_accessor_usage.py
tests/test_alias_get_default.py
tests/test_alias_get_strict.py
tests/test_alias_helpers_threadsafe.py
tests/test_alias_iterable.py
tests/test_alias_sequence.py
tests/test_alias_set_error.py
tests/test_cache_helpers.py
tests/test_callback_errors_limit.py
tests/test_canon.py
tests/test_cli.py
tests/test_cli_flatten_tokens.py
tests/test_cli_history.py
tests/test_cli_sanity.py
tests/test_coherence_cache.py
tests/test_collect_attr_generators.py
tests/test_compute_Si_numpy_usage.py
tests/test_compute_coherence.py
tests/test_compute_theta_trig.py
tests/test_config_apply.py
tests/test_count_glyphs.py
tests/test_defaults_integrity.py
tests/test_diagnosis_state.py
tests/test_dnfr_cache.py
tests/test_dnfr_hooks.py
tests/test_dnfr_precompute.py
tests/test_dynamics_benchmark.py
tests/test_dynamics_helpers.py
tests/test_dynamics_run.py
tests/test_dynamics_vectorized.py
tests/test_edge_cases.py
tests/test_edge_version_cache.py
tests/test_edge_version_cache_limit.py
tests/test_ensure_callbacks.py
tests/test_ensure_collection.py
tests/test_ensure_history_trim_performance.py
tests/test_export_metrics.py
tests/test_flatten_structure.py
tests/test_freeze.py
tests/test_gamma.py
tests/test_get_attr_default.py
tests/test_get_attr_strict.py
tests/test_get_rng.py
tests/test_get_rng_threadsafe.py
tests/test_glyph_helpers.py
tests/test_glyph_history_dict.py
tests/test_glyph_history_windowing.py
tests/test_grammar.py
tests/test_history.py
tests/test_history_counter.py
tests/test_history_heap_cleanup.py
tests/test_history_maxlen.py
tests/test_history_methods.py
tests/test_history_series.py
tests/test_import_utils.py
tests/test_initialization.py
tests/test_inject_defaults_tuple.py
tests/test_integrators.py
tests/test_invariants.py
tests/test_invoke_callbacks.py
tests/test_is_immutable.py
tests/test_json_utils.py
tests/test_kahan_sum.py
tests/test_knn_edges.py
tests/test_list_mean.py
tests/test_local_phase_sync.py
tests/test_locking.py
tests/test_logging_module.py
tests/test_logging_threadsafe.py
tests/test_make_rng.py
tests/test_make_rng_threadsafe.py
tests/test_merge_and_normalize_weights.py
tests/test_metrics.py
tests/test_min_max_range.py
tests/test_missing_dependency_error_cache.py
tests/test_nav.py
tests/test_neighbor_phase_mean_missing_trig.py
tests/test_neighbor_phase_mean_no_graph.py
tests/test_neighbor_phase_mean_performance.py
tests/test_neighbors_map_cache.py
tests/test_node_all_nodes.py
tests/test_node_from_graph_threadsafe.py
tests/test_node_offset.py
tests/test_node_sample.py
tests/test_node_set_checksum.py
tests/test_node_state_extra.py
tests/test_node_weights.py
tests/test_normalize_callback_entry.py
tests/test_normalize_weights.py
tests/test_numeric_helpers.py
tests/test_observers.py
tests/test_operator_factors.py
tests/test_operators.py
tests/test_optional_import.py
tests/test_parse_tokens_errors.py
tests/test_parse_toml.py
tests/test_preparar_red.py
tests/test_prepare_dnfr_data_performance.py
tests/test_program.py
tests/test_public_api.py
tests/test_push_glyph.py
tests/test_read_structured_file_errors.py
tests/test_recent_glyph.py
tests/test_register_callback.py
tests/test_remesh.py
tests/test_remesh_community.py
tests/test_rng_base_seed.py
tests/test_rng_for_step.py
tests/test_safe_write.py
tests/test_scenarios.py
tests/test_selector_norms.py
tests/test_selector_utils.py
tests/test_sense.py
tests/test_set_attr_error.py
tests/test_si_helpers.py
tests/test_stable_json.py
tests/test_structural.py
tests/test_topological_remesh.py
tests/test_trace.py
tests/test_trig_cache_reuse.py
tests/test_update_tg_node.py
tests/test_update_tg_performance.py
tests/test_validate_aliases.py
tests/test_validate_window.py
tests/test_validators.py
tests/test_value_utils.py
tests/test_vf_coherencia.py
tests/test_vf_dnfr_max_update.py
tests/test_warn_failure_emit.py