-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
save_pdf can now also save paper metadata in json format (#57)
* chore: version and deps bump * feat: Save json with paper metadata * test: remove mock of PDF
- Loading branch information
1 parent
3f4f8e2
commit 0afbada
Showing
5 changed files
with
142 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,5 @@ matplotlib-venn>=0.11.5 | |
bs4>=0.0.1 | ||
impact-factor>=1.1.1 | ||
thefuzz>=0.20.0 | ||
pytest | ||
pytest | ||
tldextract |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,7 @@ | |
"impact-factor>=1.1.1", | ||
"thefuzz", | ||
"pytest", | ||
"tldextract", | ||
], | ||
keywords=[ | ||
"Academics", | ||
|