Convert YAML front matter to CSV.
Go to file
Lukáš Kucharczyk 84ba9f45fa
Update README
2022-03-01 11:01:34 +01:00
src/package-name Initial commit 2022-03-01 09:51:44 +00:00
tests Initial commit 2022-03-01 09:51:44 +00:00
.gitignore Add testfiles to .gitignore 2022-03-01 10:55:21 +01:00
LICENSE Initial commit 2022-03-01 09:51:44 +00:00
Pipfile Add Pipfile 2022-03-01 10:55:53 +01:00
Pipfile.lock Add Pipfile 2022-03-01 10:55:53 +01:00
README.md Update README 2022-03-01 11:01:34 +01:00
convert.py Add initial version of convert.py 2022-03-01 10:55:37 +01:00
pyproject.toml Initial commit 2022-03-01 09:51:44 +00:00
setup.cfg Initial commit 2022-03-01 09:51:44 +00:00

README.md

frontmatter-to-csv - Convert YAML front matter to CSV

This simple Python script will convert fields from the YAML front matter to your specified CSV fields. Optionally, it can transform some of the fields:

  • convert Python lists to comma-joined lists
  • convert varied human-readable durations to unified unit (hours)