John T. Wodder II
John T. Wodder II
Or perhaps that functionality should be eliminated altogether?
- [ ] Make the API worth exposing - [x] Type-annotate everything - [ ] Document everything - [ ] Set up a Read the Docs site - [ ]...
Should the CLI have an option for selecting which metadata JSON format to use?
This is not always derivable from just the list of modules; consider packages containing only an `__init__.py`.
This would mean storing the valid entries plus a list of errors generated by the invalid entries.
This would allow generating the JSON Schema for the model directly.
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...