daktari 0.0.237__tar.gz → 0.0.255__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.
Files changed (74) hide show
  1. {daktari-0.0.237/daktari.egg-info → daktari-0.0.255}/PKG-INFO +35 -10
  2. {daktari-0.0.237 → daktari-0.0.255}/README.md +2 -2
  3. daktari-0.0.255/daktari/__init__.py +1 -0
  4. {daktari-0.0.237 → daktari-0.0.255/daktari.egg-info}/PKG-INFO +35 -10
  5. {daktari-0.0.237 → daktari-0.0.255}/daktari.egg-info/SOURCES.txt +0 -1
  6. {daktari-0.0.237 → daktari-0.0.255}/daktari.egg-info/requires.txt +12 -16
  7. daktari-0.0.255/pyproject.toml +34 -0
  8. {daktari-0.0.237 → daktari-0.0.255}/requirements.txt +7 -9
  9. daktari-0.0.237/daktari/__init__.py +0 -1
  10. daktari-0.0.237/pyproject.toml +0 -8
  11. daktari-0.0.237/setup.py +0 -34
  12. {daktari-0.0.237 → daktari-0.0.255}/LICENSE.txt +0 -0
  13. {daktari-0.0.237 → daktari-0.0.255}/MANIFEST.in +0 -0
  14. {daktari-0.0.237 → daktari-0.0.255}/daktari/__main__.py +0 -0
  15. {daktari-0.0.237 → daktari-0.0.255}/daktari/asdf.py +0 -0
  16. {daktari-0.0.237 → daktari-0.0.255}/daktari/check.py +0 -0
  17. {daktari-0.0.237 → daktari-0.0.255}/daktari/check_runner.py +0 -0
  18. {daktari-0.0.237 → daktari-0.0.255}/daktari/check_sorter.py +0 -0
  19. {daktari-0.0.237 → daktari-0.0.255}/daktari/check_utils.py +0 -0
  20. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/__init__.py +0 -0
  21. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/android.py +0 -0
  22. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/aws.py +0 -0
  23. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/certs.py +0 -0
  24. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/conan.py +0 -0
  25. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/direnv.py +0 -0
  26. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/docker.py +0 -0
  27. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/files.py +0 -0
  28. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/flutter.py +0 -0
  29. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/git.py +0 -0
  30. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/google.py +0 -0
  31. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/intellij_idea.py +0 -0
  32. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/java.py +0 -0
  33. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/kubernetes.py +0 -0
  34. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/misc.py +0 -0
  35. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/nodejs.py +0 -0
  36. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/onepassword.py +0 -0
  37. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/python.py +0 -0
  38. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/ssh.py +0 -0
  39. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/terraform.py +0 -0
  40. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/test_certs.py +0 -0
  41. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/test_intellij_idea.py +0 -0
  42. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/test_java.py +0 -0
  43. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/test_misc.py +0 -0
  44. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/test_onepassword.py +0 -0
  45. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/test_ssh.py +0 -0
  46. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/test_yarn.py +0 -0
  47. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/xml.py +0 -0
  48. {daktari-0.0.237 → daktari-0.0.255}/daktari/checks/yarn.py +0 -0
  49. {daktari-0.0.237 → daktari-0.0.255}/daktari/collection_utils.py +0 -0
  50. {daktari-0.0.237 → daktari-0.0.255}/daktari/command_utils.py +0 -0
  51. {daktari-0.0.237 → daktari-0.0.255}/daktari/config.py +0 -0
  52. {daktari-0.0.237 → daktari-0.0.255}/daktari/file_utils.py +0 -0
  53. {daktari-0.0.237 → daktari-0.0.255}/daktari/options.py +0 -0
  54. {daktari-0.0.237 → daktari-0.0.255}/daktari/os.py +0 -0
  55. {daktari-0.0.237 → daktari-0.0.255}/daktari/resource_utils.py +0 -0
  56. {daktari-0.0.237 → daktari-0.0.255}/daktari/resources/__init__.py +0 -0
  57. {daktari-0.0.237 → daktari-0.0.255}/daktari/resources/daktari-local-template.yaml +0 -0
  58. {daktari-0.0.237 → daktari-0.0.255}/daktari/resources/mock_cert.pem +0 -0
  59. {daktari-0.0.237 → daktari-0.0.255}/daktari/result_printer.py +0 -0
  60. {daktari-0.0.237 → daktari-0.0.255}/daktari/test_asdf.py +0 -0
  61. {daktari-0.0.237 → daktari-0.0.255}/daktari/test_check.py +0 -0
  62. {daktari-0.0.237 → daktari-0.0.255}/daktari/test_check_factory.py +0 -0
  63. {daktari-0.0.237 → daktari-0.0.255}/daktari/test_check_runner.py +0 -0
  64. {daktari-0.0.237 → daktari-0.0.255}/daktari/test_check_sorter.py +0 -0
  65. {daktari-0.0.237 → daktari-0.0.255}/daktari/test_check_utils.py +0 -0
  66. {daktari-0.0.237 → daktari-0.0.255}/daktari/test_collection_utils.py +0 -0
  67. {daktari-0.0.237 → daktari-0.0.255}/daktari/test_config.py +0 -0
  68. {daktari-0.0.237 → daktari-0.0.255}/daktari/test_result_printer.py +0 -0
  69. {daktari-0.0.237 → daktari-0.0.255}/daktari/test_version_utils.py +0 -0
  70. {daktari-0.0.237 → daktari-0.0.255}/daktari/version_utils.py +0 -0
  71. {daktari-0.0.237 → daktari-0.0.255}/daktari.egg-info/dependency_links.txt +0 -0
  72. {daktari-0.0.237 → daktari-0.0.255}/daktari.egg-info/entry_points.txt +0 -0
  73. {daktari-0.0.237 → daktari-0.0.255}/daktari.egg-info/top_level.txt +0 -0
  74. {daktari-0.0.237 → daktari-0.0.255}/setup.cfg +0 -0
