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.

347 B

temp-index

PyPI version

install it

pip install temp-index

use it

from temp_index import make_cards


make_cards(
    "catalogue.pdf",
    "sqlite:///metadata.db",
    ["title", "uploaded_at", "comments", "authors", "tags"]
)