checkmate5 4.0.76__py3-none-any.whl → 4.0.78__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.
- checkmate/contrib/plugins/__init__.py +0 -0
- checkmate/contrib/plugins/cve/__init__.py +0 -0
- checkmate/contrib/plugins/cve/text4shell/__init__.py +0 -0
- checkmate/contrib/plugins/cve/text4shell/analyzer.py +0 -0
- checkmate/contrib/plugins/cve/text4shell/issues_data.py +0 -0
- checkmate/contrib/plugins/cve/text4shell/setup.py +0 -0
- checkmate/contrib/plugins/git/__init__.py +0 -0
- checkmate/contrib/plugins/git/commands/__init__.py +0 -0
- checkmate/contrib/plugins/git/commands/analyze.py +0 -0
- checkmate/contrib/plugins/git/commands/base.py +0 -0
- checkmate/contrib/plugins/git/commands/diff.py +0 -0
- checkmate/contrib/plugins/git/commands/init.py +0 -0
- checkmate/contrib/plugins/git/commands/update_stats.py +0 -0
- checkmate/contrib/plugins/git/hooks/__init__.py +0 -0
- checkmate/contrib/plugins/git/hooks/project.py +0 -0
- checkmate/contrib/plugins/git/lib/__init__.py +0 -0
- checkmate/contrib/plugins/git/lib/repository.py +0 -0
- checkmate/contrib/plugins/git/lib/repository_pygit2.py +0 -0
- checkmate/contrib/plugins/git/models.py +0 -0
- checkmate/contrib/plugins/git/setup.py +0 -0
- checkmate/contrib/plugins/golang/__init__.py +0 -0
- checkmate/contrib/plugins/golang/gostaticcheck/__init__.py +0 -0
- checkmate/contrib/plugins/golang/gostaticcheck/analyzer.py +0 -0
- checkmate/contrib/plugins/golang/gostaticcheck/issues_data.py +0 -0
- checkmate/contrib/plugins/golang/gostaticcheck/setup.py +0 -0
- checkmate/contrib/plugins/iac/__init__.py +0 -0
- checkmate/contrib/plugins/iac/kubescape/__init__.py +0 -0
- checkmate/contrib/plugins/iac/kubescape/analyzer.py +0 -0
- checkmate/contrib/plugins/iac/kubescape/issues_data.py +0 -0
- checkmate/contrib/plugins/iac/kubescape/setup.py +0 -0
- checkmate/contrib/plugins/iac/tfsec/__init__.py +0 -0
- checkmate/contrib/plugins/iac/tfsec/analyzer.py +0 -0
- checkmate/contrib/plugins/iac/tfsec/issues_data.py +0 -0
- checkmate/contrib/plugins/iac/tfsec/setup.py +0 -0
- checkmate/contrib/plugins/java/__init__.py +0 -0
- checkmate/contrib/plugins/java/semgrepjava/__init__.py +0 -0
- checkmate/contrib/plugins/java/semgrepjava/analyzer.py +0 -0
- checkmate/contrib/plugins/java/semgrepjava/issues_data.py +0 -0
- checkmate/contrib/plugins/java/semgrepjava/setup.py +0 -0
- checkmate/contrib/plugins/javascript/__init__.py +0 -0
- checkmate/contrib/plugins/javascript/semgrepeslint/__init__.py +0 -0
- checkmate/contrib/plugins/javascript/semgrepeslint/analyzer.py +0 -0
- checkmate/contrib/plugins/javascript/semgrepeslint/issues_data.py +0 -0
- checkmate/contrib/plugins/javascript/semgrepeslint/setup.py +0 -0
- checkmate/contrib/plugins/perl/__init__.py +0 -0
- checkmate/contrib/plugins/perl/graudit/__init__.py +0 -0
- checkmate/contrib/plugins/perl/graudit/analyzer.py +0 -0
- checkmate/contrib/plugins/perl/graudit/issues_data.py +0 -0
- checkmate/contrib/plugins/perl/graudit/setup.py +0 -0
- checkmate/contrib/plugins/python/__init__.py +0 -0
- checkmate/contrib/plugins/python/bandit/__init__.py +0 -0
- checkmate/contrib/plugins/python/bandit/analyzer.py +0 -0
- checkmate/contrib/plugins/python/bandit/issues_data.py +0 -0
- checkmate/contrib/plugins/python/bandit/setup.py +0 -0
- checkmate/contrib/plugins/ruby/__init__.py +0 -0
- checkmate/contrib/plugins/ruby/brakeman/__init__.py +0 -0
- checkmate/contrib/plugins/ruby/brakeman/analyzer.py +0 -0
- checkmate/contrib/plugins/ruby/brakeman/issues_data.py +0 -0
- checkmate/contrib/plugins/ruby/brakeman/setup.py +0 -0
- checkmate/helpers/__init__.py +0 -0
- checkmate/helpers/facts.py +0 -0
- checkmate/helpers/hashing.py +0 -0
- checkmate/helpers/issue.py +0 -0
- checkmate/helpers/settings.py +0 -0
- checkmate/lib/__init__.py +0 -0
- checkmate/lib/analysis/__init__.py +0 -0
- checkmate/lib/analysis/base.py +0 -0
- checkmate/lib/code/__init__.py +0 -0
- checkmate/lib/code/environment.py +0 -0
- checkmate/lib/models.py +0 -0
- checkmate/lib/stats/__init__.py +0 -0
- checkmate/lib/stats/helpers.py +0 -0
- checkmate/lib/stats/mapreduce.py +0 -0
- checkmate/management/__init__.py +0 -0
- checkmate/management/commands/__init__.py +0 -0
- checkmate/management/commands/alembic.py +0 -0
- checkmate/management/commands/analyze.py +0 -0
- checkmate/management/commands/analyzers.py +0 -0
- checkmate/management/commands/base.py +0 -0
- checkmate/management/commands/compare.py +0 -0
- checkmate/management/commands/export.py +0 -0
- checkmate/management/commands/info.py +0 -0
- checkmate/management/commands/init.py +0 -0
- checkmate/management/commands/issues.py +0 -0
- checkmate/management/commands/props/__init__.py +0 -0
- checkmate/management/commands/props/delete.py +0 -0
- checkmate/management/commands/props/get.py +0 -0
- checkmate/management/commands/props/set.py +0 -0
- checkmate/management/commands/reset.py +0 -0
- checkmate/management/commands/shell.py +0 -0
- checkmate/management/commands/snapshots.py +0 -0
- checkmate/management/commands/stats.py +0 -0
- checkmate/management/commands/summary.py +0 -0
- checkmate/management/commands/sync.py +0 -0
- checkmate/management/commands/trend.py +0 -0
- checkmate/management/commands/watch.py +0 -0
- checkmate/management/decorators.py +0 -0
- checkmate/management/helpers.py +0 -0
- checkmate/scripts/__init__.py +0 -0
- checkmate/scripts/manage.py +0 -0
- checkmate/settings/__init__.py +0 -0
- checkmate/settings/base.py +0 -0
- checkmate/settings/defaults.py +0 -0
- checkmate5-4.0.78.dist-info/METADATA +31 -0
- {checkmate5-4.0.76.dist-info → checkmate5-4.0.78.dist-info}/RECORD +6 -6
- checkmate5-4.0.76.dist-info/METADATA +0 -15
- {checkmate5-4.0.76.dist-info → checkmate5-4.0.78.dist-info}/LICENSE.txt +0 -0
- {checkmate5-4.0.76.dist-info → checkmate5-4.0.78.dist-info}/WHEEL +0 -0
- {checkmate5-4.0.76.dist-info → checkmate5-4.0.78.dist-info}/entry_points.txt +0 -0
- {checkmate5-4.0.76.dist-info → checkmate5-4.0.78.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
|
|
File without changes
|
|
File without changes
|
checkmate/helpers/__init__.py
CHANGED
|
File without changes
|
checkmate/helpers/facts.py
CHANGED
|
File without changes
|
checkmate/helpers/hashing.py
CHANGED
|
File without changes
|
checkmate/helpers/issue.py
CHANGED
|
File without changes
|
checkmate/helpers/settings.py
CHANGED
|
File without changes
|
checkmate/lib/__init__.py
CHANGED
|
File without changes
|
|
File without changes
|
checkmate/lib/analysis/base.py
CHANGED
|
File without changes
|
checkmate/lib/code/__init__.py
CHANGED
|
File without changes
|
|
File without changes
|
checkmate/lib/models.py
CHANGED
|
File without changes
|
checkmate/lib/stats/__init__.py
CHANGED
|
File without changes
|
checkmate/lib/stats/helpers.py
CHANGED
|
File without changes
|
checkmate/lib/stats/mapreduce.py
CHANGED
|
File without changes
|
checkmate/management/__init__.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
|
checkmate/management/helpers.py
CHANGED
|
File without changes
|
checkmate/scripts/__init__.py
CHANGED
|
File without changes
|
checkmate/scripts/manage.py
CHANGED
|
File without changes
|
checkmate/settings/__init__.py
CHANGED
|
File without changes
|
checkmate/settings/base.py
CHANGED
|
File without changes
|
checkmate/settings/defaults.py
CHANGED
|
File without changes
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: checkmate5
|
|
3
|
+
Version: 4.0.78
|
|
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.
|
|
112
|
-
checkmate5-4.0.
|
|
113
|
-
checkmate5-4.0.
|
|
114
|
-
checkmate5-4.0.
|
|
115
|
-
checkmate5-4.0.
|
|
116
|
-
checkmate5-4.0.
|
|
111
|
+
checkmate5-4.0.78.dist-info/LICENSE.txt,sha256=9cSf5btiPmglu3yzhXkXcf7GNT8XC9o7Y54tfhvfDp8,213739
|
|
112
|
+
checkmate5-4.0.78.dist-info/METADATA,sha256=cFf7PBUh3mGiNuSpTMw16EWErFgzAy9Gzm5zzNjg8iU,1234
|
|
113
|
+
checkmate5-4.0.78.dist-info/WHEEL,sha256=a7TGlA-5DaHMRrarXjVbQagU3Man_dCnGIWMJr5kRWo,91
|
|
114
|
+
checkmate5-4.0.78.dist-info/entry_points.txt,sha256=FbGnau5C4z98WmBYpMJqUzobQEr1AIi9aZApSavNojQ,60
|
|
115
|
+
checkmate5-4.0.78.dist-info/top_level.txt,sha256=tl6eIJXedpLZbcbmYEwlhEzuTaSt0TvIRUesOb8gtng,10
|
|
116
|
+
checkmate5-4.0.78.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
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|