Metadata-Version: 2.1
Name: getref
Version: 0.3
Summary: Command line interface to dblp
Home-page: https://github.com/martisak/getref
Author: Martin Isaksson
Author-email: martin.isaksson@gmail.com
License: MIT
Description: [![PyPI version](https://badge.fury.io/py/getref.svg)](https://badge.fury.io/py/getref) ![PyPI - Downloads](https://img.shields.io/pypi/dw/getref)
        
        # getref
        
        Command line interface to [dblp](dblp.org).
        
        ![Screenshot](screenshot.png)
        
        ## Installation
        
        ```
        pip install getref
        ```
        
        ## Usage
        
        ```
        getref QUERY
        ```
        
        Or pipe into file
        
        ```
        getref QUERY >> references.bib
        ```
        
        
        
Keywords: bibtex dblp
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Environment :: Console
Description-Content-Type: text/markdown
