Skip to content

AutoSysLoguru 0.5.0

Pre-release
Pre-release

Choose a tag to compare

@skeptycal skeptycal released this 11 Aug 01:10
747ff8a

AutoSysLoguru 0.5.0

  • add configuration options (e.g. environment variables, pyproject.toml, config file)
  • add pyproject.toml [autosysloguru] section
  • add configuration examples to README.md
  • Changed module name to avoid underscore (autosysloguru instead of AS_loguru)
  • Update autopep8 (^1.5.3 -> ^1.5.4)
  • isort option changed (force_single_line = true)
  • add future import to module ("from __future__ import annotations" is required for Loguru, apparently)
  • add autosysloguru wrapper tests
  • reactivate loguru standard tests