stevedore/releasenotes/notes/expose-entry-point-properties-6f2d868d4342fc0d.yaml
Doug Hellmann e9204ee7b7
add property methods to extension for more entry point values
The underlying EntryPoint class has some similar methods to fetch
these values, but they depend on the version of importlib.metadata
that is installed, so this provides a consistent API

Change-Id: I7a1b9541f0e4042a224e49c890ba3c63e8a5a259
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2020-07-12 17:50:24 -04:00

7 lines
223 B
YAML

---
features:
- |
Add `extras` and `attr` properties to the `Extension` class to
make it easier for consumers to access the underlying properties,
regardless of the version of `importlib.metadata` being used.