RepoAuditor 0.4.2__tar.gz → 0.4.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) hide show
  1. {repoauditor-0.4.2 → repoauditor-0.4.4}/PKG-INFO +1 -1
  2. {repoauditor-0.4.2 → repoauditor-0.4.4}/docs/DEVELOPMENT.md +1 -1
  3. {repoauditor-0.4.2 → repoauditor-0.4.4}/docs/index.md +9 -2
  4. {repoauditor-0.4.2 → repoauditor-0.4.4}/mkdocs.yml +2 -0
  5. {repoauditor-0.4.2 → repoauditor-0.4.4}/pyproject.toml +1 -0
  6. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionQuery.py +6 -6
  7. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/__init__.py +1 -1
  8. {repoauditor-0.4.2 → repoauditor-0.4.4}/uv.lock +14 -0
  9. {repoauditor-0.4.2 → repoauditor-0.4.4}/.copier-answers.yml +0 -0
  10. {repoauditor-0.4.2 → repoauditor-0.4.4}/.github/CODEOWNERS +0 -0
  11. {repoauditor-0.4.2 → repoauditor-0.4.4}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  12. {repoauditor-0.4.2 → repoauditor-0.4.4}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  13. {repoauditor-0.4.2 → repoauditor-0.4.4}/.github/ISSUE_TEMPLATE/custom.md +0 -0
  14. {repoauditor-0.4.2 → repoauditor-0.4.4}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  15. {repoauditor-0.4.2 → repoauditor-0.4.4}/.github/actions/release_impl/action.yml +0 -0
  16. {repoauditor-0.4.2 → repoauditor-0.4.4}/.github/pull_request_template.md +0 -0
  17. {repoauditor-0.4.2 → repoauditor-0.4.4}/.github/release_sources.yaml +0 -0
  18. {repoauditor-0.4.2 → repoauditor-0.4.4}/.github/workflows/CICD.yml +0 -0
  19. {repoauditor-0.4.2 → repoauditor-0.4.4}/.github/workflows/CICD_impl.yml +0 -0
  20. {repoauditor-0.4.2 → repoauditor-0.4.4}/.github/workflows/EndToEnd.yml +0 -0
  21. {repoauditor-0.4.2 → repoauditor-0.4.4}/.github/workflows/codeql.yml +0 -0
  22. {repoauditor-0.4.2 → repoauditor-0.4.4}/.gitignore +0 -0
  23. {repoauditor-0.4.2 → repoauditor-0.4.4}/.pre-commit-config.yaml +0 -0
  24. {repoauditor-0.4.2 → repoauditor-0.4.4}/.python-version +0 -0
  25. {repoauditor-0.4.2 → repoauditor-0.4.4}/CODE_OF_CONDUCT.md +0 -0
  26. {repoauditor-0.4.2 → repoauditor-0.4.4}/GOVERNANCE.md +0 -0
  27. {repoauditor-0.4.2 → repoauditor-0.4.4}/LICENSE +0 -0
  28. {repoauditor-0.4.2 → repoauditor-0.4.4}/MAINTAINERS.md +0 -0
  29. {repoauditor-0.4.2 → repoauditor-0.4.4}/README.md +0 -0
  30. {repoauditor-0.4.2 → repoauditor-0.4.4}/SECURITY.md +0 -0
  31. {repoauditor-0.4.2 → repoauditor-0.4.4}/default_config.yaml +0 -0
  32. {repoauditor-0.4.2 → repoauditor-0.4.4}/docs/CONTRIBUTING.md +0 -0
  33. {repoauditor-0.4.2 → repoauditor-0.4.4}/docs/PAT.md +0 -0
  34. {repoauditor-0.4.2 → repoauditor-0.4.4}/docs/config_file.md +0 -0
  35. {repoauditor-0.4.2 → repoauditor-0.4.4}/docs/troubleshooting.md +0 -0
  36. {repoauditor-0.4.2 → repoauditor-0.4.4}/docs/usage.md +0 -0
  37. {repoauditor-0.4.2 → repoauditor-0.4.4}/minisign_key.pub +0 -0
  38. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/AutoGitSemVer.yaml +0 -0
  39. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/CommandLineProcessor.py +0 -0
  40. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Display.py +0 -0
  41. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/EntryPoint.py +0 -0
  42. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/ExecuteModules.py +0 -0
  43. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Impl/ParallelSequentialProcessor.py +0 -0
  44. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Impl/__init__.py +0 -0
  45. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Module.py +0 -0
  46. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugin.py +0 -0
  47. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/CommunityStandardsQuery.py +0 -0
  48. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Impl/ExistsRequirementImpl.py +0 -0
  49. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Impl/__init__.py +0 -0
  50. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Module.py +0 -0
  51. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/CodeOfConduct.py +0 -0
  52. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/CodeOwners.py +0 -0
  53. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/Contributing.py +0 -0
  54. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/IssueTemplates.py +0 -0
  55. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/LicenseFile.py +0 -0
  56. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/PullRequestTemplates.py +0 -0
  57. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/ReadMe.py +0 -0
  58. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/SecurityPolicy.py +0 -0
  59. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/__init__.py +0 -0
  60. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/__init__.py +0 -0
  61. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandardsPlugin.py +0 -0
  62. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/AllowDeletions.py +0 -0
  63. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/AllowMainlineForcePushes.py +0 -0
  64. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/DismissStalePullRequestApprovals.py +0 -0
  65. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/DoNotAllowBypassSettings.py +0 -0
  66. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/EnsureStatusChecks.py +0 -0
  67. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/Impl/ClassicEnableRequirementImpl.py +0 -0
  68. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/Impl/ClassicValueRequirementImpl.py +0 -0
  69. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/Impl/__init__.py +0 -0
  70. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireApprovalMostRecentPush.py +0 -0
  71. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireApprovals.py +0 -0
  72. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireCodeOwnerReview.py +0 -0
  73. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireConversationResolution.py +0 -0
  74. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireLinearHistory.py +0 -0
  75. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequirePullRequests.py +0 -0
  76. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireSignedCommits.py +0 -0
  77. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireStatusChecksToPass.py +0 -0
  78. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireUpToDateBranches.py +0 -0
  79. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/__init__.py +0 -0
  80. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/DefaultBranchQuery.py +0 -0
  81. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/DefaultBranchRequirements/Protected.py +0 -0
  82. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/DefaultBranchRequirements/__init__.py +0 -0
  83. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/Impl/Common.py +0 -0
  84. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/Impl/EnableRequirementImpl.py +0 -0
  85. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/Impl/EnableRulesetRequirementImpl.py +0 -0
  86. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/Impl/ValueRequirementImpl.py +0 -0
  87. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/Impl/__init__.py +0 -0
  88. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/Module.py +0 -0
  89. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetQuery.py +0 -0
  90. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/BlockMainlineForcePushes.py +0 -0
  91. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/DismissStalePullRequestApprovals.py +0 -0
  92. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/EnsureStatusChecks.py +0 -0
  93. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireApprovalMostRecentPush.py +0 -0
  94. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireApprovals.py +0 -0
  95. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireCodeOwnerReview.py +0 -0
  96. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireCodeScanningResults.py +0 -0
  97. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireConversationResolution.py +0 -0
  98. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireLinearHistory.py +0 -0
  99. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequirePullRequests.py +0 -0
  100. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireSignedCommits.py +0 -0
  101. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireStatusChecksToPass.py +0 -0
  102. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireSuccessfulDeployments.py +0 -0
  103. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireUpToDateBranches.py +0 -0
  104. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RestrictCreations.py +0 -0
  105. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RestrictDeletions.py +0 -0
  106. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RestrictUpdates.py +0 -0
  107. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/__init__.py +0 -0
  108. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardQuery.py +0 -0
  109. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/AutoMerge.py +0 -0
  110. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/DefaultBranch.py +0 -0
  111. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/DeleteHeadBranches.py +0 -0
  112. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/DependabotSecurityUpdates.py +0 -0
  113. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/Description.py +0 -0
  114. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/Impl/StandardEnableRequirementImpl.py +0 -0
  115. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/Impl/StandardValueRequirementImpl.py +0 -0
  116. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/Impl/__init__.py +0 -0
  117. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/License.py +0 -0
  118. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/MergeCommit.py +0 -0
  119. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/MergeCommitMessage.py +0 -0
  120. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/Private.py +0 -0
  121. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/RebaseMergeCommit.py +0 -0
  122. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SecretScanning.py +0 -0
  123. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SecretScanningPushProtection.py +0 -0
  124. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SquashCommitMerge.py +0 -0
  125. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SquashMergeCommitMessage.py +0 -0
  126. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SuggestUpdatingPullRequestBranches.py +0 -0
  127. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SupportDiscussions.py +0 -0
  128. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SupportIssues.py +0 -0
  129. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SupportProjects.py +0 -0
  130. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SupportWikis.py +0 -0
  131. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/TemplateRepository.py +0 -0
  132. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/WebCommitSignoff.py +0 -0
  133. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/__init__.py +0 -0
  134. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/__init__.py +0 -0
  135. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHubBase/Module.py +0 -0
  136. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHubBase/__init__.py +0 -0
  137. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHubPlugin.py +0 -0
  138. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/ScientificSoftware/Module.py +0 -0
  139. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/ScientificSoftware/Requirements/Citation.py +0 -0
  140. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/ScientificSoftware/Requirements/__init__.py +0 -0
  141. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/ScientificSoftware/ScientificSoftwareQuery.py +0 -0
  142. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/ScientificSoftware/__init__.py +0 -0
  143. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/ScientificSoftwarePlugin.py +0 -0
  144. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/__init__.py +0 -0
  145. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Query.py +0 -0
  146. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/Requirement.py +0 -0
  147. {repoauditor-0.4.2 → repoauditor-0.4.4}/src/RepoAuditor/py.typed +0 -0
  148. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/CommandLineProcessor_UnitTest.py +0 -0
  149. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/EntryPoint_UnitTest.py +0 -0
  150. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/ExecuteModules_UnitTest.py +0 -0
  151. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Module_UnitTest.py +0 -0
  152. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugin_UnitTest.py +0 -0
  153. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/CommunityStandards/CommunityStandardsQuery_UnitTest.py +0 -0
  154. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/CommunityStandards/CommunityStandards_UnitTest.py +0 -0
  155. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/CommunityStandards/ExistsRequirementImpl_UnitTest.py +0 -0
  156. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/CommunityStandards_EndToEndTest.py +0 -0
  157. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubEnterprise_EndToEndTest.py +0 -0
  158. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/ClassicBranchProtectionQuery_UnitTest.py +0 -0
  159. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/DismissStalePullRequestApprovals_UnitTest.py +0 -0
  160. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/EnsureStatusChecks_UnitTest.py +0 -0
  161. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireApprovalMostRecentPush_UnitTest.py +0 -0
  162. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireApprovals_UnitTest.py +0 -0
  163. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireCodeOwnerReview_UnitTest.py +0 -0
  164. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireUpToDateBranches_UnitTest.py +0 -0
  165. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/ClassicValueRequirementImpl_UnitTest.py +0 -0
  166. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/DefaultBranchQuery_UnitTest.py +0 -0
  167. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/DefaultBranchRequirements/Protected_UnitTest.py +0 -0
  168. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/EnableRulesetRequirementImpl_UnitTest.py +0 -0
  169. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/GitHubModule_UnitTest.py +0 -0
  170. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/GitHubSession_UnitTest.py +0 -0
  171. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulesetRequirements/BlockMainlineForcePushesRule_UnitTest.py +0 -0
  172. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulesetRequirements/DismissStalePullRequestApprovalsRule_UnitTest.py +0 -0
  173. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulesetRequirements/EnsureStatusChecksRule_UnitTest.py +0 -0
  174. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulesetRequirements/RequireApprovalMostRecentPushRule_UnitTest.py +0 -0
  175. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulesetRequirements/RequireApprovalsRule_UnitTest.py +0 -0
  176. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulesetRequirements/RequireCodeOwnerReviewRule_UnitTest.py +0 -0
  177. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulesetRequirements/RequireConversationResolutionRule_UnitTest.py +0 -0
  178. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulesetRequirements/RequirePullRequests_UnitTest.py +0 -0
  179. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulesetRequirements/RequireSignedCommits_UnitTest.py +0 -0
  180. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulesetRequirements/RequireStatusChecksToPassRule_UnitTest.py +0 -0
  181. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulesetRequirements/RequireUpToDateBranchesRule_UnitTest.py +0 -0
  182. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulesetRequirements/__init__.py +0 -0
  183. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulsesetQuery_UnitTest.py +0 -0
  184. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/StandardQuery_UnitTest.py +0 -0
  185. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/StandardRequirements/DependabotSecurityUpdates_UnitTest.py +0 -0
  186. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/StandardRequirements/Description_UnitTest.py +0 -0
  187. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/StandardRequirements/License_UnitTest.py +0 -0
  188. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/StandardRequirements/MergeCommitMessage_UnitTest.py +0 -0
  189. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/StandardRequirements/Private_UnitTest.py +0 -0
  190. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/StandardRequirements/SecretScanningPushProtection_UnitTest.py +0 -0
  191. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/StandardRequirements/SecretScanning_UnitTest.py +0 -0
  192. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/StandardRequirements/SquashMergeCommitMessage_UnitTest.py +0 -0
  193. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/ValueRequrementImpl_UnitTest.py +0 -0
  194. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/fixtures.py +0 -0
  195. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/GitHub_EndToEndTest.py +0 -0
  196. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/ScientificSoftware/ScientificSoftwareQuery_UnitTest.py +0 -0
  197. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/ScientificSoftware_EndToEndTest.py +0 -0
  198. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/__snapshots__/CommunityStandards_EndToEndTest.ambr +0 -0
  199. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/__snapshots__/GitHubEnterprise_EndToEndTest.ambr +0 -0
  200. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/__snapshots__/GitHub_EndToEndTest.ambr +0 -0
  201. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/__snapshots__/ScientificSoftware_EndToEndTest.ambr +0 -0
  202. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/conftest.py +0 -0
  203. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Plugins/utilities.py +0 -0
  204. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Query_UnitTest.py +0 -0
  205. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/Requirement_UnitTest.py +0 -0
  206. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/__init__.py +0 -0
  207. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/__snapshots__/ExecuteModules_UnitTest.ambr +0 -0
  208. {repoauditor-0.4.2 → repoauditor-0.4.4}/tests/conftest.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: RepoAuditor
