.coveragerc
.flake8
.gitignore
.rotekignore
CHANGES.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.md
ISSUE_TEMPLATE.md
LICENSE
MANIFEST.in
Makefile
PULL_REQUEST_TEMPLATE.md
README.rst
conftest.py
pyproject.toml
requirements.txt
requirements_test.txt
rst_include.ipynb
test.ipynb
test.rst
.3rd_party_stubs/readme.txt
.docs/README_template.rst
.docs/acknowledgment.rst
.docs/badges.rst
.docs/commandline_help.rst
.docs/contribute.rst
.docs/description.rst
.docs/index.rst
.docs/installation.rst
.docs/installation_via_makefile.rst
.docs/installation_via_pypi.rst
.docs/licence_mit.rst
.docs/tested_under.rst
.docs/try_in_jupyter.rst
.docs/usage.rst
.docs/usage_commandline_parameter.rst
.docs/usage_examples.rst
.docs/usage_examples_batch.rst
.docs/usage_examples_python.rst
.docs/usage_examples_shellscript.rst
.docs/usage_include_from_commandline.rst
.docs/usage_multiline_text_replacement.rst
.docs/usage_rst_file_examples.rst
.docs/usage_rst_file_examples_jupyter_include.rst
.docs/usage_rst_file_examples_simple_code_include.rst
.docs/usage_rst_file_examples_txt_or_rst_include.rst
.docs/usage_rst_file_include_parameters.rst
.github/workflows/codeql-analysis.yml
.github/workflows/python-package.yml
rst_include/__init__.py
rst_include/__init__conf__.py
rst_include/py.typed
rst_include/rst_include.py
rst_include/rst_include_cli.py
rst_include.egg-info/PKG-INFO
rst_include.egg-info/SOURCES.txt
rst_include.egg-info/dependency_links.txt
rst_include.egg-info/entry_points.txt
rst_include.egg-info/requires.txt
rst_include.egg-info/top_level.txt
rst_include/libs/__init__.py
rst_include/libs/lib_assemble_block.py
rst_include/libs/lib_block.py
rst_include/libs/lib_block_options.py
rst_include/libs/lib_check_files.py
rst_include/libs/lib_classes.py
rst_include/libs/lib_get_include_options.py
rst_include/libs/lib_include_file.py
rst_include/libs/lib_main.py
rst_include/libs/lib_source_line.py
rst_include/libs/lib_str.py
rst_include/libs/lib_test.py
rst_include/libs/lib_test_compare_results.py
tests/__init__.py
tests/include0.yaml
tests/include1.py
tests/include2.py
tests/include3.py
tests/temp_test.rst
tests/test1_no_includes_expected.rst
tests/test1_no_includes_expected_replace.rst
tests/test1_no_includes_template.rst
tests/test2_include_samedir_expected.rst
tests/test2_include_samedir_template.rst
tests/test3_include_subdir_expected.rst
tests/test3_include_subdir_template.rst
tests/test4_include_nocode_expected.rst
tests/test4_include_nocode_template.rst
tests/test5_not_supported_expected.rst
tests/test5_not_supported_template.rst
tests/test6_include_recursion1_template.rst
tests/test6_include_recursion2_template.rst
tests/test6_include_recursion3_template.rst
tests/test_cli.py
tests/test_compare_file_original.txt
tests/test_compare_file_result_different.txt
tests/test_compare_file_result_equal.txt
tests/test_compare_file_result_longer.txt
tests/test_compare_file_result_shorter.txt
tests/test_include_files.py
tests/test_read.rst
tests/local_testscripts/lib_bash_functions.sh
tests/local_testscripts/run_clean.sh
tests/local_testscripts/run_pytest.sh
tests/local_testscripts/run_testloop.sh
tests/local_testscripts/run_testloop_pytest_and_mypy_only_no_setup.sh
tests/local_testscripts/run_testloop_windows.cmd
tests/local_testscripts/shellcheck.sh
tests/local_testscripts/testing_tools.py
tests/subdir/__init__.py
tests/subdir/include_subdir.py