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
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
Requires-Dist: simple-term-menu (==0.10.5)
Requires-Dist: Pygments (==2.8.1)
Requires-Dist: requests (==2.25.1)
Requires-Dist: multiprocess (==0.70.11.1)

[![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
```




