enthought / envisage

Envisage is a Python-based framework for building applications whose functionalities can be extended by adding "plug-ins".
http://docs.enthought.com/envisage/
Other
82 stars 26 forks source link

Remove EggPluginManager, EggBasketPluginManager, PackagePluginManager #548

Open mdickinson opened 1 year ago

mdickinson commented 1 year ago

The EggPluginManager, EggBasketPluginManager and PackagePluginManager classes were deprecated in #540 (targeting the 7.0 release). They should be removed (along with supporting tests and machinery) in Envisage 8.0.0.

mdickinson commented 1 year ago

Another reason for the deprecation and removal: pkg_resources is now deprecated