rucio-clients 38.1.0__py3-none-any.whl → 38.2.0__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 rucio-clients might be problematic. Click here for more details.
- rucio/cli/opendata.py +2 -2
- rucio/vcsversion.py +3 -3
- {rucio_clients-38.1.0.dist-info → rucio_clients-38.2.0.dist-info}/METADATA +1 -1
- {rucio_clients-38.1.0.dist-info → rucio_clients-38.2.0.dist-info}/RECORD +15 -15
- {rucio_clients-38.1.0.data → rucio_clients-38.2.0.data}/data/etc/rse-accounts.cfg.template +0 -0
- {rucio_clients-38.1.0.data → rucio_clients-38.2.0.data}/data/etc/rucio.cfg.atlas.client.template +0 -0
- {rucio_clients-38.1.0.data → rucio_clients-38.2.0.data}/data/etc/rucio.cfg.template +0 -0
- {rucio_clients-38.1.0.data → rucio_clients-38.2.0.data}/data/requirements.client.txt +0 -0
- {rucio_clients-38.1.0.data → rucio_clients-38.2.0.data}/data/rucio_client/merge_rucio_configs.py +0 -0
- {rucio_clients-38.1.0.data → rucio_clients-38.2.0.data}/scripts/rucio +0 -0
- {rucio_clients-38.1.0.data → rucio_clients-38.2.0.data}/scripts/rucio-admin +0 -0
- {rucio_clients-38.1.0.dist-info → rucio_clients-38.2.0.dist-info}/WHEEL +0 -0
- {rucio_clients-38.1.0.dist-info → rucio_clients-38.2.0.dist-info}/licenses/AUTHORS.rst +0 -0
- {rucio_clients-38.1.0.dist-info → rucio_clients-38.2.0.dist-info}/licenses/LICENSE +0 -0
- {rucio_clients-38.1.0.dist-info → rucio_clients-38.2.0.dist-info}/top_level.txt +0 -0
rucio/cli/opendata.py
CHANGED
|
@@ -95,7 +95,7 @@ def remove_opendata_did(ctx: "Context", did: str) -> None:
|
|
|
95
95
|
@click.option("--public", required=False, is_flag=True, default=False,
|
|
96
96
|
help="Perform request against the public endpoint")
|
|
97
97
|
@click.pass_context
|
|
98
|
-
def get_opendata_did(ctx: "Context", did: str,
|
|
98
|
+
def get_opendata_did(ctx: "Context", did: str, files: bool, meta: bool, public: bool) -> None:
|
|
99
99
|
"""
|
|
100
100
|
Get information about an Opendata DID, optionally including files and metadata.
|
|
101
101
|
"""
|
|
@@ -103,7 +103,7 @@ def get_opendata_did(ctx: "Context", did: str, include_files: bool, include_meta
|
|
|
103
103
|
client = ctx.obj.client
|
|
104
104
|
scope, name = extract_scope(did)
|
|
105
105
|
result = client.get_opendata_did(scope=scope, name=name, public=public,
|
|
106
|
-
include_files=
|
|
106
|
+
include_files=files, include_metadata=meta,
|
|
107
107
|
include_doi=True)
|
|
108
108
|
# TODO: pretty print using tables, etc
|
|
109
109
|
print(json.dumps(result, indent=4, sort_keys=True, ensure_ascii=False))
|
rucio/vcsversion.py
CHANGED
|
@@ -4,8 +4,8 @@ This file is automatically generated; Do not edit it. :)
|
|
|
4
4
|
'''
|
|
5
5
|
VERSION_INFO = {
|
|
6
6
|
'final': True,
|
|
7
|
-
'version': '38.
|
|
7
|
+
'version': '38.2.0',
|
|
8
8
|
'branch_nick': 'release-38-LTS',
|
|
9
|
-
'revision_id': '
|
|
10
|
-
'revno':
|
|
9
|
+
'revision_id': 'af0cedfc38c83fa06e4b82991d0c04a1129440a9',
|
|
10
|
+
'revno': 13963
|
|
11
11
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
rucio/__init__.py,sha256=Y7cPPlHVQPFyN8bSPFC0W3WViEdONr5g_qwBub5rufE,660
|
|
2
2
|
rucio/alembicrevision.py,sha256=9tnjQLFkTpUEcZqcw-ojWpt4Wbg-5OtMJ0CfjPc0wX8,690
|
|
3
|
-
rucio/vcsversion.py,sha256=
|
|
3
|
+
rucio/vcsversion.py,sha256=uHQM9OSSiEEfKG2w_fZNvACznCg7UVAkxESMuD6mJlc,248
|
|
4
4
|
rucio/version.py,sha256=IwsNb1QQk0D092QQbR2K9wBPF2Akny1RGs-ZZziUohE,1519
|
|
5
5
|
rucio/cli/__init__.py,sha256=GIkHmxgE3xdvWSf-7ZnvVaJmbs7NokaSjbFzsrXOG9o,662
|
|
6
6
|
rucio/cli/account.py,sha256=2Fe-iEaTfLxqlW5mDJsJPwD-Etm4VqaMowTSA67hZIo,9458
|
|
@@ -9,7 +9,7 @@ rucio/cli/config.py,sha256=L7vhzAyUVKZBWKKDvrLl7zCei8O6kDyzX_x_-p-vk9M,2706
|
|
|
9
9
|
rucio/cli/did.py,sha256=IDrFFAfMhnVhGJMBm9QySO1avnbRcx_VTSaDMi41am8,9020
|
|
10
10
|
rucio/cli/download.py,sha256=nltAf8nm8P6nrfIu0CUveY4YM6oL5nSR3w6yS4qBbw0,6248
|
|
11
11
|
rucio/cli/lifetime_exception.py,sha256=joi9HdaiYP_g3115IR_ImX7oFlEg1xbSaK-IzmoIVcY,1498
|
|
12
|
-
rucio/cli/opendata.py,sha256=
|
|
12
|
+
rucio/cli/opendata.py,sha256=xcZno6G_qzz_5QQwiyFzcQrRVU1q79HeRJqcXOOa3y0,4701
|
|
13
13
|
rucio/cli/replica.py,sha256=ZeknO6aKOambwe7lJGWcI_YAflz1-oMYBSZTYvMVIe0,8657
|
|
14
14
|
rucio/cli/rse.py,sha256=J2IjCGUzvv9U0swFcU0ykZ1pYweHqTlXwmpGfSI-VgE,11490
|
|
15
15
|
rucio/cli/rule.py,sha256=H_Yw8hx_DiqX_twEtgEY0x2AkftsRyLboMaXv_Zc6Ac,9090
|
|
@@ -90,16 +90,16 @@ rucio/rse/protocols/ssh.py,sha256=pHPAQx2bPNkMrtqbCqDfq7OXoy7XphQ-i2Stzdvnf1k,17
|
|
|
90
90
|
rucio/rse/protocols/storm.py,sha256=Z4fzklxG-x70A0Lugg1jE1RicwCSeF27iz0MXO-4to0,7864
|
|
91
91
|
rucio/rse/protocols/webdav.py,sha256=8UzmBA8vF_-exoUvpIHRQLfhvAvExQsfu-P4WbXGOXI,24810
|
|
92
92
|
rucio/rse/protocols/xrootd.py,sha256=oJHueVR44dcW5nkg8jCbr9PetV9UIti3C0tka_m7yIk,12604
|
|
93
|
-
rucio_clients-38.
|
|
94
|
-
rucio_clients-38.
|
|
95
|
-
rucio_clients-38.
|
|
96
|
-
rucio_clients-38.
|
|
97
|
-
rucio_clients-38.
|
|
98
|
-
rucio_clients-38.
|
|
99
|
-
rucio_clients-38.
|
|
100
|
-
rucio_clients-38.
|
|
101
|
-
rucio_clients-38.
|
|
102
|
-
rucio_clients-38.
|
|
103
|
-
rucio_clients-38.
|
|
104
|
-
rucio_clients-38.
|
|
105
|
-
rucio_clients-38.
|
|
93
|
+
rucio_clients-38.2.0.data/data/requirements.client.txt,sha256=ob8DW6vHurtEcXZ2j_u67WO_M2Mf7dzJFROKqIQINTo,1790
|
|
94
|
+
rucio_clients-38.2.0.data/data/etc/rse-accounts.cfg.template,sha256=IfDnXVxBPUrMnTMbJnd3P7eYHgY1C4Kfz7xKskJs-FI,543
|
|
95
|
+
rucio_clients-38.2.0.data/data/etc/rucio.cfg.atlas.client.template,sha256=aHP1oX9m5yA8xVTTT2Hz6AyOYu92-Bcd5LF0i3AZRQw,1350
|
|
96
|
+
rucio_clients-38.2.0.data/data/etc/rucio.cfg.template,sha256=hKnGDIm7oIFWBhj6vr5L6bE4TDRHT-7eZh9IsqOHbpo,8023
|
|
97
|
+
rucio_clients-38.2.0.data/data/rucio_client/merge_rucio_configs.py,sha256=u62K1EcCGydM5nZA30zhlqWo4EX5N87b_MDkx5YfzVI,6163
|
|
98
|
+
rucio_clients-38.2.0.data/scripts/rucio,sha256=f8f5X6O9W2JfUqWiSdsuDROekGt28p9CBvFZropZ-C0,5260
|
|
99
|
+
rucio_clients-38.2.0.data/scripts/rucio-admin,sha256=AhPO6-fAPviHObhB_Yi7GJXKfjpaH6m0RqxwctBeFlE,4229
|
|
100
|
+
rucio_clients-38.2.0.dist-info/licenses/AUTHORS.rst,sha256=FQ5q2_bY3dYKDmEw-8YD-SgPJ4fgnM1XI5wRF5ksQPg,4771
|
|
101
|
+
rucio_clients-38.2.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
102
|
+
rucio_clients-38.2.0.dist-info/METADATA,sha256=xfVRC3epL-Wof1Oph1gr_MWHCJjKKuA48VZnju-MjQ8,1740
|
|
103
|
+
rucio_clients-38.2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
104
|
+
rucio_clients-38.2.0.dist-info/top_level.txt,sha256=lJM8plwW0ePPICkwFnpYzfdqHnSv6JZr1OD4JEysPgM,6
|
|
105
|
+
rucio_clients-38.2.0.dist-info/RECORD,,
|
|
File without changes
|
{rucio_clients-38.1.0.data → rucio_clients-38.2.0.data}/data/etc/rucio.cfg.atlas.client.template
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rucio_clients-38.1.0.data → rucio_clients-38.2.0.data}/data/rucio_client/merge_rucio_configs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|