Manage dynamic plugins for Python applications
Go to file
Philip Tzou 74a719b117 a work-around to avoid cpython bug (15881)
In python < 2.7.4, a lazy loading of package `pbr` will break setuptools if some other modules registered functions in `atexit`.
solution from: http://bugs.python.org/issue15881#msg170215
2013-10-24 13:43:09 +08:00
docs update history and announce file for release 2013-09-18 12:05:27 -05:00
stevedore Fix flake8 failures from pull/27 2013-09-18 09:43:03 -05:00
.gitignore Switch to pbr 2013-09-18 17:53:39 +02:00
.travis.yml add pypy to travis config 2013-09-22 10:19:25 -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 fix version number in blog announcement file 2013-09-18 12:07:50 -05:00
requirements.txt Switch to pbr 2013-09-18 17:53:39 +02:00
run_sphinx Add example of loading as a driver 2013-06-05 18:02:12 -04:00
setup.cfg remove version from setup.cfg and rely on git tag 2013-09-18 11:45:03 -05:00
setup.py a work-around to avoid cpython bug (15881) 2013-10-24 13:43:09 +08:00
tox.ini add pypy to default test env list 2013-09-22 10:17:28 -04:00

README.rst

stevedore

Manage dynamic plugins for Python applications

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