diracx-api 0.1.0__tar.gz → 0.2.0__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: diracx-api
3
- Version: 0.1.0
3
+ Version: 0.2.0
4
4
  Summary: TODO
5
5
  License: GPL-3.0-only
6
6
  Classifier: Intended Audience :: Science/Research
@@ -0,0 +1,3 @@
1
+ from __future__ import annotations
2
+
3
+ __all__ = []
@@ -1,6 +1,6 @@
1
1
  from __future__ import annotations
2
2
 
3
- __all__ = ("create_sandbox", "download_sandbox")
3
+ __all__ = ["create_sandbox", "download_sandbox"]
4
4
 
5
5
  import hashlib
6
6
  import logging
@@ -1,6 +1,6 @@
1
1
  from __future__ import annotations
2
2
 
3
- __all__ = ("with_client",)
3
+ __all__ = ["with_client"]
4
4
 
5
5
  from functools import wraps
6
6
 
@@ -1,5 +0,0 @@
1
- from __future__ import annotations
2
-
3
- __all__ = ("jobs",)
4
-
5
- from . import jobs
File without changes
File without changes
File without changes
File without changes