python-documentcloud 4.8.0__tar.gz → 4.8.1__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.
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/PKG-INFO +1 -1
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/documentcloud/annotations.py +1 -1
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/python_documentcloud.egg-info/PKG-INFO +1 -1
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/setup.py +1 -1
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/LICENSE +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/README.md +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/documentcloud/__init__.py +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/documentcloud/addon.py +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/documentcloud/base.py +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/documentcloud/client.py +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/documentcloud/constants.py +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/documentcloud/documents.py +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/documentcloud/exceptions.py +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/documentcloud/organizations.py +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/documentcloud/projects.py +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/documentcloud/sections.py +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/documentcloud/toolbox.py +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/documentcloud/users.py +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/python_documentcloud.egg-info/SOURCES.txt +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/python_documentcloud.egg-info/dependency_links.txt +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/python_documentcloud.egg-info/requires.txt +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/python_documentcloud.egg-info/top_level.txt +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/setup.cfg +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/tests/test_addon.py +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/tests/test_annotations.py +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/tests/test_base.py +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/tests/test_client.py +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/tests/test_documents.py +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/tests/test_organizations.py +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/tests/test_projects.py +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/tests/test_sections.py +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/tests/test_toolbox.py +0 -0
- {python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/tests/test_users.py +0 -0
|
@@ -79,7 +79,7 @@ class AnnotationClient(ChildAPIClient):
|
|
|
79
79
|
x2=None,
|
|
80
80
|
y2=None,
|
|
81
81
|
):
|
|
82
|
-
coords = [x1,
|
|
82
|
+
coords = [x1, y1, x2, y2]
|
|
83
83
|
if not (all(c is None for c in coords) or all(c is not None for c in coords)):
|
|
84
84
|
raise ValueError(
|
|
85
85
|
"x1, y2, x2, y2 must either all be None or all be not None"
|
|
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
|
{python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/python_documentcloud.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python_documentcloud-4.8.0 → python_documentcloud-4.8.1}/python_documentcloud.egg-info/requires.txt
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
|