.gitattributes
.gitignore
.pylintrc
CHANGELOG.md
CLAUDE.md
LICENSE
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
template_usage.md
.claude/skills/python-coding-standard/SKILL.md
.claude/skills/reqif-format/SKILL.md
.claude/skills/trlc/SKILL.md
.github/skills/python-coding-standard/SKILL.md
.github/workflows/deploy.yml
.github/workflows/test.yml
.vscode/launch.json
.vscode/python.code-workspace
.vscode/settings.json
.vscode/template_NT.code-snippets
.vscode/template_argparse.code-snippets
.vscode/template_class.code-snippets
.vscode/template_function.code-snippets
.vscode/template_gplv3.code-snippets
coding-guidelines/README.md
coding-guidelines/code-review-checklist.md
doc/README.md
doc/architecture/class_diagram.puml
doc/architecture/context_diagram.puml
doc/architecture/create_test_report.puml
doc/architecture/sequence_diagram.puml
doc/architecture/use_cases.puml
doc/architecture/components/comp_base_converter.puml
doc/architecture/components/comp_docx_converter.puml
doc/architecture/components/comp_dump_converter.puml
doc/architecture/components/comp_item_walker.puml
doc/architecture/components/comp_logger.puml
doc/architecture/components/comp_main.puml
doc/architecture/components/comp_markdown_converter.puml
doc/architecture/components/comp_plantuml.puml
doc/architecture/components/comp_reqif_converter.puml
doc/architecture/components/comp_rst_converter.puml
doc/architecture/components/comp_version.puml
doc/architecture/concepts/concept_converter_derivation.puml
doc/configuration/tracing.puml
doc/images/NewTec_Logo.png
doc/images/NewTec_Logo_Slogan.png
doc/images/favicon.ico
doc/images/gridball.png
doc/reqif/v1.2/dtc-11-04-05.xsd
doc/safety/safety_manual.md
examples/README.md
examples/plantuml/README.md
examples/plantuml/diagram.puml
examples/plantuml/generate_to_markdown.bat
examples/plantuml/generate_to_markdown.sh
examples/plantuml/req.py
examples/plantuml/req.rsl
examples/plantuml/req.trlc
examples/reqif/README.md
examples/reqif/generate_to_reqif.bat
examples/reqif/generate_to_reqif.sh
examples/reqif/renderCfg.json
examples/reqif/req.rsl
examples/reqif/req.trlc
examples/reqif/translation.json
examples/reqif/reqif_list_types/reqif_list_types.py
examples/reqif/reqif_to_rsl/reqif_to_rsl.py
examples/reqif/validate_reqif/validate_reqif.py
examples/simple_req/README.md
examples/simple_req/generate_to_markdown.bat
examples/simple_req/generate_to_markdown.sh
examples/simple_req/req.rsl
examples/simple_req/req.trlc
examples/simple_req_multi/README.md
examples/simple_req_multi/generate_to_markdown.bat
examples/simple_req_multi/generate_to_markdown.sh
examples/simple_req_multi/req.rsl
examples/simple_req_multi/req_a.trlc
examples/simple_req_multi/req_b.trlc
examples/simple_req_multi_single_out/README.md
examples/simple_req_multi_single_out/generate_to_markdown.bat
examples/simple_req_multi_single_out/generate_to_markdown.sh
examples/simple_req_multi_single_out/req.rsl
examples/simple_req_multi_single_out/req_a.trlc
examples/simple_req_multi_single_out/req_b.trlc
examples/simple_req_proj_spec/README.md
examples/simple_req_proj_spec/generate_to_markdown.bat
examples/simple_req_proj_spec/generate_to_markdown.sh
examples/simple_req_proj_spec/req.py
examples/simple_req_proj_spec/req.rsl
examples/simple_req_proj_spec/req.trlc
examples/simple_req_translation/README.md
examples/simple_req_translation/generate_to_markdown.bat
examples/simple_req_translation/generate_to_markdown.sh
examples/simple_req_translation/req.rsl
examples/simple_req_translation/req.trlc
examples/simple_req_translation/translation.json
src/pyTRLCConverter/__init__.py
src/pyTRLCConverter/__main__.py
src/pyTRLCConverter/abstract_converter.py
src/pyTRLCConverter/base_converter.py
src/pyTRLCConverter/docx_converter.py
src/pyTRLCConverter/dump_converter.py
src/pyTRLCConverter/item_walker.py
src/pyTRLCConverter/logger.py
src/pyTRLCConverter/markdown_converter.py
src/pyTRLCConverter/plantuml.py
src/pyTRLCConverter/render_config.py
src/pyTRLCConverter/reqif_converter.py
src/pyTRLCConverter/ret.py
src/pyTRLCConverter/rst_converter.py
src/pyTRLCConverter/translator.py
src/pyTRLCConverter/trlc_helper.py
src/pyTRLCConverter/version.py
src/pyTRLCConverter.egg-info/PKG-INFO
src/pyTRLCConverter.egg-info/SOURCES.txt
src/pyTRLCConverter.egg-info/dependency_links.txt
src/pyTRLCConverter.egg-info/entry_points.txt
src/pyTRLCConverter.egg-info/requires.txt
src/pyTRLCConverter.egg-info/top_level.txt
src/pyTRLCConverter/marko/gfm2rst_renderer.py
src/pyTRLCConverter/marko/md2docx_renderer.py
src/pyTRLCConverter/marko/md2rst_renderer.py
tests/__init__.py
tests/reqif_test_utils.py
tests/test_cli.py
tests/test_docx.py
tests/test_dump.py
tests/test_general.py
tests/test_markdown.py
tests/test_plantuml.py
tests/test_render_cfg.py
tests/test_reqif.py
tests/test_reqif_types.py
tests/test_rst.py
tests/utils/array_ref_records.trlc
tests/utils/attachment.txt
tests/utils/multi_req_with_link.trlc
tests/utils/multi_type_nested_sections.trlc
tests/utils/psc_do_nothing.py
tests/utils/psc_simple.py
tests/utils/renderCfg.json
tests/utils/renderCfgGfm.json
tests/utils/renderCfgGfmTableOptions.json
tests/utils/renderCfgPath.json
tests/utils/renderCfgRst.json
tests/utils/renderCfgXhtml.json
tests/utils/req.rsl
tests/utils/req_array_refs.rsl
tests/utils/req_enum.rsl
tests/utils/req_mixed_types.rsl
tests/utils/req_with_path.rsl
tests/utils/single_req_description_gfm.trlc
tests/utils/single_req_description_md.trlc
tests/utils/single_req_description_rst.trlc
tests/utils/single_req_description_xhtml.trlc
tests/utils/single_req_no_section.trlc
tests/utils/single_req_with_enum.trlc
tests/utils/single_req_with_enum_null.trlc
tests/utils/single_req_with_link.trlc
tests/utils/single_req_with_path.trlc
tests/utils/single_req_with_prev_section.trlc
tests/utils/single_req_with_section.trlc
tests/utils/template.docx
tests/utils/translation.json
tools/README.md
tools/make_html.bat
tools/make_html.sh
tools/deployDoc/Makefile
tools/deployDoc/README.md
tools/deployDoc/make.bat
tools/deployDoc/root/index.html
tools/deployDoc/source/conf.py
tools/deployDoc/source/coverage_report.rst
tools/deployDoc/source/index.rst
tools/deployDoc/source/license_include.rst
tools/deployDoc/source/sw_architecture.rst
tools/deployDoc/source/sw_detail_design.rst
tools/deployDoc/source/sw_requirements.rst
tools/deployDoc/source/sw_test_result_report.rst
tools/deployDoc/source/sw_tests.rst
tools/deployDoc/source/sw_tracing_report.rst
tools/deployDoc/source/_static/.gitkeep
tools/deployDoc/source/_static/custom.css
tools/deployDoc/source/_static/s5defs.txt
tools/deployDoc/source/_static/version_selector.js
tools/plantUML/README.md
tools/plantUML/get_plantuml.bat
tools/plantUML/get_plantuml.sh
tools/testReport/README.md
tools/testReport/make_markdown.bat
tools/testReport/make_markdown.sh
tools/testReport/make_rst.bat
tools/testReport/make_rst.sh
tools/testReport/test_result_xml2trlc.py
tools/traceReport/README.md
tools/traceReport/lobster-report-sw-req.conf
tools/traceReport/lobster-trlc-sw-arch.yaml
tools/traceReport/lobster-trlc-sw-constraint.yaml
tools/traceReport/lobster-trlc-sw-req.yaml
tools/traceReport/lobster-trlc-sw-test-result.yaml
tools/traceReport/lobster-trlc-sw-test.yaml
tools/traceReport/make.bat
tools/traceReport/make.sh
tools/traceReport/tracing_toolchain.puml
tools/trlc2other/README.md
tools/trlc2other/make_docx.bat
tools/trlc2other/make_docx.sh
tools/trlc2other/make_markdown.bat
tools/trlc2other/make_markdown.sh
tools/trlc2other/make_reqif.bat
tools/trlc2other/make_reqif.sh
tools/trlc2other/make_rst.bat
tools/trlc2other/make_rst.sh
tools/trlc2other/converter/README.md
tools/trlc2other/converter/create_test_report_in_markdown.py
tools/trlc2other/converter/create_test_report_in_rst.py
tools/trlc2other/converter/generic_rsl_docx_converter.py
tools/trlc2other/converter/generic_rsl_markdown_converter.py
tools/trlc2other/converter/generic_rsl_reqif_converter.py
tools/trlc2other/converter/generic_rsl_rst_converter.py
tools/trlc2other/converter/image_processing.py
tools/trlc2other/converter/project_converter_class_diagram.puml
tools/trlc2other/converter/renderCfg.json
tools/trlc2other/converter/req2docx.py
tools/trlc2other/converter/req2markdown.py
tools/trlc2other/converter/req2reqif.py
tools/trlc2other/converter/req2rst.py
tools/trlc2other/converter/tc2markdown.py
tools/trlc2other/converter/tc2reqif.py
tools/trlc2other/converter/tc2rst.py
tools/trlc2other/converter/template.docx
tools/trlc2other/converter/translation.json
trlc/model/abs-req.rsl
trlc/model/abs-swe-arch.rsl
trlc/model/generic.rsl
trlc/model/swe-arch.rsl
trlc/model/swe-req.rsl
trlc/model/swe-test.rsl
trlc/swe-arch/swe-arch.trlc
trlc/swe-req/swe-req.trlc
trlc/swe-test/swe-test.trlc