rakam-eval-sdk 0.2.0rc1__py3-none-any.whl → 0.2.0rc2__py3-none-any.whl

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.
rakam_eval_sdk/cli.py CHANGED
@@ -29,9 +29,10 @@ console = Console()
29
29
  PROJECT_ROOT = os.path.abspath(".")
30
30
  if PROJECT_ROOT not in sys.path:
31
31
  sys.path.insert(0, PROJECT_ROOT)
32
+ list_app = typer.Typer(help="List resources")
33
+ app.add_typer(list_app, name="list")
32
34
 
33
-
34
- @app.command()
35
+ @list_app.command("eval")
35
36
  def list(
36
37
  directory: Path = typer.Argument(
37
38
  Path("./eval"),
@@ -65,8 +66,7 @@ def list(
65
66
  typer.echo(f"No @{TARGET_DECORATOR} functions found.")
66
67
 
67
68
 
68
- list_app = typer.Typer(help="List resources")
69
- app.add_typer(list_app, name="list")
69
+
70
70
 
71
71
 
72
72
  @list_app.command("runs")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: rakam-eval-sdk
3
- Version: 0.2.0rc1
3
+ Version: 0.2.0rc2
4
4
  Summary: Evaluation Framework SDK
5
5
  Author: Mohamed Bachar Touil
6
6
  License: MIT
@@ -1,10 +1,10 @@
1
1
  rakam_eval_sdk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- rakam_eval_sdk/cli.py,sha256=eEfBIPcE8vrXsLc1pvah7FeQrH3KdmUcm4ndlTURlF4,13590
2
+ rakam_eval_sdk/cli.py,sha256=WNpfbUJvoAt4IuH9ZKSrzq4bqHa0QZir5g0M9FkJmw8,13601
3
3
  rakam_eval_sdk/client.py,sha256=4qUG8cLGqY8026s28uCHM3zFuGDzekLokZZDu7VRJ_8,13077
4
4
  rakam_eval_sdk/decorators.py,sha256=_9VFQmoYWd6cqnNryZJWEwYHQRxY7vIOam4z45zBk3c,1794
5
5
  rakam_eval_sdk/schema.py,sha256=ozNC56ygzR1G6UABjnqnJVAPVcF4rJMH1pUNH0a1K4M,3617
6
6
  rakam_eval_sdk/utils/decorator_utils.py,sha256=g0TjXtG9o4hwhUAFP8GJsXAkjhZhzeseTAg-YBFjj2g,1763
7
- rakam_eval_sdk-0.2.0rc1.dist-info/WHEEL,sha256=eh7sammvW2TypMMMGKgsM83HyA_3qQ5Lgg3ynoecH3M,79
8
- rakam_eval_sdk-0.2.0rc1.dist-info/entry_points.txt,sha256=tNhwmM_UGELb3h0zOfgCrtTheUkP-k8jGv0rTOfRSps,56
9
- rakam_eval_sdk-0.2.0rc1.dist-info/METADATA,sha256=ZPMVvCST3fb48UJSJfa1fj5qyjrLi-pQ3N_J1_4pEnA,6019
10
- rakam_eval_sdk-0.2.0rc1.dist-info/RECORD,,
7
+ rakam_eval_sdk-0.2.0rc2.dist-info/WHEEL,sha256=eh7sammvW2TypMMMGKgsM83HyA_3qQ5Lgg3ynoecH3M,79
8
+ rakam_eval_sdk-0.2.0rc2.dist-info/entry_points.txt,sha256=tNhwmM_UGELb3h0zOfgCrtTheUkP-k8jGv0rTOfRSps,56
9
+ rakam_eval_sdk-0.2.0rc2.dist-info/METADATA,sha256=IokdzEVaNyxqiXYAywxGAAolJA9JI1nIXQxSd7c-bEU,6019
10
+ rakam_eval_sdk-0.2.0rc2.dist-info/RECORD,,