LICENSE
README.md
pyproject.toml
src/uapg/__init__.py
src/uapg/cli.py
src/uapg/db_manager.py
src/uapg/event_filter.py
src/uapg/history_pgsql.py
src/uapg/history_timescale.py
src/uapg/history_timescale_v2.py
src/uapg/opc_node_id.py
src/uapg/py.typed
src/uapg/test_event_filter.py
src/uapg.egg-info/PKG-INFO
src/uapg.egg-info/SOURCES.txt
src/uapg.egg-info/dependency_links.txt
src/uapg.egg-info/requires.txt
src/uapg.egg-info/top_level.txt
src/uapg/sql/__init__.py
src/uapg/sql/migrations/001_core_migrations.sql
src/uapg/sql/migrations/002_events_v2_tables.sql
src/uapg/sql/migrations/003_events_v2_functions.sql
src/uapg/sql/migrations/004_events_v2_timescale.sql
src/uapg/sql/migrations/101_variables_v2_tables.sql
src/uapg/sql/migrations/102_variables_v2_functions.sql
src/uapg/sql/migrations/__init__.py
src/uapg/v2/__init__.py
src/uapg/v2/backfill_worker.py
src/uapg/v2/event_store.py
src/uapg/v2/events_config.py
src/uapg/v2/filter_planner.py
src/uapg/v2/procedure_gateway.py
src/uapg/v2/schema_registry.py
src/uapg/v2/sql_migrator.py
src/uapg/v2/storage_mode.py
src/uapg/v2/variables/__init__.py
tests/test_connection_pool.py
tests/test_db_manager.py
tests/test_event_store_v2.py
tests/test_events_config.py
tests/test_filter_planner.py
tests/test_history_pgsql.py
tests/test_history_timescale_metrics.py
tests/test_opc_node_id.py
tests/test_schema_registry.py
tests/test_sql_migrator.py
tests/test_sql_syntax.py
tests/test_storage_mode.py