daktari 0.0.235__py3-none-any.whl → 0.0.236__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.

Potentially problematic release.


This version of daktari might be problematic. Click here for more details.

daktari/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.0.235"
1
+ __version__ = "0.0.236"
@@ -1,41 +1,40 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: daktari
3
- Version: 0.0.235
3
+ Version: 0.0.236
4
4
  Summary: Assist in setting up and maintaining developer environments
5
5
  Home-page: https://github.com/sonocent/daktari
6
6
  Author: Matt Russell
7
7
  Author-email: matthew.russell@sonocent.com
8
8
  License: MIT
9
- Platform: UNKNOWN
10
9
  Classifier: License :: OSI Approved :: MIT License
11
10
  Classifier: Programming Language :: Python
12
11
  Requires-Python: >=3.9
13
12
  Description-Content-Type: text/markdown
14
13
  License-File: LICENSE.txt
15
- Requires-Dist: PyYAML (==5.3.1)
16
- Requires-Dist: ansicolors (==1.1.8)
17
- Requires-Dist: distro (==1.9.0)
18
- Requires-Dist: dpath (==2.2.0)
19
- Requires-Dist: importlib-resources (==6.5.2)
20
- Requires-Dist: packaging (==20.9)
21
- Requires-Dist: pyOpenSSL (==25.0.0)
22
- Requires-Dist: pyclip (==0.7.0)
23
- Requires-Dist: pyfiglet (==0.8.post1)
24
- Requires-Dist: python-hosts (==1.0.7)
25
- Requires-Dist: requests-unixsocket (==0.3.0)
26
- Requires-Dist: requests (==2.32.3)
27
- Requires-Dist: responses (==0.25.5)
28
- Requires-Dist: semver (==3.0.2)
29
- Requires-Dist: setuptools (==70.3.0)
30
- Requires-Dist: tabulate (==0.9.0)
31
- Requires-Dist: types-PyYAML (==6.0.12.20241230)
32
- Requires-Dist: types-pyOpenSSL (==24.1.0.20240722)
33
- Requires-Dist: types-tabulate (==0.9.0.20241207)
34
- Requires-Dist: urllib3 (<1.27)
35
- Requires-Dist: dataclasses (==0.8) ; python_version < "3.7"
36
- Requires-Dist: types-dataclasses (==0.1.5) ; python_version < "3.7"
37
- Requires-Dist: pyobjc-core (==10.3.2) ; sys_platform == "darwin"
38
- Requires-Dist: pyobjc-framework-Cocoa (==10.3.2) ; sys_platform == "darwin"
14
+ Requires-Dist: PyYAML ==5.3.1
15
+ Requires-Dist: ansicolors ==1.1.8
16
+ Requires-Dist: distro ==1.9.0
17
+ Requires-Dist: dpath ==2.2.0
18
+ Requires-Dist: importlib-resources ==6.5.2
19
+ Requires-Dist: packaging ==20.9
20
+ Requires-Dist: pyOpenSSL ==25.0.0
21
+ Requires-Dist: pyclip ==0.7.0
22
+ Requires-Dist: pyfiglet ==0.8.post1
23
+ Requires-Dist: python-hosts ==1.0.7
24
+ Requires-Dist: requests-unixsocket ==0.3.0
25
+ Requires-Dist: requests ==2.32.3
26
+ Requires-Dist: responses ==0.25.6
27
+ Requires-Dist: semver ==3.0.2
28
+ Requires-Dist: setuptools ==70.3.0
29
+ Requires-Dist: tabulate ==0.9.0
30
+ Requires-Dist: types-PyYAML ==6.0.12.20241230
31
+ Requires-Dist: types-pyOpenSSL ==24.1.0.20240722
32
+ Requires-Dist: types-tabulate ==0.9.0.20241207
33
+ Requires-Dist: urllib3 <1.27
34
+ Requires-Dist: dataclasses ==0.8 ; python_version < "3.7"
35
+ Requires-Dist: types-dataclasses ==0.1.5 ; python_version < "3.7"
36
+ Requires-Dist: pyobjc-core ==10.3.2 ; sys_platform == "darwin"
37
+ Requires-Dist: pyobjc-framework-Cocoa ==11.0 ; sys_platform == "darwin"
39
38
 
