configbuddy

View on PyPIReverse Dependencies (0)

0.1.0 configbuddy-0.1.0-py3-none-any.whl

Wheel Details

Project: configbuddy
Version: 0.1.0
Filename: configbuddy-0.1.0-py3-none-any.whl
Download: [link]
Size: 16927
MD5: 61b1998cbae320a18aa86c081a5b5601
SHA256: c4edf0fbe3fbd8698d1f1d3fa0a729a8b547976c24b39bfbcda45703fdf7c8f4
Uploaded: 2024-12-09 03:33:37 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: configbuddy
Version: 0.1.0
Summary: Configuration file management tool
Author-Email: Harim Kang <harimkang4422[at]gmail.com>
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: jsonschema (>=4.20.0)
Requires-Dist: pyyaml (>=6.0.1)
Requires-Dist: rich-argparse (>=1.4.0)
Requires-Dist: rich (>=13.7.0)
Requires-Dist: sphinx-autodoc-typehints (>=2.5.0); extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=3.0.2); extra == "docs"
Requires-Dist: sphinx (>=8.1.3); extra == "docs"
Requires-Dist: pytest-cov (>=4.1.0); extra == "test"
Requires-Dist: pytest (>=7.3.1); extra == "test"
Provides-Extra: docs
Provides-Extra: test
Description-Content-Type: text/markdown
[Description omitted; length: 3719 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.26.3
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
configbuddy/__init__.py sha256=DR2sRQWGtEv9Ra-96EkXDGmjJJJU_ZYwRyr-9BBww60 1601
configbuddy/cli/__init__.py sha256=xtuA-5s7ktc_qgzYVHvGli28TMhWQHEVE2E2tFoySNM 157
configbuddy/cli/cli.py sha256=WqhvcQPE-8qaPxOWU-CuiTlNw9INpUcRz3LPiwNLXfU 5128
configbuddy/cli/help_formatter.py sha256=m5UmjishRRb0X2LZwqf1_gfzm2q03cFrk845nAtgqoQ 1279
configbuddy/core/__init__.py sha256=xLZib3nyWoJv82qdpARC64njDKRymda8wC_QceTlkNk 113
configbuddy/core/config.py sha256=tSoVcpGdCWkrWoNx3z8Yic0VqhdND-fYWN8QG3Z6Tfo 5280
configbuddy/core/differ.py sha256=wyBc-srHNH0PCr6YL8Do9jjASMr8Sx92HMhX32Ytw7E 1328
configbuddy/core/merger.py sha256=LI5e5iIuR4C-oktO5bopb3dPUCeAiInMDHyKSWB11Ig 6235
configbuddy/core/types.py sha256=k9SWIsz83nQKs1LOkNEUYlUKYJHsC8dvY_lFGJ8ffcM 1579
configbuddy/core/validator.py sha256=q9kUDh4cp90SaTY1z7m8tKPvsw42dkXfHwS2lrHYYGM 7394
configbuddy/core/visualizer.py sha256=NopCaVsQWfnw8Ho2JEVrIsjXEDKWB_WyFAk_toj8ac0 10759
configbuddy-0.1.0.dist-info/METADATA sha256=ekGOhnlU6eeANF5aPVJXOAlv4zup8ZY0QABHdwKQ0rc 4916
configbuddy-0.1.0.dist-info/WHEEL sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug 87
configbuddy-0.1.0.dist-info/entry_points.txt sha256=KS-NNkxXdf5_Wp43wFCtiQ8eaBXCN8Hc-bvgcjDpnfk 53
configbuddy-0.1.0.dist-info/licenses/LICENSE sha256=DoTGvszOTqDB63p-uwe-q2O7VzFn4vivIFOCsL55Des 1067
configbuddy-0.1.0.dist-info/RECORD

entry_points.txt

configbuddy = configbuddy.cli:main