Pybliographer 1.3.2 is out
No, this is not your usual pybliographer
It's rather a first preview of the development branch 1.3. So far, it has no GUI, so if you need an editor, this is not yet for you.
However, if what you need to do is import, merge, batch modify, format, fix and enrich bibliographic data, please continue reading
pybliographer 1.3 provides a python library for developers that need to do these tasks. Some highlights:
- not bound to a single data format: it's not BibTeX, it's not MARC, it's not ISI, but it can work with all of these
- extensible: you can easily extend the existing parsers to match your needs, and define a data schema that corresponds to your situation
- developer friendly: it can be integrated with your own python development, and uses python (instead of complex configuration files) for most of its extensions, like the citation formatter.
documented: well, almost
