diracx-client 0.0.1a42__tar.gz → 0.0.1a43__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.
Files changed (45) hide show
  1. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/PKG-INFO +1 -1
  2. {diracx_client-0.0.1a42/src/diracx/client/_generated/aio → diracx_client-0.0.1a43/src/diracx/client/_generated}/__init__.py +1 -1
  3. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/_generated/_client.py +2 -1
  4. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/_generated/_configuration.py +1 -1
  5. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/_generated/_serialization.py +1 -1
  6. {diracx_client-0.0.1a42/src/diracx/client/_generated/aio → diracx_client-0.0.1a43/src/diracx/client/_generated}/_vendor.py +1 -1
  7. {diracx_client-0.0.1a42/src/diracx/client/_generated → diracx_client-0.0.1a43/src/diracx/client/_generated/aio}/__init__.py +1 -1
  8. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/_generated/aio/_client.py +2 -1
  9. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/_generated/aio/_configuration.py +1 -1
  10. {diracx_client-0.0.1a42/src/diracx/client/_generated → diracx_client-0.0.1a43/src/diracx/client/_generated/aio}/_vendor.py +1 -1
  11. {diracx_client-0.0.1a42/src/diracx/client/_generated → diracx_client-0.0.1a43/src/diracx/client/_generated/aio}/operations/__init__.py +1 -1
  12. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/_generated/aio/operations/_operations.py +1 -1
  13. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/_generated/models/__init__.py +1 -1
  14. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/_generated/models/_enums.py +1 -1
  15. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/_generated/models/_models.py +1 -1
  16. {diracx_client-0.0.1a42/src/diracx/client/_generated/aio → diracx_client-0.0.1a43/src/diracx/client/_generated}/operations/__init__.py +1 -1
  17. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/_generated/operations/_operations.py +1 -1
  18. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/.gitignore +0 -0
  19. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/README.md +0 -0
  20. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/pyproject.toml +0 -0
  21. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/_diracx_client_importer.pth +0 -0
  22. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/_client_importer.py +0 -0
  23. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/__init__.py +0 -0
  24. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/_generated/_patch.py +0 -0
  25. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/_generated/aio/_patch.py +0 -0
  26. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/_generated/aio/operations/_patch.py +0 -0
  27. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/_generated/models/_patch.py +0 -0
  28. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/_generated/operations/_patch.py +0 -0
  29. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/_generated/py.typed +0 -0
  30. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/aio.py +0 -0
  31. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/models.py +0 -0
  32. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/patches/auth/aio.py +0 -0
  33. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/patches/auth/common.py +0 -0
  34. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/patches/auth/sync.py +0 -0
  35. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/patches/client/aio.py +0 -0
  36. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/patches/client/common.py +0 -0
  37. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/patches/client/sync.py +0 -0
  38. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/patches/jobs/aio.py +0 -0
  39. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/patches/jobs/common.py +0 -0
  40. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/patches/jobs/sync.py +0 -0
  41. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/patches/utils.py +0 -0
  42. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/py.typed +0 -0
  43. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/src/diracx/client/sync.py +0 -0
  44. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/tests/test_auth.py +0 -0
  45. {diracx_client-0.0.1a42 → diracx_client-0.0.1a43}/tests/test_regenerate.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: diracx-client
3
- Version: 0.0.1a42
3
+ Version: 0.0.1a43
4
4
  Summary: TODO
5
5
  License: GPL-3.0-only
6
6
  Classifier: Intended Audience :: Science/Research
@@ -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.32.3)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
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.32.3)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
4
4
  # Changes may cause incorrect behavior and will be lost if the code is regenerated.
5
5
  # --------------------------------------------------------------------------
6
6
 
@@ -42,6 +42,7 @@ class Dirac: # pylint: disable=client-accepts-api-version-keyword
42
42
  self, *, endpoint: str = "", **kwargs: Any
43
43
  ) -> None:
44
44
  self._config = DiracConfiguration(**kwargs)
45
+
45
46
  _policies = kwargs.pop("policies", None)
46
47
  if _policies is None:
47
48
  _policies = [
@@ -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.32.3)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
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=line-too-long,useless-suppression,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.32.3)
4
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
5
5
  # Changes may cause incorrect behavior and will be lost if the code is regenerated.
6
6
  # --------------------------------------------------------------------------
7
7
 
@@ -1,5 +1,5 @@
1
1
  # --------------------------------------------------------------------------
2
- # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.3)
2
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
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.32.3)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
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.32.3)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
4
4
  # Changes may cause incorrect behavior and will be lost if the code is regenerated.
5
5
  # --------------------------------------------------------------------------
6
6
 
@@ -42,6 +42,7 @@ class Dirac: # pylint: disable=client-accepts-api-version-keyword
42
42
  self, *, endpoint: str = "", **kwargs: Any
43
43
  ) -> None:
44
44
  self._config = DiracConfiguration(**kwargs)
45
+
45
46
  _policies = kwargs.pop("policies", None)
46
47
  if _policies is None:
47
48
  _policies = [
@@ -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.32.3)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
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.32.3)
2
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
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.32.3)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
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.32.3)
4
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
5
5
  # Changes may cause incorrect behavior and will be lost if the code is regenerated.
6
6
  # --------------------------------------------------------------------------
7
7
  from collections.abc import MutableMapping
@@ -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.32.3)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
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.32.3)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
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.32.3)
4
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
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.32.3)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
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.32.3)
4
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.33.0)
5
5
  # Changes may cause incorrect behavior and will be lost if the code is regenerated.
6
6
  # --------------------------------------------------------------------------
7
7
  from collections.abc import MutableMapping