check-config 0.8.6__py3-none-macosx_10_12_x86_64.whl → 0.9.0a2__py3-none-macosx_10_12_x86_64.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.
@@ -1,17 +1,17 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: check-config
3
- Version: 0.8.6
3
+ Version: 0.9.0a2
4
4
  Classifier: Development Status :: 4 - Beta
5
5
  Classifier: Environment :: Console
6
6
  Classifier: Intended Audience :: Developers
7
7
  Classifier: License :: OSI Approved :: MIT License
8
8
  Classifier: Operating System :: OS Independent
9
9
  Classifier: Programming Language :: Python
10
+ Classifier: Programming Language :: Python :: 3 :: Only
10
11
  Classifier: Programming Language :: Python :: 3.10
11
12
  Classifier: Programming Language :: Python :: 3.11
12
13
  Classifier: Programming Language :: Python :: 3.12
13
14
  Classifier: Programming Language :: Python :: 3.13
14
- Classifier: Programming Language :: Python :: 3 :: Only
15
15
  Classifier: Programming Language :: Rust
16
16
  Classifier: Topic :: Software Development :: Quality Assurance
17
17
  License-File: LICENSE
@@ -22,8 +22,8 @@ Author-email: Marc Rijken <marc@rijken.org>
22
22
  Maintainer-email: Marc Rijken <marc@rijken.org>
23
23
  Requires-Python: >=3.10
24
24
  Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
25
- Project-URL: source, https://github.com/mrijken/check-config
26
25
  Project-URL: homepage, https://check-config.readthedocs.io
26
+ Project-URL: source, https://github.com/mrijken/check-config
27
27
 
28
28
  # Effortless Configuration Management with check-config
29
29
 
@@ -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
- ["~/.bashrc".lines_present]
43
- __lines__ = "export EDITOR=hx"
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
- ["~/.gitconfig".lines_present]
49
- __lines__ = """
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
- ["~/.bashrc".lines_present]
105
- __lines__ = "export EDITOR=hx"
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.0a2.data/scripts/check-config,sha256=C_scvjvnEW5UoyMKCM9H4dr-1kjRMNUdACUzU5wxcyE,8734044
2
+ check_config-0.9.0a2.dist-info/METADATA,sha256=wNrPvoBQLKus3RQS6oSb6rUd_A84FKWsbsQz1dDyvZU,3958
3
+ check_config-0.9.0a2.dist-info/WHEEL,sha256=3d83jW30nHjv88WPXL7TZKm7uTjU1OFFsI02FHqx91U,103
4
+ check_config-0.9.0a2.dist-info/licenses/LICENSE,sha256=7oQMDEZJnOQYdXU1QQud2dVV2M0mK8Z84FD4QyJK-I4,1068
5
+ check_config-0.9.0a2.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- check_config-0.8.6.data/scripts/check-config,sha256=nm38jO9cak1RepW0vq6w0YTxTzgPxgIfqmpmTq3LXG0,3567972
2
- check_config-0.8.6.dist-info/METADATA,sha256=UAoWuYCneA6XetIcUTP3W-zKil9c4V8oLMLQk6uZVLw,3941
3
- check_config-0.8.6.dist-info/WHEEL,sha256=3d83jW30nHjv88WPXL7TZKm7uTjU1OFFsI02FHqx91U,103
4
- check_config-0.8.6.dist-info/licenses/LICENSE,sha256=7oQMDEZJnOQYdXU1QQud2dVV2M0mK8Z84FD4QyJK-I4,1068
5
- check_config-0.8.6.dist-info/RECORD,,