paperscraper 0.2.9__tar.gz → 0.2.10__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {paperscraper-0.2.9 → paperscraper-0.2.10}/PKG-INFO +5 -2
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/__init__.py +1 -1
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/tests/test_impactor.py +1 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper.egg-info/PKG-INFO +5 -2
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper.egg-info/requires.txt +3 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/setup.py +7 -3
- {paperscraper-0.2.9 → paperscraper-0.2.10}/LICENSE +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/README.md +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/arxiv/__init__.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/arxiv/arxiv.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/arxiv/utils.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/get_dumps/__init__.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/get_dumps/biorxiv.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/get_dumps/chemrxiv.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/get_dumps/medrxiv.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/get_dumps/utils/__init__.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/get_dumps/utils/chemrxiv/__init__.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/get_dumps/utils/chemrxiv/chemrxiv_api.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/get_dumps/utils/chemrxiv/utils.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/impact.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/load_dumps.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/pdf.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/plotting.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/postprocessing.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/pubmed/__init__.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/pubmed/pubmed.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/pubmed/utils.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/scholar/__init__.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/scholar/scholar.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/server_dumps/__init__.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/tests/__init__.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/utils.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/xrxiv/__init__.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/xrxiv/xrxiv_api.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/xrxiv/xrxiv_query.py +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper.egg-info/SOURCES.txt +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper.egg-info/dependency_links.txt +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper.egg-info/not-zip-safe +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper.egg-info/top_level.txt +0 -0
- {paperscraper-0.2.9 → paperscraper-0.2.10}/setup.cfg +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: paperscraper
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.10
|
|
4
4
|
Summary: paperscraper: Package to scrape papers.
|
|
5
5
|
Home-page: https://github.com/PhosphorylatedRabbits/paperscraper
|
|
6
6
|
Author: Jannis Born, Matteo Manica
|
|
7
7
|
Author-email: jannis.born@gmx.de, drugilsberg@gmail.com
|
|
8
8
|
License: MIT
|
|
9
|
-
Keywords: Academics,Science,Publication,Search,PubMed,Arxiv,Medrxiv,Biorxiv,Chemrxiv
|
|
9
|
+
Keywords: Academics,Science,Publication,Search,PubMed,Arxiv,Medrxiv,Biorxiv,Chemrxiv,Google Scholar
|
|
10
10
|
Classifier: Development Status :: 3 - Alpha
|
|
11
11
|
Classifier: Intended Audience :: Developers
|
|
12
12
|
Classifier: Intended Audience :: Science/Research
|
|
@@ -27,6 +27,9 @@ Requires-Dist: seaborn
|
|
|
27
27
|
Requires-Dist: matplotlib
|
|
28
28
|
Requires-Dist: matplotlib_venn
|
|
29
29
|
Requires-Dist: bs4
|
|
30
|
+
Requires-Dist: impact-factor>=1.1.0
|
|
31
|
+
Requires-Dist: thefuzz
|
|
32
|
+
Requires-Dist: pytest
|
|
30
33
|
|
|
31
34
|
[](https://github.com/PhosphorylatedRabbits/paperscraper/actions/workflows/build.yml)
|
|
32
35
|
[](https://github.com/PhosphorylatedRabbits/paperscraper/actions/workflows/build.yml)
|
|
32
35
|
[[\'"]',
|
|
10
10
|
io.open("paperscraper/__init__.py", encoding="utf_8_sig").read(),
|
|
@@ -36,6 +36,9 @@ setup(
|
|
|
36
36
|
"matplotlib",
|
|
37
37
|
"matplotlib_venn",
|
|
38
38
|
"bs4",
|
|
39
|
+
"impact-factor>=1.1.0",
|
|
40
|
+
"thefuzz",
|
|
41
|
+
"pytest",
|
|
39
42
|
],
|
|
40
43
|
keywords=[
|
|
41
44
|
"Academics",
|
|
@@ -47,6 +50,7 @@ setup(
|
|
|
47
50
|
"Medrxiv",
|
|
48
51
|
"Biorxiv",
|
|
49
52
|
"Chemrxiv",
|
|
53
|
+
"Google Scholar",
|
|
50
54
|
],
|
|
51
55
|
packages=find_packages("."),
|
|
52
56
|
package_data={"paperscraper.server_dumps": ["*"]},
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/get_dumps/utils/chemrxiv/__init__.py
RENAMED
|
File without changes
|
{paperscraper-0.2.9 → paperscraper-0.2.10}/paperscraper/get_dumps/utils/chemrxiv/chemrxiv_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|