Python-tools-scripts

Latest version: v0.20.5

Safety actively analyzes 641002 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 9

0.11.1

===================

Bug Fixes
---------

- Properly handle `subprocess.CalledProcessError`. Catch the exception, print the error, and exit with the `.returncode` attribute value. (`21 <https://github.com/s0undt3ch/python-tools-scripts/issues/21>`_)

0.11.0

===================

Features
--------

- The `ctx` now has a `web` attribute, a `requests.Session` instance which can be used to make web requests. (`19 <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.<whatever>')`.
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. (`20 <https://github.com/s0undt3ch/python-tools-scripts/issues/20>`_)

0.10.4

===================

Features
--------

- The filename on console logs is now only shown when debug output is enabled. (`18 <https://github.com/s0undt3ch/python-tools-scripts/issues/18>`_)

0.10.3

===================

Bug Fixes
---------

- The parser CLI logs now show the right file making the call (`17 <https://github.com/s0undt3ch/python-tools-scripts/issues/17>`_)

0.10.2

===================

Bug Fixes
---------

- Allow passing `parent` to `command_group` (`16 <https://github.com/s0undt3ch/python-tools-scripts/issues/16>`_)


Trivial/Internal Changes
------------------------

- Update pre-commit hooks versions (`16 <https://github.com/s0undt3ch/python-tools-scripts/issues/16>`_)

0.10.1

===================

Bug Fixes
---------

- Allow creating the virtual environments with `venv` as a fallback if `virtualenv` is not available. (`15 <https://github.com/s0undt3ch/python-tools-scripts/issues/15>`_)

Page 6 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.