essentials-configuration

View on PyPIReverse Dependencies (3)

2.0.4 essentials_configuration-2.0.4-py3-none-any.whl

Wheel Details

Project: essentials-configuration
Version: 2.0.4
Filename: essentials_configuration-2.0.4-py3-none-any.whl
Download: [link]
Size: 16078
MD5: 4175b7af356624b6c0c45dc958e20289
SHA256: d3c81376a82c52aa68367c082c4d9015cc77a0dc322b2588898ced67d7ae5382
Uploaded: 2023-12-28 10:55:59 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: essentials-configuration
Version: 2.0.4
Summary: Implementation of key-value pair based configuration for Python applications.
Author-Email: Roberto Prevato <roberto.prevato[at]gmail.com>
Project-Url: Homepage, https://github.com/Neoteroi/essentials-configuration
Project-Url: Bug Tracker, https://github.com/Neoteroi/essentials-configuration/issues
Keywords: configuration,management,root,settings,strategy
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.7
Requires-Dist: deepmerge (~=1.1.0)
Requires-Dist: python-dotenv (~=1.0.0)
Requires-Dist: tomli; python_version < "3.11"
Requires-Dist: pyyaml; extra == "full"
Requires-Dist: rich-click; extra == "full"
Requires-Dist: pyyaml; extra == "yaml"
Provides-Extra: full
Provides-Extra: yaml
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 12810 characters]

WHEEL

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

RECORD

Path Digest Size
config/cli/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
config/cli/main.py sha256=8gQpxJrrT4Udj3CHvZ74URefBoS4NJkJIn3Stipc2yI 355
config/cli/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
config/common/__init__.py sha256=--vIR_n2t1kynamwYy_5dcXOufwM81GWZ00Z7ZwtQCk 7344
config/common/files.py sha256=SvGLtL1YkCwRdnouxdyON6zfpOOAeHxhov0n1nc9vII 893
config/common/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
config/env/__init__.py sha256=U5kIxcmBMstc6CjElZYBlFIM_c2Oq9pdTjvM2NhxKSg 1107
config/env/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
config/errors/__init__.py sha256=7-FwGMvUWhzTdPI3Xfg0MrvX51sJvbjto-dYZvBo49w 480
config/errors/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
config/ini/__init__.py sha256=dMFQqsGExw-RpJMhI01U9LJnfOfenwAWgkGg0Fp6ocQ 801
config/ini/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
config/json/__init__.py sha256=1XZ4qJYPaebSdpeyyOlUpFXBt0bwpi6vjBiCloRAn6Q 292
config/json/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
config/toml/__init__.py sha256=83Ua6djrXuqLsWKDFzqmvOwTXKCqx8J5hSRb3E2ICbA 698
config/toml/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
config/user/__init__.py sha256=lbBGRhk8lbt94GuQxMsxslJlbK34h39a7314gasgbJs 1916
config/user/cli.py sha256=zlosv523JERRsweEsX0vB9RYhBZPQc6hfti0S5UH7L0 6491
config/user/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
config/yaml/__init__.py sha256=vKV-dM-VQNnCwERwbbn0hIPI-WqD1yuNcZ1fNbzZQT4 582
config/yaml/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
essentials_configuration-2.0.4.dist-info/METADATA sha256=bxUpZxyMR0pQjHF248gpIZlG8-9ki9HwxGHrsJcz3O0 14061
essentials_configuration-2.0.4.dist-info/WHEEL sha256=mRYSEL3Ih6g5a_CVMIcwiF__0Ae4_gLYh01YFNwiq1k 87
essentials_configuration-2.0.4.dist-info/entry_points.txt sha256=4uBOCwnjPENVRc9-L_kqgOMxyi5r-Asey0-4hS2JQ54 48
essentials_configuration-2.0.4.dist-info/licenses/LICENSE sha256=wbXANissTNPdJV_LF-CmbV_-7NKLVIsrPYvF2nayVzc 1065
essentials_configuration-2.0.4.dist-info/RECORD

entry_points.txt

config = config.cli.main:main