@@ -1,16 +1,41 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: daktari
3
- Version: 0.0.237
3
+ Version: 0.0.255
4
4
  Summary: Assist in setting up and maintaining developer environments
5
- Home-page: https://github.com/sonocent/daktari
6
- Author: Matt Russell
7
- Author-email: matthew.russell@sonocent.com
8
- License: MIT
9
- Classifier: License :: OSI Approved :: MIT License
10
- Classifier: Programming Language :: Python
5
+ Author-email: Matt Russell <matthew.russell@sonocent.com>
6
+ License: Copyright 2021 Sonocent Ltd
7
+
8
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
11
+
12
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13
+ Project-URL: Homepage, https://github.com/sonocent/daktari
11
14
  Requires-Python: >=3.9
12
15
  Description-Content-Type: text/markdown
13
16
  License-File: LICENSE.txt
17
+ Requires-Dist: ansicolors==1.1.8
18
+ Requires-Dist: distro==1.9.0
19
+ Requires-Dist: pyfiglet==1.0.2
20
+ Requires-Dist: importlib_resources==6.5.2
21
+ Requires-Dist: packaging==24.2
22
+ Requires-Dist: setuptools==76.0.0
23
+ Requires-Dist: requests==2.32.3
24
+ Requires-Dist: responses==0.25.6
25
+ Requires-Dist: semver==3.0.4
26
+ Requires-Dist: python-hosts==1.0.7
27
+ Requires-Dist: tabulate==0.9.0
28
+ Requires-Dist: types-tabulate==0.9.0.20241207
29
+ Requires-Dist: PyYAML==6.0.2
30
+ Requires-Dist: types-PyYAML==6.0.12.20241230
31
+ Requires-Dist: pyobjc-core==11.0; sys_platform == "darwin"
32
+ Requires-Dist: pyobjc-framework-Cocoa==11.0; sys_platform == "darwin"
33
+ Requires-Dist: requests-unixsocket==0.4.1
34
+ Requires-Dist: dpath==2.2.0
35
+ Requires-Dist: pyOpenSSL==25.0.0
36
+ Requires-Dist: types-pyOpenSSL==24.1.0.20240722
37
+ Requires-Dist: pyclip==0.7.0
38
+ Requires-Dist: urllib3==2.3.0
14
39
 
15
40
  **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.
16
41
 
@@ -21,7 +46,7 @@ In the root of the project repository, create a `.daktari.py` configuration file
21
46
  ```python
22
47
  from daktari.checks.git import *
23
48
 
24
- version = "0.0.237"
49
+ version = "0.0.255"
25
50
  title = "My Project"
26
51
 
27
52
  checks = [
@@ -83,7 +108,7 @@ In case of a need to manually release, the steps are:
83
108
 
84
109
  ```
85
110
  bumpversion --verbose patch
