From 84ba9f45fac31d387f0d3b2da8c952404bc32d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Tue, 1 Mar 2022 11:01:34 +0100 Subject: [PATCH] Update README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79aa596..1e84adb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ -# Example package +# `frontmatter-to-csv` - Convert YAML front matter to CSV -This is a simple example package. \ No newline at end of file +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) \ No newline at end of file