Skip to content

version 0.3.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@icgood icgood released this 16 Feb 18:02
· 62 commits to master since this release
  • Changed to plugin system

    Previously, provoke attempted to import a Python module given on the command-line or in a config file. Now, using Plugin Discovery, known plugins are made available by name.

  • Configurable logging

    A separate logging configuration file can be specified in a provoke configuration file, which will be loaded using logging.config.fileConfig.