pyzotero 1.5.18__py3-none-any.whl → 1.5.19__py3-none-any.whl
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.
- _version.py +2 -2
- pyzotero/zotero.py +17 -19
- {pyzotero-1.5.18.dist-info → pyzotero-1.5.19.dist-info}/METADATA +3 -2
- pyzotero-1.5.19.dist-info/RECORD +9 -0
- {pyzotero-1.5.18.dist-info → pyzotero-1.5.19.dist-info}/WHEEL +1 -1
- pyzotero-1.5.18.dist-info/RECORD +0 -9
- {pyzotero-1.5.18.dist-info → pyzotero-1.5.19.dist-info}/AUTHORS +0 -0
- {pyzotero-1.5.18.dist-info → pyzotero-1.5.19.dist-info}/top_level.txt +0 -0
_version.py
CHANGED
pyzotero/zotero.py
CHANGED
|
@@ -33,34 +33,32 @@ THE SOFTWARE.
|
|
|
33
33
|
__author__ = "Stephan Hügel"
|
|
34
34
|
__api_version__ = "3"
|
|
35
35
|
|
|
36
|
-
import requests
|
|
37
|
-
from requests import Request
|
|
38
|
-
import feedparser
|
|
39
|
-
import bibtexparser
|
|
40
|
-
import json
|
|
41
36
|
import copy
|
|
42
|
-
import uuid
|
|
43
|
-
import time
|
|
44
|
-
import threading
|
|
45
|
-
import os
|
|
46
|
-
import hashlib
|
|
47
37
|
import datetime
|
|
48
|
-
import
|
|
49
|
-
import
|
|
38
|
+
import hashlib
|
|
39
|
+
import io
|
|
40
|
+
import json
|
|
50
41
|
import mimetypes
|
|
42
|
+
import os
|
|
43
|
+
import re
|
|
44
|
+
import threading
|
|
45
|
+
import time
|
|
46
|
+
import uuid
|
|
51
47
|
import zipfile
|
|
52
|
-
import io
|
|
53
|
-
from pathlib import Path
|
|
54
48
|
from collections import OrderedDict
|
|
55
49
|
from functools import wraps
|
|
56
|
-
from pathlib import
|
|
57
|
-
from urllib.parse import urlencode
|
|
58
|
-
|
|
59
|
-
|
|
50
|
+
from pathlib import Path
|
|
51
|
+
from urllib.parse import parse_qsl, quote, urlencode, urlparse, urlunparse
|
|
52
|
+
|
|
53
|
+
import bibtexparser
|
|
54
|
+
import feedparser
|
|
55
|
+
import pytz
|
|
56
|
+
import requests
|
|
57
|
+
from requests import Request
|
|
60
58
|
|
|
61
|
-
from . import zotero_errors as ze
|
|
62
59
|
import pyzotero as pz
|
|
63
60
|
|
|
61
|
+
from . import zotero_errors as ze
|
|
64
62
|
|
|
65
63
|
# Avoid hanging the application if there's no server response
|
|
66
64
|
timeout = 30
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyzotero
|
|
3
|
-
Version: 1.5.
|
|
3
|
+
Version: 1.5.19
|
|
4
4
|
Summary: Python wrapper for the Zotero API
|
|
5
5
|
Author-email: Stephan Hügel <urschrei@gmail.com>
|
|
6
6
|
License: The MIT License (MIT)
|
|
@@ -33,6 +33,7 @@ Classifier: Programming Language :: Python :: 3.8
|
|
|
33
33
|
Classifier: Programming Language :: Python :: 3.9
|
|
34
34
|
Classifier: Programming Language :: Python :: 3.10
|
|
35
35
|
Classifier: Programming Language :: Python :: 3.11
|
|
36
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
36
37
|
Classifier: Development Status :: 5 - Production/Stable
|
|
37
38
|
Classifier: Intended Audience :: Developers
|
|
38
39
|
Classifier: Intended Audience :: Science/Research
|
|
@@ -43,7 +44,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
43
44
|
Requires-Python: >=3.8
|
|
44
45
|
Description-Content-Type: text/markdown
|
|
45
46
|
License-File: AUTHORS
|
|
46
|
-
Requires-Dist: feedparser >=6
|
|
47
|
+
Requires-Dist: feedparser >=6.0.11
|
|
47
48
|
Requires-Dist: pytz
|
|
48
49
|
Requires-Dist: requests >=2.21.0
|
|
49
50
|
Requires-Dist: bibtexparser
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
_version.py,sha256=DFRbCVOtNypFr9EX2HuujkRvOAgwqVoG22_WiEle6F8,413
|
|
2
|
+
pyzotero/__init__.py,sha256=5QI4Jou9L-YJAf_oN9TgRXVKgt_Unc39oADo2Ch8bLI,243
|
|
3
|
+
pyzotero/zotero.py,sha256=f4wOo8i3bnC7lqqaKm2H7y-vtMHeYM2Y9SYEV_3L9Vk,75788
|
|
4
|
+
pyzotero/zotero_errors.py,sha256=XzjUxKDQUMpRDBEQGTJ-wna0-bVoKIKK7AEDfKgzdfE,3664
|
|
5
|
+
pyzotero-1.5.19.dist-info/AUTHORS,sha256=ZMicxg7lRScOYbxzMPznlzMbmrFIUIHwg-NvljEMbRQ,110
|
|
6
|
+
pyzotero-1.5.19.dist-info/METADATA,sha256=39UO_uHQKBhMXo7xQa28p0YO9qMHPfMh2-GtBUiegQU,6626
|
|
7
|
+
pyzotero-1.5.19.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
8
|
+
pyzotero-1.5.19.dist-info/top_level.txt,sha256=BOPNkPk5VtNDCy_li7Xftx6k0zG8STGxh-KgckcxLEw,18
|
|
9
|
+
pyzotero-1.5.19.dist-info/RECORD,,
|
pyzotero-1.5.18.dist-info/RECORD
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
_version.py,sha256=4dXebS3MmuJVzRzthWNVLSC2f7ozQPniKxTATW5ZukM,413
|
|
2
|
-
pyzotero/__init__.py,sha256=5QI4Jou9L-YJAf_oN9TgRXVKgt_Unc39oADo2Ch8bLI,243
|
|
3
|
-
pyzotero/zotero.py,sha256=2LxkzHXYUDZqsGdIsxzzqvTMhydh8xKNhcpt9MIi5xE,75878
|
|
4
|
-
pyzotero/zotero_errors.py,sha256=XzjUxKDQUMpRDBEQGTJ-wna0-bVoKIKK7AEDfKgzdfE,3664
|
|
5
|
-
pyzotero-1.5.18.dist-info/AUTHORS,sha256=ZMicxg7lRScOYbxzMPznlzMbmrFIUIHwg-NvljEMbRQ,110
|
|
6
|
-
pyzotero-1.5.18.dist-info/METADATA,sha256=0b7AJQJ5dFiYpERVv18Q92Nxdhh8bECDVY0HpMFRQ7E,6570
|
|
7
|
-
pyzotero-1.5.18.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
|
8
|
-
pyzotero-1.5.18.dist-info/top_level.txt,sha256=BOPNkPk5VtNDCy_li7Xftx6k0zG8STGxh-KgckcxLEw,18
|
|
9
|
-
pyzotero-1.5.18.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|