Metadata-Version: 2.3
Name: bibmancli
Version: 0.2.0
Summary: Simple CLI tool to manage BibTeX files.
Project-URL: Homepage, https://github.com/Parzival1918/bibman
Project-URL: Documentation, https://parzival1918.github.io/bibman/
Project-URL: Repository, https://github.com/Parzival1918/bibman
Author-email: Pedro Juan Royo <pedro.juan.royo@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Requires-Dist: bibtexparser>=2.0.0b7
Requires-Dist: bs4>=0.0.2
Requires-Dist: habanero>=1.2.6
Requires-Dist: pyfzf-iter>=0.0.1
Requires-Dist: pylatexenc>=2.10
Requires-Dist: requests>=2.32.3
Requires-Dist: textual>=0.79.0
Requires-Dist: typer[all]>=0.12.4
Description-Content-Type: text/markdown

# bibman

<center>

[![Rye](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/rye/main/artwork/badge.json)](https://rye.astral.sh)
![GitHub License](https://img.shields.io/github/license/parzival1918/bibman)

![PyPI - Version](https://img.shields.io/pypi/v/bibmancli)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/bibmancli)

</center>

A CLI utility to manage references in BibTeX format. See the [documentation](https://parzival1918.github.io/bibman/) for more information.

Check my references managed using this tool and hosted in GitHub Pages [here](https://parzival1918.github.io/references/).

## Installation

I would recommend using [`pipx`](https://github.com/pypa/pipx) to install `bibman`:

```bash
> pipx install bibmancli
```

Alternatively, you can install it using `pip`:

```bash
> pip install bibmancli
```

This will install the `bibman` CLI.

**Warning**: The package uses a pre-release version of `bibtexparser`. This may cause issues with the installation (e.g. I can't install it using rye).

**Warning**: The `pip` installation method is not recommended as it may cause conflicts with other packages. `pipx` creates a virtual environment for the package and installs it there to avoid conflicts.

**Warning**: The CLI is still in development and may have bugs. Please report any issues you encounter.