diracx-client 0.0.1a23__tar.gz → 0.0.1a24__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (43) hide show
  1. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/PKG-INFO +2 -2
  2. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/aio.py +2 -0
  3. {diracx_client-0.0.1a23/src/diracx/client/generated/aio → diracx_client-0.0.1a24/src/diracx/client/generated}/__init__.py +1 -1
  4. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/generated/_client.py +1 -1
  5. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/generated/_configuration.py +1 -1
  6. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/generated/_vendor.py +1 -1
  7. {diracx_client-0.0.1a23/src/diracx/client/generated → diracx_client-0.0.1a24/src/diracx/client/generated/aio}/__init__.py +1 -1
  8. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/generated/aio/_client.py +1 -1
  9. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/generated/aio/_configuration.py +1 -1
  10. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/generated/aio/_vendor.py +1 -1
  11. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/generated/aio/operations/__init__.py +1 -1
  12. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/generated/aio/operations/_operations.py +1 -1
  13. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/generated/models/__init__.py +1 -1
  14. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/generated/models/_enums.py +1 -1
  15. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/generated/models/_models.py +1 -1
  16. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/generated/operations/__init__.py +1 -1
  17. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/generated/operations/_operations.py +1 -1
  18. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/models.py +2 -0
  19. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx_client.egg-info/PKG-INFO +2 -2
  20. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/tests/test_auth.py +2 -0
  21. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/tests/test_regenerate.py +2 -0
  22. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/README.md +0 -0
  23. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/pyproject.toml +0 -0
  24. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/setup.cfg +0 -0
  25. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/__init__.py +0 -0
  26. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/extensions.py +0 -0
  27. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/generated/_patch.py +0 -0
  28. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/generated/_serialization.py +0 -0
  29. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/generated/aio/_patch.py +0 -0
  30. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/generated/aio/operations/_patch.py +0 -0
  31. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/generated/models/_patch.py +0 -0
  32. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/generated/operations/_patch.py +0 -0
  33. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/generated/py.typed +0 -0
  34. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/patches/__init__.py +0 -0
  35. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/patches/aio/__init__.py +0 -0
  36. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/patches/aio/utils.py +0 -0
  37. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/patches/utils.py +0 -0
  38. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx/client/py.typed +0 -0
  39. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx_client.egg-info/SOURCES.txt +0 -0
  40. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx_client.egg-info/dependency_links.txt +0 -0
  41. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx_client.egg-info/entry_points.txt +0 -0
  42. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx_client.egg-info/requires.txt +0 -0
  43. {diracx_client-0.0.1a23 → diracx_client-0.0.1a24}/src/diracx_client.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: diracx-client
3
- Version: 0.0.1a23
3
+ Version: 0.0.1a24
4
4
  Summary: TODO
5
5
  License: GPL-3.0-only
6
6
  Classifier: Intended Audience :: Science/Research
@@ -1 +1,3 @@
1
1
  from .patches.aio import DiracClient
2
+
3
+ __all__ = ("DiracClient",)
@@ -1,6 +1,6 @@
1
1
  # coding=utf-8
2
2
  # --------------------------------------------------------------------------
3
- # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.3, generator: @autorest/python@6.27.1)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.3, generator: @autorest/python@6.28.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.3, generator: @autorest/python@6.27.1)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.3, generator: @autorest/python@6.28.0)
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.3, generator: @autorest/python@6.27.1)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.3, generator: @autorest/python@6.28.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.3, generator: @autorest/python@6.27.1)
2
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.3, generator: @autorest/python@6.28.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.3, generator: @autorest/python@6.27.1)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.3, generator: @autorest/python@6.28.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.3, generator: @autorest/python@6.27.1)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.3, generator: @autorest/python@6.28.0)
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.3, generator: @autorest/python@6.27.1)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.3, generator: @autorest/python@6.28.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.3, generator: @autorest/python@6.27.1)
2
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.3, generator: @autorest/python@6.28.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.3, generator: @autorest/python@6.27.1)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.3, generator: @autorest/python@6.28.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.3, generator: @autorest/python@6.27.1)
4
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.3, generator: @autorest/python@6.28.0)
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.3, generator: @autorest/python@6.27.1)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.3, generator: @autorest/python@6.28.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.3, generator: @autorest/python@6.27.1)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.3, generator: @autorest/python@6.28.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.3, generator: @autorest/python@6.27.1)
4
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.3, generator: @autorest/python@6.28.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.3, generator: @autorest/python@6.27.1)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.3, generator: @autorest/python@6.28.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.3, generator: @autorest/python@6.27.1)
4
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.3, generator: @autorest/python@6.28.0)
5
5
  # Changes may cause incorrect behavior and will be lost if the code is regenerated.
6
6
  # --------------------------------------------------------------------------
7
7
  from io import IOBase
@@ -3,3 +3,5 @@ from .generated.models import * # pylint: disable=unused-wildcard-import
3
3
 
4
4
  # TODO: replace with postprocess
5
5
  from .generated.models import DeviceFlowErrorResponse
6
+
7
+ __all__ = ("DeviceFlowErrorResponse",)
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: diracx-client
3
- Version: 0.0.1a23
3
+ Version: 0.0.1a24
4
4
  Summary: TODO
5
5
  License: GPL-3.0-only
6
6
  Classifier: Intended Audience :: Science/Research
@@ -1,3 +1,5 @@
1
+ from __future__ import annotations
2
+
1
3
  import fcntl
2
4
  import json
3
5
  from datetime import datetime, timedelta, timezone
@@ -1,3 +1,5 @@
1
+ from __future__ import annotations
2
+
1
3
  import subprocess
2
4
  from pathlib import Path
3
5