yamling

View on PyPIReverse Dependencies (5)

1.7.1 yamling-1.7.1-py3-none-any.whl

Wheel Details

Project: yamling
Version: 1.7.1
Filename: yamling-1.7.1-py3-none-any.whl
Download: [link]
Size: 24581
MD5: 6b1657e2d7e7e763d82addea32b5ec41
SHA256: f847974715e82b28f1e548a6faa06b42dbc9bdab2a869448b5b75aa27b0f15d3
Uploaded: 2024-11-20 20:31:41 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: yamling
Version: 1.7.1
Summary: Enhanced YAML loading and dumping.
Author-Email: Philipp Temminghoff <philipptemminghoff[at]googlemail.com>
Project-Url: Documentation, https://phil65.github.io/yamling/
Project-Url: Source, https://github.com/phil65/yamling
Project-Url: Issues, https://github.com/phil65/yamling/issues
Project-Url: Discussions, https://github.com/phil65/yamling/discussions
Project-Url: Code coverage, https://app.codecov.io/gh/phil65/yamling
License: MIT License Copyright (c) 2024, Philipp Temminghoff 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: PyYAML,include,serialization,yaml,yml
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet
Classifier: Topic :: Text Processing :: Markup
Requires-Python: >=3.12
Requires-Dist: fsspec
Requires-Dist: pyyaml-include
Requires-Dist: pyyaml (>=5.1)
Requires-Dist: universal-pathlib
Requires-Dist: jinja2; extra == "all"
Requires-Dist: tomli-w; extra == "all"
Requires-Dist: jinja2; extra == "jinja2"
Requires-Dist: tomli-w; extra == "toml"
Provides-Extra: all
Provides-Extra: jinja2
Provides-Extra: toml
Description-Content-Type: text/markdown
[Description omitted; length: 11504 characters]

WHEEL

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

RECORD

Path Digest Size
yamling/__init__.py sha256=ur6Ugsnfm33lVCPBQxkCoEq98i8bhXFhes_umGHji-A 821
yamling/consts.py sha256=7YVQrhvqzZD4vQOgx8OoTqAeLON_HKH_wFV2ijnF6A0 574
yamling/deepmerge.py sha256=LcmM6TPRmWhNCyQXlncz3RsGgK5dzzFi6ev_ccX5jO0 1585
yamling/dump_universal.py sha256=SU153CKxmNxZHLJJ6s5Tq-JPFjNsR5llEpz7Nq9ZK7E 6020
yamling/exceptions.py sha256=41Mry7YEvTWl4lCHGYZZjXLTchuni7Mtn6-CPTbIMDM 559
yamling/jinja_tag.py sha256=m6Xq2tEH8RV0AirEhVJEBoqYIOltXiCb51kGHU4IVjA 5310
yamling/load_universal.py sha256=gj61I9A9PpWPKZVYjR5OttYR33RuA1SlXumwKzNSrSY 7616
yamling/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
yamling/typedefs.py sha256=R__OiNRFnD7B5mnTzM1Z4kYT4NeC9kRWm4LdqvzGoUk 619
yamling/utils.py sha256=XqM0bSkGGAiq_PwsdYcI1vcFgdfoUeTMoWkCuLauAJY 439
yamling/yaml_dumpers.py sha256=YnsROl7bwmXSQsf-z8qAWhSXfXSW9piJ1Dt3v7aQXLw 2626
yamling/yaml_loaders.py sha256=Wj_9xmvdXIKmX_7pk7dbOTYDlkDyvdHDU89M2s6m7Rs 18453
yamling/yamlparser.py sha256=YMOXMV0x-eBgYMcn17GtJGKoOc4qYWaHTtnkHGAKNmY 15381
yamling/constructors/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
yamling/constructors/variable.py sha256=mR1dxhSDD683e4ZtEW3HSJ5ch60RA0jh5eeAia1cCAg 1422
yamling-1.7.1.dist-info/METADATA sha256=Guta_nw96Ic_As5lREMBnhJ_0hpLh1ForXvJHRq2fxk 14180
yamling-1.7.1.dist-info/WHEEL sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug 87
yamling-1.7.1.dist-info/entry_points.txt sha256=8BcRjdRYLwfcKciaJg7EeHYWzr_0Ei8jeeHbOb9HB68 260
yamling-1.7.1.dist-info/licenses/LICENSE sha256=AteGCH9r177TxxrOFEiOARrastASsf7yW6MQxlAHdwA 1078
yamling-1.7.1.dist-info/RECORD

entry_points.txt

dump = yamling:dump
dump_file = yamling:dump_file
dump_yaml = yamling:dump_yaml
dump_yaml_file = yamling:dump_yaml_file
load = yamling:load
load_file = yamling:load_file
load_yaml = yamling:load_yaml
load_yaml_file = yamling:load_yaml_file