CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
pydtsx_parser/__init__.py
pydtsx_parser/__main__.py
pydtsx_parser/cli.py
pydtsx_parser/constants.py
pydtsx_parser/dispatcher.py
pydtsx_parser/envelope.py
pydtsx_parser/errors.py
pydtsx_parser/mcp_entry.py
pydtsx_parser/mcp_server.py
pydtsx_parser/py.typed
pydtsx_parser/redaction.py
pydtsx_parser/xml_utils.py
pydtsx_parser.egg-info/PKG-INFO
pydtsx_parser.egg-info/SOURCES.txt
pydtsx_parser.egg-info/dependency_links.txt
pydtsx_parser.egg-info/entry_points.txt
pydtsx_parser.egg-info/requires.txt
pydtsx_parser.egg-info/top_level.txt
pydtsx_parser/extractors/__init__.py
pydtsx_parser/extractors/columns.py
pydtsx_parser/extractors/components.py
pydtsx_parser/extractors/connections.py
pydtsx_parser/extractors/executables.py
pydtsx_parser/extractors/paths.py
pydtsx_parser/extractors/pipeline.py
pydtsx_parser/extractors/precedence.py
pydtsx_parser/extractors/sort.py
pydtsx_parser/extractors/sources.py
pydtsx_parser/extractors/sql_tasks.py
pydtsx_parser/extractors/transformations.py
pydtsx_parser/extractors/variables.py
pydtsx_parser/parsers/__init__.py
pydtsx_parser/parsers/conmgr.py
pydtsx_parser/parsers/dtproj.py
pydtsx_parser/parsers/dtsx.py
pydtsx_parser/parsers/params.py
tests/test_cli.py
tests/test_components_smoke.py
tests/test_conmgr.py
tests/test_connections.py
tests/test_derived_columns.py
tests/test_dispatcher.py
tests/test_dtproj.py
tests/test_dtsx.py
tests/test_edge_cases.py
tests/test_envelope.py
tests/test_executables.py
tests/test_integration.py
tests/test_mcp_entry.py
tests/test_mcp_server.py
tests/test_merge_join.py
tests/test_params.py
tests/test_pipeline.py
tests/test_precedence.py
tests/test_property_connections.py
tests/test_property_dataflow.py
tests/test_property_dtsx.py
tests/test_property_envelope.py
tests/test_property_precedence.py
tests/test_property_redaction.py
tests/test_property_transformations.py
tests/test_real_world.py
tests/test_redaction.py
tests/test_sort.py
tests/test_sources.py
tests/test_sql_tasks.py
tests/test_variables.py
tests/test_xml_utils.py