File: README

package info (click to toggle)
pybtex 0.25.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,628 kB
  • sloc: python: 13,585; makefile: 181; sh: 39; javascript: 29
file content (9 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
A sample project with two Pybtex plugins: a bibliography parser and a
bibliography writer that parse/write bibliography data as plain Python code.

Usage:
$ python setup.py develop
$ pybtex --help (python plugins is now listed as a possible choice for the --bibliography-format option.
$ pybtex-convert --help (see the help for -f and -t options)
$ pybtex-convert foo.bib foo.py
$ pybtex-convert foo.py foo.bib