netd-tud / ietfbib2bibtex

A tool to generate bibtex bibliographies from IETF bibliographies

Home Page:https://netd-tud.github.io/ietfbib2bibtex/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ietfbib2bibtex

https://codecov.io/gh/netd-tud/ietfbib2bibtex/branch/main/graph/badge.svg?token=UKAN36HVBT

This tool aims to convert the XML-based formats of the IETF (bibxml and rfc-index) to bibtex format.

Installation

You can install ietfbib2bibtex using the GitHub link:

pip install git+https://github.com/netd-tud/ietfbib2bibtex/

Dependencies

ietfbib2bibtex works on Python 3.7 or newer.

See requirements.txt for the packages required.

Usage

First you need a configuration file in YAML format. See config.yaml.example for an example:

.. literalinclude:: ./config.yaml.example
   :language: yaml

Then, you can run

ietfbib2bibtex -c "<config-file>"

If you do not provide a configuration file with the -c argument, it is expected to be in the ietfbib2bibtex directory in the corresponding user configuration platformdirs of your operating system.

About

A tool to generate bibtex bibliographies from IETF bibliographies

https://netd-tud.github.io/ietfbib2bibtex/

License:MIT License


Languages

Language:Python 100.0%