aboutsummaryrefslogtreecommitdiff
path: root/devel/py-stevedore/pkg-descr
blob: 76f5a7ae37abd907c32b59513817ebab0dcc6926 (plain) (blame)
1
2
3
4
5
6
Python makes loading code dynamically easy, allowing you to configure
and extend your application by discovering and loading extensions
("plugins") at runtime. Many applications implement their own library
for doing this, using __import__ or importlib. Stevedore avoids
creating yet another extension mechanism by building on top of setuptools
entry points.