python-documentcloud 4.3.0__py2.py3-none-any.whl → 4.4.1__py2.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.
- documentcloud/documents.py +1 -1
- {python_documentcloud-4.3.0.dist-info → python_documentcloud-4.4.1.dist-info}/METADATA +13 -3
- {python_documentcloud-4.3.0.dist-info → python_documentcloud-4.4.1.dist-info}/RECORD +6 -6
- {python_documentcloud-4.3.0.dist-info → python_documentcloud-4.4.1.dist-info}/WHEEL +1 -1
- {python_documentcloud-4.3.0.dist-info → python_documentcloud-4.4.1.dist-info/licenses}/LICENSE +0 -0
- {python_documentcloud-4.3.0.dist-info → python_documentcloud-4.4.1.dist-info}/top_level.txt +0 -0
documentcloud/documents.py
CHANGED
|
@@ -74,7 +74,7 @@ class Document(BaseAPIObject):
|
|
|
74
74
|
def __getattr__(self, attr):
|
|
75
75
|
"""Generate methods for fetching resources"""
|
|
76
76
|
p_image = re.compile(
|
|
77
|
-
r"^get_(?P<size>thumbnail|small|normal|large)_image_url(?P<list>_list)?$"
|
|
77
|
+
r"^get_(?P<size>thumbnail|small|normal|large|xlarge)_image_url(?P<list>_list)?$"
|
|
78
78
|
)
|
|
79
79
|
get = attr.startswith("get_")
|
|
80
80
|
url = attr.endswith("_url")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: python-documentcloud
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.4.1
|
|
4
4
|
Summary: A simple Python wrapper for the DocumentCloud API
|
|
5
5
|
Home-page: https://github.com/muckrock/python-documentcloud
|
|
6
6
|
Author: Mitchell Kotler
|
|
@@ -10,7 +10,6 @@ Classifier: Development Status :: 5 - Production/Stable
|
|
|
10
10
|
Classifier: Intended Audience :: Developers
|
|
11
11
|
Classifier: Operating System :: OS Independent
|
|
12
12
|
Classifier: License :: OSI Approved :: MIT License
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
14
13
|
Classifier: Programming Language :: Python :: 3.8
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.9
|
|
16
15
|
Classifier: Programming Language :: Python :: 3.10
|
|
@@ -40,6 +39,17 @@ Requires-Dist: pytest; extra == "test"
|
|
|
40
39
|
Requires-Dist: pytest-mock; extra == "test"
|
|
41
40
|
Requires-Dist: pytest-recording; extra == "test"
|
|
42
41
|
Requires-Dist: vcrpy; extra == "test"
|
|
42
|
+
Dynamic: author
|
|
43
|
+
Dynamic: author-email
|
|
44
|
+
Dynamic: classifier
|
|
45
|
+
Dynamic: description
|
|
46
|
+
Dynamic: description-content-type
|
|
47
|
+
Dynamic: home-page
|
|
48
|
+
Dynamic: license
|
|
49
|
+
Dynamic: license-file
|
|
50
|
+
Dynamic: provides-extra
|
|
51
|
+
Dynamic: requires-dist
|
|
52
|
+
Dynamic: summary
|
|
43
53
|
|
|
44
54
|
<pre><code> ____ _ ____ _ _
|
|
45
55
|
| _ \ ___ ___ _ _ _ __ ___ ___ _ __ | |_ / ___| | ___ _ _ __| |
|
|
@@ -4,15 +4,15 @@ documentcloud/annotations.py,sha256=wVe3wYzyTRvc_hJ3r0m6iyDf6WIFlaGcCnyah_r53pg,
|
|
|
4
4
|
documentcloud/base.py,sha256=pNF45aleYpQ9fj75CiL3c4Ssv6MO1EmdzZ6wBLPKHDg,6545
|
|
5
5
|
documentcloud/client.py,sha256=OBL2a-n9RMbQns3dImTWrnrCjyr17KKJuTlY9OU7ztI,1933
|
|
6
6
|
documentcloud/constants.py,sha256=h6NStSkxPrjQ2gzaIlqftCF7tthkRimddOE8SsmlHag,1828
|
|
7
|
-
documentcloud/documents.py,sha256=
|
|
7
|
+
documentcloud/documents.py,sha256=6OUXu-pThJoRe6OSKdOi6UHlHA1NdQxqfhDps20g-8I,19570
|
|
8
8
|
documentcloud/exceptions.py,sha256=AwIJpcylq6sF6oaenrZE6nr2EBuj23nxTOf3z_RwtuE,461
|
|
9
9
|
documentcloud/organizations.py,sha256=_Ot6MWzoa5JdU3jqedU-0Fec_K8WrgxqdlIp4oIijes,392
|
|
10
10
|
documentcloud/projects.py,sha256=KuOiw65a-8fdgbjo7BqjbEbWguds8inkhFJZJd578bs,5328
|
|
11
11
|
documentcloud/sections.py,sha256=cMf973KMvp6fAPSMXCD67L32Pz1_Tfh81oV2q2UQ9Uk,924
|
|
12
12
|
documentcloud/toolbox.py,sha256=zFZTyOn40YZjBpqa1H3qjpR4C3Wu1X2g72AvH_ljlic,1835
|
|
13
13
|
documentcloud/users.py,sha256=yydOXoEsfJlYqryZpXQ4G3aeRc5y_QCHqXd0dfF1aIc,354
|
|
14
|
-
python_documentcloud-4.
|
|
15
|
-
python_documentcloud-4.
|
|
16
|
-
python_documentcloud-4.
|
|
17
|
-
python_documentcloud-4.
|
|
18
|
-
python_documentcloud-4.
|
|
14
|
+
python_documentcloud-4.4.1.dist-info/licenses/LICENSE,sha256=Z1IBhHCzIeGR9F2iHtcLt2I2qoUhJ2pK139CAIAuFgo,1151
|
|
15
|
+
python_documentcloud-4.4.1.dist-info/METADATA,sha256=k85f5PeEGS11gWgHwu_xqc-aOeTGU1vSmO7rW9HBASo,2880
|
|
16
|
+
python_documentcloud-4.4.1.dist-info/WHEEL,sha256=MAQBAzGbXNI3bUmkDsiV_duv8i-gcdnLzw7cfUFwqhU,109
|
|
17
|
+
python_documentcloud-4.4.1.dist-info/top_level.txt,sha256=rzNW2vA9GqU5ipNQYSP1XJQ54ippjKXVIo9oMlM0Tm4,14
|
|
18
|
+
python_documentcloud-4.4.1.dist-info/RECORD,,
|
{python_documentcloud-4.3.0.dist-info → python_documentcloud-4.4.1.dist-info/licenses}/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|