yamlprocessor

View on PyPIReverse Dependencies (0)

0.6.3 yamlprocessor-0.6.3-py3-none-any.whl

Wheel Details

Project: yamlprocessor
Version: 0.6.3
Filename: yamlprocessor-0.6.3-py3-none-any.whl
Download: [link]
Size: 24194
MD5: c6dc42e23714c8a93678a10f22a66f11
SHA256: fc83ed30307928f35d0b05c77c81bc8b248b981c0adf8b8442d56b32646103fe
Uploaded: 2025-02-24 10:03:08 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: yamlprocessor
Version: 0.6.3
Summary: Process values in YAML files
Maintainer-Email: Matt Shin <matthew.shin[at]metoffice.gov.uk>
Project-Url: Homepage, https://github.com/JCSDA-internal/yamlprocessor/
Project-Url: Bug Reports, https://github.com/JCSDA-internal/yamlprocessor/issues
Project-Url: Source, https://github.com/JCSDA-internal/yamlprocessor/
License: BSD 3-Clause License Copyright (c) British Crown (Met Office) & JCSDA & Contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
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 :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Requires-Python: >=3.7
Requires-Dist: jmespath
Requires-Dist: jsonschema
Requires-Dist: python-dateutil
Requires-Dist: ruamel.yaml
Requires-Dist: flake8; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 701 characters]

WHEEL

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

RECORD

Path Digest Size
yamlprocessor/__init__.py sha256=4JuoeKW2dOJYsjIyDd-MnMO3EZJfs8NLra3SxmX9LEk 83
yamlprocessor/datapreprocessor.py sha256=7SpIDW0KZXRKaOEQJpiXIvFXBJVCL_cp0QKZ1Bl4WhQ 4074
yamlprocessor/dataprocess.py sha256=9H6bS4u7nAYH6I0NyiHeDA_BqEF3MMaj1Y4T3tVC06Q 35883
yamlprocessor/schemaprocess.py sha256=wwR8v03oO9dGtxIzEo2D8b7VYHzQ-EjpIEsqt8zPeZY 3603
yamlprocessor/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
yamlprocessor/tests/test_datapreprocess.py sha256=6_jDLL7vIrN2-cu5nA3tMJn7JODbzkrJBD_Mi8RtWog 2490
yamlprocessor/tests/test_dataprocess.py sha256=WluTR5oD0a-5tuetKQ_ULplvlNgTPr7vqAliE4pNi9k 26373
yamlprocessor/tests/test_schemaprocess.py sha256=qDQef5gLMXEjIpbKpCut8jPaVlyWyX5jb9EhJmNVa3A 7843
yamlprocessor-0.6.3.dist-info/LICENSE sha256=_bQniXNyG7kR03CkvzXfROjCEZswJWurgO_dTHb_pzc 1551
yamlprocessor-0.6.3.dist-info/METADATA sha256=Ffe4MjGVYTltL8FF3lt4bZLFLgmtQIna52K6paWr77c 3936
yamlprocessor-0.6.3.dist-info/WHEEL sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8 91
yamlprocessor-0.6.3.dist-info/entry_points.txt sha256=rVAj4R4emxlXN7_KEVrfc3akx8UPY2JhBlTDqwpxCD8 158
yamlprocessor-0.6.3.dist-info/top_level.txt sha256=afrah_BuFyhtUVw8ZQmkDN5KmTp_z8iZ2GxsmkoeHe8 14
yamlprocessor-0.6.3.dist-info/RECORD

top_level.txt

yamlprocessor

entry_points.txt

yp-data = yamlprocessor.dataprocess:main
yp-preprocessor = yamlprocessor.datapreprocessor:main
yp-schema = yamlprocessor.schemaprocess:main