himl

View on PyPIReverse Dependencies (3)

0.16.0 himl-0.16.0-py2.py3-none-any.whl

Wheel Details

Project: himl
Version: 0.16.0
Filename: himl-0.16.0-py2.py3-none-any.whl
Download: [link]
Size: 30554
MD5: 076eb250a19e12d3a398d815faf2812f
SHA256: 4c002a2ed811e17f808db0e64324d32fef76b838c7c712b7ef4e084e7cda2c0b
Uploaded: 2025-01-08 10:32:00 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: himl
Version: 0.16.0
Summary: A hierarchical config using yaml
Author: Adobe
Author-Email: noreply[at]adobe.com
Home-Page: https://github.com/adobe/himl
License: Apache2
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
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
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: HTML
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Requires-Dist: deepmerge (==1.1.1)
Requires-Dist: lru-cache (==0.2.3)
Requires-Dist: backports.functools-lru-cache (==1.6.6)
Requires-Dist: pyyaml (~=6.0.2)
Requires-Dist: boto3 (~=1.35.94)
Requires-Dist: hvac (~=2.3.0)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 12648 characters]

WHEEL

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

RECORD

Path Digest Size
himl/__init__.py sha256=CdT1CsYM-x4ts2pmCPuh2EHIUf1CV-Z5ytBl5NCZi2Q 698
himl/config_generator.py sha256=lk5hZycz7wMSm7KUp80XUAhVCpNQEshw0Ql4fV5J3gg 14102
himl/config_merger.py sha256=5NahIYkdpIebi05M6i49iYUT6WX_uyNiCDg8v7EY_Rw 7669
himl/filter_rules.py sha256=won-ZXTEOnnfP5ui8JP4M5xdQrzN8YA_ZA3HUaJXuvA 1112
himl/inject_env.py sha256=fpsF926lHxE-779mCCveoanm894vEfzt-7rSNEQg7jg 1596
himl/inject_secrets.py sha256=b3MUYCnnxhLeRNhK82_9MVGVLj8FHagN10nJbseU_Zs 2581
himl/interpolation.py sha256=lhLi-YRm7-WY-0Xj5lgAf0rv9Yv6Vp7JdAUZrx_YTlc 9378
himl/main.py sha256=B5SdVYD4ssjOuOI2JNuTyOWiX2xhU8rIqnE1VZu03FA 4461
himl/python_compat.py sha256=p97OEkhq5etEjEaE8Z03_DRbzvL18VKaqm6px3Z9qmM 972
himl/remote_state.py sha256=OBS4O17Qj9xwWNUYiCyBGNdg89_fXFsdGtwkzfjHtKY 1499
himl/secret_resolvers.py sha256=WcSzFA0s37Fbk-DoM5qwBAzctWAgkBtUTETE_c67hvs 4351
himl/simples3.py sha256=rQwxyLOUFeAg1TfTMvgSzPXfr4ck1uuNLb8DJbIUSXg 1944
himl/simplessm.py sha256=15yqzq3wCDcIiP52gr3gR91R3puB9kdnu0l7_OWcpPM 1829
himl/simplevault.py sha256=TZXeH_KBFFqDIBy4ek5_atdjLkbYv_dwYBG5f6oggvE 2757
himl-0.16.0.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
himl-0.16.0.dist-info/METADATA sha256=P_r6affn2pUSkzrlg5Ltsj7XBD87DkyXK1VB9vs-xSg 14632
himl-0.16.0.dist-info/WHEEL sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM 110
himl-0.16.0.dist-info/entry_points.txt sha256=YG1wOiTNXqNfI5G_Kv_oLKo1ZgMwFYTOl33-yd2d9_8 83
himl-0.16.0.dist-info/top_level.txt sha256=cEj26ax0BEwTLgOgHRr4Ic6RmgGRxH2lWtd3B9wa8og 5
himl-0.16.0.dist-info/RECORD

top_level.txt

himl

entry_points.txt

himl = himl.main:run
himl-config-merger = himl.config_merger:run