pyzotero 1.5.27__tar.gz → 1.5.28__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.27/src/pyzotero.egg-info → pyzotero-1.5.28}/PKG-INFO +1 -1
- {pyzotero-1.5.27 → pyzotero-1.5.28}/doc/index.rst +1 -1
- {pyzotero-1.5.27 → pyzotero-1.5.28}/src/_version.py +2 -2
- {pyzotero-1.5.27 → pyzotero-1.5.28}/src/pyzotero/zotero.py +0 -5
- {pyzotero-1.5.27 → pyzotero-1.5.28/src/pyzotero.egg-info}/PKG-INFO +1 -1
- {pyzotero-1.5.27 → pyzotero-1.5.28}/.coveragerc +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/.github/ISSUE_TEMPLATE/usage_question.md +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/.github/dependabot.yml +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/.github/pull_request_template.md +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/.github/workflows/tests.yml +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/.gitignore +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/.readthedocs.yaml +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/AUTHORS +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/CITATION.cff +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/CONTRIBUTING.md +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/CONTRIBUTORS.md +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/LICENSE.md +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/README.md +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/__init__.py +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/doc/Makefile +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/doc/_templates/layout.html +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/doc/cat.png +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/doc/conf.py +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/dump_contributors.py +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/pyproject.toml +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/setup.cfg +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/setup.py +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/src/pyzotero/__init__.py +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/src/pyzotero/zotero_errors.py +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/src/pyzotero.egg-info/SOURCES.txt +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/src/pyzotero.egg-info/dependency_links.txt +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/src/pyzotero.egg-info/requires.txt +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/src/pyzotero.egg-info/top_level.txt +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/tests/api_responses/__init__.py +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/tests/api_responses/attachments_doc.json +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/tests/api_responses/citation_doc.xml +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/tests/api_responses/collection_doc.json +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/tests/api_responses/collection_tags.json +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/tests/api_responses/collection_versions.json +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/tests/api_responses/collections_doc.json +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/tests/api_responses/creation_doc.json +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/tests/api_responses/groups_doc.json +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/tests/api_responses/item_doc.json +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/tests/api_responses/item_fields.json +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/tests/api_responses/item_file.pdf +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/tests/api_responses/item_template.json +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/tests/api_responses/item_types.json +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/tests/api_responses/item_versions.json +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/tests/api_responses/items_doc.json +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/tests/api_responses/keys_doc.txt +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/tests/api_responses/tags_doc.json +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/tests/test_zotero.py +0 -0
- {pyzotero-1.5.27 → pyzotero-1.5.28}/uv.lock +0 -0
|
@@ -23,7 +23,7 @@ Getting started (short version)
|
|
|
23
23
|
3. You'll also need [*]_ to get an **API key** from the Zotero `site <https://www.zotero.org/settings/keys/new>`_
|
|
24
24
|
4. Are you accessing your own Zotero library? Set``library_type`` to ``'user'``
|
|
25
25
|
5. Are you accessing a shared group library? Set``library_type`` to ``'group'``
|
|
26
|
-
6. **Read-only** access to your local Zotero library is available: set ``local=True
|
|
26
|
+
6. **Read-only** access to your local Zotero library is available: set ``local=True``
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
.. _hello-world:
|
|
@@ -153,11 +153,6 @@ def retrieve(func):
|
|
|
153
153
|
"""
|
|
154
154
|
if kwargs:
|
|
155
155
|
self.add_parameters(**kwargs)
|
|
156
|
-
res = func(self, *args)
|
|
157
|
-
parsed = urlparse(res)
|
|
158
|
-
querydict = parse_qs(parsed.query)
|
|
159
|
-
if not querydict.get("locale"):
|
|
160
|
-
self.add_parameters(locale=self.locale)
|
|
161
156
|
retrieved = self._retrieve_data(func(self, *args))
|
|
162
157
|
# we now always have links in the header response
|
|
163
158
|
self.links = self._extract_links()
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|