Manage dynamic plugins for Python applications
Go to file
Doug Hellmann 83098c78d0 Check the names of plugins before importing them
Update NamedExtensionManager to check the names of the plugins
before loading any code to avoid importing anything we are not going
to use.

Fixes issue #4

Change-Id: I27b19cb42ca3d165ce45953281b82e394c4539a2
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2013-01-04 19:14:21 -05:00
docs Check the names of plugins before importing them 2013-01-04 19:14:21 -05:00
stevedore Check the names of plugins before importing them 2013-01-04 19:14:21 -05:00
.gitignore Initial commit 2012-06-19 10:49:13 -07:00
announce.rst prepare release 0.7 2012-11-26 12:44:41 -05:00
distribute_setup.py set up tox and fix packaging 2012-06-19 14:24:20 -04:00
LICENSE add license 2012-06-19 14:33:24 -04:00
MANIFEST.in add license 2012-06-19 14:33:24 -04:00
README.rst create setup.py 2012-06-19 14:12:49 -04:00
run_sphinx add API documentation 2012-07-22 16:54:13 -04:00
setup.py prep for release 0.7.2 2012-11-28 06:23:18 -05:00
tox.ini Run tests under python 2.6 2012-11-28 06:21:48 -05:00

stevedore

Manage dynamic plugins for Python applications