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.
cellarspoon 7ab727bf7c
argument changes
2 years ago
.gitignore ignore pdf files 2 years ago
README.md argument changes 2 years ago
metadata.db added metadata.db 2 years ago
poetry.lock add package files 2 years ago
pyproject.toml argument changes 2 years ago
temp_index.py argument changes 2 years ago

README.md

temp-index

PyPI version

install it

pip install temp-index

use it

from temp_index import make_cards


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