Metadata-Version: 2.4
Name: bib_ami
Version: 0.3.0
Summary: A command-line tool for improving the integrity of BibTeX bibliographies
Home-page: https://github.com/hrolfrc/bib-ami
Author: Rolf Carlson
Author-email: hrolfrc@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bibtexparser>=1.4.1
Requires-Dist: requests>=2.31.0
Requires-Dist: fuzzywuzzy>=0.18.0
Requires-Dist: python-Levenshtein>=0.25.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# bib-ami

[![CircleCI](https://circleci.com/gh/hrolfrc/bib-ami.svg?style=shield)](https://circleci.com/gh/hrolfrc/bib-ami)
[![ReadTheDocs](https://readthedocs.org/projects/bib-ami/badge/?version=latest)](https://bib-ami.readthedocs.io/en/latest/)
[![Codecov](https://codecov.io/gh/hrolfrc/bib-ami/branch/master/graph/badge.svg)](https://codecov.io/gh/hrolfrc/bib-ami)
[![DOI](https://zenodo.org/badge/1012755631.svg)](https://doi.org/10.5281/zenodo.15795717)

A Python tool to merge, deduplicate, and clean BibTeX files. It consolidates `.bib` files, removes duplicates, validates DOIs, scrapes missing DOIs using CrossRef/DataCite APIs, and refreshes metadata. Version 0.3.0 includes user-configurable email for CrossRef API Polite Pool access, correctness grouping with commented feedback, and a filter for validated entries, enhancing citation integrity for LaTeX, Zotero, and JabRef workflows.

## Installation

```bash
pip install bib-ami
