diracx-client 0.0.1a31__py3-none-any.whl → 0.0.1a33__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.
- diracx/client/generated/__init__.py +1 -1
- diracx/client/generated/_client.py +1 -1
- diracx/client/generated/_configuration.py +1 -1
- diracx/client/generated/_serialization.py +3 -23
- diracx/client/generated/_vendor.py +1 -1
- diracx/client/generated/aio/__init__.py +1 -1
- diracx/client/generated/aio/_client.py +1 -1
- diracx/client/generated/aio/_configuration.py +1 -1
- diracx/client/generated/aio/_vendor.py +1 -1
- diracx/client/generated/aio/operations/__init__.py +1 -1
- diracx/client/generated/aio/operations/_operations.py +1 -1
- diracx/client/generated/models/__init__.py +1 -1
- diracx/client/generated/models/_enums.py +1 -1
- diracx/client/generated/models/_models.py +1 -1
- diracx/client/generated/operations/__init__.py +1 -1
- diracx/client/generated/operations/_operations.py +1 -1
- {diracx_client-0.0.1a31.dist-info → diracx_client-0.0.1a33.dist-info}/METADATA +1 -1
- diracx_client-0.0.1a33.dist-info/RECORD +36 -0
- diracx_client-0.0.1a31.dist-info/RECORD +0 -36
- {diracx_client-0.0.1a31.dist-info → diracx_client-0.0.1a33.dist-info}/WHEEL +0 -0
- {diracx_client-0.0.1a31.dist-info → diracx_client-0.0.1a33.dist-info}/entry_points.txt +0 -0
- {diracx_client-0.0.1a31.dist-info → diracx_client-0.0.1a33.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.1)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
# pylint: disable=wrong-import-position
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.1)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.1)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
|
@@ -1,28 +1,8 @@
|
|
1
1
|
# pylint: disable=line-too-long,useless-suppression,too-many-lines
|
2
|
+
# coding=utf-8
|
2
3
|
# --------------------------------------------------------------------------
|
3
|
-
#
|
4
|
-
#
|
5
|
-
#
|
6
|
-
# The MIT License (MIT)
|
7
|
-
#
|
8
|
-
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
9
|
-
# of this software and associated documentation files (the ""Software""), to
|
10
|
-
# deal in the Software without restriction, including without limitation the
|
11
|
-
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
12
|
-
# sell copies of the Software, and to permit persons to whom the Software is
|
13
|
-
# furnished to do so, subject to the following conditions:
|
14
|
-
#
|
15
|
-
# The above copyright notice and this permission notice shall be included in
|
16
|
-
# all copies or substantial portions of the Software.
|
17
|
-
#
|
18
|
-
# THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
19
|
-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
20
|
-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
21
|
-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
22
|
-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
23
|
-
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
24
|
-
# IN THE SOFTWARE.
|
25
|
-
#
|
4
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.1)
|
5
|
+
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
26
6
|
# --------------------------------------------------------------------------
|
27
7
|
|
28
8
|
# pyright: reportUnnecessaryTypeIgnoreComment=false
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# --------------------------------------------------------------------------
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.1)
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
4
4
|
# --------------------------------------------------------------------------
|
5
5
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.1)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
# pylint: disable=wrong-import-position
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.1)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.1)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# --------------------------------------------------------------------------
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.1)
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
4
4
|
# --------------------------------------------------------------------------
|
5
5
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.1)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
# pylint: disable=wrong-import-position
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# pylint: disable=too-many-lines
|
2
2
|
# coding=utf-8
|
3
3
|
# --------------------------------------------------------------------------
|
4
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
4
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.1)
|
5
5
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
6
6
|
# --------------------------------------------------------------------------
|
7
7
|
from io import IOBase
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.1)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
# pylint: disable=wrong-import-position
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.1)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# pylint: disable=too-many-lines
|
2
2
|
# coding=utf-8
|
3
3
|
# --------------------------------------------------------------------------
|
4
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
4
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.1)
|
5
5
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
6
6
|
# --------------------------------------------------------------------------
|
7
7
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# coding=utf-8
|
2
2
|
# --------------------------------------------------------------------------
|
3
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
3
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.1)
|
4
4
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
# pylint: disable=wrong-import-position
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# pylint: disable=too-many-lines
|
2
2
|
# coding=utf-8
|
3
3
|
# --------------------------------------------------------------------------
|
4
|
-
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.
|
4
|
+
# Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.1)
|
5
5
|
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
6
6
|
# --------------------------------------------------------------------------
|
7
7
|
from io import IOBase
|
@@ -0,0 +1,36 @@
|
|
1
|
+
diracx/client/__init__.py,sha256=aLo7lP4xwlCtxs7MKD55gr2oDLQyWEvRHZVHwj5Sl2c,165
|
2
|
+
diracx/client/aio.py,sha256=B6OCJPdz44PyhCODhLHy3QOquZ8DSwFTjKGV_bkBP7A,65
|
3
|
+
diracx/client/extensions.py,sha256=igHJAXhgpYQq-Di1ZOX2b2okqgjQHTs9HL8mBTHb6ss,3385
|
4
|
+
diracx/client/models.py,sha256=pyvpMz2nPuqGKZsvjffD3qs56eZHh40xiRS4zT9CSqA,203
|
5
|
+
diracx/client/py.typed,sha256=bWew9mHgMy8LqMu7RuqQXFXLBxh2CRx0dUbSx-3wE48,27
|
6
|
+
diracx/client/generated/__init__.py,sha256=kzy6i2K_INgq_Anfc0_qw8l9pk1y57W40azdlQ5XFDI,854
|
7
|
+
diracx/client/generated/_client.py,sha256=v7kCJq4tn-62P5zhtj4FsGe6grCZxXGwkAg03A_fmfY,4831
|
8
|
+
diracx/client/generated/_configuration.py,sha256=EoLZ2b4Cjt9f0tVAjDuK0sdnl256FBtZpb9BDbre64E,1936
|
9
|
+
diracx/client/generated/_patch.py,sha256=9qHUtqTTCzeAYKdYAT-0YOs16YISdYCfAMaNhQIgS-I,766
|
10
|
+
diracx/client/generated/_serialization.py,sha256=MSOy_h-eHRlPWl2Vy3eLToRcCcNw_WAiPDVk4BiXdkk,84254
|
11
|
+
diracx/client/generated/_vendor.py,sha256=w5LXqV9stm7bX3XAxO2GFkFig1V5UrAULfcy2OOiqMI,1936
|
12
|
+
diracx/client/generated/py.typed,sha256=bWew9mHgMy8LqMu7RuqQXFXLBxh2CRx0dUbSx-3wE48,27
|
13
|
+
diracx/client/generated/aio/__init__.py,sha256=kzy6i2K_INgq_Anfc0_qw8l9pk1y57W40azdlQ5XFDI,854
|
14
|
+
diracx/client/generated/aio/_client.py,sha256=RJwY7Abj3P08ByP456_TcBxSU3JCGSr8hri_earkYxA,4952
|
15
|
+
diracx/client/generated/aio/_configuration.py,sha256=oSNH7LSyw22NHtKyWkfWfuoWUBauZJTVLOUWdsM2Gxg,1968
|
16
|
+
diracx/client/generated/aio/_patch.py,sha256=6FYNV6Yt0ttTc7A5EQui764Ujuzypkjpv47LVdccmD8,697
|
17
|
+
diracx/client/generated/aio/_vendor.py,sha256=w5LXqV9stm7bX3XAxO2GFkFig1V5UrAULfcy2OOiqMI,1936
|
18
|
+
diracx/client/generated/aio/operations/__init__.py,sha256=ZNNuzOne1guVGY_y9QyzxqKPC1QkRDAWb_uTUemsk7w,1070
|
19
|
+
diracx/client/generated/aio/operations/_operations.py,sha256=rPzGLupppRqlCJzgua0YJjqNvhAvXKgqBbe1_jQww4M,72449
|
20
|
+
diracx/client/generated/aio/operations/_patch.py,sha256=_o0AsMyybY8ndUIunFJJdiidqLCNCDJtto3UbPSdwBs,4254
|
21
|
+
diracx/client/generated/models/__init__.py,sha256=PFiSvRmFcRZvD6bM47EpQFijCxyJr70x0EBQDG9cdEs,2540
|
22
|
+
diracx/client/generated/models/_enums.py,sha256=19P18vbD8cfSgMmTzCplEBh7wt3ZcFOz5ARTPhwRYo4,1738
|
23
|
+
diracx/client/generated/models/_models.py,sha256=EeEokEqacPVdXnItbq8s7w_E2ySJApKKYxegg3AZ-tY,40889
|
24
|
+
diracx/client/generated/models/_patch.py,sha256=uvLwKzjWO_t-VZ4aSuLhuJ05RVxAP9UJxZV3XDeGMnU,1497
|
25
|
+
diracx/client/generated/operations/__init__.py,sha256=ZNNuzOne1guVGY_y9QyzxqKPC1QkRDAWb_uTUemsk7w,1070
|
26
|
+
diracx/client/generated/operations/_operations.py,sha256=HUu0DCASJKWdJRt6Xnozfi5-4tzyFvphy7z21DO0qGQ,89440
|
27
|
+
diracx/client/generated/operations/_patch.py,sha256=9C3NK-TcLTao03ohkLvStsaZCuNJ5-fXsFfNeDfPjB8,4220
|
28
|
+
diracx/client/patches/__init__.py,sha256=8mzMyg1Kd9lJH1K7DYJ6FgjkTJgPRJmF0sYmuFv5wcs,468
|
29
|
+
diracx/client/patches/utils.py,sha256=OXJx-jSwou-BQm3PrOaZgRWLj-8EFXgjTDVms6uWdN4,10732
|
30
|
+
diracx/client/patches/aio/__init__.py,sha256=qIy1qj8HzaZDEU2PCjEHjFbylwfYRAM0i90WEDs2WuQ,471
|
31
|
+
diracx/client/patches/aio/utils.py,sha256=Bno4DntLGWEB88UO9eaBtZjG8K3QAJNaT2RI-_mQWgc,5949
|
32
|
+
diracx_client-0.0.1a33.dist-info/METADATA,sha256=uGXKN49xSwN7PpM1YYID428_TUeqAB7QDIEKP0RY5dU,625
|
33
|
+
diracx_client-0.0.1a33.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
34
|
+
diracx_client-0.0.1a33.dist-info/entry_points.txt,sha256=NP67B7z-VIy8vEG3ZYtOAyxZqLtrOAD5hh2pA2AFBKI,123
|
35
|
+
diracx_client-0.0.1a33.dist-info/top_level.txt,sha256=vJx10tdRlBX3rF2Psgk5jlwVGZNcL3m_7iQWwgPXt-U,7
|
36
|
+
diracx_client-0.0.1a33.dist-info/RECORD,,
|
@@ -1,36 +0,0 @@
|
|
1
|
-
diracx/client/__init__.py,sha256=aLo7lP4xwlCtxs7MKD55gr2oDLQyWEvRHZVHwj5Sl2c,165
|
2
|
-
diracx/client/aio.py,sha256=B6OCJPdz44PyhCODhLHy3QOquZ8DSwFTjKGV_bkBP7A,65
|
3
|
-
diracx/client/extensions.py,sha256=igHJAXhgpYQq-Di1ZOX2b2okqgjQHTs9HL8mBTHb6ss,3385
|
4
|
-
diracx/client/models.py,sha256=pyvpMz2nPuqGKZsvjffD3qs56eZHh40xiRS4zT9CSqA,203
|
5
|
-
diracx/client/py.typed,sha256=bWew9mHgMy8LqMu7RuqQXFXLBxh2CRx0dUbSx-3wE48,27
|
6
|
-
diracx/client/generated/__init__.py,sha256=zFb25zwrP_sPVVLhok35FZ0GCsa_USj6dQfiTrodNiA,854
|
7
|
-
diracx/client/generated/_client.py,sha256=ECHLvmOp_vpXjQvU423vWMaiTQQmCxG9itZi0gZZhxw,4831
|
8
|
-
diracx/client/generated/_configuration.py,sha256=appkfNChwyKYkogVq8nztkwS4V1zD6DrhpqMKdcB2zM,1936
|
9
|
-
diracx/client/generated/_patch.py,sha256=9qHUtqTTCzeAYKdYAT-0YOs16YISdYCfAMaNhQIgS-I,766
|
10
|
-
diracx/client/generated/_serialization.py,sha256=kTUNiKxO0Bz0hEZfNexYyVgv0m5UOOGDhjNP3O91lLA,85191
|
11
|
-
diracx/client/generated/_vendor.py,sha256=PypKctan8y8GBN5uBobmjM-FvyfNAdIPNqlgtlsJJrY,1936
|
12
|
-
diracx/client/generated/py.typed,sha256=bWew9mHgMy8LqMu7RuqQXFXLBxh2CRx0dUbSx-3wE48,27
|
13
|
-
diracx/client/generated/aio/__init__.py,sha256=zFb25zwrP_sPVVLhok35FZ0GCsa_USj6dQfiTrodNiA,854
|
14
|
-
diracx/client/generated/aio/_client.py,sha256=60BSf29WNl4Qw2YwDhnuMObf6ZqzuYNoK1_hOwwuT6E,4952
|
15
|
-
diracx/client/generated/aio/_configuration.py,sha256=qVjUeKxQWeUCNZF3t0jajpmyfx_FJQRkm3NgrWeVaVU,1968
|
16
|
-
diracx/client/generated/aio/_patch.py,sha256=6FYNV6Yt0ttTc7A5EQui764Ujuzypkjpv47LVdccmD8,697
|
17
|
-
diracx/client/generated/aio/_vendor.py,sha256=PypKctan8y8GBN5uBobmjM-FvyfNAdIPNqlgtlsJJrY,1936
|
18
|
-
diracx/client/generated/aio/operations/__init__.py,sha256=BaguskGujdJUhyvAUE1nrVu6CfspC1H5I_DPI1I2K5s,1070
|
19
|
-
diracx/client/generated/aio/operations/_operations.py,sha256=DZs2boOXrOr-We_K96uK2krY6oeW9-xQFVY7GvvjQ9Y,72449
|
20
|
-
diracx/client/generated/aio/operations/_patch.py,sha256=_o0AsMyybY8ndUIunFJJdiidqLCNCDJtto3UbPSdwBs,4254
|
21
|
-
diracx/client/generated/models/__init__.py,sha256=89B5zs-kx3G8nu3Btt5jOCDFH8Ah4G60QGqzVc2tCrU,2540
|
22
|
-
diracx/client/generated/models/_enums.py,sha256=o6ut7w6cZWUxGzYkP9BybKjeeZfkdhlgYO_WQSYDW3E,1738
|
23
|
-
diracx/client/generated/models/_models.py,sha256=k2YlMgdEfZ-qMb4mF8xeLn7RTMXQP5jCUFgiOERjH1A,40889
|
24
|
-
diracx/client/generated/models/_patch.py,sha256=uvLwKzjWO_t-VZ4aSuLhuJ05RVxAP9UJxZV3XDeGMnU,1497
|
25
|
-
diracx/client/generated/operations/__init__.py,sha256=BaguskGujdJUhyvAUE1nrVu6CfspC1H5I_DPI1I2K5s,1070
|
26
|
-
diracx/client/generated/operations/_operations.py,sha256=UlIU5gz41WHHPbHbK2RboALv1Cj0FoRDCCwBCtTolw4,89440
|
27
|
-
diracx/client/generated/operations/_patch.py,sha256=9C3NK-TcLTao03ohkLvStsaZCuNJ5-fXsFfNeDfPjB8,4220
|
28
|
-
diracx/client/patches/__init__.py,sha256=8mzMyg1Kd9lJH1K7DYJ6FgjkTJgPRJmF0sYmuFv5wcs,468
|
29
|
-
diracx/client/patches/utils.py,sha256=OXJx-jSwou-BQm3PrOaZgRWLj-8EFXgjTDVms6uWdN4,10732
|
30
|
-
diracx/client/patches/aio/__init__.py,sha256=qIy1qj8HzaZDEU2PCjEHjFbylwfYRAM0i90WEDs2WuQ,471
|
31
|
-
diracx/client/patches/aio/utils.py,sha256=Bno4DntLGWEB88UO9eaBtZjG8K3QAJNaT2RI-_mQWgc,5949
|
32
|
-
diracx_client-0.0.1a31.dist-info/METADATA,sha256=nh3HShOizwiP8RJcoTbc4JMXK5VrYWgLNqNj3cMe_9w,625
|
33
|
-
diracx_client-0.0.1a31.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
34
|
-
diracx_client-0.0.1a31.dist-info/entry_points.txt,sha256=NP67B7z-VIy8vEG3ZYtOAyxZqLtrOAD5hh2pA2AFBKI,123
|
35
|
-
diracx_client-0.0.1a31.dist-info/top_level.txt,sha256=vJx10tdRlBX3rF2Psgk5jlwVGZNcL3m_7iQWwgPXt-U,7
|
36
|
-
diracx_client-0.0.1a31.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|