You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
347 B

# temp-index
3 years ago
[![PyPI version](https://badge.fury.io/py/temp-index.svg)](https://badge.fury.io/py/temp-index)
## install it
```bash
pip install temp-index
```
## use it
```python
from temp_index import make_cards
3 years ago
make_cards(
"catalogue.pdf",
"sqlite:///metadata.db",
["title", "uploaded_at", "comments", "authors", "tags"]
)
```