Convert YAML front matter to CSV.
Go to file
Lukáš Kucharczyk 1cb96710e5
Update registry URL
2022-04-07 13:11:43 +02:00
.vscode vscode: format automatically with black 2022-03-01 12:12:15 +01:00
frontmatter_to_csv Use click to provide CLI arguments 2022-04-07 12:55:12 +02:00
tests Initial commit 2022-03-01 09:51:44 +00:00
.drone.yml Update registry URL 2022-04-07 13:11:43 +02:00
.gitignore Add CSV files to gitignoree 2022-03-01 12:16:32 +01:00
CHANGELOG Add changelog, bump version to 0.2.0 2022-04-07 13:05:50 +02:00
LICENSE Initial commit 2022-03-01 09:51:44 +00:00
Pipfile Use click to provide CLI arguments 2022-04-07 12:55:12 +02:00
Pipfile.lock Use click to provide CLI arguments 2022-04-07 12:55:12 +02:00
README.md Update README 2022-03-01 11:01:34 +01:00
pyproject.toml Initial commit 2022-03-01 09:51:44 +00:00
setup.cfg Add changelog, bump version to 0.2.0 2022-04-07 13:05:50 +02: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)