Olivier Mangin 921c54f535 Closes issue #21.
0b64bf0 introduced a hack (http://git.io/1ZbMkg) related to an issue
in bibtexparser : sciunto/python-bibtexparser/issues/17.
This has been fixed by sciunto/python-bibtexparser@6beb646 and the hack
can be safely removed.

Pubs should be updated accordingly as soon as the bibtexparser FIX gets to a released version.
2014-09-11 19:05:59 +02:00
2014-09-11 19:05:59 +02:00
2013-11-14 04:40:29 +01:00
2014-05-28 15:25:19 +02:00

Pubs

Pubs brings your bibliography to the command line.

Pubs organizes your bibliographic documents together with the bibliographic data associated to them and provides command line access to basic and advanced manipulation of your library.

Pubs is built with the following principles in mind:

  • all papers are referenced using unique citation keys,
  • bibliographic data (i.e. pure bibtex information) is kept separated from metadata (including links to pdf or tags),
  • everything is stored in plain text so it can be manually edited or version controlled.

Notice: pubs is still in early development and cannot be considered as stable

Getting started

Create your library (by default, goes to '~/.pubs/').

pubs init

Import existing data from bibtex (pubs will try to automatically copy documents defined as 'file' in bibtex):

pubs import path/to/collection.bib

or for bibtex containing a single file:

pubs add --bibfile article.bib --docfile article.pdf

Requirements

Authors

  • Fabien Benureau
  • Olivier Mangin
  • Jonathan Grizou
Description
No description provided
Readme 1.6 MiB
Languages
Python 94.7%
TeX 5%
Shell 0.3%