daktari 0.0.295__tar.gz → 0.0.300__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.
- {daktari-0.0.295/daktari.egg-info → daktari-0.0.300}/PKG-INFO +4 -4
- {daktari-0.0.295 → daktari-0.0.300}/README.md +1 -1
- daktari-0.0.300/daktari/__init__.py +1 -0
- {daktari-0.0.295 → daktari-0.0.300/daktari.egg-info}/PKG-INFO +4 -4
- {daktari-0.0.295 → daktari-0.0.300}/daktari.egg-info/requires.txt +2 -2
- {daktari-0.0.295 → daktari-0.0.300}/pyproject.toml +1 -1
- {daktari-0.0.295 → daktari-0.0.300}/requirements.txt +2 -2
- daktari-0.0.295/daktari/__init__.py +0 -1
- {daktari-0.0.295 → daktari-0.0.300}/LICENSE.txt +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/MANIFEST.in +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/__main__.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/asdf.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/check.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/check_runner.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/check_sorter.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/check_utils.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/__init__.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/android.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/aws.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/certs.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/conan.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/direnv.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/docker.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/etc_hosts.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/files.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/flutter.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/git.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/google.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/intellij_idea.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/java.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/kubernetes.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/misc.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/nodejs.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/onepassword.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/python.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/ssh.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/terraform.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/test_certs.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/test_intellij_idea.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/test_java.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/test_misc.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/test_onepassword.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/test_ssh.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/test_yarn.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/xml.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/checks/yarn.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/collection_utils.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/command_utils.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/config.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/file_utils.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/options.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/os.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/resource_utils.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/resources/__init__.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/resources/daktari-local-template.yaml +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/resources/mock_cert.pem +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/result_printer.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/test_asdf.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/test_check.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/test_check_factory.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/test_check_runner.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/test_check_sorter.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/test_check_utils.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/test_collection_utils.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/test_config.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/test_result_printer.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/test_version_utils.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari/version_utils.py +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari.egg-info/SOURCES.txt +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari.egg-info/dependency_links.txt +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari.egg-info/entry_points.txt +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/daktari.egg-info/top_level.txt +0 -0
- {daktari-0.0.295 → daktari-0.0.300}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: daktari
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.300
|
|
4
4
|
Summary: Assist in setting up and maintaining developer environments
|
|
5
5
|
Author-email: Matt Russell <matthew.russell@sonocent.com>
|
|
6
6
|
License: Copyright 2021 Sonocent Ltd
|
|
@@ -27,13 +27,13 @@ Requires-Dist: python-hosts==1.1.2
|
|
|
27
27
|
Requires-Dist: PyYAML==6.0.3
|
|
28
28
|
Requires-Dist: types-PyYAML==6.0.12.20250915
|
|
29
29
|
Requires-Dist: pyobjc-core==12.0; sys_platform == "darwin"
|
|
30
|
-
Requires-Dist: pyobjc-framework-Cocoa==
|
|
30
|
+
Requires-Dist: pyobjc-framework-Cocoa==12.0; sys_platform == "darwin"
|
|
31
31
|
Requires-Dist: requests-unixsocket==0.4.1
|
|
32
32
|
Requires-Dist: dpath==2.2.0
|
|
33
33
|
Requires-Dist: pyOpenSSL==25.3.0
|
|
34
34
|
Requires-Dist: types-pyOpenSSL==24.1.0.20240722
|
|
35
35
|
Requires-Dist: pyclip==0.7.0
|
|
36
|
-
Requires-Dist: urllib3==2.
|
|
36
|
+
Requires-Dist: urllib3==2.6.2
|
|
37
37
|
Dynamic: license-file
|
|
38
38
|
|
|
39
39
|
**Daktari** is a tool to help the initial setup and ongoing maintenance of developer environments. It runs a series of checks (for example, that required software is installed) and provides suggestions on how to fix the issue if the check fails.
|
|
@@ -45,7 +45,7 @@ In the root of the project repository, create a `.daktari.py` configuration file
|
|
|
45
45
|
```python
|
|
46
46
|
from daktari.checks.git import *
|
|
47
47
|
|
|
48
|
-
version = "0.0.
|
|
48
|
+
version = "0.0.300"
|
|
49
49
|
title = "My Project"
|
|
50
50
|
|
|
51
51
|
checks = [
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.300"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: daktari
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.300
|
|
4
4
|
Summary: Assist in setting up and maintaining developer environments
|
|
5
5
|
Author-email: Matt Russell <matthew.russell@sonocent.com>
|
|
6
6
|
License: Copyright 2021 Sonocent Ltd
|
|
@@ -27,13 +27,13 @@ Requires-Dist: python-hosts==1.1.2
|
|
|
27
27
|
Requires-Dist: PyYAML==6.0.3
|
|
28
28
|
Requires-Dist: types-PyYAML==6.0.12.20250915
|
|
29
29
|
Requires-Dist: pyobjc-core==12.0; sys_platform == "darwin"
|
|
30
|
-
Requires-Dist: pyobjc-framework-Cocoa==
|
|
30
|
+
Requires-Dist: pyobjc-framework-Cocoa==12.0; sys_platform == "darwin"
|
|
31
31
|
Requires-Dist: requests-unixsocket==0.4.1
|
|
32
32
|
Requires-Dist: dpath==2.2.0
|
|
33
33
|
Requires-Dist: pyOpenSSL==25.3.0
|
|
34
34
|
Requires-Dist: types-pyOpenSSL==24.1.0.20240722
|
|
35
35
|
Requires-Dist: pyclip==0.7.0
|
|
36
|
-
Requires-Dist: urllib3==2.
|
|
36
|
+
Requires-Dist: urllib3==2.6.2
|
|
37
37
|
Dynamic: license-file
|
|
38
38
|
|
|
39
39
|
**Daktari** is a tool to help the initial setup and ongoing maintenance of developer environments. It runs a series of checks (for example, that required software is installed) and provides suggestions on how to fix the issue if the check fails.
|
|
@@ -45,7 +45,7 @@ In the root of the project repository, create a `.daktari.py` configuration file
|
|
|
45
45
|
```python
|
|
46
46
|
from daktari.checks.git import *
|
|
47
47
|
|
|
48
|
-
version = "0.0.
|
|
48
|
+
version = "0.0.300"
|
|
49
49
|
title = "My Project"
|
|
50
50
|
|
|
51
51
|
checks = [
|
|
@@ -11,10 +11,10 @@ python-hosts==1.1.2
|
|
|
11
11
|
PyYAML==6.0.3
|
|
12
12
|
types-PyYAML==6.0.12.20250915
|
|
13
13
|
pyobjc-core==12.0; sys_platform == 'darwin'
|
|
14
|
-
pyobjc-framework-Cocoa==
|
|
14
|
+
pyobjc-framework-Cocoa==12.0; sys_platform == 'darwin'
|
|
15
15
|
requests-unixsocket==0.4.1
|
|
16
16
|
dpath==2.2.0
|
|
17
17
|
pyOpenSSL==25.3.0
|
|
18
18
|
types-pyOpenSSL==24.1.0.20240722
|
|
19
19
|
pyclip==0.7.0
|
|
20
|
-
urllib3==2.
|
|
20
|
+
urllib3==2.6.2
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.0.295"
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|