Metadata-Version: 2.4
Name: clibib
Version: 0.1.0
Summary: Fetch BibTeX entries from a URL
Author: Delip Rao
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Description-Content-Type: text/markdown

# clibib

Fetch BibTeX entries from a URL.

## Installation

```bash
pip install -e ".[dev]"
```

## Usage

```bash
clibib https://example.com
```

## Development

Run tests:

```bash
pytest
```
