Manage dynamic plugins for Python applications
Go to file
Doug Hellmann a3eb4602aa Update null log handling for py26
Python 2.6 does not have a NullHandler in the logging
module, so introduce a little class that does the same
work.

Also add __all__ to the package init so extra names are
not exported.

Resolves issue #2

Change-Id: Id59d394cd02372e2c31de336894f06653cb1e22d
2013-08-28 11:32:13 -04:00
docs prep for 0.10 release 2013-07-08 09:25:42 -04:00
stevedore Update null log handling for py26 2013-08-28 11:32:13 -04: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 0.10 release 2013-07-08 09:25:42 -04:00
run_sphinx Add example of loading as a driver 2013-06-05 18:02:12 -04:00
setup.py prep for 0.10 release 2013-07-08 09:25:42 -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.