rconf

View on PyPIReverse Dependencies (0)

0.0.5 rconf-0.0.5-py3-none-any.whl

Wheel Details

Project: rconf
Version: 0.0.5
Filename: rconf-0.0.5-py3-none-any.whl
Download: [link]
Size: 35063
MD5: 1bf226543c84ac44259deb1d581cae56
SHA256: cf49d9635061be269b6f13000100a854baf45c344423e5d8a5b5a509db4d3355
Uploaded: 2024-01-15 17:43:13 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: rconf
Version: 0.0.5
Summary: Extensible Python package to resolve references and apply patches in JSON and TOML configurations
Author-Email: Filip Thyssen <filip.thyssen[at]gmail.com>
Project-Url: Documentation, http://fthyssen.github.io/rconf
Project-Url: Homepage, https://github.com/fthyssen/rconf
Project-Url: Repository, https://github.com/fthyssen/rconf
License: MIT License Copyright (c) 2023 Filip Thyssen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: toml,json,reference,pointer,patch,configuration
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Requires-Dist: tomli (~=2.0); python_version < "3.11"
Requires-Dist: typing-extensions (>=4.0.0); python_version < "3.11"
Requires-Dist: importlib-metadata (>=1.4.0); python_version < "3.8"
Requires-Dist: argcomplete (>=2.0.0); extra == "sh"
Provides-Extra: sh
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 6352 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
rconf/__init__.py sha256=bawaFhxATgxxnWF9Xz0lSZPin556aOyhsAjJDofFOwY 8941
rconf/_error.py sha256=-pF0wpowK6Uj9nrdcCyI0CRKx9YJxGE62DnvUmJkSxk 67
rconf/_load.py sha256=Suu6hphiaWZ4T7913U6uUkLlsHDKdOHJRYaiGy5CgDU 13413
rconf/_value.py sha256=DHCt1pQdReHYswEpZojMAP2ADll92WNDtIlhugLrSt4 1039
rconf/py.typed sha256=bWew9mHgMy8LqMu7RuqQXFXLBxh2CRx0dUbSx-3wE48 27
rconf/decode/__init__.py sha256=pSU84qDXLMlPL95Ch7vl0-PsV1C0zGc3ewVA29coi3U 2364
rconf/decode/_director.py sha256=7mP_Xyg1boV9gxhjDQddQ7zoK4VEhFyHDAm6kwkWnYM 5718
rconf/decode/_error.py sha256=hq7DA-DzgSusObVBUW8nZBc7HIF9-DbDcCkAHDH01aE 638
rconf/decode/_handler.py sha256=2Lly4ypYWTHojcOQH0rOQtsgYtZvEJKvMmyVs7tYKxQ 1831
rconf/decode/_ini.py sha256=aEcUKFkae1fJcLwZAYkcskT3cTiwv-iUiIv7x7HzMBU 3899
rconf/decode/_json.py sha256=QdHd2In_Zmt2sAnennrd2US--8Cjm8hlAAqvjWnYwd4 2170
rconf/decode/_toml.py sha256=--6Sp0eXAvwPJIgJNKOzviN6mpV7GJyMpxl2yKaL8oU 3226
rconf/patch/__init__.py sha256=GTwjE_2oD5VZDBP8FYYRxgUzVaFiYnWJJaTdQVoaM7Y 2855
rconf/patch/_error.py sha256=lT1JzVBuFgIiqD6_kuGym7rNjPyIeIxIfYqEmI5r91E 643
rconf/patch/_object.py sha256=tNg2hUbhezO7ll7j0o2BAmtZneRZFiNHJhBChKqAJRU 6904
rconf/patch/_operation.py sha256=5cW278koy6NDK1gCaxvYaybWO_nxmlrrfmn2xqVwpBc 2382
rconf/patch/_patch.py sha256=81dBQWzRy3XdbH_L9qRCvMpeSPudcKhQRBtQ8Ib5TSg 2889
rconf/pointer/__init__.py sha256=6u2IROExUMsqqa51Cvy0pgDHO2Kz2c_N3qZfDpHSiMU 3819
rconf/pointer/_error.py sha256=uX5YfFxp3WRSaYj96BZeC3r6Sw1cIhizV1WyjhB-Rfo 328
rconf/pointer/_json.py sha256=r0G3d5C0SX0iDvRozJ5FiAvPIhqc_s6VBs6obllafI4 1281
rconf/pointer/_pointer.py sha256=6oVRA3xTCmY8iyx9CVTWu-LJLIsZNwmxsj8EqtX4fTE 5523
rconf/pointer/_toml.py sha256=U9t9mQ_QoF925pOXp3Am4tFBlQ8VADxw3YnCAaenFuQ 2517
rconf/scripts/__init__.py sha256=qK0rMk5nVYBx5seAoJaurC-wjBcNpGQzodcWBA7KPdI 22
rconf/scripts/argparse.py sha256=HhkdDNwgCBsUr_UD7X7z6NOcGvaW3mNcLOkwJ0KCFV8 2002
rconf/scripts/config.py sha256=8T4BWRtCFeDu6YkiHlqhEUJupils3ntnD7ngI5qp8BY 4529
rconf/scripts/dump.py sha256=QOwiZacmyDgfCut4U_IXhYoQoDzcp6ka1ULVF5EaKNQ 3970
rconf/scripts/rconf.py sha256=Dp5YWydBEvXOq62Pi4AywDWBN-o4I60MFGErtIKwybM 1584
rconf/scripts/rconf.toml sha256=dL5uwFCAXlh3ob5Vxl3KmVzV101rCwuEXmWiPn2FQOY 935
rconf-0.0.5.dist-info/LICENSE sha256=r29re9OGYj7pmvP83U5aGU9AfjeBHb8C6o6tEMeCKpw 1069
rconf-0.0.5.dist-info/METADATA sha256=3-NkCbpVVbLg0y5r29K9yXQQd-yWvfUj5_KaktDUrIk 8470
rconf-0.0.5.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
rconf-0.0.5.dist-info/entry_points.txt sha256=mUu6OjSf1j6pRGfyuMexRIWdYjmIVS_1Rwde2IWxcr4 51
rconf-0.0.5.dist-info/top_level.txt sha256=ZkmKdVZR5aEVfm3GgXVvD-NeSH4JN6xoPf7F1Z4M7_I 6
rconf-0.0.5.dist-info/RECORD

top_level.txt

rconf

entry_points.txt

rconf = rconf.scripts.rconf:main