checkmate5 4.0.97__py3-none-any.whl → 4.0.98__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.
@@ -7,9 +7,9 @@ import yaml
7
7
  import fnmatch
8
8
  from functools import reduce
9
9
  import argparse
10
- from sqlalchemy import create_engine, MetaData, Table, Column, Integer, String
10
+ from sqlalchemy import create_engine
11
11
  from sqlalchemy.exc import SQLAlchemyError
12
- from checkmate.lib.backend import SQLBackend, FileBackend
12
+ from checkmate.lib.backend import SQLBackend
13
13
 
14
14
  def get_project_path(path=None):
15
15
  if not path:
@@ -96,7 +96,7 @@ def get_backend(project_path, project_config, settings, echo=False, initialize_d
96
96
  if not connection_string:
97
97
  connection_string = f"sqlite:///{project_path}/database.db"
98
98
  engine = create_engine(connection_string, echo=echo)
99
- backend = FileBackend(engine)
99
+ backend = SQLBackend(engine)
100
100
  else:
101
101
  raise ValueError("Unsupported backend type specified.")
102
102
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: checkmate5
3
- Version: 4.0.97
3
+ Version: 4.0.98
4
4
  Summary: A meta-code checker written in Python.
5
5
  Author: Andreas Dewes
6
6
  License: AGPL-3.0
@@ -82,7 +82,7 @@ checkmate/lib/stats/helpers.py,sha256=X21Pb7dz3PWubDRoqUjbxwonl43TRxqKEcwyM80tS6
82
82
  checkmate/lib/stats/mapreduce.py,sha256=rGdA_HninEZSeowtBn5R02c6wyT5dxcu-0T2ftlMnY0,782
83
83
  checkmate/management/__init__.py,sha256=iwhKnzeBJLKxpRVjvzwiRE63_zNpIBfaKLITauVph-0,24
84
84
  checkmate/management/decorators.py,sha256=iwhKnzeBJLKxpRVjvzwiRE63_zNpIBfaKLITauVph-0,24
85
- checkmate/management/helpers.py,sha256=R-WHewwoknNtqNaRTE-rnMqQIFI49NfEtFlUn2aHVec,5485
85
+ checkmate/management/helpers.py,sha256=2gULuP_yGBJF9Nv47FLh_HG1pEiDhwF16YAe9X5hwGE,5429
86
86
  checkmate/management/commands/__init__.py,sha256=XAi0y8z1NviyGvLB68Oxnzr6Nw5AP8xgbcSSnc1Zcvw,766
87
87
  checkmate/management/commands/alembic.py,sha256=DTWH8hcY6UmWDo0wMwcID_wQIa-es7nyJHV6p1_T4FQ,718
88
88
  checkmate/management/commands/analyze.py,sha256=J1rawVEGjbrXT9ArfUVpfoLNs2JaFkV4mCrBnEIrXaw,1159
@@ -110,9 +110,9 @@ checkmate/scripts/manage.py,sha256=mpioBaxzirAKXZtbxO-y4dbOcc6UoP0MaAMsNuKHbz0,4
110
110
  checkmate/settings/__init__.py,sha256=z32hPz-kGS-tTGa6dWCFjrrrbS_eagLd-YrqBP3gjWI,33
111
111
  checkmate/settings/base.py,sha256=3WBXZITqoWepIja96bo5JTi-TDpQALPTCugL0E8z-yE,4551
112
112
  checkmate/settings/defaults.py,sha256=HJoZIin2BHT_gBCngGZNh7WgSNLqIDTK--iW7hXez4Q,5084
113
- checkmate5-4.0.97.dist-info/LICENSE.txt,sha256=9cSf5btiPmglu3yzhXkXcf7GNT8XC9o7Y54tfhvfDp8,213739
114
- checkmate5-4.0.97.dist-info/METADATA,sha256=FbwiAQpp1YSe8v6ljsrW7iY5AygalWcRbH7BdiqFVCg,1234
115
- checkmate5-4.0.97.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
116
- checkmate5-4.0.97.dist-info/entry_points.txt,sha256=FbGnau5C4z98WmBYpMJqUzobQEr1AIi9aZApSavNojQ,60
117
- checkmate5-4.0.97.dist-info/top_level.txt,sha256=tl6eIJXedpLZbcbmYEwlhEzuTaSt0TvIRUesOb8gtng,10
118
- checkmate5-4.0.97.dist-info/RECORD,,
113
+ checkmate5-4.0.98.dist-info/LICENSE.txt,sha256=9cSf5btiPmglu3yzhXkXcf7GNT8XC9o7Y54tfhvfDp8,213739
114
+ checkmate5-4.0.98.dist-info/METADATA,sha256=gO1Nawubn6y82Ej4GW58oq5mSHnbeZdy51jtMifK7bM,1234
115
+ checkmate5-4.0.98.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
116
+ checkmate5-4.0.98.dist-info/entry_points.txt,sha256=FbGnau5C4z98WmBYpMJqUzobQEr1AIi9aZApSavNojQ,60
117
+ checkmate5-4.0.98.dist-info/top_level.txt,sha256=tl6eIJXedpLZbcbmYEwlhEzuTaSt0TvIRUesOb8gtng,10
118
+ checkmate5-4.0.98.dist-info/RECORD,,