Pytoolbox

Latest version: v14.8.5

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

Scan your dependencies

Page 3 of 11

14.2.0

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

Minor compatibility breaks

* Drop Python 3.6 compatibility
* Function `filesystem.from_template`: Make Jinja2 template strict with undefined values
* Module `argparse`: Return `pathlib.Path` instead of `str` (See commit 6acf8d13e2739a6e564b325bc035e33676c9ff07)

Features

* Add some type hints (more to come)

Fix and enhancements

* Convert some FIXMEs to TODOs
* Ensure Python 3.10 compatibility
* Fix many linter issues

14.1.0

Diff: https://github.com/davidfischer-ch/pytoolbox/compare/14.0.2...14.1.0

Minor compatibility breaks

* Module `dango.models.fields`: Apply `NullifyMixin` to `StripCharField` and `StripTextField`

Features

* Module `django.models.fields`: Add `NullifyMixin`, `CharField` and `TextField`

Fix and enhancements

* Module `django.signals`: Fix `strip_strings_and_validate_model` not importable from `django.signals`
* Module `django.models.fields`: Fix `StripMixin` not fair play with inheritance

14.0.2

Diff: https://github.com/davidfischer-ch/pytoolbox/compare/14.0.1...14.0.2

Fix and enhancements

* Fix Django deprecation warning (`ugettext_lazy` -> `gettext_lazy`)

14.0.1

Diff: https://github.com/davidfischer-ch/pytoolbox/compare/14.0.0...14.0.1

Fix and enhancements

* Function `filesystem.from_template`: Add directories optional argument
* Fix Keras imports (because they changed)
* Fix newer pylint errors

14.0.0

Diff: https://github.com/davidfischer-ch/pytoolbox/compare/13.5.0...14.0.0

Major compatibility breaks

* Drop Python 2.7 - 3.5 compatibility
* Drop module `encoding`
* Drop module `mongo`
* Drop function `network.http.get_request_data`
* Drop function `unittest.{mock_cmd,runtests}` (and dependency to nose)
* Remove unused arguments on some functions

Minor compatibility breaks

* Function `multimedia.exif.brand.Brand.clean`: Raise `exceptions.InvalidBrandError`

Features

* Rewrite code in Python 3 thanks to 2to3 and a lot of edits
* Rewrite tests in Python 3 and with pytest in replacement to unittest (and nose)
* Seamlessly download tests assets (small.mp4, ffmpeg, ffprobe) from S3
* Test on recent Python releases from 3.6 to 3.8 (3.9 will come next)
* Temporarily removed PyPy 3.6 from test matrix due to `tensorflow` (work in progress)

Fix and enhancements

* setup.py an extra `all` one can install with pip install `.[all]`
* Separate requirements in three major groups: features, test and docs
* Make some functions compatible with `pathlib.Path` (work in progress)
* Check code quality with pylint and flake8 (they are top notch)
* Remove doctests boilerplate code and make them more robust
* Fix deprecation issues by reimplementing some functions
* Fix code smells and silent irrelevant warnings
* Update Travis CI configuration: Define distribution, update script, ...
* Generate documentation with `python setup.py docs`

13.5.0

Not secure
Minor compatibility breaks

* Class `multimedia.exif.miscellaneous.VideoStream`: Rename rotate to rotation

Fix and enhancements

* Module `multimedia.exif`: Add Tamron brand

Page 3 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.