diracx-client 0.0.1a12__tar.gz → 0.0.1a14__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/PKG-INFO +1 -1
  2. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/__init__.py +1 -1
  3. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/_client.py +1 -1
  4. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/_configuration.py +1 -1
  5. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/_vendor.py +1 -1
  6. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/aio/__init__.py +1 -1
  7. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/aio/_client.py +1 -1
  8. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/aio/_configuration.py +1 -1
  9. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/aio/_vendor.py +1 -1
  10. {diracx-client-0.0.1a12/src/diracx/client → diracx_client-0.0.1a14/src/diracx/client/aio}/operations/__init__.py +1 -1
  11. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/aio/operations/_operations.py +366 -40
  12. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/models/__init__.py +5 -3
  13. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/models/_enums.py +13 -6
  14. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/models/_models.py +1 -1
  15. {diracx-client-0.0.1a12/src/diracx/client/aio → diracx_client-0.0.1a14/src/diracx/client}/operations/__init__.py +1 -1
  16. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/operations/_operations.py +473 -40
  17. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx_client.egg-info/PKG-INFO +1 -1
  18. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/README.md +0 -0
  19. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/pyproject.toml +0 -0
  20. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/setup.cfg +0 -0
  21. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/_patch.py +0 -0
  22. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/_serialization.py +0 -0
  23. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/aio/_patch.py +0 -0
  24. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/aio/operations/_patch.py +0 -0
  25. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/models/_patch.py +0 -0
  26. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/operations/_patch.py +0 -0
  27. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx/client/py.typed +0 -0
  28. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx_client.egg-info/SOURCES.txt +0 -0
  29. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx_client.egg-info/dependency_links.txt +0 -0
  30. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx_client.egg-info/requires.txt +0 -0
  31. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/src/diracx_client.egg-info/top_level.txt +0 -0
  32. {diracx-client-0.0.1a12 → diracx_client-0.0.1a14}/tests/test_regenerate.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: diracx-client
3
- Version: 0.0.1a12
3
+ Version: 0.0.1a14
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.2, generator: @autorest/python@6.13.2)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.9)
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.2, generator: @autorest/python@6.13.2)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.9)
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.2, generator: @autorest/python@6.13.2)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.9)
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.2, generator: @autorest/python@6.13.2)
2
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.9)
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.2, generator: @autorest/python@6.13.2)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.9)
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.2, generator: @autorest/python@6.13.2)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.9)
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.2, generator: @autorest/python@6.13.2)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.9)
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.2, generator: @autorest/python@6.13.2)
2
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.9)
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.2, generator: @autorest/python@6.13.2)
3
+ # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/python@6.13.9)
4
4
  # Changes may cause incorrect behavior and will be lost if the code is regenerated.
5
5
  # --------------------------------------------------------------------------
6
6