LICENSE
MANIFEST.in
README.md
pyproject.toml
AutoRPE/__init__.py
AutoRPE-Tests/test.py
AutoRPE-Tests/ImplementRPETests/test_implement_rpe.py
AutoRPE-Tests/ImplementRPETests/sources/Readme.md
AutoRPE-Tests/ImplementRPETests/sources/external/simple_external_example.f90
AutoRPE-Tests/ImplementRPETests/sources/function/dummy.f90
AutoRPE-Tests/ImplementRPETests/sources/function/dummy_foo_module.f90
AutoRPE-Tests/ImplementRPETests/sources/function/dummy_module.f90
AutoRPE-Tests/ImplementRPETests/sources/lorenz/lorenz.f90
AutoRPE-Tests/ImplementRPETests/sources/lorenz/lorenz_constants.f90
AutoRPE-Tests/ImplementRPETests/sources/lorenz/lorenz_routines.f90
AutoRPE-Tests/ImplementRPETests/sources/simplest/dummy.f90
AutoRPE-Tests/ImplementRPETests/sources/simplest/dummy_module.f90
AutoRPE-Tests/ImplementRPETests/sources/struct/dummy.f90
AutoRPE-Tests/ImplementRPETests/sources/struct/dummy_module.f90
AutoRPE-Tests/ScriptsTests/__init__.py
AutoRPE-Tests/ScriptsTests/helper_files/dia_hth_dep_template
AutoRPE-Tests/ScriptsTests/pp_vault_files/diahth.f90
AutoRPE-Tests/ScriptsTests/pp_vault_files/testFile.f90
AutoRPE-Tests/UtilsRPETests/__init__.py
AutoRPE-Tests/UtilsRPETests/test_getter.py
AutoRPE-Tests/UtilsRPETests/test_inserter.py
AutoRPE-Tests/UtilsRPETests/test_nature_determiner.py
AutoRPE-Tests/UtilsRPETests/test_oubtain_source_file_info.py
AutoRPE-Tests/UtilsRPETests/test_regex_pattern.py
AutoRPE.egg-info/PKG-INFO
AutoRPE.egg-info/SOURCES.txt
AutoRPE.egg-info/dependency_links.txt
AutoRPE.egg-info/entry_points.txt
AutoRPE.egg-info/requires.txt
AutoRPE.egg-info/top_level.txt
AutoRPE/AdditionalFiles/fortran_intrinsics
AutoRPE/AdditionalFiles/list_of_files_to_keep_unmodified.txt
AutoRPE/AdditionalFiles/list_of_reals_to_keep_unmodified.txt
AutoRPE/AdditionalFiles/read_precisions_template
AutoRPE/Scripts/AdaptNamelists.py
AutoRPE/Scripts/CastFix.py
AutoRPE/Scripts/ImplementMixedtoSources.py
AutoRPE/Scripts/ImplementRPEtoSource.py
AutoRPE/Scripts/MergeUsedVariables.py
AutoRPE/Shared/common_utils.py
AutoRPE/UtilsRPE/AttributeParser.py
AutoRPE/UtilsRPE/BasicFunctions.py
AutoRPE/UtilsRPE/CallManager.py
AutoRPE/UtilsRPE/Error.py
AutoRPE/UtilsRPE/Getter.py
AutoRPE/UtilsRPE/ImplementRPE.py
AutoRPE/UtilsRPE/Inserter.py
AutoRPE/UtilsRPE/MaskCreator.py
AutoRPE/UtilsRPE/NatureDeterminer.py
AutoRPE/UtilsRPE/ObtainSourceFileInfo.py
AutoRPE/UtilsRPE/RegexPattern.py
AutoRPE/UtilsRPE/SourceManager.py
AutoRPE/UtilsRPE/TrackDependency.py
AutoRPE/UtilsRPE/VariablePrecision.py
AutoRPE/UtilsRPE/__init__.py
AutoRPE/UtilsRPE/logger.py
AutoRPE/UtilsRPE/Classes/CaseInsensitiveUtils.py
AutoRPE/UtilsRPE/Classes/Interface.py
AutoRPE/UtilsRPE/Classes/Module.py
AutoRPE/UtilsRPE/Classes/Procedure.py
AutoRPE/UtilsRPE/Classes/SourceFile.py
AutoRPE/UtilsRPE/Classes/Subprogram.py
AutoRPE/UtilsRPE/Classes/Variable.py
AutoRPE/UtilsRPE/Classes/Vault.py
AutoRPE/UtilsRPE/postproc/AddCast.py
AutoRPE/UtilsRPE/postproc/AddCastUtils.py
AutoRPE/UtilsRPE/postproc/Formatter.py
AutoRPE/UtilsRPE/postproc/OriginalFilesManager.py
AutoRPE/UtilsRPE/postproc/UpdateVariablesPrecision.py
AutoRPE/UtilsRPE/preprocess/Preprocessor.py
AutoRPE/UtilsWorkflow/BinaryTree.py
AutoRPE/UtilsWorkflow/BinaryTreeSearch.py
AutoRPE/UtilsWorkflow/Communicator.py
AutoRPE/UtilsWorkflow/ExceptionManager.py
AutoRPE/UtilsWorkflow/Job.py
AutoRPE/UtilsWorkflow/RemoteManager.py
AutoRPE/UtilsWorkflow/__init__.py