omlish 0.0.0.dev199__py3-none-any.whl → 0.0.0.dev200__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
omlish/__about__.py CHANGED
@@ -1,5 +1,5 @@
1
- __version__ = '0.0.0.dev199'
2
- __revision__ = '19849595c30a781a42e5587cf2915dd1fcc1211a'
1
+ __version__ = '0.0.0.dev200'
2
+ __revision__ = '2c496f686e6c5d735b06d5836f93f26d8f63cf4e'
3
3
 
4
4
 
5
5
  #
omlish/configs/all.py ADDED
@@ -0,0 +1,43 @@
1
+ # ruff: noqa: I001
2
+ from .formats import ( # noqa
3
+ ConfigData as Data,
4
+
5
+ ConfigLoader as Loader,
6
+
7
+ ConfigRenderer as Renderer,
8
+
9
+ ObjConfigData as ObjData,
10
+
11
+ JsonConfigData as JsonData,
12
+ JsonConfigLoader as JsonLoader,
13
+ JsonConfigRenderer as JsonRenderer,
14
+
15
+ TomlConfigData as TomlData,
16
+ TomlConfigLoader as TomlLoader,
17
+ TomlConfigRenderer as TomlRenderer,
18
+
19
+ YamlConfigData as YamlData,
20
+ YamlConfigLoader as YamlLoader,
21
+ YamlConfigRenderer as YamlRenderer,
22
+
23
+ IniConfigData as IniData,
24
+ IniConfigLoader as IniLoader,
25
+ IniConfigRenderer as IniRenderer,
26
+
27
+ SwitchedConfigFileLoader as SwitchedFileLoader,
28
+
29
+ DEFAULT_CONFIG_LOADERS as DEFAULT_LOADERS,
30
+ DEFAULT_CONFIG_LOADER as DEFAULT_LOADER,
31
+ DEFAULT_CONFIG_FILE_LOADER as DEFAULT_FILE_LOADER,
32
+
33
+ SwitchedConfigRenderer as SwitchedRenderer,
34
+
35
+ DEFAULT_CONFIG_RENDERERS as DEFAULT_RENDERERS,
36
+ DEFAULT_CONFIG_RENDERER as DEFAULT_RENDERER,
37
+ )
38
+
39
+ from .types import ( # noqa
40
+ ConfigMap as Map,
41
+ )
42
+
43
+ from .processing import all as processing # noqa
@@ -0,0 +1,33 @@
1
+ # ruff: noqa: I001
2
+ from .flattening import ( # noqa
3
+ ConfigFlattening as Flattening,
4
+ )
5
+
6
+ from .inheritance import ( # noqa
7
+ build_config_inherited_values as build_inherited_values,
8
+ )
9
+
10
+ from .matching import ( # noqa
11
+ MatchingConfigRewriter as MatchingRewriter,
12
+
13
+ matched_config_rewrite as matched_rewrite,
14
+ )
15
+
16
+ from .names import ( # noqa
17
+ build_config_named_children as build_named_children,
18
+ )
19
+
20
+ from .rewriting import ( # noqa
21
+ ConfigRewriterItem as RewriterItem,
22
+ ConfigRewriterPath as RewriterPath,
23
+
24
+ RawConfigMetadata as RawMetadata,
25
+
26
+ ConfigRewriter as Rewriter,
27
+ )
28
+
29
+ from .strings import ( # noqa
30
+ StringConfigRewriter as StringRewriter,
31
+
32
+ format_config_strings as format_strings,
33
+ )
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: omlish
3
- Version: 0.0.0.dev199
3
+ Version: 0.0.0.dev200
4
4
  Summary: omlish
5
5
  Author: wrmsr
6
6
  License: BSD-3-Clause
@@ -1,5 +1,5 @@
1
1
  omlish/.manifests.json,sha256=dyIpveH7Z8OnQp2pTn6NVv7LCDXVrozJWAzbk8PBavg,7950
2
- omlish/__about__.py,sha256=5dGYq3bnMhCNzQiqCyBYVrYz1wa-t6EDj7KPBgzN0nU,3409
2
+ omlish/__about__.py,sha256=AJX5iNOlWrDlDBEKE35thbObkh7MHjKwPM855AMs7ls,3409
3
3
  omlish/__init__.py,sha256=SsyiITTuK0v74XpKV8dqNaCmjOlan1JZKrHQv5rWKPA,253
4
4
  omlish/c3.py,sha256=ubu7lHwss5V4UznbejAI0qXhXahrU01MysuHOZI9C4U,8116
