#
YAML
YAML is a human friendly data serialization standard for all programming languages. YAML is a recursive acronym which stands for "YAML Ain't Markup Language". It is commonly used for configurations.
Here are 3,608 public repositories matching this topic...
A simple, fast, and fun package for building command line apps in Go
-
Updated
Mar 15, 2022 - Go
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
theme
markdown
php
yaml
cms
content
website
twig
symfony
php7
backer
sponsors
doctrine
flat-file
website-builder
grav
content-management
website-generation
gitflow-extensions
gitflow-model
webroot
-
Updated
Apr 8, 2022 - PHP
A list of command line tools for manipulating structured text data
html
cli
yaml
toml
tsv
json
list
csv
xml
conversion
delimited-files
awk
ini
text-files
configuration-file
structured-text
-
Updated
Nov 1, 2021
A Swift command line tool for generating your Xcode project
-
Updated
Apr 5, 2022 - Swift
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
-
Updated
Apr 11, 2022 - C++
The Yaml component loads and dumps YAML files.
-
Updated
Feb 25, 2022 - PHP
-
Updated
Apr 10, 2022 - Python
mysql
api
yaml
json
csv
sql
xml
country
state
countries
states
city
cities
region
regions
hacktoberfest
provinces
world-regions
countries-states-cities
country-state-city
-
Updated
Apr 2, 2022 - PHP
Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package.
config
go
cli
golang
yaml
toml
parser
json
query
xml
configuration
update
selector
data-structures
data-wrangling
devops-tools
data-processing
yaml-processor
json-processing
-
Updated
Apr 4, 2022 - Go
Smarter YAML front matter parser, used by metalsmith, Gatsby, Netlify, Assemble, mapbox-gl, phenomic, vuejs vitepress, TinaCMS, Shopify Polaris, Ant Design, Astro, hashicorp, garden, slidev, saber, sourcegraph, and many others. Simple to use, and battle tested. Parses YAML by default but can also parse JSON Front Matter, Coffee Front Matter, TOML Front Matter, and has support for custom parsers. Please follow gray-matter's author: https://github.com/jonschlinkert
nodejs
javascript
config
markdown
matter
yaml
data
node
parse
gatsby
metalsmith
mapbox
netlify
frontmatter
assemble
phenomic
front-matter
jonschlinkert
front-matter-parsers
-
Updated
Mar 6, 2022 - JavaScript
Kestra is an infinitely scalable orchestration and scheduling platform, creating, running, scheduling, and monitoring millions of complex pipelines.
java
yaml
workflow
data
pipeline
etl
workflow-engine
scheduler
orchestration
data-engineering
dataflow
elt
data-pipeline
workflow-automation
low-code
data-orchestration
kestra
data-orchestrator
-
Updated
Apr 11, 2022 - Java
Universal Operator Lifecycle Manager (OLM) for Kubernetes operators, and operators for traditional Linux and Windows apps, with declarative integration between operators for automated microservice integration.
-
Updated
Apr 11, 2022 - Go
Record Query - A tool for doing record analysis and transformation
-
Updated
Nov 12, 2021 - Rust
d3
yaml
gist
chart
json
data-science
data
csv
big-data
dashboard
data-driven
data-visualization
data-engineering
business-intelligence
github-gist
d3js
just-dashboard
-
Updated
Mar 29, 2022 - JavaScript
Generic templated configuration management for Kubernetes, Terraform and other things
python
docker
kubernetes
yaml
devops
aws-kms
jinja2
terraform
helm
declarative
gpg
python3
orchestration
reclass
devops-tools
jsonnet
jinja2-templates
kapitan
gitops
gcp-kms
-
Updated
Apr 2, 2022 - Python
SamTolmay
commented
Oct 6, 2021
Describe the bug
The section on creating a service account in the Google Cloud console is out of date
Bug
Something isn't working
Documentation
Improvements or additions to documentation
Good first issue
Good for newcomers
Free and Open Source GUI to Visualize Kubernetes Applications.
-
Updated
Jul 25, 2019 - Clojure
camilamaia
commented
Jul 30, 2021
Add the missing docstrings to the testing_node.py file
Here you can find instructions of how we create the docstrings.
Documentation
Improvements or additions to documentation
Good First Issue
Good for newcomers or first time contributors.
Home Assistant config files, rewritten to use the latest features, 100+ documented automations, automatically generated ToC 🏠 🤖
config
yaml
home-automation
iot
automation
philips-hue
internet-of-things
home-assistant
home-assistant-config
appdaemon
lovelace
lovelace-ui
-
Updated
Feb 22, 2022 - Python
On lines
https://github.com/rochacbruno/dynaconf/blob/master/dynaconf/validator.py#L202-L205
validators.validateis callingfrom_envand it makes the variables to be reloaded from source files.This is not good for testing.
Solution:
reload=Falsethat will cause those lines to pass