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
Speed up imports by removing pkg_resources (hardbyte#1110)
* Add method to calculate load on an interface
* Fix usage of isinstance for calc_load in bus.py
* Include ID length in bus load calculation
* Remove pkg_resources to speed up import time
* Readd pkg_resources but default to importlib to speed up import time
* Resolve handling of importlib entry_points for plugins
* Fall back to ImportError only if importlib is missing
* Remove pkg_resources to speed up import time
* Readd pkg_resources but default to importlib to speed up import time
* Resolve handling of importlib entry_points for plugins
* Fall back to ImportError only if importlib is missing
* Load user-installed interface modules only on demand if importlib is not installed
* Revert "Add method to calculate load on an interface"
This reverts commit 43c0c55
* Revert "Load user-installed interface modules only on demand if importlib is not installed"
This reverts commit 2fed532
* Rename entry_points back to iter_entry_points
0 commit comments