You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, replacing pkg_resources with importlib* could help us reduce the time it takes eg. to read schemas and other resources and potentially also startup when using e.g. https://github.com/ninjaaron/fast-entry_points to avoid pkg_resources in console_scripts entry points.
The text was updated successfully, but these errors were encountered:
cf. hnesk/browse-ocrd#48 and hnesk/browse-ocrd@0008c51#commitcomment-75799474
Basically, replacing
pkg_resources
withimportlib*
could help us reduce the time it takes eg. to read schemas and other resources and potentially also startup when using e.g. https://github.com/ninjaaron/fast-entry_points to avoid pkg_resources in console_scripts entry points.The text was updated successfully, but these errors were encountered: