Manage dynamic plugins for Python applications
Go to file
Julien Danjou 1482cf264f Add map_method function to managers
This allows to use map() directly over some extension method in a more
convenient way. It's a pattern we often need, so let's built it directly
in Stevedore.
2013-09-17 13:52:03 +02:00
docs Fixes reporting the error when drivers have the same name 2013-08-29 14:53:55 -04:00
stevedore Add map_method function to managers 2013-09-17 13:52:03 +02:00
.gitignore Add structure for tutorial 2013-06-03 17:25:23 -04:00
.travis.yml Add travis-ci configuration file 2013-05-05 11:39:33 -04:00
LICENSE add license 2012-06-19 14:33:24 -04:00
MANIFEST.in Include all images from docs in sdist 2013-06-12 14:03:31 -04:00
README.rst link to docs from README 2013-02-18 17:19:13 -05:00
announce.rst prep for release 0.11 2013-08-29 12:29:45 -04:00
run_sphinx Add example of loading as a driver 2013-06-05 18:02:12 -04:00
setup.py prep for release 0.11 2013-08-29 12:29:45 -04:00
tox.ini add docs to default tox suite 2013-06-12 11:02:33 -04:00

README.rst

stevedore

Manage dynamic plugins for Python applications

See http://stevedore.readthedocs.org for the full documentation.