86
- python setup.py sdist bdist_wheel
111
+ python -m build
87
112
  twine check dist/*
88
113
  twine upload dist/*
89
114
  ```
@@ -7,7 +7,7 @@ In the root of the project repository, create a `.daktari.py` configuration file
7
7
  ```python
8
8
  from daktari.checks.git import *
9
9
 
10
- version = "0.0.237"
10
+ version = "0.0.255"
11
11
  title = "My Project"
12
12
 
13
13
  checks = [
@@ -69,7 +69,7 @@ In case of a need to manually release, the steps are:
69
69
 
70
70
  ```
71
71
  bumpversion --verbose patch
72
- python setup.py sdist bdist_wheel
72
+ python -m build
73
73
  twine check dist/*
74
74
  twine upload dist/*
75
75
  ```
@@ -0,0 +1 @@
1
+ __version__ = "0.0.255"
@@ -1,16 +1,41 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: daktari
3
- Version: 0.0.237
3
+ Version: 0.0.255
4
4
  Summary: Assist in setting up and maintaining developer environments
5
- Home-page: https://github.com/sonocent/daktari
6
- Author: Matt Russell
7
- Author-email: matthew.russell@sonocent.com
8
- License: MIT
9
- Classifier: License :: OSI Approved :: MIT License
10
- Classifier: Programming Language :: Python
5
+ Author-email: Matt Russell <matthew.russell@sonocent.com>
6
+ License: Copyright 2021 Sonocent Ltd
7
+
8
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
11
+
12
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13
+ Project-URL: Homepage, https://github.com/sonocent/daktari
11
14
  Requires-Python: >=3.9
12
15
  Description-Content-Type: text/markdown
13
16
  License-File: LICENSE.txt
17
+ Requires-Dist: ansicolors==1.1.8
18
+ Requires-Dist: distro==1.9.0
19
+ Requires-Dist: pyfiglet==1.0.2
20
+ Requires-Dist: importlib_resources==6.5.2
21
+ Requires-Dist: packaging==24.2
22
+ Requires-Dist: setuptools==76.0.0
23
+ Requires-Dist: requests==2.32.3
24
+ Requires-Dist: responses==0.25.6
25
+ Requires-Dist: semver==3.0.4
26
+ Requires-Dist: python-hosts==1.0.7
27
+ Requires-Dist: tabulate==0.9.0
28
+ Requires-Dist: types-tabulate==0.9.0.20241207
29
+ Requires-Dist: PyYAML==6.0.2
30
+ Requires-Dist: types-PyYAML==6.0.12.20241230
31
+ Requires-Dist: pyobjc-core==11.0; sys_platform == "darwin"
32
+ Requires-Dist: pyobjc-framework-Cocoa==11.0; sys_platform == "darwin"
33
+ Requires-Dist: requests-unixsocket==0.4.1
34
+ Requires-Dist: dpath==2.2.0
35
+ Requires-Dist: pyOpenSSL==25.0.0
36
+ Requires-Dist: types-pyOpenSSL==24.1.0.20240722
37
+ Requires-Dist: pyclip==0.7.0
38
+ Requires-Dist: urllib3==2.3.0
14
39
 
15
40
  **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.
16
41
 
@@ -21,7 +46,7 @@ In the root of the project repository, create a `.daktari.py` configuration file
21
46
  ```python
22
47
  from daktari.checks.git import *
23
48
 
24
- version = "0.0.237"
49
+ version = "0.0.255"
25
50
  title = "My Project"
26
51
 
27
52
  checks = [
@@ -83,7 +108,7 @@ In case of a need to manually release, the steps are:
83
108
 
84
109
  ```
85
110
  bumpversion --verbose patch
86
- python setup.py sdist bdist_wheel
111
+ python -m build
87
112
  twine check dist/*
88
113
  twine upload dist/*
89
114
  ```
@@ -3,7 +3,6 @@ MANIFEST.in
3
3
  README.md
4
4
  pyproject.toml
5
5
  requirements.txt
6
- setup.py
7
6
  daktari/__init__.py
8
7
  daktari/__main__.py
9
8
  daktari/asdf.py
@@ -1,27 +1,23 @@
1
- PyYAML==5.3.1
2
1
  ansicolors==1.1.8
3
2
  distro==1.9.0
4
- dpath==2.2.0
3
+ pyfiglet==1.0.2
5
4
  importlib_resources==6.5.2
6
- packaging==20.9
7
- pyOpenSSL==25.0.0
8
- pyclip==0.7.0
9
- pyfiglet==0.8.post1
10
- python-hosts==1.0.7
11
- requests-unixsocket==0.3.0
5
+ packaging==24.2
6
+ setuptools==76.0.0
12
7
  requests==2.32.3
13
8
  responses==0.25.6
14
- semver==3.0.2
15
- setuptools==70.3.0
9
+ semver==3.0.4
10
+ python-hosts==1.0.7
16
11
  tabulate==0.9.0
12
+ types-tabulate==0.9.0.20241207
13
+ PyYAML==6.0.2
17
14
  types-PyYAML==6.0.12.20241230
15
+ requests-unixsocket==0.4.1
16
+ dpath==2.2.0
17
+ pyOpenSSL==25.0.0
18
18
  types-pyOpenSSL==24.1.0.20240722
19
- types-tabulate==0.9.0.20241207
20
- urllib3<1.27
21
-
22
- [:python_version < "3.7"]
23
- dataclasses==0.8
24
- types-dataclasses==0.1.5
19
+ pyclip==0.7.0
20
+ urllib3==2.3.0
25
21
 
26
22
  [:sys_platform == "darwin"]
27
23
  pyobjc-core==11.0
@@ -0,0 +1,34 @@
1
+ [build-system]
2
+ requires = ["setuptools", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "daktari"
7
+ version = "0.0.255"
8
+ description = "Assist in setting up and maintaining developer environments"
9
+ readme = "README.md"
10
+ license = { file = "LICENSE.txt" }
11
+ authors = [
12
+ { name = "Matt Russell", email = "matthew.russell@sonocent.com" }
13
+ ]
14
+ requires-python = ">=3.9"
15
+ dynamic = ["dependencies"]
16
+
17
+ [project.urls]
18
+ Homepage = "https://github.com/sonocent/daktari"
19
+
20
+ [project.scripts]
21
+ daktari = "daktari.__main__:main"
22
+
23
+ [tool.setuptools.packages.find]
24
+ where = ["."]
25
+ include = ["daktari", "daktari.checks"]
26
+
27
+ [tool.setuptools.package-data]
28
+ "daktari" = ["*"]
29
+
30
+ [tool.setuptools.dynamic]
31
+ dependencies = {file = ["requirements.txt"]}
32
+
33
+ [tool.black]
34
+ line-length = 120
@@ -1,24 +1,22 @@
1
1
  ansicolors==1.1.8
2
2
  distro==1.9.0
3
- pyfiglet==0.8.post1
3
+ pyfiglet==1.0.2
4
4
  importlib_resources==6.5.2
5
- dataclasses==0.8; python_version < '3.7'
6
- types-dataclasses==0.1.5; python_version < '3.7'
7
- packaging==20.9
8
- setuptools==70.3.0
5
+ packaging==24.2
6
+ setuptools==76.0.0
9
7
  requests==2.32.3
10
8
  responses==0.25.6
11
- semver==3.0.2
9
+ semver==3.0.4
12
10
  python-hosts==1.0.7
13
11
  tabulate==0.9.0
14
12
  types-tabulate==0.9.0.20241207
15
- PyYAML==5.3.1
13
+ PyYAML==6.0.2
16
14
  types-PyYAML==6.0.12.20241230
17
15
  pyobjc-core==11.0; sys_platform == 'darwin'
18
16
  pyobjc-framework-Cocoa==11.0; sys_platform == 'darwin'
19
- requests-unixsocket==0.3.0
17
+ requests-unixsocket==0.4.1
20
18
  dpath==2.2.0
21
19
  pyOpenSSL==25.0.0
22
20
  types-pyOpenSSL==24.1.0.20240722
23
21
  pyclip==0.7.0
24
- urllib3<1.27 # pin lower than 2 because of incompatibility with requests lib: https://github.com/psf/requests/issues/6432
22
+ urllib3==2.3.0
@@ -1 +0,0 @@
1
- __version__ = "0.0.237"
@@ -1,8 +0,0 @@
1
- requires = [
2
- "setuptools>=42",
3
- "wheel"
4
- ]
5
- build-backend = "setuptools.build_meta"
6
-
7
- [tool.black]
8
- line-length = 120
daktari-0.0.237/setup.py DELETED
@@ -1,34 +0,0 @@
1
- import setuptools
2
- import pathlib
3
-
4
- with open("requirements.txt") as f:
5
- requirements = f.read().splitlines()
6
-
7
- HERE = pathlib.Path(__file__).parent
8
-
9
- README = (HERE / "README.md").read_text()
10
-
11
- setuptools.setup(
12
- name="daktari",
13
- version="0.0.237",
14
- description="Assist in setting up and maintaining developer environments",
15
- long_description=README,
16
- long_description_content_type="text/markdown",
17
- license="MIT",
18
- author="Matt Russell",
19
- author_email="matthew.russell@sonocent.com",
20
- url="https://github.com/sonocent/daktari",
21
- packages=setuptools.find_packages(),
22
- install_requires=requirements,
23
- python_requires=">=3.9",
24
- entry_points={
25
- "console_scripts": [
26
- "daktari = daktari.__main__:main",
27
- ],
28
- },
29
- include_package_data=True,
30
- classifiers=[
31
- "License :: OSI Approved :: MIT License",
32
- "Programming Language :: Python",
33
- ],
34
- )
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