Skip to main content

Parse yaml

Project description

yaml-pipe

PyPI Python Versions PyPI Download Issues Release Drafter

Install

pip install yaml-pipe

How to use

example1

sample.yml

---
foo:
  bar: BAR
cat sample.yml | yaml-pipe foo.bar="bar"

output

---
foo:
  bar: bar

example2

sample.yml

---
foo:
  bar: BAR
---
fizz:
  buzz: BUZZ
cat sample.yml | yaml-pipe --block_id 1 fizz.buzz="buzz"

output

---
foo:
  bar: BAR
---
fizz:
  buzz: buzz

Developpers

Linting and test

pyenv local 3.10.4 3.9.13 3.8.13
poetry install
poetry run nox

Upload to PyPI

Default target is testpypi.

make pypi-upload

If you upload to pypi, set empty to TEST_PYPI.

make pypi-upload TEST_PYPI=

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yaml-pipe-1.1.1.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

yaml_pipe-1.1.1-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page