40
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.
41
40
 
@@ -46,7 +45,7 @@ In the root of the project repository, create a `.daktari.py` configuration file
46
45
  ```python
47
46
  from daktari.checks.git import *
48
47
 
49
- version = "0.0.235"
48
+ version = "0.0.236"
50
49
  title = "My Project"
51
50
 
52
51
  checks = [
@@ -112,5 +111,3 @@ python setup.py sdist bdist_wheel
112
111
  twine check dist/*
113
112
  twine upload dist/*
114
113
  ```
115
-
116
-
@@ -1,4 +1,4 @@
1
- daktari/__init__.py,sha256=xQq4yZNFgC4md9bGKCMGxRPhEPi2JM0FtC43uUtzkM0,24
1
+ daktari/__init__.py,sha256=EwwcoNjGqnpfpgiI_Pb47D-v2WWzhkSCWlkTywCIhCM,24
2
2
  daktari/__main__.py,sha256=iYwgtZZE2HD9Eh9Io6OliGQwCNZJSde_66jI6kF8xJU,1463
3
3
  daktari/asdf.py,sha256=fALVL6UTz1AYxuabw9MZeAES7J_CvImutUDD1Y2yWwM,509
4
4
  daktari/check.py,sha256=WzIiCrrdH7gCbElNwYbYkjhpmaOs_nUWfvkTBkfZlgs,4133
@@ -56,9 +56,9 @@ daktari/checks/yarn.py,sha256=T8b_oOoZ4l96delmPgPfgtaTkiUS129hoWlGIBcU7Io,5534
56
56
  daktari/resources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
57
57
  daktari/resources/daktari-local-template.yaml,sha256=ik7KzMcG1r90nxDOk7t5G7P-BSxQIl2PocGUVe14c44,503
58
58
  daktari/resources/mock_cert.pem,sha256=AIc9dZOVIuxm7KFLunP5WSA1-LDWLOwpfu48B9xQ_Wg,82
59
- daktari-0.0.235.dist-info/LICENSE.txt,sha256=sMo18UdnQ7rY1SYg9gmop08ubzEQOGO1URYXu1Hxdx0,1051
60
- daktari-0.0.235.dist-info/METADATA,sha256=AtcVSmnXgGUlAwLfmFRwztYGVmFaNqOciFA5VfO1Tzg,3844
61
- daktari-0.0.235.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
62
- daktari-0.0.235.dist-info/entry_points.txt,sha256=Sqwxp-qsyRnWwGVHkd3hoeG7aPffCIRB4pouCD9BbYU,51
63
- daktari-0.0.235.dist-info/top_level.txt,sha256=LW6kawKAAyxUbGqpAbdedKRUyVy2DBzEZOalp0qDdF8,8
64
- daktari-0.0.235.dist-info/RECORD,,
59
+ daktari-0.0.236.dist-info/LICENSE.txt,sha256=sMo18UdnQ7rY1SYg9gmop08ubzEQOGO1URYXu1Hxdx0,1051
60
+ daktari-0.0.236.dist-info/METADATA,sha256=KhGs6RRDtVfnH2lL-y9PSG-8k8fvF98s-dThiREMSlQ,3774
61
+ daktari-0.0.236.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
62
+ daktari-0.0.236.dist-info/entry_points.txt,sha256=mfQXkwKyloAzf7sv78icBo1PtRwf9hCP_816F6REf-I,50
63
+ daktari-0.0.236.dist-info/top_level.txt,sha256=LW6kawKAAyxUbGqpAbdedKRUyVy2DBzEZOalp0qDdF8,8
64
+ daktari-0.0.236.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.37.1)
2
+ Generator: bdist_wheel (0.42.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,3 +1,2 @@
1
1
  [console_scripts]
2
2
  daktari = daktari.__main__:main
3
-