checkmate5 4.0.76__py3-none-any.whl → 4.0.77__py3-none-any.whl

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 (110) hide show
  1. checkmate/contrib/plugins/__init__.py +0 -0
  2. checkmate/contrib/plugins/cve/__init__.py +0 -0
  3. checkmate/contrib/plugins/cve/text4shell/__init__.py +0 -0
  4. checkmate/contrib/plugins/cve/text4shell/analyzer.py +0 -0
  5. checkmate/contrib/plugins/cve/text4shell/issues_data.py +0 -0
  6. checkmate/contrib/plugins/cve/text4shell/setup.py +0 -0
  7. checkmate/contrib/plugins/git/__init__.py +0 -0
  8. checkmate/contrib/plugins/git/commands/__init__.py +0 -0
  9. checkmate/contrib/plugins/git/commands/analyze.py +0 -0
  10. checkmate/contrib/plugins/git/commands/base.py +0 -0
  11. checkmate/contrib/plugins/git/commands/diff.py +0 -0
  12. checkmate/contrib/plugins/git/commands/init.py +0 -0
  13. checkmate/contrib/plugins/git/commands/update_stats.py +0 -0
  14. checkmate/contrib/plugins/git/hooks/__init__.py +0 -0
  15. checkmate/contrib/plugins/git/hooks/project.py +0 -0
  16. checkmate/contrib/plugins/git/lib/__init__.py +0 -0
  17. checkmate/contrib/plugins/git/lib/repository.py +0 -0
  18. checkmate/contrib/plugins/git/lib/repository_pygit2.py +0 -0
  19. checkmate/contrib/plugins/git/models.py +0 -0
  20. checkmate/contrib/plugins/git/setup.py +0 -0
  21. checkmate/contrib/plugins/golang/__init__.py +0 -0
  22. checkmate/contrib/plugins/golang/gostaticcheck/__init__.py +0 -0
  23. checkmate/contrib/plugins/golang/gostaticcheck/analyzer.py +0 -0
  24. checkmate/contrib/plugins/golang/gostaticcheck/issues_data.py +0 -0
  25. checkmate/contrib/plugins/golang/gostaticcheck/setup.py +0 -0
  26. checkmate/contrib/plugins/iac/__init__.py +0 -0
  27. checkmate/contrib/plugins/iac/kubescape/__init__.py +0 -0
  28. checkmate/contrib/plugins/iac/kubescape/analyzer.py +0 -0
  29. checkmate/contrib/plugins/iac/kubescape/issues_data.py +0 -0
  30. checkmate/contrib/plugins/iac/kubescape/setup.py +0 -0
  31. checkmate/contrib/plugins/iac/tfsec/__init__.py +0 -0
  32. checkmate/contrib/plugins/iac/tfsec/analyzer.py +0 -0
  33. checkmate/contrib/plugins/iac/tfsec/issues_data.py +0 -0
  34. checkmate/contrib/plugins/iac/tfsec/setup.py +0 -0
  35. checkmate/contrib/plugins/java/__init__.py +0 -0
  36. checkmate/contrib/plugins/java/semgrepjava/__init__.py +0 -0
  37. checkmate/contrib/plugins/java/semgrepjava/analyzer.py +0 -0
  38. checkmate/contrib/plugins/java/semgrepjava/issues_data.py +0 -0
  39. checkmate/contrib/plugins/java/semgrepjava/setup.py +0 -0
  40. checkmate/contrib/plugins/javascript/__init__.py +0 -0
  41. checkmate/contrib/plugins/javascript/semgrepeslint/__init__.py +0 -0
  42. checkmate/contrib/plugins/javascript/semgrepeslint/analyzer.py +0 -0
  43. checkmate/contrib/plugins/javascript/semgrepeslint/issues_data.py +0 -0
  44. checkmate/contrib/plugins/javascript/semgrepeslint/setup.py +0 -0
  45. checkmate/contrib/plugins/perl/__init__.py +0 -0
  46. checkmate/contrib/plugins/perl/graudit/__init__.py +0 -0
  47. checkmate/contrib/plugins/perl/graudit/analyzer.py +0 -0
  48. checkmate/contrib/plugins/perl/graudit/issues_data.py +0 -0
  49. checkmate/contrib/plugins/perl/graudit/setup.py +0 -0
  50. checkmate/contrib/plugins/python/__init__.py +0 -0
  51. checkmate/contrib/plugins/python/bandit/__init__.py +0 -0
  52. checkmate/contrib/plugins/python/bandit/analyzer.py +0 -0
  53. checkmate/contrib/plugins/python/bandit/issues_data.py +0 -0
  54. checkmate/contrib/plugins/python/bandit/setup.py +0 -0
  55. checkmate/contrib/plugins/ruby/__init__.py +0 -0
  56. checkmate/contrib/plugins/ruby/brakeman/__init__.py +0 -0
  57. checkmate/contrib/plugins/ruby/brakeman/analyzer.py +0 -0
  58. checkmate/contrib/plugins/ruby/brakeman/issues_data.py +0 -0
  59. checkmate/contrib/plugins/ruby/brakeman/setup.py +0 -0
  60. checkmate/helpers/__init__.py +0 -0
  61. checkmate/helpers/facts.py +0 -0
  62. checkmate/helpers/hashing.py +0 -0
  63. checkmate/helpers/issue.py +0 -0
  64. checkmate/helpers/settings.py +0 -0
  65. checkmate/lib/__init__.py +0 -0
  66. checkmate/lib/analysis/__init__.py +0 -0
  67. checkmate/lib/analysis/base.py +0 -0
  68. checkmate/lib/code/__init__.py +0 -0
  69. checkmate/lib/code/environment.py +0 -0
  70. checkmate/lib/models.py +0 -0
  71. checkmate/lib/stats/__init__.py +0 -0
  72. checkmate/lib/stats/helpers.py +0 -0
  73. checkmate/lib/stats/mapreduce.py +0 -0
  74. checkmate/management/__init__.py +0 -0
  75. checkmate/management/commands/__init__.py +0 -0
  76. checkmate/management/commands/alembic.py +0 -0
  77. checkmate/management/commands/analyze.py +0 -0
  78. checkmate/management/commands/analyzers.py +0 -0
  79. checkmate/management/commands/base.py +0 -0
  80. checkmate/management/commands/compare.py +0 -0
  81. checkmate/management/commands/export.py +0 -0
  82. checkmate/management/commands/info.py +0 -0
  83. checkmate/management/commands/init.py +0 -0
  84. checkmate/management/commands/issues.py +0 -0
  85. checkmate/management/commands/props/__init__.py +0 -0
  86. checkmate/management/commands/props/delete.py +0 -0
  87. checkmate/management/commands/props/get.py +0 -0
  88. checkmate/management/commands/props/set.py +0 -0
  89. checkmate/management/commands/reset.py +0 -0
  90. checkmate/management/commands/shell.py +0 -0
  91. checkmate/management/commands/snapshots.py +0 -0
  92. checkmate/management/commands/stats.py +0 -0
  93. checkmate/management/commands/summary.py +0 -0
  94. checkmate/management/commands/sync.py +0 -0
  95. checkmate/management/commands/trend.py +0 -0
  96. checkmate/management/commands/watch.py +0 -0
  97. checkmate/management/decorators.py +0 -0
  98. checkmate/management/helpers.py +0 -0
  99. checkmate/scripts/__init__.py +0 -0
  100. checkmate/scripts/manage.py +0 -0
  101. checkmate/settings/__init__.py +0 -0
  102. checkmate/settings/base.py +0 -0
  103. checkmate/settings/defaults.py +0 -0
  104. checkmate5-4.0.77.dist-info/METADATA +31 -0
  105. {checkmate5-4.0.76.dist-info → checkmate5-4.0.77.dist-info}/RECORD +6 -6
  106. checkmate5-4.0.76.dist-info/METADATA +0 -15
  107. {checkmate5-4.0.76.dist-info → checkmate5-4.0.77.dist-info}/LICENSE.txt +0 -0
  108. {checkmate5-4.0.76.dist-info → checkmate5-4.0.77.dist-info}/WHEEL +0 -0
  109. {checkmate5-4.0.76.dist-info → checkmate5-4.0.77.dist-info}/entry_points.txt +0 -0
  110. {checkmate5-4.0.76.dist-info → checkmate5-4.0.77.dist-info}/top_level.txt +0 -0
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
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
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
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
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
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
File without changes
File without changes
File without changes
checkmate/lib/__init__.py CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
checkmate/lib/models.py CHANGED
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
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
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -0,0 +1,31 @@
1
+ Metadata-Version: 2.1
2
+ Name: checkmate5
3
+ Version: 4.0.77
4
+ Summary: A meta-code checker written in Python.
5
+ Author: Andreas Dewes
6
+ License: AGPL-3.0
7
+ Classifier: Intended Audience :: Developers
8
+ Classifier: Programming Language :: Python
9
+ Classifier: Topic :: Software Development :: Quality Assurance
10
+ Description-Content-Type: text/markdown
11
+ License-File: LICENSE.txt
12
+ Requires-Dist: blitzdb5
13
+ Requires-Dist: pyyaml
14
+ Requires-Dist: sqlalchemy
15
+
16
+ # Welcome to Checkmate!
17
+
18
+ This is a modified version of original Checkmate.
19
+
20
+ Original author(s), license(s), acknowelegement(s): https://github.com/quantifiedcode/checkmate
21
+
22
+
23
+ ## About
24
+ Checkmate is a cross-language (meta-)tool for static code analysis, written in Python. Unlike other tools, it provides a global overview of the code quality in a project and aims to provide clear, actionable insights to the user.
25
+
26
+
27
+ ## Licences
28
+
29
+ * Checkmate is licensed under the MIT license. To view a copy of this license, visit [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT).
30
+
31
+ * Original Checkmate's parts remain release under MIT License. However modifications are finally released under AGPL-3.0 license (previously LGPL 2.1 with Commons Clause). Please refer to LICENSE for more info.
@@ -108,9 +108,9 @@ checkmate/scripts/manage.py,sha256=mpioBaxzirAKXZtbxO-y4dbOcc6UoP0MaAMsNuKHbz0,4
108
108
  checkmate/settings/__init__.py,sha256=z32hPz-kGS-tTGa6dWCFjrrrbS_eagLd-YrqBP3gjWI,33
