Metadata-Version: 2.2
Name: dblp-bibtex
Version: 0.1.0
Summary: DBLP Bibtex Normalization
Author-email: Sean MacAvaney <sean.macavaney@glasgow.ac.uk>
Project-URL: Repository, https://github.com/seanmacavaney/dblp-bibtex
Project-URL: Bug Tracker, https://github.com/seanmacavaney/dblp-bibtex/issues
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Indexing
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyterrier-services
Requires-Dist: requests
Requires-Dist: pybtex
Requires-Dist: pylatexenc

## DBLP Bibtex Normalization

A tool for normalizing bibtex from dblp.

Example:

```
pip install dblp-bibtex
dblp-bibtex my_references.bib > my_references.dblp.bib
```
