PyYAML VS noyaml

Compare PyYAML vs noyaml and see what are their differences.

noyaml

A silly emotional rant about the state of devops tooling/the infrastructure sector in 2018. #noyaml.com (by ghuntley)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
PyYAML noyaml
- 9
- 414
- -
- 5.3
about 8 years ago about 2 months ago
CSS
- GNU Affero General Public License v3.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

PyYAML

Posts with mentions or reviews of PyYAML. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning PyYAML yet.
Tracking mentions began in Dec 2020.

noyaml

Posts with mentions or reviews of noyaml. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-26.
  • Kubernetes Through the Developer's Perspective
    3 projects | dev.to | 26 Mar 2024
    Most commonly written in YAML, these files are large and complex to read and understand. And being written in YAML comes with its challenges (and quirks) since it is an additional programming language that devs need to learn.
  • JSON Canvas – An open file format for infinite canvas data
    12 projects | news.ycombinator.com | 11 Mar 2024
    YAML is kind of like C++:

    > You like C++ because you're only using 20% of it. And that's fine, everyone only uses 20% of C++, the problem is that everyone uses a different 20% :)

    https://eli.thegreenplace.net/2009/10/17/the-c-bashing-seaso...

    The YAML footguns are too numerous to reproduce here, so here are some sources:

    https://stackoverflow.com/questions/3790454/how-do-i-break-a...

    https://www.arp242.net/yaml-config.html

    https://noyaml.com/

  • Why the fuck are we templating YAML? (2019)
    27 projects | news.ycombinator.com | 23 Jan 2024
    Relevant: https://noyaml.com/

    YAML and its ecosystem is full of footguns and ergonomics problems, especially when the length of the document extends beyond the height of a user's editor or viewport. Loss of context with indentation, non-compliant or unsafe parsers, and strange boolean handling to name a few.

    It becomes even worse when people decide that static YAML data files should have variable substitution or control flow via templating. "Stringly-typed programming" if you will. If we all started writing JSON text templates I think a lot of people would rightly argue we should write small stdlib-only programs in Python, Typescript, or Ruby to emit this JSON instead of using templated text files. Then it becomes apparent that the YAML template isn't a static data file at all, but part of a program which emits YAML as output. We're already exposing people to basic programming if we're using YAML templates. People brew a special kind of YAML-templated devops hell using tools like Kustomize and Helm, each of which are "just YAML" but are full of idiosyncracies and tool-specific behaviour which make the use of YAML almost coincidental rather than a necessity.

    Yes, sometimes people would prefer to look at YAML instead of JSON, in which case I suggest you use a YAML serialization library, or pipe output into a tool like `yq` so you can view the pretty output. In a pinch you could even output JSON and then feed it through a YAML formatter.

    The Kubernetes community seems to have this penetrating "oh, it's just YAML" philosophy which means we get mediocre DSLs in "just YAML" which actually encode a lot of nuanced and unintuitive behaviour which varies from tool to tool.

    Look at kyverno, for examle: it uses _parentheses_ in YAML key names to change the semantics of security policies! https://kyverno.io/docs/writing-policies/validate/ . This is different to what I think is the (much better ideas of) something like kubewarden, gatekeeper, or jspolicy, which allow engineers to write their policies in anything that compiles to WASM, OPA, and Typescript/Javascript respectively.

    We engineers, as a discipline, have decades of know-how building and using general purpose programming languages with type checkers, linters, packaging systems, and other tools, but we throw them all away as soon as YAML comes along. It's time to put the stringified YAML templates away and engage in the ecosystem of mature tools we already to use to perform one simple task they are already good at: dumping JSON on stdout.

    Let's move the control flow back into the tool and out of the YAML.

  • YAML's homepage is displayed in YAML
    2 projects | news.ycombinator.com | 28 Dec 2023
    The webpage documenting some of the sharp edges of yaml is also displayed as an editable yaml document

    https://noyaml.com/

  • stopDoingJson
    3 projects | /r/ProgrammerHumor | 9 Dec 2023
    It’s the least secure config format, even worse than XML IMO since it’s unsafe even with trusted inputs. https://noyaml.com/
  • That's a Lot of YAML
    1 project | /r/hypeurls | 29 Sep 2023
    14 projects | news.ycombinator.com | 28 Sep 2023

What are some alternatives?

When comparing PyYAML and noyaml you can also consider the following projects:

vcspull - πŸ”„ Synchronize projects via yaml/json manifest. Built using `libvcs`.

yj - CLI - Convert between YAML, TOML, JSON, and HCL. Preserves map order.

libvcs - βš™οΈ Lite, typed, pythonic utilities for git, svn, mercurial, etc.

hjson - Hjson, a user interface for JSON

Kaitai Struct - Kaitai Struct: declarative language to generate binary data parsers in C++ / C# / Go / Java / JavaScript / Lua / Nim / Perl / PHP / Python / Ruby

doximus - static, smart and developer friendly API documentation generator

pymorphy2 - Morphological analyzer / inflection engine for Russian and Ukrainian languages.

json2jsii - Generates jsii-compatible structs from JSON schemas

python-dotenv - Reads key-value pairs from a .env file and can set them as environment variables. It helps in developing applications following the 12-factor principles.

crd-to-sample-yaml - Generate a sample YAML file from a CRD

yomel - θͺ­γ‚γ‚‹γ€θͺ­γ‚γ‚‹γžγ‰!!

blooddy_crypto - ActionScript (AS3) library for processing binary data. This library contains MD5, SHA-1, SHA-2 ( SHA-224 ΠΈ SHA-256 ), Base64, CRC32 algorithms, JSON encoder & decoder as well as PNG and JPEG encoders.