3
- Version: 0.4.2
3
+ Version: 0.4.4
4
4
  Summary: Add your description here
5
5
  Project-URL: Homepage, https://github.com/gt-sse-center/RepoAuditor
6
6
  Project-URL: Documentation, https://github.com/gt-sse-center/RepoAuditor
@@ -146,7 +146,7 @@ We use [MkDocs](https://www.mkdocs.org/) to generate the documentation website.
146
146
  To generate the docs, please run
147
147
 
148
148
  ```sh
149
- uv run mkdocs --serve
149
+ uv run mkdocs serve
150
150
  ```
151
151
 
152
152
  and go to the specified URL.
@@ -4,6 +4,10 @@
4
4
 
5
5
  It helps maintain high-quality and consistent open-source repositories even if you are new to maintaining open-source software.
6
6
 
7
+ ## Compatibility
8
+
9
+ We only support Python 3.10 and above. Please make sure you have a suitable python version.
10
+
7
11
  ## Contents
8
12
 
9
13
  - [Installation](#installation)
@@ -16,10 +20,13 @@ It helps maintain high-quality and consistent open-source repositories even if y
16
20
  ## Installation
17
21
 
18
22
  We recommend using [uv](https://docs.astral.sh/uv/#uv) since it can install `RepoAuditor` as a tool via `uvx` into a sandbox environment for quick use.
19
- This lets you directly run `RepoAuditor`.
20
23
 
24
+ This lets you directly run `RepoAuditor` without the need to clone the repository or install the package.
25
+
26
+ <!-- termynal -->
21
27
  ```sh
22
- uvx RepoAuditor
28
+ > uvx RepoAuditor --version
29
+ RepoAuditor v0.4.2
23
30
  ```
24
31
 
25
32
  Alternatively, you can install `RepoAuditor` via `uv` or `pip`.
@@ -15,6 +15,8 @@ theme:
15
15
  primary: teal
16
16
  accent: lime
17
17
 
18
+ plugins:
19
+ - termynal
18
20
 
19
21
  # Extensions to render emojis
20
22
  markdown_extensions:
@@ -57,6 +57,7 @@ dev = [
57
57
  "ruff>=0.11.8",
58
58
  "syrupy>=4.9.1",
59
59
  "mkdocs-material>=9.6.16",
60
+ "termynal>=0.13.1",
60
61
  ]
61
62
 
62
63
  [tool.hatch.version]
@@ -162,6 +162,12 @@ class ClassicBranchProtectionQuery(Query):
162
162
  if not module_data["branch_data"].get("protected", False):
163
163
  return None
164
164
 
165
+ # Classic branch protection information is only accessible when a pat is provided.
166
+ # Exit gracefully if there isn't a PAT, as the ClassicBranchProtectionQuery
167
+ # will print a warning if the PAT wasn't provided.
168
+ if module_data["session"].github_pat is None:
169
+ return None
170
+
165
171
  # Note that once here, we know that the branch is protected, but we don't know the
166
172
  # protection scheme used (rule sets or classic). Attempt to get the classic information
167
173
  # and then see if rule sets are in use if the classic information is not found.
@@ -178,12 +184,6 @@ class ClassicBranchProtectionQuery(Query):
178
184
  if ruleset_response:
179
185
  return None
180
186
 
181
- # Classic branch protection information is only accessible when a pat is provided. Exit
182
- # gracefully if there isn't a PAT, as the DefaultBranchQuery will print a warning if
183
- # the PAT wasn't provided.
184
- if module_data["session"].github_pat is None:
185
- return None
186
-
187
187
  # If here, let the error result in an exception in the code that follows.
188
188
 
189
189
  response.raise_for_status()
@@ -2,4 +2,4 @@ APP_NAME = "RepoAuditor"
2
2
 
3
3
  # Note that the default value below will be used until the value
4
4
  # here is explicitly updated by the Continuous Integration system.
5
- __version__ = "0.4.2"
5
+ __version__ = "0.4.4"
@@ -781,6 +781,7 @@ dev = [
781
781
  { name = "pytest-cov" },
782
782
  { name = "ruff" },
783
783
  { name = "syrupy" },
784
+ { name = "termynal" },
784
785
  ]
785
786
 
786
787
  [package.metadata]
@@ -803,6 +804,7 @@ dev = [
803
804
  { name = "pytest-cov", specifier = ">=6.1.1" },
804
805
  { name = "ruff", specifier = ">=0.11.8" },
805
806
  { name = "syrupy", specifier = ">=4.9.1" },
807
+ { name = "termynal", specifier = ">=0.13.1" },
806
808
  ]
807
809
 
808
810
  [[package]]
@@ -1015,6 +1017,18 @@ wheels = [
1015
1017
  { url = "https://files.pythonhosted.org/packages/ec/9d/aef9ec5fd5a4ee2f6a96032c4eda5888c5c7cec65cef6b28c4fc37671d88/syrupy-4.9.1-py3-none-any.whl", hash = "sha256:b94cc12ed0e5e75b448255430af642516842a2374a46936dd2650cfb6dd20eda", size = 52214, upload-time = "2025-03-24T01:36:35.278Z" },
1016
1018
  ]
1017
1019
 
1020
+ [[package]]
1021
+ name = "termynal"
1022
+ version = "0.13.1"
1023
+ source = { registry = "https://pypi.org/simple" }
1024
+ dependencies = [
1025
+ { name = "markdown" },
1026
+ ]
1027
+ sdist = { url = "https://files.pythonhosted.org/packages/6c/a6/099ed030e3e534ec91aec84dfe2cb11cea6ec8dcbec454fe569cdbbb4888/termynal-0.13.1.tar.gz", hash = "sha256:c7abecfdbda3ccdeee2723049a70f0e2e7f63e1973bb9b8f0b3fe6c1bfb391cd", size = 174253, upload-time = "2025-09-01T13:03:35.02Z" }
1028
+ wheels = [
1029
+ { url = "https://files.pythonhosted.org/packages/80/72/6949a512f16653cecebb737b8512ee76ca078d8e0e4e948d7322b528fb4d/termynal-0.13.1-py3-none-any.whl", hash = "sha256:7a1605a4d4ed38bf851bf25f842aafa52ef29786d52762aecee59622ed030592", size = 10628, upload-time = "2025-09-01T13:03:34.236Z" },
1030
+ ]
1031
+
1018
1032
  [[package]]
1019
1033
  name = "tomli"
1020
1034
  version = "2.2.1"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes