Metadata-Version: 2.4
Name: bibtheque
Version: 1.0.5
Summary: Bibtheque CLI tool
Author-email: Douglas Keller <dg.kllr.jr@gmail.com>
Project-URL: Homepage, https://github.com/BibTheque/bibtheque
Project-URL: Repository, https://github.com/BibTheque/bibtheque.git
Requires-Python: >=3.12.0
Description-Content-Type: text/markdown
Requires-Dist: click<=8.3.0
Requires-Dist: requests
Requires-Dist: pathlib
Requires-Dist: mimetype

# Bibtheque

## Configuration

At `~/.config/bibtheque.env`:

```
# server
IP=192.168.12.24
PORT=5000
SECURE=0

# couchdb
DATABASE=bibtheque
COUCHDB_USER=user
COUCHDB_PASSWORD=password

# local
CACHE=~/.cache/bibtheque/
```


## For Development

Need to create the database in couchdb.

To install locally for testing:

```
source pyenv/bin/activate
pip install -e .
```

Check `scripts/`
