Major additions to support JSON files and provide compile time options

- Add file_json/get_file_json handling.
  This creates a new global template function to treat a file as a
  json file and returns a dict.

- Add some tools for merging dictionaries.

- Add command-line settable variables that get inserted into metadata
  tree so that at runtime options can be set.
This commit is contained in:
2021-12-19 22:02:47 -08:00
parent 4780764a60
commit 357db6eca4
5 changed files with 69 additions and 5 deletions

View File

@ -1 +1 @@
__version__ = '0.3.0'
__version__ = '0.5.0'