Metadata-Version: 2.1
Name: yaml2bib
Version: 0.1.0
Summary: Convert a yaml file containing (key -> DOI) pairs to bib file with the correct journal abbreviations.
Home-page: https://github.com/basnijholt/yaml2bib
Author: Bas Nijholt
Author-email: basnijholt@gmail.com
License: MIT
Description: # `yaml2bib`: Convert a `yaml` file to `bib` file with the correct journal abbreviations using only `DOI`s
        
        [![license](https://img.shields.io/github/license/basnijholt/yaml2bib)](https://github.com/basnijholt/yaml2bib/blob/master/LICENSE)
        [![tests](https://github.com/basnijholt/yaml2bib/workflows/tests/badge.svg)](https://github.com/basnijholt/yaml2bib/actions?query=workflow%3Atests)
        [![codecov](https://img.shields.io/codecov/c/github/basnijholt/yaml2bib)](https://codecov.io/gh/basnijholt/yaml2bib)
        [![docs](https://img.shields.io/readthedocs/yaml2bib)](https://yaml2bib.readthedocs.io)
        [![version](https://img.shields.io/pypi/v/yaml2bib)](https://pypi.org/project/yaml2bib/)
        [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/yaml2bib)](https://pypi.org/project/yaml2bib/)
        
        ### Install
        ```bash
        pip install yaml2bib
        ```
        
        ## License
        MIT License
        
        ## Contributions
        - Bas Nijholt
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: docs
Provides-Extra: dev
