ds-caselaw-marklogic-api-client 31.0.0__py3-none-any.whl → 31.0.1__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.
Potentially problematic release.
This version of ds-caselaw-marklogic-api-client might be problematic. Click here for more details.
- caselawclient/Client.py +1 -1
- caselawclient/xquery/xslt_transform.xqy +1 -1
- {ds_caselaw_marklogic_api_client-31.0.0.dist-info → ds_caselaw_marklogic_api_client-31.0.1.dist-info}/METADATA +2 -2
- {ds_caselaw_marklogic_api_client-31.0.0.dist-info → ds_caselaw_marklogic_api_client-31.0.1.dist-info}/RECORD +6 -6
- {ds_caselaw_marklogic_api_client-31.0.0.dist-info → ds_caselaw_marklogic_api_client-31.0.1.dist-info}/LICENSE.md +0 -0
- {ds_caselaw_marklogic_api_client-31.0.0.dist-info → ds_caselaw_marklogic_api_client-31.0.1.dist-info}/WHEEL +0 -0
caselawclient/Client.py
CHANGED
|
@@ -1222,7 +1222,7 @@ class MarklogicApiClient:
|
|
|
1222
1222
|
warnings.warn(
|
|
1223
1223
|
"resolve_from_identifier deprecated, use resolve_from_identifier_slug instead", DeprecationWarning
|
|
1224
1224
|
)
|
|
1225
|
-
return self.
|
|
1225
|
+
return self.resolve_from_identifier_slug(identifier_uri, published_only)
|
|
1226
1226
|
|
|
1227
1227
|
def resolve_from_identifier_value(
|
|
1228
1228
|
self, identifier_value: str, published_only: bool = True
|
|
@@ -28,7 +28,7 @@ let $number_marks_xslt := (
|
|
|
28
28
|
</xsl:template>
|
|
29
29
|
<xsl:template match="mark">
|
|
30
30
|
<xsl:copy>
|
|
31
|
-
<xsl:copy-of select="
|
|
31
|
+
<xsl:copy-of select="*" />
|
|
32
32
|
<xsl:attribute name="id">
|
|
33
33
|
<xsl:text>mark_</xsl:text>
|
|
34
34
|
<xsl:value-of select="count(preceding::mark)"/>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ds-caselaw-marklogic-api-client
|
|
3
|
-
Version: 31.0.
|
|
3
|
+
Version: 31.0.1
|
|
4
4
|
Summary: An API client for interacting with the underlying data in Find Caselaw.
|
|
5
5
|
Home-page: https://github.com/nationalarchives/ds-caselaw-custom-api-client
|
|
6
6
|
Keywords: national archives,caselaw
|
|
@@ -21,7 +21,7 @@ Requires-Dist: memoization (>=0.4.0,<0.5.0)
|
|
|
21
21
|
Requires-Dist: mypy-boto3-s3 (>=1.26.104,<2.0.0)
|
|
22
22
|
Requires-Dist: mypy-boto3-sns (>=1.26.69,<2.0.0)
|
|
23
23
|
Requires-Dist: python-dateutil (>=2.9.0-post.0,<3.0.0)
|
|
24
|
-
Requires-Dist: pytz (
|
|
24
|
+
Requires-Dist: pytz (>2024)
|
|
25
25
|
Requires-Dist: requests (>=2.28.2,<3.0.0)
|
|
26
26
|
Requires-Dist: requests-toolbelt (>=0.10.1,<1.1.0)
|
|
27
27
|
Requires-Dist: saxonche (>=12.5.0,<13.0.0)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
caselawclient/Client.py,sha256=
|
|
1
|
+
caselawclient/Client.py,sha256=H7cey5bqxyfJgBbIenokg6OLkoz1QBePyCpdePQgTEI,45010
|
|
2
2
|
caselawclient/__init__.py,sha256=DY-caubLDQWWingSdsBWgovDNXh8KcnkI6kwz08eIFk,612
|
|
3
3
|
caselawclient/client_helpers/__init__.py,sha256=fyDNKCdrTb2N0Ks23YDhmvlXKfLTHnYQCXhnZb-QQbg,3832
|
|
4
4
|
caselawclient/client_helpers/search_helpers.py,sha256=R99HyRLeYHgsw2L3DOidEqlKLLvs6Tga5rKTuWQViig,1525
|
|
@@ -78,9 +78,9 @@ caselawclient/xquery/user_has_role.xqy,sha256=52YuFZnXqaDDJs-j_UanpqcLNEiw_m9xb0
|
|
|
78
78
|
caselawclient/xquery/validate_all_documents.xqy,sha256=z_0YEXmRcZ-FaJM0ouKiTjdI4tLKQ4FTssRihR07qFk,156
|
|
79
79
|
caselawclient/xquery/validate_document.xqy,sha256=PgaDcnqCRJPIVqfmWsNlXmCLNKd21qkJrvY1RtNP7eA,140
|
|
80
80
|
caselawclient/xquery/xslt.xqy,sha256=w57wNijH3dkwHkpKeAxqjlghVflQwo8cq6jS_sm-erM,199
|
|
81
|
-
caselawclient/xquery/xslt_transform.xqy,sha256=
|
|
81
|
+
caselawclient/xquery/xslt_transform.xqy,sha256=cccaFiGkCcvSfDv007UriZ3I4ak2nTLP1trRZdbOoS8,2462
|
|
82
82
|
caselawclient/xquery_type_dicts.py,sha256=IElFK9aFZboNgKytRjK2EQPIJJcXXw9NVfRTWKx2zJo,6283
|
|
83
|
-
ds_caselaw_marklogic_api_client-31.0.
|
|
84
|
-
ds_caselaw_marklogic_api_client-31.0.
|
|
85
|
-
ds_caselaw_marklogic_api_client-31.0.
|
|
86
|
-
ds_caselaw_marklogic_api_client-31.0.
|
|
83
|
+
ds_caselaw_marklogic_api_client-31.0.1.dist-info/LICENSE.md,sha256=fGMzyyLuQW-IAXUeDSCrRdsYW536aEWThdbpCjo6ZKg,1108
|
|
84
|
+
ds_caselaw_marklogic_api_client-31.0.1.dist-info/METADATA,sha256=e7BXXpCwlXXnWa8XPFirGNhc5NGJWRVmoNl8T6ts_C0,4251
|
|
85
|
+
ds_caselaw_marklogic_api_client-31.0.1.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
|
86
|
+
ds_caselaw_marklogic_api_client-31.0.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|