File: built-in-processors.rst

package info (click to toggle)
python-itemloaders 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: python: 1,547; makefile: 78
file content (17 lines) | stat: -rw-r--r-- 552 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.. _built-in-processors:

Available built-in processors
=============================

Even though you can use any callable function as input and output processors,
``itemloaders`` provides some commonly used processors, which are described
below.

Some of them, like the :class:`~itemloaders.processors.MapCompose` (which is
typically used as input processor) compose the output of several functions
executed in order, to produce the final parsed value.

Here is a list of all built-in processors:

.. automodule:: itemloaders.processors
    :members: