Skip to content

python_template 1.0.5

Choose a tag to compare

@albireox albireox released this 13 May 18:33

Backward incompatible changes

  • The default path for the user configuration file is now ~/.config/<name>/<name>.yml.

Added

  • Better handling of configuration files. An environment variable $<NAME>_CONFIG_PATH (e.g., $MYPYTHON_CONFIG_PATH) can be defined to point to the user configuration file. If defined, this path overrides the default location.

Changed

  • Modified logger to deal with warnings. Added critical level printing. Fixes #12, #13.

Fixed

  • Bug causing Python 2.7 templates to fail because PercentStyle is not available in logging module (thanks @andycasey).