Metadata-Version: 2.1
Name: bibmanager
Version: 1.0.1
Summary: A BibTeX manager for LaTeX projects
Home-page: https://github.com/pcubillos/bibmanager
Author: Patricio Cubillos
Author-email: patricio.cubillos@oeaw.ac.at
License: MIT
Platform: UNKNOWN
Requires-Dist: numpy (>=1.15.1)
Requires-Dist: requests (>=2.19.1)
Requires-Dist: prompt-toolkit (>=2.0.7)
Requires-Dist: pygments (>=2.2.0)


# <img alt="bibmanager" src="https://github.com/pcubillos/bibmanager/blob/master/docs/logo_bibmanager.png" height="60">
> The Next Standard in BibTeX Management

``bibmanager`` is a command-line based application to facilitate the management of BibTeX entries, allowing the user to:

* Unify all BibTeX entries into a single database
* Automate .bib file generation when compiling a LaTeX project
* Automate duplicate detection and updates from arXiv to peer-reviewed

``bibmanager`` also simplifies many other BibTeX-related tasks:

* Add or modify entries into the ``bibmanager`` database:

  * Merging user's .bib files
  * Manually adding or editing entries
  * Add entries from ADS bibcodes

* entry adding via your default text editor
* Querry entries in the ``bibmanager`` database by author, year, or title keywords
* Generate .bib or .bbl build from your .tex files
* Compile LaTeX projects with the ``latex`` or ``pdflatex`` directives
* Perform querries into ADS and add entries by bibcode

:copyright: Copyright 2018-2019 Patricio Cubillos.
:license:   bibmanager is open-source software under the MIT license
:URL:       https://pcubillos.github.io/bibmanager



