summaryrefslogtreecommitdiff
path: root/docs/plugins.rst
blob: b4a4e1b45a863d0f9a8136572bf55c4875a98c78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

Plugins
=======

.. image:: /_static/plugins-diagram.*
   :alt: rdflib plugin "architecture"
   :width: 450px
   :target: _static/plugins-diagram.svg


Many parts of RDFLib are extensible with plugins through `setuptools entry-points <http://pythonhosted.org/distribute/setuptools.html#dynamic-discovery-of-services-and-plugins>`_. These pages list the plugins included in RDFLib core.  



.. toctree::
   :maxdepth: 1

   plugin_parsers
   plugin_serializers
   plugin_stores
   plugin_query_results