kiarina-lib-cloudflare-auth 1.6.2__py3-none-any.whl → 1.6.3__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.
- {kiarina_lib_cloudflare_auth-1.6.2.dist-info → kiarina_lib_cloudflare_auth-1.6.3.dist-info}/METADATA +3 -12
- {kiarina_lib_cloudflare_auth-1.6.2.dist-info → kiarina_lib_cloudflare_auth-1.6.3.dist-info}/RECORD +3 -3
- {kiarina_lib_cloudflare_auth-1.6.2.dist-info → kiarina_lib_cloudflare_auth-1.6.3.dist-info}/WHEEL +0 -0
{kiarina_lib_cloudflare_auth-1.6.2.dist-info → kiarina_lib_cloudflare_auth-1.6.3.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: kiarina-lib-cloudflare-auth
|
3
|
-
Version: 1.6.
|
3
|
+
Version: 1.6.3
|
4
4
|
Summary: Cloudflare client library for kiarina namespace
|
5
5
|
Project-URL: Homepage, https://github.com/kiarina/kiarina-python
|
6
6
|
Project-URL: Repository, https://github.com/kiarina/kiarina-python
|
@@ -20,7 +20,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
20
20
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
21
21
|
Classifier: Typing :: Typed
|
22
22
|
Requires-Python: >=3.12
|
23
|
-
Requires-Dist: pydantic-settings-manager>=2.
|
23
|
+
Requires-Dist: pydantic-settings-manager>=2.3.0
|
24
24
|
Requires-Dist: pydantic-settings>=2.10.1
|
25
25
|
Description-Content-Type: text/markdown
|
26
26
|
|
@@ -214,16 +214,7 @@ settings_manager: SettingsManager[CloudflareAuthSettings]
|
|
214
214
|
```
|
215
215
|
|
216
216
|
Global settings manager instance for Cloudflare authentication.
|
217
|
-
|
218
|
-
**Properties:**
|
219
|
-
- `settings`: Get the current active settings
|
220
|
-
- `user_config`: Get/set user configuration
|
221
|
-
- `cli_args`: Get/set CLI arguments for runtime overrides
|
222
|
-
- `active_key`: Get/set active configuration key (for multi-config mode)
|
223
|
-
|
224
|
-
**Methods:**
|
225
|
-
- `clear()`: Clear cached settings
|
226
|
-
- `get_settings_by_key(key: str)`: Get settings by specific key
|
217
|
+
See: [pydantic-settings-manager](https://github.com/kiarina/pydantic-settings-manager)
|
227
218
|
|
228
219
|
## Development
|
229
220
|
|
{kiarina_lib_cloudflare_auth-1.6.2.dist-info → kiarina_lib_cloudflare_auth-1.6.3.dist-info}/RECORD
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
kiarina/lib/cloudflare/auth/__init__.py,sha256=UILxUtBirbJjQutAJArE5iEzL7E0n7Ufj5fbYd1aoZs,779
|
2
2
|
kiarina/lib/cloudflare/auth/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
kiarina/lib/cloudflare/auth/settings.py,sha256=xbtp_4_5TAX45VWBVrxDCrIplQndQEYwFpsvcWP8uo0,293
|
4
|
-
kiarina_lib_cloudflare_auth-1.6.
|
5
|
-
kiarina_lib_cloudflare_auth-1.6.
|
6
|
-
kiarina_lib_cloudflare_auth-1.6.
|
4
|
+
kiarina_lib_cloudflare_auth-1.6.3.dist-info/METADATA,sha256=9sbtfG_Ek6qEeNgVVea0k2Tn6pQ8tp0yIq8VcumShAQ,7721
|
5
|
+
kiarina_lib_cloudflare_auth-1.6.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
6
|
+
kiarina_lib_cloudflare_auth-1.6.3.dist-info/RECORD,,
|
{kiarina_lib_cloudflare_auth-1.6.2.dist-info → kiarina_lib_cloudflare_auth-1.6.3.dist-info}/WHEEL
RENAMED
File without changes
|