Go to file
2021-11-29 17:29:05 +01:00
.gitignore ignore pdf files 2021-11-29 11:32:49 +01:00
metadata.db added metadata.db 2021-11-29 11:29:48 +01:00
poetry.lock add package files 2021-11-29 11:39:33 +01:00
pyproject.toml add package files 2021-11-29 11:39:33 +01:00
README.md clean up README 2021-11-29 17:29:05 +01:00
temp_index.py fix comment handling 2021-11-29 12:06:55 +01:00

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"]
)