109
109
  checkmate/settings/base.py,sha256=3WBXZITqoWepIja96bo5JTi-TDpQALPTCugL0E8z-yE,4551
110
110
  checkmate/settings/defaults.py,sha256=HJoZIin2BHT_gBCngGZNh7WgSNLqIDTK--iW7hXez4Q,5084
111
- checkmate5-4.0.76.dist-info/LICENSE.txt,sha256=9cSf5btiPmglu3yzhXkXcf7GNT8XC9o7Y54tfhvfDp8,213739
112
- checkmate5-4.0.76.dist-info/METADATA,sha256=wXbPeBLT8sa0LbDVMeL0JrtBGVrQVmgNV-S9uVgjB00,432
113
- checkmate5-4.0.76.dist-info/WHEEL,sha256=a7TGlA-5DaHMRrarXjVbQagU3Man_dCnGIWMJr5kRWo,91
114
- checkmate5-4.0.76.dist-info/entry_points.txt,sha256=FbGnau5C4z98WmBYpMJqUzobQEr1AIi9aZApSavNojQ,60
115
- checkmate5-4.0.76.dist-info/top_level.txt,sha256=tl6eIJXedpLZbcbmYEwlhEzuTaSt0TvIRUesOb8gtng,10
116
- checkmate5-4.0.76.dist-info/RECORD,,
111
+ checkmate5-4.0.77.dist-info/LICENSE.txt,sha256=9cSf5btiPmglu3yzhXkXcf7GNT8XC9o7Y54tfhvfDp8,213739
112
+ checkmate5-4.0.77.dist-info/METADATA,sha256=1p8T6pO5jwTDOJ798gGWAHybqQWbOz8evsgOC0hqVLE,1234
113
+ checkmate5-4.0.77.dist-info/WHEEL,sha256=a7TGlA-5DaHMRrarXjVbQagU3Man_dCnGIWMJr5kRWo,91
114
+ checkmate5-4.0.77.dist-info/entry_points.txt,sha256=FbGnau5C4z98WmBYpMJqUzobQEr1AIi9aZApSavNojQ,60
115
+ checkmate5-4.0.77.dist-info/top_level.txt,sha256=tl6eIJXedpLZbcbmYEwlhEzuTaSt0TvIRUesOb8gtng,10
116
+ checkmate5-4.0.77.dist-info/RECORD,,
@@ -1,15 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: checkmate5
3
- Version: 4.0.76
4
- Summary: A meta-code checker written in Python.
5
- Author: Andreas Dewes
6
- License: AGPL-3.0
7
- Classifier: Intended Audience :: Developers
8
- Classifier: Programming Language :: Python
9
- Classifier: Topic :: Software Development :: Quality Assurance
10
- Description-Content-Type: text/markdown
11
- License-File: LICENSE.txt
12
- Requires-Dist: blitzdb5
13
- Requires-Dist: pyyaml
14
- Requires-Dist: sqlalchemy
15
-