Process values in YAML files
Project description
YAML Processor
This project provides a simple utility for working with YAML files, process include files, substitute string with variable and date-time values, and validate against JSON schema.
Quick Start
To install from PyPI, run:
python3 -m pip install yamlprocessor
Command line usage:
yp-data [options] input-file-name output-file-name
Python usage:
from yamlprocessor.dataprocess import DataProcessor
processor = DataProcessor()
# ... Customise the `DataProcessor` instance as necessary ..., then:
processor.process_data([in_file_name], out_file_name)
Documentation
See User Guide for detail.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
yamlprocessor-0.6.1.tar.gz
(22.3 kB
view details)
Built Distribution
File details
Details for the file yamlprocessor-0.6.1.tar.gz
.
File metadata
- Download URL: yamlprocessor-0.6.1.tar.gz
- Upload date:
- Size: 22.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c936a0bc569c345e92cc241621b9b4f3dc313fa234cc72b00a33b498e8f1a5c |
|
MD5 | f5766ab7ba980490e0fe3f238c116046 |
|
BLAKE2b-256 | a0066009ececaa3b8d631e33fa2780c24115aaaf76c82f6575cebf19e43c456b |
File details
Details for the file yamlprocessor-0.6.1-py3-none-any.whl
.
File metadata
- Download URL: yamlprocessor-0.6.1-py3-none-any.whl
- Upload date:
- Size: 23.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a0ae8d95a7e5602598f81810fae05db2f4c9e5da252cdd1a6aad81820fdec5b |
|
MD5 | 283661c57218588e7dd81ab85f2c9a06 |
|
BLAKE2b-256 | 629fd5545e741ec2ad38cce8b7fc02eb4162a2f9731726c02d3e58c7bc1e0174 |