check-config 0.8.6__py3-none-win32.whl → 0.9.0a1__py3-none-win32.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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: check-config
3
- Version: 0.8.6
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
- ["~/.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.0a1.data/scripts/check-config.exe,sha256=iCzN2nlHwL5_5FxY-cnGrv14PaJp3UlDefIe3p-nbsg,3053568
2
+ check_config-0.9.0a1.dist-info/METADATA,sha256=K3WkOXh_KNmCZUvZYC8ICXwN5wlOMQvH3FQcymF-LRU,4058
3
+ check_config-0.9.0a1.dist-info/WHEEL,sha256=uT4IaxTLAwDsS7H6Z9jQmlZsLccZQ2CCUpoUS6OYuwI,89
4
+ check_config-0.9.0a1.dist-info/licenses/LICENSE,sha256=63anWCHmc_PyljnhFSjHQX8tvkJjRvSq3nCsxi0UklY,1089
5
+ check_config-0.9.0a1.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- check_config-0.8.6.data/scripts/check-config.exe,sha256=m-nQI1xzVNacICCLJ1FUBcUvfpzaBWeeQ__MeWLh1Iw,3094528
2
- check_config-0.8.6.dist-info/METADATA,sha256=t75Zu7oMcQEZ8FdnI6_WMFeLWH6wnPil1sQnYDCjmXQ,4038
3
- check_config-0.8.6.dist-info/WHEEL,sha256=uT4IaxTLAwDsS7H6Z9jQmlZsLccZQ2CCUpoUS6OYuwI,89
4
- check_config-0.8.6.dist-info/licenses/LICENSE,sha256=63anWCHmc_PyljnhFSjHQX8tvkJjRvSq3nCsxi0UklY,1089
5
- check_config-0.8.6.dist-info/RECORD,,