cellarspoon
3 years ago
No known key found for this signature in database
GPG Key ID: 3789458B3D0C410
1 changed files with
1 additions and
6 deletions
-
README.md
|
@ -21,12 +21,7 @@ pip install temp-index |
|
|
from temp_index import make_cards |
|
|
from temp_index import make_cards |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
make_cards( |
|
|
make_cards("catalogue.pdf", "sqlite:///metadata.db", ["title", "timestamp", "comments", "authors"], ["tags"]) |
|
|
"/home/me/catalogue.pdf", |
|
|
|
|
|
"sqlite:///metadata.db", |
|
|
|
|
|
["title", "timestamp", "comments", "authors"], |
|
|
|
|
|
["tags"], |
|
|
|
|
|
) |
|
|
|
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
## publish it |
|
|
## publish it |
|
|