Metadata-Version: 2.1
Name: cite
Version: 0.1.0
Summary: Command line tool to turn DOIs into citations
Home-page: https://github.com/rgieseke/cite
Author: Robert Gieseke
Author-email: robert.gieseke@pik-potsdam.de
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: habanero

# cite

Prints for DOIs.
```
cite https://doi.org/10.1103/PhysRev.48.73 doi:10.1119/1.10927
```

Other formats are supported, e.g.

```
cite --format bibtex https://doi.org/10.1103/PhysRev.48.73 doi:10.1119/1.10927
```

For the full list, see
```
cite --help
```

Uses [habanero](https://github.com/sckott/habanero) and
the Crossref API (https://www.crossref.org/).


