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
81 stars 26 forks source link

ids should be available from envisage.api #506

Closed mdickinson closed 1 year ago

mdickinson commented 1 year ago

id constants that are needed externally to Envisage (for example, ids for extension points like the SERVICE_OFFERS id, or ids for actual services) are currently available in envisage.ids. I think they should be made available in envisage.api, too, so that downstream users only ever have to import from envisage.api.