• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H17-Jan-2021-5,7154,584

examples/H17-Jan-2021-48,24845,397

pybtex/H17-Jan-2021-12,0579,046

tests/H17-Jan-2021-25,64023,266

CHANGESH A D17-Jan-202117.1 KiB602352

COPYINGH A D17-Jan-20211 KiB2117

MANIFEST.inH A D17-Jan-2021820 1817

PKG-INFOH A D17-Jan-20212.2 KiB7654

READMEH A D17-Jan-2021850 5029

setup.cfgH A D17-Jan-2021165 139

setup.pyH A D17-Jan-20216.8 KiB176140

tox.iniH A D17-Jan-202145 43

README

1BibTeX-compatible bibliography processor in Python
2==================================================
3
4Synopsis
5--------
6
7::
8
9    latex foo.tex
10    pybtex foo.aux
11    latex foo.tex
12    latex foo.tex
13
14
15Description
16-----------
17
18Pybtex reads citation information from a file and
19produces a formatted bibliography. BibTeX style files are supported.
20Alternatively it is possible to write styles in Python.
21
22Pybtex currently understands the following bibliography formats:
23
24- BibTeX
25
26- BibTeXML
27
28- YAML-based format
29
30The resulting bibliography may be output in one of the following formats
31(not supported by legacy BibTeX styles):
32
33- LaTeX
34
35- HTML
36
37- markdown
38
39- plain text
40
41
42See also
43--------
44
45- `Home page <https://pybtex.org/>`_
46
47- `Pybtex at Bitbucket <https://bitbucket.org/pybtex-devs/pybtex>`_
48
49- `Pybtex at PyPI <https://pypi.org/project/pybtex>`_
50