-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
feat/enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Question
This is a small suggestion, feel free to close without comment since the current implementation works perfectly fine as far as I can tell. I came across this stackoverflow comment when investigating how to validate against a json schema (which I need to obtain from my package), and had a look at how pyhf
does it in parallel. The comment suggests using pkgutil
instead of pkg_resources
(which pyhf
uses) or importlib.resources
. See also the discussion below the comment, it seems like pkgutil
might eventually be replaced by something else but seems fine for now.
Relevant Issues and Pull Requests
none I'm aware of
Metadata
Metadata
Assignees
Labels
feat/enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers