diracx-client 0.0.1a40__tar.gz → 0.0.1a42__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.1a40 → diracx_client-0.0.1a42}/PKG-INFO +1 -1
  2. {diracx_client-0.0.1a40/src/diracx/client/_generated/aio → diracx_client-0.0.1a42/src/diracx/client/_generated}/__init__.py +1 -1
  3. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/_generated/_client.py +1 -1
  4. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/_generated/_configuration.py +1 -1
  5. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/_generated/_serialization.py +1 -1
  6. {diracx_client-0.0.1a40/src/diracx/client/_generated/aio → diracx_client-0.0.1a42/src/diracx/client/_generated}/_vendor.py +1 -1
  7. {diracx_client-0.0.1a40/src/diracx/client/_generated → diracx_client-0.0.1a42/src/diracx/client/_generated/aio}/__init__.py +1 -1
  8. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/_generated/aio/_client.py +1 -1
  9. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/_generated/aio/_configuration.py +1 -1
  10. {diracx_client-0.0.1a40/src/diracx/client/_generated → diracx_client-0.0.1a42/src/diracx/client/_generated/aio}/_vendor.py +1 -1
  11. {diracx_client-0.0.1a40/src/diracx/client/_generated → diracx_client-0.0.1a42/src/diracx/client/_generated/aio}/operations/__init__.py +1 -1
  12. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/_generated/aio/operations/_operations.py +2 -6
  13. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/_generated/models/__init__.py +1 -1
  14. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/_generated/models/_enums.py +1 -1
  15. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/_generated/models/_models.py +1 -1
  16. {diracx_client-0.0.1a40/src/diracx/client/_generated/aio → diracx_client-0.0.1a42/src/diracx/client/_generated}/operations/__init__.py +1 -1
  17. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/_generated/operations/_operations.py +2 -6
  18. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/.gitignore +0 -0
  19. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/README.md +0 -0
  20. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/pyproject.toml +0 -0
  21. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/_diracx_client_importer.pth +0 -0
  22. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/_client_importer.py +0 -0
  23. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/__init__.py +0 -0
  24. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/_generated/_patch.py +0 -0
  25. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/_generated/aio/_patch.py +0 -0
  26. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/_generated/aio/operations/_patch.py +0 -0
  27. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/_generated/models/_patch.py +0 -0
  28. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/_generated/operations/_patch.py +0 -0
  29. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/_generated/py.typed +0 -0
  30. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/aio.py +0 -0
  31. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/models.py +0 -0
  32. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/patches/auth/aio.py +0 -0
  33. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/patches/auth/common.py +0 -0
  34. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/patches/auth/sync.py +0 -0
  35. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/patches/client/aio.py +0 -0
  36. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/patches/client/common.py +0 -0
  37. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/patches/client/sync.py +0 -0
  38. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/patches/jobs/aio.py +0 -0
  39. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/patches/jobs/common.py +0 -0
  40. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/patches/jobs/sync.py +0 -0
  41. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/patches/utils.py +0 -0
  42. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/py.typed +0 -0
  43. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/src/diracx/client/sync.py +0 -0
  44. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/tests/test_auth.py +0 -0
  45. {diracx_client-0.0.1a40 → diracx_client-0.0.1a42}/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.1a40
3
+ Version: 0.0.1a42
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.2)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.3)
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.2)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.3)
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.32.2)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.3)
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.2)
4
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.3)
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.2)
2
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.3)
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.2)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.3)
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.2)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.3)
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.32.2)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.3)
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.2)
2
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.3)
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.2)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.3)
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,11 +1,11 @@
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.2)
4
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.3)
5
5
  # Changes may cause incorrect behavior and will be lost if the code is regenerated.
6
6
  # --------------------------------------------------------------------------
7
+ from collections.abc import MutableMapping
7
8
  from io import IOBase
8
- import sys
9
9
  from typing import Any, Callable, Dict, IO, List, Optional, TypeVar, Union, overload
10
10
 
11
11
  from azure.core import AsyncPipelineClient, MatchConditions
@@ -57,10 +57,6 @@ from ...operations._operations import (
57
57
  from .._configuration import DiracConfiguration
58
58
  from .._vendor import raise_if_not_implemented
59
59
 
60
- if sys.version_info >= (3, 9):
61
- from collections.abc import MutableMapping
62
- else:
63
- from typing import MutableMapping # type: ignore
64
60
  T = TypeVar("T")
65
61
  ClsType = Optional[
66
62
  Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]
@@ -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.2)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.3)
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.2)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.3)
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.2)
4
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.3)
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.2)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.3)
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,11 +1,11 @@
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.2)
4
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.4, generator: @autorest/python@6.32.3)
5
5
  # Changes may cause incorrect behavior and will be lost if the code is regenerated.
6
6
  # --------------------------------------------------------------------------
7
+ from collections.abc import MutableMapping
7
8
  from io import IOBase
8
- import sys
9
9
  from typing import Any, Callable, Dict, IO, List, Optional, TypeVar, Union, overload
10
10
 
11
11
  from azure.core import MatchConditions, PipelineClient
@@ -28,10 +28,6 @@ from .._configuration import DiracConfiguration
28
28
  from .._serialization import Deserializer, Serializer
29
29
  from .._vendor import prep_if_match, prep_if_none_match, raise_if_not_implemented
30
30
 
31
- if sys.version_info >= (3, 9):
32
- from collections.abc import MutableMapping
33
- else:
34
- from typing import MutableMapping # type: ignore
35
31
  T = TypeVar("T")
36
32
  ClsType = Optional[
37
33
  Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]