File: index.rst

package info (click to toggle)
stevedore 5.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,168 kB
  • sloc: python: 1,697; makefile: 144; sh: 2
file content (28 lines) | stat: -rw-r--r-- 1,064 bytes parent folder | download | duplicates (4)
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
27
28
=====================================
 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`_
   * `importlib.metadata`_

.. _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
.. _importlib.metadata: https://docs.python.org/3/library/importlib.metadata.html#entry-points