Skip to main content

pipline badge coverage badge black badge git3moji badge

A pybtex plugin for NBIB/Medline/PubMed files. For information on the file format, see the documentation at the National Library of Medicine.

Installation

Install pybtexnbib from PyPI using pip:

pip install pybtexnbib

Command-line usage

To convert an NBIB file to another format, use the pybtex-convert command. For example:

pybtex-convert bibliography.nbib bibliography.bib

The extension of the output file must be supported by pybtex or an associated plugin.

To format an NBIB file into a human-readable bibliography, use the pybtex-format command. For example:

pybtex-format bibliography.nbib bibliography.txt

For more information, see the documentation for pybtex.

Programmatic usage

NBIB files can be formatted into a human-readable bibliography as a string as follows:

from pybtex import format_from_file
bibliography_string = format_from_file(
    "path/to/file.nbib",
    style="plain",
    output_backend="plaintext",
    bib_format="nbib",
)

Multiple NBIB files can be formatted in a similar way:

from pybtex import format_from_files
bibliography_string = format_from_files(
    ["path/to/file1.nbib", "path/to/file2.nbib"],
    style="plain",
    output_backend="plaintext",
    bib_format="nbib",
)

By giving "suffix" as the argument to bib_format, NBIB files can be combined with bibliography files of other formats (such as BibTeX or RIS):

from pybtex import format_from_files
bibliography_string = format_from_files(
    ["path/to/file1.nbib", "path/to/file2.bib", "path/to/file3.ris"],
    style="plain",
    output_backend="plaintext",
    bib_format="suffix",
)

The RIS parser comes from pybtexris. Parsers for the files for other formats need to be registered on the pybtex.database.input.suffixes entry point as discussed pybtex plugin documentation.

For more information on programmatic use of pybtex, see the documentation of the Python API of pybtex.

Credit

Robert Turnbull (Melbourne Data Analytics Platform, University of Melbourne)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pybtexnbib-0.2.0.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pybtexnbib-0.2.0-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

File details

Details for the file pybtexnbib-0.2.0.tar.gz.

File metadata

  • Download URL: pybtexnbib-0.2.0.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.13.1 Darwin/25.5.0

File hashes

Hashes for pybtexnbib-0.2.0.tar.gz
Algorithm Hash digest
SHA256 840fff214e7df96ad515520744d76c461a37e756ade067bb25ddd61ce3982b57
MD5 58e068d574339a2acbf3746b10064086
BLAKE2b-256 e084cd7b2e72dd26e5bfdddb0968997d2e4f4ed31324179acee19f0d080e5996

See more details on using hashes here.

File details

Details for the file pybtexnbib-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: pybtexnbib-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 9.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.13.1 Darwin/25.5.0

File hashes

Hashes for pybtexnbib-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 05b7608e1a98a2dbdb3979f4cd4bff03bfdd5593f1b78f7675124b285963b0b4
MD5 1a4e57fce47efca84e727627eeea4cbd
BLAKE2b-256 5d5b18adbdb35672ed8089c0748cd1026dde2708e4265f99119b245389b02264

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2.0 This release

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page