make_key

make_key(*subkeys: str) str[source]

Combine given subkeys into a single key.

If any subkeys include {{timestamp}}, it will be replaced with the current date formatted as YYYY-MM-DD. Any instances of double underscores (__) are replaced with a single underscore (_). Any instances of underscore followed by a period (_.) are replaced with a period (.).

Returns:

The key.