Metadata-Version: 2.1
Name: bibmanager
Version: 1.3.4
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
Description: 
        
        .. image:: https://raw.githubusercontent.com/pcubillos/bibmanager/master/docs/logo_bibmanager.png
           :width: 60%
        
        |Build Status|  |docs|  |PyPI|  |conda|  |License|  |DOI|
        
        ``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
        * Clean up (remove duplicates, ADS update) any external bibfile (since version 1.1.2)
        * Keep a database of the entries' PDFs and fetch PDFs from ADS (since version 1.2)
        * Browse interactively through the database (since version 1.3)
        
        ``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
        * Query entries in the ``bibmanager`` database by author, year, or title keywords
        * Generate .bib files built from your .tex files
        * Compile LaTeX projects with the ``latex`` or ``pdflatex`` directives
        * Perform queries into ADS and add entries by bibcode
        * Fetch PDF files from ADS (via their bibcode, new since version 1.2)
        
        :copyright: Copyright 2018-2021 Patricio Cubillos.
        :license:   bibmanager is open-source software under the MIT license
        :URL:       https://bibmanager.readthedocs.io/
        
        .. |Build Status| image:: https://travis-ci.com/pcubillos/bibmanager.svg?branch=master
            :target: https://travis-ci.com/pcubillos/bibmanager
        
        .. |docs| image:: https://readthedocs.org/projects/bibmanager/badge/?version=latest
            :target: https://bibmanager.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. |PyPI| image:: https://img.shields.io/pypi/v/bibmanager.svg
            :target: https://pypi.org/project/bibmanager/
        
        .. |conda| image:: https://img.shields.io/conda/vn/conda-forge/bibmanager.svg
            :target: https://anaconda.org/conda-forge/bibmanager
        
        .. |License| image:: https://img.shields.io/github/license/pcubillos/bibmanager.svg?color=blue
            :target: https://bibmanager.readthedocs.io/en/latest/license.html
        
        .. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.2547042.svg
            :target: https://doi.org/10.5281/zenodo.2547042
        
        
Platform: UNKNOWN
Description-Content-Type: text/x-rst
