daktari 0.0.237__py3-none-any.whl → 0.0.255__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.237"
1
+ __version__ = "0.0.255"
@@ -1,40 +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
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 ==11.0 ; sys_platform == "darwin"
37
- Requires-Dist: pyobjc-framework-Cocoa ==11.0 ; sys_platform == "darwin"
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
38
39
 
39
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.
40
41
 
@@ -45,7 +46,7 @@ In the root of the project repository, create a `.daktari.py` configuration file
45
46
  ```python
46
47
  from daktari.checks.git import *
47
48
 
48
- version = "0.0.237"
49
+ version = "0.0.255"
49
50
  title = "My Project"
50
51
 
51
52
  checks = [
@@ -107,7 +108,7 @@ In case of a need to manually release, the steps are:
107
108
 
108
109
  ```
109
110
  bumpversion --verbose patch
110
- python setup.py sdist bdist_wheel
111
+ python -m build
111
112
  twine check dist/*
112
113
  twine upload dist/*
113
114
  ```
@@ -1,4 +1,4 @@
1
- daktari/__init__.py,sha256=8uS6TYhsZVncg8wVOk8GkUCji9MVGgICfCDTjGmpbaU,24
1
+ daktari/__init__.py,sha256=V7O2FCcoMFxE9dW-Xs3YFzYkFI_GJvr0aTdd-xUROWc,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.237.dist-info/LICENSE.txt,sha256=sMo18UdnQ7rY1SYg9gmop08ubzEQOGO1URYXu1Hxdx0,1051
60
- daktari-0.0.237.dist-info/METADATA,sha256=KVeWyczrdj636xpmnglaUKxdo4zzBBspJYd0vvinlfw,3772
61
- daktari-0.0.237.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
62
- daktari-0.0.237.dist-info/entry_points.txt,sha256=mfQXkwKyloAzf7sv78icBo1PtRwf9hCP_816F6REf-I,50
63
- daktari-0.0.237.dist-info/top_level.txt,sha256=LW6kawKAAyxUbGqpAbdedKRUyVy2DBzEZOalp0qDdF8,8
64
- daktari-0.0.237.dist-info/RECORD,,
59
+ daktari-0.0.255.dist-info/LICENSE.txt,sha256=sMo18UdnQ7rY1SYg9gmop08ubzEQOGO1URYXu1Hxdx0,1051
60
+ daktari-0.0.255.dist-info/METADATA,sha256=ZqIUmIB_6hwHVmpFmDlcVlCQcw6tkJLppSsv3swlZU8,4612
61
+ daktari-0.0.255.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
62
+ daktari-0.0.255.dist-info/entry_points.txt,sha256=mfQXkwKyloAzf7sv78icBo1PtRwf9hCP_816F6REf-I,50
63
+ daktari-0.0.255.dist-info/top_level.txt,sha256=LW6kawKAAyxUbGqpAbdedKRUyVy2DBzEZOalp0qDdF8,8
64
+ daktari-0.0.255.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: setuptools (76.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5