dkinst 0.1.2__py3-none-any.whl → 0.1.4__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.
- dkinst/__init__.py +1 -1
- dkinst/cli.py +2 -1
- {dkinst-0.1.2.dist-info → dkinst-0.1.4.dist-info}/METADATA +1 -1
- {dkinst-0.1.2.dist-info → dkinst-0.1.4.dist-info}/RECORD +8 -8
- {dkinst-0.1.2.dist-info → dkinst-0.1.4.dist-info}/WHEEL +0 -0
- {dkinst-0.1.2.dist-info → dkinst-0.1.4.dist-info}/entry_points.txt +0 -0
- {dkinst-0.1.2.dist-info → dkinst-0.1.4.dist-info}/licenses/LICENSE +0 -0
- {dkinst-0.1.2.dist-info → dkinst-0.1.4.dist-info}/top_level.txt +0 -0
dkinst/__init__.py
CHANGED
dkinst/cli.py
CHANGED
@@ -9,6 +9,7 @@ import subprocess
|
|
9
9
|
from rich.console import Console
|
10
10
|
from rich.table import Table
|
11
11
|
|
12
|
+
from . import __version__
|
12
13
|
from .installers._base import BaseInstaller
|
13
14
|
from .installers import _base
|
14
15
|
from . import installers
|
@@ -16,7 +17,7 @@ from . import installers
|
|
16
17
|
console = Console()
|
17
18
|
|
18
19
|
|
19
|
-
VERSION: str =
|
20
|
+
VERSION: str = __version__
|
20
21
|
|
21
22
|
|
22
23
|
def _get_installers() -> list[BaseInstaller]:
|
@@ -1,14 +1,14 @@
|
|
1
|
-
dkinst/__init__.py,sha256=
|
2
|
-
dkinst/cli.py,sha256=
|
1
|
+
dkinst/__init__.py,sha256=yQlWByCoSqZLL19hoDJ6hRNiei7mmAgiOHddS9cYKZU,78
|
2
|
+
dkinst/cli.py,sha256=4jLmbW73FInE21i1FXhuhM6eymWhA4Pvicl34H62K_4,9278
|
3
3
|
dkinst/config.toml,sha256=OaTuImf9xBIbTNCrC2MfAzpPLeuDdV2R5feIfT7xImA,48
|
4
4
|
dkinst/installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
dkinst/installers/_base.py,sha256=_3t0_xkbHRvFtxpDkLkZw9_pizIEiK5sXTYMIWK3jUw,10278
|
6
6
|
dkinst/installers/tesseract_ocr.py,sha256=LqcOJCTQJU3xPz3wm_nQI5Bt6bB5dgDPzf7WykpSM6A,2524
|
7
7
|
dkinst/installers/helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
8
|
dkinst/installers/helpers/tesseract_ocr_manager.py,sha256=-Br9vHbqcQHRsNlDkakw5mLMxMBTydqXCblhpcBmp0A,17734
|
9
|
-
dkinst-0.1.
|
10
|
-
dkinst-0.1.
|
11
|
-
dkinst-0.1.
|
12
|
-
dkinst-0.1.
|
13
|
-
dkinst-0.1.
|
14
|
-
dkinst-0.1.
|
9
|
+
dkinst-0.1.4.dist-info/licenses/LICENSE,sha256=ohlj1rmsTHdctr-wyqmP6kbFC6Sff8pJd29v3pruZ18,1088
|
10
|
+
dkinst-0.1.4.dist-info/METADATA,sha256=U7xv946PkgwINO7vGywMcsfElF924U0jxCko5HvYAQU,2018
|
11
|
+
dkinst-0.1.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
12
|
+
dkinst-0.1.4.dist-info/entry_points.txt,sha256=YNgO3GufKMdA_oRqWEGAVh6k00oIuPItqqChoUtU278,43
|
13
|
+
dkinst-0.1.4.dist-info/top_level.txt,sha256=_dGNrME6z6Ihv2sxGC4hfAlnVuhoDlKwx-97LZ2xtQ0,7
|
14
|
+
dkinst-0.1.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|