1 """
2 Bibliographic database parsers for foreign formats.
3
4 This module contains extensible parsers for some known bibliographic
5 formats. In order to avoid hardcoding a predefined pybliographer
6 schema in these parsers, they are separated in two modules:
7
8 - L{Pyblio.Parsers.Syntax} contains parsers that only know the
9 syntactic rules for reading and writing the format
10
11 - L{Pyblio.Parsers.Semantic} extends the syntactic parsers to make
12 them usable on a I{specific} schema.
13
14 """
15