John T. Wodder II

Results 282 issues of John T. Wodder II

Or perhaps that functionality should be eliminated altogether?

enhancement
CLI
c:inspecting

- [ ] Make the API worth exposing - [x] Type-annotate everything - [ ] Document everything - [ ] Set up a Read the Docs site - [ ]...

enhancement
library API

Should the CLI have an option for selecting which metadata JSON format to use?

enhancement

This is not always derivable from just the list of modules; consider packages containing only an `__init__.py`.

enhancement
c:inspecting
c:schema
c:derived

This would mean storing the valid entries plus a list of errors generated by the invalid entries.

enhancement
robustness
error handling

This would allow generating the JSON Schema for the model directly.

enhancement
c:inspecting

The inspection functions should take a `verify_digests: bool = True` parameter, and the command line should take a `--no-verify-digests` (or just `--no-verify`?) option, for controlling whether the wheel inspection should...

enhancement
CLI
c:inspecting