freebsd-ports/devel/py-stevedore/pkg-descr
Li-Wen Hsu 720393ffaa - Update to 1.18.0
- Update WWW
- Remove depending on argparse, all Python versions in ports tree have it as
  built-in

PR:		213878
Submitted by:	lwhsu
Approved by:	nivit (maintainer)
2016-11-02 09:28:48 +00:00

8 lines
411 B
Text

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.
WWW: http://docs.openstack.org/developer/stevedore/