argmerge 0.0.3__py3-none-any.whl → 0.0.4__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.
@@ -1,9 +1,18 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: argmerge
|
3
|
-
Version: 0.0.
|
4
|
-
Summary:
|
3
|
+
Version: 0.0.4
|
4
|
+
Summary: Merge arguments from outside your program before they reach your program.
|
5
5
|
Author-email: duck-bongos <billmannd@gmail.com>
|
6
6
|
License-File: LICENSE
|
7
|
+
Classifier: Development Status :: 3 - Alpha
|
8
|
+
Classifier: Intended Audience :: Developers
|
9
|
+
Classifier: Programming Language :: Python
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
11
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
12
|
+
Classifier: Programming Language :: Python :: 3.10
|
13
|
+
Classifier: Programming Language :: Python :: 3.11
|
14
|
+
Classifier: Programming Language :: Python :: 3.12
|
15
|
+
Classifier: Programming Language :: Python :: 3.13
|
7
16
|
Requires-Python: >=3.10
|
8
17
|
Requires-Dist: loguru>=0.7.3
|
9
18
|
Requires-Dist: mkdocs-material>=9.6.21
|
@@ -25,8 +34,11 @@ _Customize how program defaults and overrides from config files, environment var
|
|
25
34
|
|---|---|
|
26
35
|
CI/CD |
|
27
36
|
Package | [](https://pypi.org/project/hatch-vcs/) |
|
28
|
-
Meta
|
29
|
-
|
37
|
+
Meta|
|
38
|
+
|
39
|
+
|
40
|
+

|
41
|
+

|
30
42
|
|
31
43
|
We retrieve each possible source of program arguments as Python dictionaries and then perform dictionary updates between each source before passing the final dictionary to the wrapped function. Effectively:
|
32
44
|
```py
|
@@ -9,7 +9,7 @@ argmerge/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
argmerge/trace.py,sha256=TEL15zq4kB167g5_kol8gn_bcbu_g6Xfoi56F_QZcAY,4905
|
10
10
|
argmerge/utils.py,sha256=vm831wU84oLYMECd9fNNgAoG_h4NRc4V09xLCuCSOt4,229
|
11
11
|
argmerge/yaml.py,sha256=F67BBo3qdF8i_KSAbhHWu1-rAinvqE4OM4rHsVt5bvw,2621
|
12
|
-
argmerge-0.0.
|
13
|
-
argmerge-0.0.
|
14
|
-
argmerge-0.0.
|
15
|
-
argmerge-0.0.
|
12
|
+
argmerge-0.0.4.dist-info/METADATA,sha256=MUIYMPJsQUQv-yTK0jqY5pkecywJUe3k6XsxvGnv2xg,5305
|
13
|
+
argmerge-0.0.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
14
|
+
argmerge-0.0.4.dist-info/licenses/LICENSE,sha256=VCHxOgrvZCaQVMK2Si3ZzeN_EqtZGohk7zFmT6MSNeg,1069
|
15
|
+
argmerge-0.0.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|