Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeertmans/bibetal
Command-line tool that rewrites bib files to only contain one author et al.
https://github.com/jeertmans/bibetal
Last synced: 30 days ago
JSON representation
Command-line tool that rewrites bib files to only contain one author et al.
- Host: GitHub
- URL: https://github.com/jeertmans/bibetal
- Owner: jeertmans
- License: mit
- Created: 2022-08-18T15:53:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-25T19:08:32.000Z (11 months ago)
- Last Synced: 2024-05-02T03:42:03.135Z (7 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/jeertmans/bibetal/main.svg)](https://results.pre-commit.ci/latest/github/jeertmans/bibetal/main)
[![Latest Release][pypi-version-badge]][pypi-version-url]
[![Python version][pypi-python-version-badge]][pypi-version-url]
![PyPI - Downloads](https://img.shields.io/pypi/dm/bibetal)
# bib et al. - The "One author et al." toolbibetal is a pure Python script that rewrites bib files to only contain one author / editor per entry. Other authors / editors are automatically replaced by *and others*, which in turn is parsed as *et al.* in most bibliographies.
### Installation
bibetal can be installed using `pip`:
```
pip install bibetal
```### Usage
Currently, bibetal only processes one file at a time and edits it in-place:
```
bibetal
```### Contributing
Feel free to contribute or propose ideas using the [Issues](https://github.com/jeertmans/bibetal/issues) and [Pull requests](https://github.com/jeertmans/bibetal/pulls) tabs.
[pypi-version-badge]: https://img.shields.io/pypi/v/bibetal?label=bibetal
[pypi-version-url]: https://pypi.org/project/bibetal/
[pypi-python-version-badge]: https://img.shields.io/pypi/pyversions/bibetal