check-config 0.8.6__py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl → 0.9.0a1__py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.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.
- {check_config-0.8.6.data → check_config-0.9.0a1.data}/scripts/check-config +0 -0
- {check_config-0.8.6.dist-info → check_config-0.9.0a1.dist-info}/METADATA +10 -7
- check_config-0.9.0a1.dist-info/RECORD +5 -0
- check_config-0.8.6.dist-info/RECORD +0 -5
- {check_config-0.8.6.dist-info → check_config-0.9.0a1.dist-info}/WHEEL +0 -0
- {check_config-0.8.6.dist-info → check_config-0.9.0a1.dist-info}/licenses/LICENSE +0 -0
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: check-config
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.9.0a1
|
4
4
|
Classifier: Development Status :: 4 - Beta
|
5
5
|
Classifier: Environment :: Console
|
6
6
|
Classifier: Intended Audience :: Developers
|
@@ -39,14 +39,16 @@ Define your configuration requirements in simple TOML files, then let check-conf
|
|
39
39
|
|
40
40
|
```toml
|
41
41
|
# Set your preferred editor
|
42
|
-
[
|
43
|
-
|
42
|
+
[[lines_present]]
|
43
|
+
file = "~/.bashrc"
|
44
|
+
lines = "export EDITOR=hx"
|
44
45
|
```
|
45
46
|
|
46
47
|
```toml
|
47
48
|
# Ensure git signing is configured
|
48
|
-
[
|
49
|
-
|
49
|
+
[[lines_present]]
|
50
|
+
file = "~/.gitconfig"
|
51
|
+
lines = """
|
50
52
|
[gpg]
|
51
53
|
format = ssh
|
52
54
|
[commit]
|
@@ -101,8 +103,9 @@ Make a `check-config.toml` according your needs:
|
|
101
103
|
|
102
104
|
```toml
|
103
105
|
# Set your preferred editor
|
104
|
-
[
|
105
|
-
|
106
|
+
[[lines_present]]
|
107
|
+
file = "~/.bashrc"
|
108
|
+
lines = "export EDITOR=hx"
|
106
109
|
```
|
107
110
|
|
108
111
|
And use it:
|
@@ -0,0 +1,5 @@
|
|
1
|
+
check_config-0.9.0a1.data/scripts/check-config,sha256=F_XR9CJWw7qQYvL12zPP-K7ikcW4NclIkyeduAp88tM,7818424
|
2
|
+
check_config-0.9.0a1.dist-info/METADATA,sha256=AliqlftfMwMFLnPxZdCHqjBMoqAGSz7MIas56kEiV84,3958
|
3
|
+
check_config-0.9.0a1.dist-info/WHEEL,sha256=h7ba1Kvyc7C3xZNzxUI6muwIuWRSbo_BzNsd5YFCWgM,128
|
4
|
+
check_config-0.9.0a1.dist-info/licenses/LICENSE,sha256=7oQMDEZJnOQYdXU1QQud2dVV2M0mK8Z84FD4QyJK-I4,1068
|
5
|
+
check_config-0.9.0a1.dist-info/RECORD,,
|
@@ -1,5 +0,0 @@
|
|
1
|
-
check_config-0.8.6.data/scripts/check-config,sha256=OCUYjUuvkkfgFUxF68UQEKdWmqQzuUYHv1gYGDhXGe8,7843000
|
2
|
-
check_config-0.8.6.dist-info/METADATA,sha256=UAoWuYCneA6XetIcUTP3W-zKil9c4V8oLMLQk6uZVLw,3941
|
3
|
-
check_config-0.8.6.dist-info/WHEEL,sha256=h7ba1Kvyc7C3xZNzxUI6muwIuWRSbo_BzNsd5YFCWgM,128
|
4
|
-
check_config-0.8.6.dist-info/licenses/LICENSE,sha256=7oQMDEZJnOQYdXU1QQud2dVV2M0mK8Z84FD4QyJK-I4,1068
|
5
|
-
check_config-0.8.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|