Quantcast
Channel: Doug Hellmann » doug
Viewing all articles
Browse latest Browse all 41

stevedore 0.13

$
0
0
What is stevedore? 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. The code […]

Viewing all articles
Browse latest Browse all 41

Trending Articles