mcot.bibtexΒΆ

Installation instructions

You can install this package using:

pip install mcot.bibtex

The command line scripts from this package (and any other packages installed from mcot) can be listed as:

mcot

Or if you want all mcot packages (including all command line scripts)

pip install mcot

Documentation

Interface to Bibtex file

This module provides support to:

  • read/write bibtex files

  • convert DOIs into new bibtex entries

  • query arXiv to update papers

Modules

mcot.bibtex.arxiv

Query the arXiv API and NASA ADS database to get access to the arXiv papers

mcot.bibtex.entry

Possible entry types from https://en.wikipedia.org/wiki/BibTeX:

mcot.bibtex.file

A list of bibtex entry stored in a .bib file

mcot.bibtex.pubmed