Update README
This commit is contained in:
parent
409b8d4a2a
commit
84ba9f45fa
|
@ -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)
|
Loading…
Reference in New Issue