Pytoolbox

Latest version: v14.8.5

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

Scan your dependencies

Page 2 of 11

14.7.0

Diff: https://github.com/davidfischer-ch/pytoolbox/compare/14.6.0...14.7.0

Minor compatibility breaks

* Drop Python 3.9 & 3.10 compatibility
* Favor `pathlib.Path` over `str`:
* Returning `pathlib.Path` when its a path ...
* Not accepting
* Force named arguments when it makes sense (`mypy` should help you with this)
* Drop `is_path` argument, instead check if its an instance of `pathlib.Path`:
* Function `filesystem.from_template`
* Function `filesystem.get_bytes`
* Rename argument `format` to `fmt` to fix a linter issue:
* Function `datetime.datetime_now`
* Function `datetime.datetime_to_str`
* Function `datetime.str_to_datetime`
* Method `module.All.diff`: Drop argument `to_type`
* Function `network.http.download_ext_multi`: Argument `resources` must now be an iterable of `Resource`
* Functions `validation.valid_*`: Do not accept `None` anymore
* Rename function `filesystem.recursive_copy` to `filesystem.copy_recursive` (keep a deprecated alias)

Deprecations

* Replace your calls to `filesystem.copy_recursive` by `filesystem.recursive_copy`

Features

* Type hint a massive portion of code (and import annotations from __future__)!
* Ensure Python 3.11 & 3.12 compatibility
* Add optional MongoDB feature (`mongodb` extra)
* Add class `argparse.Namespace`
* Add context manager `filesystem.chdir`
* Add Protocol `filesystem.CopyProgressCallback`
* Add Protocol `filesystem.TemplateHookFunc`
* Add dataclass `network.http.Resource`
* Add Protocol `network.http.SingleProgressCallback`
* Add Protocol `network.http.MultiProgressCallback`
* Add TypeAlias `subprocess.CallArgType`
* Add TypeAlias `subprocess.CallArgsType`
* Add TypeAlias `subprocess.LoggerType`
* Add TypeAlias `types.GenericType`

Fix and enhancements

* Add explicit named arguments `recursive`, `top_down`, `on_error`, `follow_symlinks`:
* Function `filesystem.chown`
* Function `filesystem.find_recursive`
* Add explicit named arguments related to `requests.get`:
* Function `network.http.download_ext`
* Function `network.http.iter_download_core`
* Function `network.http.iter_download_to_file`
* Module `multimedia.ffmpeg`: Enhance it and make it compatible with ffmpeg 6.1 (See commit d026afdbbe86becbccb3c75d2a1830052834cd0a)
* Function `filesystem.copy_recursive`: Cover it with tests (See commit f4d5bd11992525d9fe08c56c668c254e7093f30d)
* Class `network.smpte2022.base`: Make it Python 3.9+ compatible (by Július Milan <julius.milan.22gmail.com>)
* Class `types.StrongTypedMixin`: Make it compatible with future style annotations
* Module `multimedia.ffmpeg.miscellaneous`: Consolidate code (move common attributes to the parent class)
* Class `multimedia.ffmpeg.miscellaneous.Media`: Refactor it ()
* Refresh `__all__` and don't use magic when not necessary
* Switch from Travis CI to GitHub Actions
* Rework imports (drop multiple-imports *style*)
* Fix various linter issues
* Update `AUTHORS.md`

14.6.0

Diff: https://github.com/davidfischer-ch/pytoolbox/compare/14.5.1...14.6.0

Minor comptability breaks

* Functions `humanize.natural*`: Rename `format` arguments to `fmt`

Features

* Module `humanize`: Add functions `parse_*`

Fix and enhancements

* Ensure Python 3.11 compatibility
* Explain how to bother with GExiv2
* Add more type hints (especially `humanize` and `multimedia.exif`)
* Add `PyGObject` to requirements for `imaging` feature

14.5.1

Diff: https://github.com/davidfischer-ch/pytoolbox/compare/14.5.0...14.5.1

Fix and enhancements

* Make code compatible with legacy versions of `packaging`

14.5.0

Diff: https://github.com/davidfischer-ch/pytoolbox/compare/14.4.0...14.5.0

Minor compatibility breaks

* Bye bye Django 3 and less

Features

* Make code compatible with Django 4+

Fix and enhancements

* Usage of `super()` magic
* Upgrade testing stack especially pylint with its dozen tests
* Apply recommendations from linters (or silent it...)
* Convert Changelog and Authors in Markdown

14.4.0

Diff: https://github.com/davidfischer-ch/pytoolbox/compare/14.3.0...14.4.0

Minor compatibility breaks

* Replace `comparison.parse_version` by `comparison.try_parse_version` with a fallback behavior

Features

* Add function `humanize.naturalweight`
* Add function `console.toggle_colors`
* Module `comparison`: Add `unified_diff`, `compare_versions` and `satisfy_version_constraints`

Fix and enhancements

* Compatibility with latest Django releases
* Compatibility with latest `packaging` module (`LegacyVersion` was dropped)

14.3.0

Diff: https://github.com/davidfischer-ch/pytoolbox/compare/14.2.0...14.3.0

Minor compatibility breaks

* Drop Python 3.7 & 3.8 compatibility
* Drop `logging` extra (`termcolor` is now installed by default)

Features

* Add [types.merge_annotations` class decorator
* Module `comparison`: Add `unified_diff`, `compare_versions` and `satisfy_version_constraints`

Page 2 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.