Skip to content

0.11.0

Compare
Choose a tag to compare
@s0undt3ch s0undt3ch released this 14 Feb 17:49
· 75 commits to main since this release
0.11.0
112bac6

0.11.0 (2023-02-14)

Features

  • The ctx now has a web attribute, a requests.Session instance which can be used to make web requests. (https://github.com/s0undt3ch/python-tools-scripts/issues/19)
  • Improve the user experience when an ImportError occurs while instantiating tools. Instead of relying on direct imports, users can now call, pyscripts.register_tools_module('tools.'). Python tools scripts will then import them one by one, catching and reporting any ImportErrors occurring. Due to these errors, some of the commands might be unavailable, but most likely not all, while providing a clue as to why that is. (https://github.com/s0undt3ch/python-tools-scripts/issues/20)