Python-tools-scripts

Latest version: v0.20.5

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

Scan your dependencies

Page 5 of 9

0.13.4

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

Bug Fixes
---------

- Fixed bug where `venv_config` defined in `command_group` was getting ignored (`31 <https://github.com/s0undt3ch/python-tools-scripts/issues/31>`_)

0.13.3

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

Bug Fixes
---------

- Don't set `context.vent` to a `nullcontext` (`30 <https://github.com/s0undt3ch/python-tools-scripts/issues/30>`_)

0.13.2

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

Bug Fixes
---------

- Improved some type definitions (`29 <https://github.com/s0undt3ch/python-tools-scripts/issues/29>`_)

0.13.1

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

Bug Fixes
---------

- Add `py.typed` to the source code (`28 <https://github.com/s0undt3ch/python-tools-scripts/issues/28>`_)

0.13.0

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

Improvements
------------

- Allow importing the virtualenv's dependencies into the python running ``tools``.
This will allow maintaining a lighter ``tools.txt`` requirements file, and install additional dependencies only for the commands that really need them. (`25 <https://github.com/s0undt3ch/python-tools-scripts/issues/25>`_)
- Add support for a default Virtualenv. The default virtualenv site-packages will be added to the running python as an extra site dir. (`26 <https://github.com/s0undt3ch/python-tools-scripts/issues/26>`_)
- Allow passing virtualenv configuration when calling ``ptscripts.register_tools_module`` (`27 <https://github.com/s0undt3ch/python-tools-scripts/issues/27>`_)

0.12.0

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

Improvements
------------

- Allow passing a string or list of strings as the parent to avoid circular imports. (`22 <https://github.com/s0undt3ch/python-tools-scripts/issues/22>`_)
- Take the `TOOLS_VIRTUALENV_CACHE_SEED` environmental variable into account when calculating the virtual environments cache hash. (`23 <https://github.com/s0undt3ch/python-tools-scripts/issues/23>`_)


Bug Fixes
---------

- Catch `NotImplementedError` exception when setting up signal handling. Windows, for example, does not support signal handling with asyncio. (`24 <https://github.com/s0undt3ch/python-tools-scripts/issues/24>`_)

Page 5 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.