pyyaml VS python-frontmatter

Compare pyyaml vs python-frontmatter and see what are their differences.

pyyaml

Canonical source repository for PyYAML (by yaml)

python-frontmatter

Parse and manage posts with YAML (or other) frontmatter (by eyeseast)
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 python-frontmatter
16 2
2,425 316
1.3% -
3.9 6.7
11 days ago 3 months ago
Python Python
MIT License MIT License
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. The last one was on 2023-07-18.

python-frontmatter

Posts with mentions or reviews of python-frontmatter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-23.
  • How I load Markdown in Python
    2 projects | dev.to | 23 Mar 2022
    ❯ inspect(frontmatter.load("pages/til/python-frontmatter.md")) ╭────────────────────────────────────────────────────────── ───────────────────────────────────────────────────────────╮ │ A post contains content and metadata from Front Matter. This is what gets │ │ returned by :py:func:`load ` and :py:func:`loads `. │ │ Passing this to :py:func:`dump ` or :py:func:`dumps ` │ │ will turn it back into text. │ │ │ │ ╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ │ │ │ │ │ │ ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ │ │ │ │ content = "I use a package\n[eyeseast/python-frontmatter](https://github.com/eyeseast/python-frontmatter)\nto load files with frontmatter in │ │ them. Its a handy package that allows you to\nload files with structured frontmatter (yaml, json, or toml).\n\n## Install\n\nIt's │ │ on pypi, so you can install it into your virtual environment with pip.\n\n``` {% endraw %} bash\npython -m pip install │ │ python-frontmatter\n {% raw %} ```\n\n## 🙋 What's Frontmatter\n\nFrontmatter is a handy way to add metadata to your plain text files. │ │ It's\nquite common to have yaml frontmatter in markdown. All of my blog posts have\nyaml frontmatter to give the post metadata such │ │ as post date, tags, title, and\ntemplate. dev.to is a popular developer blogging platform that also builds all\nof its posts with │ │ markdown and yaml frontmatter.\n\n## Let's see an example\n\nHere is the exact frontmatter for this post you are reading on my │ │ site.\n\n``` {% endraw %} markdown\n---\ndate: 2022-03-24 03:18:48.631729\ntemplateKey: til\ntitle: How I load Markdown in Python\ntags:\n - │ │ linux\n - python\n\n---\n\nThis is where the markdown content for the post goes.\n {% raw %} ```\n\n## So it's yaml\n\nyaml is the most │ │ commmon, but\n[eyeseast/python-frontmatter](https://github.com/eyeseast/python-frontmatter)\nalso │ │ supports\n[Handlers](https://python-frontmatter.readthedocs.io/en/latest/handlers.html?highlight=toml#module-frontmatter.default_ha… │ │ toml and json.\n\nIf you want a good set of examples of yaml\n[learnxinyminutes](https://learnxinyminutes.com/docs/yaml/) has a │ │ fantastic set\nof examples in one page.\n\n## How to load yaml frontmatter in python" │ │ handler = │ │ metadata = { │ │ 'date': datetime.datetime(2022, 3, 24, 3, 18, 48, 631729), │ │ 'templateKey': 'til', │ │ 'title': 'How I load Markdown in Python', │ │ 'tags': ['linux', 'python', 'python'] │ │ } │ ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
  • Publish blog posts from GIT to dev.to
    4 projects | dev.to | 2 Jul 2021
    Chris Amico - For parsing front matter from Markdown file

What are some alternatives?

When comparing pyyaml and python-frontmatter you can also consider the following projects:

confuse - painless YAML config files for Python

git-auto-commit-action - Automatically commit and push changed files back to GitHub with this GitHub Action for the 80% use case.

strictyaml - Type-safe YAML parser and validator.

JobFunnel - Scrape job websites into a single spreadsheet with no duplicates.

yamllint - A linter for YAML files.

get-changed-files - Get all of the files changed/modified in a pull request or push's commits.

jsonnet - Jsonnet - The data templating language

dynaconf - Configuration Management for Python ⚙

marshmallow - A lightweight library for converting complex objects to and from simple Python datatypes.

rich - Rich is a Python library for rich text and beautiful formatting in the terminal.

python-strict-yaml-parsing - Examples of strict yaml parsing in python

kubernetes - Production-Grade Container Scheduling and Management