Skip to main content

Converts a BibTeX file to YAML format

Project description

Converts a BibTeX file to YAML format

BIB2YAML is a lightweight Python package that provides an easy and efficient way to convert BibTeX (.bib) files to YAML (.yaml) format.

Usage

    # interactive
    # path to the bib file
    bib = '/Users/aj/Downloads/ref.bib'
    # path to the output directory
    outputDir = '/Users/aj/Downloads/'
    
    # Run the function
    bib2yaml (bib, outputDir, fileName='ref')
    
    # commandline
    python bib2yaml.py --bib /Users/aj/Downloads/ref.bib --outputDir /Users/aj/Downloads/
    

Project details


Download files

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

Source Distribution

bib2yaml-1.0.0.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

bib2yaml-1.0.0-py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page