verify
verify copied to clipboard
A painless assertion and validation library for Python.
Bumps [wheel](https://github.com/pypa/wheel) from 0.24.0 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...
I'm a [Twine](https://twine.readthedocs.io) maintainer. I noticed you've [pinned some old versions](https://github.com/dgilland/verify/blob/master/requirements.txt) of Twine and other packaging dependencies. Twine [has changes in 1.11.0](https://twine.readthedocs.io/en/latest/changelog.html) that you might find useful. If you have...
- [ ] `Iterable` - Passes if object is an iterable. - [ ] `Indexed` - Passes if object is strictly integer indexed (list, tuple, string). - [ ] `Associative`...