File: index.rst

package info (click to toggle)
stevedore 0.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 828 kB
  • ctags: 237
  • sloc: python: 1,076; makefile: 166; sh: 6
file content (26 lines) | stat: -rw-r--r-- 940 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
=====================================
 Using Stevedore in Your Application
=====================================

This tutorial is a step-by-step walk-through demonstrating how to
define plugins and then use stevedore to load and use them in your
application.

.. toctree::
   :maxdepth: 2

   naming
   creating_plugins
   loading
   testing

.. seealso::

   * :doc:`/essays/pycon2013`
   * `Using setuptools entry points`_
   * `Package Discovery and Resource Access using pkg_resources`_
   * `Using Entry Points to Write Plugins | Pylons`_

.. _Using setuptools entry points: http://reinout.vanrees.org/weblog/2010/01/06/zest-releaser-entry-points.html
.. _Package Discovery and Resource Access using pkg_resources: http://pythonhosted.org/distribute/pkg_resources.html
.. _Using Entry Points to Write Plugins | Pylons: http://docs.pylonsproject.org/projects/pylons-webframework/en/latest/advanced_pylons/entry_points_and_plugins.html