5
5
  omlish/cached.py,sha256=UI-XTFBwA6YXWJJJeBn-WkwBkfzDjLBBaZf4nIJA9y0,510
@@ -150,11 +150,13 @@ omlish/concurrent/executors.py,sha256=FYKCDYYuj-OgMa8quLsA47SfFNX3KDJvRENVk8NDsr
150
150
  omlish/concurrent/futures.py,sha256=J2s9wYURUskqRJiBbAR0PNEAp1pXbIMYldOVBTQduQY,4239
151
151
  omlish/concurrent/threadlets.py,sha256=JfirbTDJgy9Ouokz_VmHeAAPS7cih8qMUJrN-owwXD4,2423
152
152
  omlish/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
153
+ omlish/configs/all.py,sha256=kziwjzUBkf8AT0w7Pq7JX2jtkQVOQ5R1wJyn6hfTN5k,1055
153
154
  omlish/configs/classes.py,sha256=GLbB8xKjHjjoUQRCUQm3nEjM8z1qNTx9gPV7ODSt5dg,1317
154
155
  omlish/configs/formats.py,sha256=RJw4Rzp7vlTd5YyAvpAoruQnk45v8dGPtPWwqH7aYyE,5301
155
156
  omlish/configs/nginx.py,sha256=XuX9yyb0_MwkJ8esKiMS9gFkqHUPza_uCprhnWykNy8,2051
156
157
  omlish/configs/types.py,sha256=t5_32MVRSKxbxor1hl1wRGKYm75F6Atisd_RYsN5ELU,103
157
158
  omlish/configs/processing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
159
+ omlish/configs/processing/all.py,sha256=roIQ7EZJXSzsyUxNHNJaZsXcD2jdT46Ly1XXfG8xEcI,722
158
160
  omlish/configs/processing/flattening.py,sha256=1duZH5zbrGuoYqaJco5LN5qx6e76QP5pHbIyItkQsFY,5021
159
161
  omlish/configs/processing/inheritance.py,sha256=lFD8eWRE0cG0Z3-eCu7pMsP2skWhUNaoAtWi9fNfn8k,1218
160
162
  omlish/configs/processing/matching.py,sha256=JMS9r58pMCBbpewOhPY5oPtBu3uD6z6YBfZq4jnLwBE,1236
@@ -607,9 +609,9 @@ omlish/text/indent.py,sha256=YjtJEBYWuk8--b9JU_T6q4yxV85_TR7VEVr5ViRCFwk,1336
607
609
  omlish/text/minja.py,sha256=jZC-fp3Xuhx48ppqsf2Sf1pHbC0t8XBB7UpUUoOk2Qw,5751
608
610
  omlish/text/parts.py,sha256=7vPF1aTZdvLVYJ4EwBZVzRSy8XB3YqPd7JwEnNGGAOo,6495
609
611
  omlish/text/random.py,sha256=jNWpqiaKjKyTdMXC-pWAsSC10AAP-cmRRPVhm59ZWLk,194
610
- omlish-0.0.0.dev199.dist-info/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
611
- omlish-0.0.0.dev199.dist-info/METADATA,sha256=5CdSnaX-AfmSBPr7KAcB65m0NC5yoHNFYaPcJSXYTI0,4264
612
- omlish-0.0.0.dev199.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
613
- omlish-0.0.0.dev199.dist-info/entry_points.txt,sha256=Lt84WvRZJskWCAS7xnQGZIeVWksprtUHj0llrvVmod8,35
614
- omlish-0.0.0.dev199.dist-info/top_level.txt,sha256=pePsKdLu7DvtUiecdYXJ78iO80uDNmBlqe-8hOzOmfs,7
615
- omlish-0.0.0.dev199.dist-info/RECORD,,
612
+ omlish-0.0.0.dev200.dist-info/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
613
+ omlish-0.0.0.dev200.dist-info/METADATA,sha256=ZStmAEKO4tvTAtBeGJDad2z_76jk0FY_eVEe6fcobNw,4264
614
+ omlish-0.0.0.dev200.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
615
+ omlish-0.0.0.dev200.dist-info/entry_points.txt,sha256=Lt84WvRZJskWCAS7xnQGZIeVWksprtUHj0llrvVmod8,35
616
+ omlish-0.0.0.dev200.dist-info/top_level.txt,sha256=pePsKdLu7DvtUiecdYXJ78iO80uDNmBlqe-8hOzOmfs,7
617
+ omlish-0.0.0.dev200.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.7.0)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5