pyzotero 1.5.10__tar.gz → 1.5.15__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.
- pyzotero-1.5.15/.github/dependabot.yml +16 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/.github/workflows/tests.yml +14 -8
- {pyzotero-1.5.10 → pyzotero-1.5.15}/.gitignore +1 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/PKG-INFO +37 -12
- {pyzotero-1.5.10 → pyzotero-1.5.15}/doc/conf.py +8 -7
- pyzotero-1.5.15/pyproject.toml +60 -0
- pyzotero-1.5.15/setup.cfg +4 -0
- pyzotero-1.5.15/src/_version.py +8 -0
- pyzotero-1.5.15/src/pyzotero/__init__.py +7 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15/src}/pyzotero/zotero.py +2 -3
- {pyzotero-1.5.10 → pyzotero-1.5.15/src}/pyzotero.egg-info/PKG-INFO +37 -12
- {pyzotero-1.5.10 → pyzotero-1.5.15/src}/pyzotero.egg-info/SOURCES.txt +10 -12
- {pyzotero-1.5.10 → pyzotero-1.5.15/src}/pyzotero.egg-info/requires.txt +3 -4
- {pyzotero-1.5.10 → pyzotero-1.5.15/src}/pyzotero.egg-info/top_level.txt +1 -0
- pyzotero-1.5.10/manifest.in +0 -3
- pyzotero-1.5.10/pyproject.toml +0 -10
- pyzotero-1.5.10/pyzotero/version.py +0 -1
- pyzotero-1.5.10/pyzotero.egg-info/not-zip-safe +0 -1
- pyzotero-1.5.10/setup.cfg +0 -64
- pyzotero-1.5.10/tests/api_responses/__init__.py +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/.coveragerc +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/.github/ISSUE_TEMPLATE/usage_question.md +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/.github/pull_request_template.md +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/.readthedocs.yaml +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/AUTHORS +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/CITATION.cff +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/CONTRIBUTING.md +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/CONTRIBUTORS.md +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/README.md +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/__init__.py +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/doc/Makefile +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/doc/_templates/layout.html +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/doc/cat.png +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/doc/index.rst +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/dump_contributors.py +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/license.txt +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/pre-deploy.py +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/setup.py +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15/src}/pyzotero/zotero_errors.py +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15/src}/pyzotero.egg-info/dependency_links.txt +0 -0
- {pyzotero-1.5.10/pyzotero → pyzotero-1.5.15/tests/api_responses}/__init__.py +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/attachments_doc.json +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/citation_doc.xml +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/collection_doc.json +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/collection_tags.json +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/collection_versions.json +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/collections_doc.json +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/creation_doc.json +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/groups_doc.json +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/item_doc.json +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/item_fields.json +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/item_file.pdf +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/item_template.json +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/item_types.json +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/item_versions.json +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/items_doc.json +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/keys_doc.txt +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/tags_doc.json +0 -0
- {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/test_zotero.py +0 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
version: 2
|
|
2
|
+
updates:
|
|
3
|
+
- package-ecosystem: "github-actions"
|
|
4
|
+
directory: "/"
|
|
5
|
+
schedule:
|
|
6
|
+
interval: "weekly"
|
|
7
|
+
ignore:
|
|
8
|
+
# Optional: Official actions have moving tags like v1;
|
|
9
|
+
# if you use those, you don't need updates.
|
|
10
|
+
- dependency-name: "actions/*"
|
|
11
|
+
|
|
12
|
+
- package-ecosystem: pip
|
|
13
|
+
directory: "/"
|
|
14
|
+
schedule:
|
|
15
|
+
interval: daily
|
|
16
|
+
open-pull-requests-limit: 10
|
|
@@ -8,10 +8,10 @@ jobs:
|
|
|
8
8
|
runs-on: ubuntu-latest
|
|
9
9
|
strategy:
|
|
10
10
|
matrix:
|
|
11
|
-
python-version: [3.
|
|
11
|
+
python-version: [3.8, 3.9, 3.10.9, 3.11]
|
|
12
12
|
|
|
13
13
|
steps:
|
|
14
|
-
- uses: actions/checkout@
|
|
14
|
+
- uses: actions/checkout@v4
|
|
15
15
|
- name: Set up Python ${{ matrix.python-version }}
|
|
16
16
|
uses: actions/setup-python@v3
|
|
17
17
|
with:
|
|
@@ -20,8 +20,7 @@ jobs:
|
|
|
20
20
|
run: |
|
|
21
21
|
python -m pip install --upgrade pip
|
|
22
22
|
pip install wheel
|
|
23
|
-
pip install .
|
|
24
|
-
pip install python-dateutil httpretty pytest
|
|
23
|
+
pip install .[test] --use-pep517
|
|
25
24
|
- name: Test with pytest
|
|
26
25
|
run: |
|
|
27
26
|
pytest
|
|
@@ -30,7 +29,7 @@ jobs:
|
|
|
30
29
|
name: Make SDist
|
|
31
30
|
runs-on: ubuntu-latest
|
|
32
31
|
steps:
|
|
33
|
-
- uses: actions/checkout@
|
|
32
|
+
- uses: actions/checkout@v4
|
|
34
33
|
with:
|
|
35
34
|
fetch-depth: 0 # Optional, use if you use setuptools_scm
|
|
36
35
|
submodules: true # Optional, use if you have submodules
|
|
@@ -54,11 +53,18 @@ jobs:
|
|
|
54
53
|
contents: write
|
|
55
54
|
|
|
56
55
|
steps:
|
|
57
|
-
- uses: actions/checkout@
|
|
56
|
+
- uses: actions/checkout@v4
|
|
57
|
+
with:
|
|
58
|
+
fetch-depth: 0 # Optional, use if you use setuptools_scm
|
|
59
|
+
submodules: false # Optional, use if you have submodules
|
|
58
60
|
|
|
59
61
|
- name: Build wheels
|
|
60
62
|
run: |
|
|
61
|
-
pip
|
|
63
|
+
pip install pip -U
|
|
64
|
+
pip install setuptools -U
|
|
65
|
+
pwd
|
|
66
|
+
ls -la
|
|
67
|
+
pip wheel . -w dist --no-deps --use-pep517
|
|
62
68
|
|
|
63
69
|
- uses: actions/upload-artifact@v3
|
|
64
70
|
with:
|
|
@@ -78,6 +84,6 @@ jobs:
|
|
|
78
84
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
79
85
|
|
|
80
86
|
- name: PyPI Publish
|
|
81
|
-
uses: pypa/gh-action-pypi-publish@v1.8.
|
|
87
|
+
uses: pypa/gh-action-pypi-publish@v1.8.10
|
|
82
88
|
with:
|
|
83
89
|
packages-dir: ${{ steps.download.outputs.download-path }}/**/
|
|
@@ -1,31 +1,56 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyzotero
|
|
3
|
-
Version: 1.5.
|
|
3
|
+
Version: 1.5.15
|
|
4
4
|
Summary: Python wrapper for the Zotero API
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
Author-email: Stephan Hügel <urschrei@gmail.com>
|
|
6
|
+
License: The MIT License (MIT)
|
|
7
|
+
|
|
8
|
+
Copyright (c) 2015 Stephan Hügel
|
|
9
|
+
|
|
10
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
12
|
+
in the Software without restriction, including without limitation the rights
|
|
13
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
15
|
+
furnished to do so, subject to the following conditions:
|
|
16
|
+
|
|
17
|
+
The above copyright notice and this permission notice shall be included in
|
|
18
|
+
all copies or substantial portions of the Software.
|
|
19
|
+
|
|
20
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
23
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
26
|
+
THE SOFTWARE.
|
|
27
|
+
|
|
28
|
+
Project-URL: Repository, https://github.com/urschrei/pyzotero
|
|
10
29
|
Project-URL: Tracker, https://github.com/urschrei/pyzotero/issues
|
|
11
|
-
Keywords:
|
|
30
|
+
Keywords: Zotero,DH
|
|
12
31
|
Classifier: Programming Language :: Python
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
14
32
|
Classifier: Programming Language :: Python :: 3.8
|
|
15
33
|
Classifier: Programming Language :: Python :: 3.9
|
|
16
34
|
Classifier: Programming Language :: Python :: 3.10
|
|
17
35
|
Classifier: Programming Language :: Python :: 3.11
|
|
18
36
|
Classifier: Development Status :: 5 - Production/Stable
|
|
19
37
|
Classifier: Intended Audience :: Developers
|
|
38
|
+
Classifier: Intended Audience :: Science/Research
|
|
20
39
|
Classifier: Intended Audience :: Education
|
|
21
40
|
Classifier: License :: OSI Approved :: MIT License
|
|
22
41
|
Classifier: Operating System :: OS Independent
|
|
23
42
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
24
|
-
Requires-Python: >=3.
|
|
25
|
-
Description-Content-Type: text/markdown
|
|
43
|
+
Requires-Python: >=3.8
|
|
44
|
+
Description-Content-Type: text/markdown
|
|
45
|
+
License-File: AUTHORS
|
|
46
|
+
Requires-Dist: feedparser>=6
|
|
47
|
+
Requires-Dist: pytz
|
|
48
|
+
Requires-Dist: requests>=2.21.0
|
|
49
|
+
Requires-Dist: bibtexparser
|
|
26
50
|
Provides-Extra: test
|
|
27
|
-
|
|
28
|
-
|
|
51
|
+
Requires-Dist: pytest>=7.4.2; extra == "test"
|
|
52
|
+
Requires-Dist: httpretty; extra == "test"
|
|
53
|
+
Requires-Dist: python-dateutil; extra == "test"
|
|
29
54
|
|
|
30
55
|
[](https://pypi.python.org/pypi/Pyzotero/) [](http://pyzotero.readthedocs.org/en/latest/?badge=latest) [](license.txt) [](https://pypi.python.org/pypi/Pyzotero) [](https://anaconda.org/conda-forge/pyzotero) [](https://pepy.tech/project/pyzotero)
|
|
31
56
|
|
|
@@ -15,6 +15,7 @@ import sys
|
|
|
15
15
|
from datetime import date
|
|
16
16
|
|
|
17
17
|
sys.path.insert(1, "..")
|
|
18
|
+
import pyzotero
|
|
18
19
|
from pyzotero import zotero as zot
|
|
19
20
|
|
|
20
21
|
author = zot.__author__
|
|
@@ -46,15 +47,15 @@ source_suffix = ".rst"
|
|
|
46
47
|
master_doc = "index"
|
|
47
48
|
|
|
48
49
|
# General information about the project.
|
|
49
|
-
project =
|
|
50
|
-
copyright =
|
|
50
|
+
project = "Pyzotero"
|
|
51
|
+
copyright = "2011 – %s, %s" % (current_year, author)
|
|
51
52
|
|
|
52
53
|
# The version info for the project you're documenting, acts as replacement for
|
|
53
54
|
# |version| and |release|, also used in various other places throughout the
|
|
54
55
|
# built documents.
|
|
55
56
|
#
|
|
56
57
|
# The short X.Y version.
|
|
57
|
-
version =
|
|
58
|
+
version = pyzotero.__version__
|
|
58
59
|
# The full version, including alpha/beta/rc tags.
|
|
59
60
|
release = version
|
|
60
61
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
|
@@ -184,7 +185,7 @@ htmlhelp_basename = "Pyzoterodoc"
|
|
|
184
185
|
# Grouping the document tree into LaTeX files. List of tuples
|
|
185
186
|
# (source start file, target name, title, author, documentclass [howto/manual]).
|
|
186
187
|
latex_documents = [
|
|
187
|
-
("index", "Pyzotero.tex",
|
|
188
|
+
("index", "Pyzotero.tex", "Pyzotero Documentation", author, "manual"),
|
|
188
189
|
]
|
|
189
190
|
|
|
190
191
|
# The name of an image file (relative to this directory) to place at the top of
|
|
@@ -215,16 +216,16 @@ latex_documents = [
|
|
|
215
216
|
|
|
216
217
|
# One entry per manual page. List of tuples
|
|
217
218
|
# (source start file, name, description, authors, manual section).
|
|
218
|
-
man_pages = [("index", "pyzotero",
|
|
219
|
+
man_pages = [("index", "pyzotero", "Pyzotero Documentation", [author], 1)]
|
|
219
220
|
|
|
220
221
|
|
|
221
222
|
# -- Options for Epub output ---------------------------------------------------
|
|
222
223
|
|
|
223
224
|
# Bibliographic Dublin Core info.
|
|
224
|
-
epub_title =
|
|
225
|
+
epub_title = "Pyzotero"
|
|
225
226
|
epub_author = author
|
|
226
227
|
epub_publisher = author
|
|
227
|
-
epub_copyright =
|
|
228
|
+
epub_copyright = "2011 – %s, %s" % (current_year, author)
|
|
228
229
|
|
|
229
230
|
# The language of the text. It defaults to the language option
|
|
230
231
|
# or en if the language is not set.
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "pyzotero"
|
|
3
|
+
dynamic = ["version", "readme"]
|
|
4
|
+
description = "Python wrapper for the Zotero API"
|
|
5
|
+
requires-python = ">=3.8"
|
|
6
|
+
dependencies = [
|
|
7
|
+
"feedparser >= 6",
|
|
8
|
+
"pytz",
|
|
9
|
+
"requests >= 2.21.0",
|
|
10
|
+
"bibtexparser"
|
|
11
|
+
]
|
|
12
|
+
authors = [{ name = "Stephan Hügel", email = "urschrei@gmail.com" }]
|
|
13
|
+
license = {file = "license.txt"}
|
|
14
|
+
keywords = ["Zotero", "DH"]
|
|
15
|
+
classifiers = [
|
|
16
|
+
"Programming Language :: Python",
|
|
17
|
+
"Programming Language :: Python :: 3.8",
|
|
18
|
+
"Programming Language :: Python :: 3.9",
|
|
19
|
+
"Programming Language :: Python :: 3.10",
|
|
20
|
+
"Programming Language :: Python :: 3.11",
|
|
21
|
+
"Development Status :: 5 - Production/Stable",
|
|
22
|
+
"Intended Audience :: Developers",
|
|
23
|
+
"Intended Audience :: Science/Research",
|
|
24
|
+
"Intended Audience :: Education",
|
|
25
|
+
"License :: OSI Approved :: MIT License",
|
|
26
|
+
"Operating System :: OS Independent",
|
|
27
|
+
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
28
|
+
]
|
|
29
|
+
[project.urls]
|
|
30
|
+
Repository = "https://github.com/urschrei/pyzotero"
|
|
31
|
+
Tracker = "https://github.com/urschrei/pyzotero/issues"
|
|
32
|
+
|
|
33
|
+
[project.optional-dependencies]
|
|
34
|
+
test = [
|
|
35
|
+
"pytest >= 7.4.2",
|
|
36
|
+
"httpretty",
|
|
37
|
+
"python-dateutil"
|
|
38
|
+
]
|
|
39
|
+
|
|
40
|
+
[tool.setuptools.dynamic]
|
|
41
|
+
readme = {file = "README.md", content-type = "text/markdown"}
|
|
42
|
+
|
|
43
|
+
[build-system]
|
|
44
|
+
build-backend = "setuptools.build_meta"
|
|
45
|
+
requires = [
|
|
46
|
+
"setuptools >= 45",
|
|
47
|
+
"setuptools-scm[toml] >= 6.2",
|
|
48
|
+
]
|
|
49
|
+
|
|
50
|
+
[tool.pytest.ini_options]
|
|
51
|
+
minversion = "6.2.2"
|
|
52
|
+
addopts = [
|
|
53
|
+
"--import-mode=importlib",
|
|
54
|
+
]
|
|
55
|
+
testpaths = [
|
|
56
|
+
"tests",
|
|
57
|
+
]
|
|
58
|
+
|
|
59
|
+
[tool.setuptools_scm]
|
|
60
|
+
write_to = "src/_version.py"
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# file generated by setuptools_scm
|
|
2
|
+
# don't change, don't track in version control
|
|
3
|
+
TYPE_CHECKING = False
|
|
4
|
+
if TYPE_CHECKING:
|
|
5
|
+
from typing import Tuple
|
|
6
|
+
|
|
7
|
+
__version__ = version = '1.5.15' # type: str
|
|
8
|
+
__version_tuple__ = version_tuple = (1, 5, 15) # type: Tuple[int | str, ...]
|
|
@@ -29,11 +29,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
29
29
|
THE SOFTWARE.
|
|
30
30
|
|
|
31
31
|
"""
|
|
32
|
-
from . import version as pzv
|
|
33
32
|
|
|
34
33
|
__author__ = "Stephan Hügel"
|
|
35
34
|
__api_version__ = "3"
|
|
36
|
-
__version__ = pzv.__version__
|
|
37
35
|
|
|
38
36
|
import requests
|
|
39
37
|
from requests import Request
|
|
@@ -58,6 +56,7 @@ from urllib.parse import urlparse, urlunparse, parse_qsl
|
|
|
58
56
|
from urllib.parse import quote
|
|
59
57
|
|
|
60
58
|
from . import zotero_errors as ze
|
|
59
|
+
import pyzotero as pz
|
|
61
60
|
|
|
62
61
|
|
|
63
62
|
# Avoid hanging the application if there's no server response
|
|
@@ -358,7 +357,7 @@ class Zotero:
|
|
|
358
357
|
It's always OK to include these headers
|
|
359
358
|
"""
|
|
360
359
|
_headers = {
|
|
361
|
-
"User-Agent": "Pyzotero/%s" % __version__,
|
|
360
|
+
"User-Agent": "Pyzotero/%s" % pz.__version__,
|
|
362
361
|
"Zotero-API-Version": "%s" % __api_version__,
|
|
363
362
|
}
|
|
364
363
|
if self.api_key:
|
|
@@ -1,31 +1,56 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyzotero
|
|
3
|
-
Version: 1.5.
|
|
3
|
+
Version: 1.5.15
|
|
4
4
|
Summary: Python wrapper for the Zotero API
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
Author-email: Stephan Hügel <urschrei@gmail.com>
|
|
6
|
+
License: The MIT License (MIT)
|
|
7
|
+
|
|
8
|
+
Copyright (c) 2015 Stephan Hügel
|
|
9
|
+
|
|
10
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
12
|
+
in the Software without restriction, including without limitation the rights
|
|
13
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
15
|
+
furnished to do so, subject to the following conditions:
|
|
16
|
+
|
|
17
|
+
The above copyright notice and this permission notice shall be included in
|
|
18
|
+
all copies or substantial portions of the Software.
|
|
19
|
+
|
|
20
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
23
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
26
|
+
THE SOFTWARE.
|
|
27
|
+
|
|
28
|
+
Project-URL: Repository, https://github.com/urschrei/pyzotero
|
|
10
29
|
Project-URL: Tracker, https://github.com/urschrei/pyzotero/issues
|
|
11
|
-
Keywords:
|
|
30
|
+
Keywords: Zotero,DH
|
|
12
31
|
Classifier: Programming Language :: Python
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
14
32
|
Classifier: Programming Language :: Python :: 3.8
|
|
15
33
|
Classifier: Programming Language :: Python :: 3.9
|
|
16
34
|
Classifier: Programming Language :: Python :: 3.10
|
|
17
35
|
Classifier: Programming Language :: Python :: 3.11
|
|
18
36
|
Classifier: Development Status :: 5 - Production/Stable
|
|
19
37
|
Classifier: Intended Audience :: Developers
|
|
38
|
+
Classifier: Intended Audience :: Science/Research
|
|
20
39
|
Classifier: Intended Audience :: Education
|
|
21
40
|
Classifier: License :: OSI Approved :: MIT License
|
|
22
41
|
Classifier: Operating System :: OS Independent
|
|
23
42
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
24
|
-
Requires-Python: >=3.
|
|
25
|
-
Description-Content-Type: text/markdown
|
|
43
|
+
Requires-Python: >=3.8
|
|
44
|
+
Description-Content-Type: text/markdown
|
|
45
|
+
License-File: AUTHORS
|
|
46
|
+
Requires-Dist: feedparser>=6
|
|
47
|
+
Requires-Dist: pytz
|
|
48
|
+
Requires-Dist: requests>=2.21.0
|
|
49
|
+
Requires-Dist: bibtexparser
|
|
26
50
|
Provides-Extra: test
|
|
27
|
-
|
|
28
|
-
|
|
51
|
+
Requires-Dist: pytest>=7.4.2; extra == "test"
|
|
52
|
+
Requires-Dist: httpretty; extra == "test"
|
|
53
|
+
Requires-Dist: python-dateutil; extra == "test"
|
|
29
54
|
|
|
30
55
|
[](https://pypi.python.org/pypi/Pyzotero/) [](http://pyzotero.readthedocs.org/en/latest/?badge=latest) [](license.txt) [](https://pypi.python.org/pypi/Pyzotero) [](https://anaconda.org/conda-forge/pyzotero) [](https://pepy.tech/project/pyzotero)
|
|
31
56
|
|
|
@@ -9,11 +9,10 @@ README.md
|
|
|
9
9
|
__init__.py
|
|
10
10
|
dump_contributors.py
|
|
11
11
|
license.txt
|
|
12
|
-
manifest.in
|
|
13
12
|
pre-deploy.py
|
|
14
13
|
pyproject.toml
|
|
15
|
-
setup.cfg
|
|
16
14
|
setup.py
|
|
15
|
+
.github/dependabot.yml
|
|
17
16
|
.github/pull_request_template.md
|
|
18
17
|
.github/ISSUE_TEMPLATE/bug_report.md
|
|
19
18
|
.github/ISSUE_TEMPLATE/usage_question.md
|
|
@@ -23,16 +22,15 @@ doc/cat.png
|
|
|
23
22
|
doc/conf.py
|
|
24
23
|
doc/index.rst
|
|
25
24
|
doc/_templates/layout.html
|
|
26
|
-
|
|
27
|
-
pyzotero/
|
|
28
|
-
pyzotero/zotero.py
|
|
29
|
-
pyzotero/zotero_errors.py
|
|
30
|
-
pyzotero.egg-info/PKG-INFO
|
|
31
|
-
pyzotero.egg-info/SOURCES.txt
|
|
32
|
-
pyzotero.egg-info/dependency_links.txt
|
|
33
|
-
pyzotero.egg-info/
|
|
34
|
-
pyzotero.egg-info/
|
|
35
|
-
pyzotero.egg-info/top_level.txt
|
|
25
|
+
src/_version.py
|
|
26
|
+
src/pyzotero/__init__.py
|
|
27
|
+
src/pyzotero/zotero.py
|
|
28
|
+
src/pyzotero/zotero_errors.py
|
|
29
|
+
src/pyzotero.egg-info/PKG-INFO
|
|
30
|
+
src/pyzotero.egg-info/SOURCES.txt
|
|
31
|
+
src/pyzotero.egg-info/dependency_links.txt
|
|
32
|
+
src/pyzotero.egg-info/requires.txt
|
|
33
|
+
src/pyzotero.egg-info/top_level.txt
|
|
36
34
|
tests/test_zotero.py
|
|
37
35
|
tests/api_responses/__init__.py
|
|
38
36
|
tests/api_responses/attachments_doc.json
|
pyzotero-1.5.10/manifest.in
DELETED
pyzotero-1.5.10/pyproject.toml
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.5.10"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
pyzotero-1.5.10/setup.cfg
DELETED
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
[metadata]
|
|
2
|
-
name = pyzotero
|
|
3
|
-
version = attr: pyzotero.version.__version__
|
|
4
|
-
description = Python wrapper for the Zotero API
|
|
5
|
-
long_description = file: README.md
|
|
6
|
-
long_description_content_type = text/markdown; charset=UTF-8
|
|
7
|
-
url = https://github.com/urschrei/pyzotero
|
|
8
|
-
author = Stephan Hügel
|
|
9
|
-
author_email = urschrei@gmail.com
|
|
10
|
-
license = MIT
|
|
11
|
-
license_files = license.txt
|
|
12
|
-
keywords = zotero
|
|
13
|
-
classifiers =
|
|
14
|
-
Programming Language :: Python
|
|
15
|
-
Programming Language :: Python :: 3.7
|
|
16
|
-
Programming Language :: Python :: 3.8
|
|
17
|
-
Programming Language :: Python :: 3.9
|
|
18
|
-
Programming Language :: Python :: 3.10
|
|
19
|
-
Programming Language :: Python :: 3.11
|
|
20
|
-
Development Status :: 5 - Production/Stable
|
|
21
|
-
Intended Audience :: Developers
|
|
22
|
-
Intended Audience :: Education
|
|
23
|
-
License :: OSI Approved :: MIT License
|
|
24
|
-
Operating System :: OS Independent
|
|
25
|
-
Topic :: Software Development :: Libraries :: Python Modules
|
|
26
|
-
project_urls =
|
|
27
|
-
Source = https://github.com/urschrei/pyzotero
|
|
28
|
-
Tracker = https://github.com/urschrei/pyzotero/issues
|
|
29
|
-
|
|
30
|
-
[options]
|
|
31
|
-
zip_safe = False
|
|
32
|
-
packages = find:
|
|
33
|
-
platforms = any
|
|
34
|
-
include_package_data = True
|
|
35
|
-
install_requires =
|
|
36
|
-
feedparser >= 6
|
|
37
|
-
pytz
|
|
38
|
-
requests >= 2.21.0
|
|
39
|
-
bibtexparser
|
|
40
|
-
python_requires = >=3.7
|
|
41
|
-
setup_requires =
|
|
42
|
-
setuptools_scm
|
|
43
|
-
tests_require =
|
|
44
|
-
pytest >= 6.2.2
|
|
45
|
-
httpretty
|
|
46
|
-
python-dateutil
|
|
47
|
-
test_suite = test
|
|
48
|
-
|
|
49
|
-
[bdist_wheel]
|
|
50
|
-
universal = 0
|
|
51
|
-
|
|
52
|
-
[options.extras_require]
|
|
53
|
-
test =
|
|
54
|
-
pytest >= 6.2.2
|
|
55
|
-
all =
|
|
56
|
-
%(test)s
|
|
57
|
-
|
|
58
|
-
[flake8]
|
|
59
|
-
ignore = E501,E203,W503
|
|
60
|
-
|
|
61
|
-
[egg_info]
|
|
62
|
-
tag_build =
|
|
63
|
-
tag_date = 0
|
|
64
|
-
|
|
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
|
|
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
|