Wimpy

Latest version: v0.6

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

Scan your dependencies

0.6

- added a `strict` option (default `False`) to `strip_prefix`/`strip_suffix`, which will raise an exception if the substring was not there
- fixed handling of negative `overlap` values in the `chunks` function (thanks to Aran-Fey for the contribution)

0.5

Add `is_subsequence` implementation, checks if all items in first appear in second in same order


>>> is_subsequence([1,3,7], range(10))
True
>>> is_subsequence([4,3,7], range(10))
False

0.4

- util.chunks
- exceptions.WimpyError

0.3

- utils.grouper
- utils.ceiling_division

0.1

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.