Update README

This commit is contained in:
Lukáš Kucharczyk 2022-03-01 11:01:34 +01:00
parent 409b8d4a2a
commit 84ba9f45fa
No known key found for this signature in database
1 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# Example package
# `frontmatter-to-csv` - Convert YAML front matter to CSV
This is a simple example package.
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)