truefoundry 0.2.8rc1__py3-none-any.whl → 0.2.9__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.

Potentially problematic release.


This version of truefoundry might be problematic. Click here for more details.

@@ -5,11 +5,11 @@ import rich_click as click
5
5
  from servicefoundry import logger
6
6
  from servicefoundry.cli.commands import (
7
7
  deploy_patch_v2_command,
8
+ get_apply_command,
8
9
  get_delete_command,
9
10
  get_login_command,
10
11
  get_logout_command,
11
12
  get_patch_command,
12
- get_apply_command,
13
13
  )
14
14
  from servicefoundry.cli.config import CliConfig
15
15
  from servicefoundry.cli.const import GROUP_CLS
@@ -38,20 +38,11 @@ def create_truefoundry_cli():
38
38
  """
39
39
  cli = truefoundry_cli
40
40
  cli.add_command(get_login_command())
41
- # cli.add_command(get_get_command())
42
- # cli.add_command(get_list_command())
43
41
  cli.add_command(get_delete_command())
44
- # cli.add_command(get_create_command())
45
- # cli.add_command(get_redeploy_command())
46
42
  cli.add_command(get_logout_command())
47
- # cli.add_command(get_build_command())
48
43
  cli.add_command(deploy_v2_command)
49
44
  cli.add_command(deploy_patch_v2_command)
50
45
  cli.add_command(get_apply_command())
51
- # cli.add_command(get_build_logs_command())
52
- # cli.add_command(get_logs_command())
53
- # cli.add_command(get_trigger_command())
54
- # cli.add_command(get_terminate_command())
55
46
 
56
47
  if not (sys.platform.startswith("win32") or sys.platform.startswith("cygwin")):
57
48
  cli.add_command(get_patch_command())
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: truefoundry
3
- Version: 0.2.8rc1
3
+ Version: 0.2.9
4
4
  Summary: Truefoundry CLI
5
5
  Author: Abhishek Choudhary
6
- Author-email: abhichoudhary06@gmail.com
6
+ Author-email: abhishek@truefoundry.com
7
7
  Requires-Python: >=3.8,<3.13
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Programming Language :: Python :: 3.8
@@ -13,18 +13,18 @@ Classifier: Programming Language :: Python :: 3.11
13
13
  Classifier: Programming Language :: Python :: 3.12
14
14
  Provides-Extra: ml
15
15
  Requires-Dist: docker (>=7.0.0,<8.0.0)
16
- Requires-Dist: gitignorefile (>=1.1.2,<2.0.0)
17
- Requires-Dist: gitpython (>=3.1.43,<4.0.0)
18
- Requires-Dist: mlfoundry (==0.11.0rc1) ; extra == "ml"
16
+ Requires-Dist: gitignorefile (>=1.1.2,<1.2.0)
17
+ Requires-Dist: gitpython (>=3.1.43,<3.2.0)
18
+ Requires-Dist: mlfoundry (==0.11.1) ; extra == "ml"
19
19
  Requires-Dist: openai (>=1.16.2,<2.0.0)
20
20
  Requires-Dist: pydantic (>=1.10.0,<3)
21
- Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
21
+ Requires-Dist: python-dotenv (>=1.0.1,<1.1.0)
22
22
  Requires-Dist: requests (>=2.31.0,<3.0.0)
23
23
  Requires-Dist: rich (>=13.7.1,<14.0.0)
24
- Requires-Dist: servicefoundry (==0.10.15)
24
+ Requires-Dist: servicefoundry (==0.10.16)
25
25
  Description-Content-Type: text/markdown
26
26
 
27
- # Truefoundry
27
+ # TrueFoundry
28
28
 
29
29
  TrueFoundry library to help you interact with the platform programmatically by
30
30
 
@@ -27,12 +27,12 @@ truefoundry/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
27
  truefoundry/cli/__main__.py,sha256=Jap_IddZ9zNyMIyIkCw75xHQCN0WtV2dPZJ_pzdLsVc,916
28
28
  truefoundry/deploy/__init__.py,sha256=wDQq3y-t9zOEOVA61t15fRpAVQSpBtiWTyW5hVn1iz4,43
29
29
  truefoundry/deploy/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
- truefoundry/deploy/cli/cli.py,sha256=v17JViQ0GCsmVZcKGKA3jbn1GszFJ9hCZGxo3oj61o0,3207
30
+ truefoundry/deploy/cli/cli.py,sha256=zcrdE9lzmHVvZo0z5f5cycwcD1H3IWmKCGzRpbWsBes,2809
31
31
  truefoundry/deploy/cli/deploy.py,sha256=PRIHiFWDArbjwzKNlWJNvwrlq66appuMnJiatZNWQ9s,4767
32
32
  truefoundry/deploy/cli/version.py,sha256=-wbVGV2uJ2DVdmoji4rGfVIROKTXG5_7G6DRXjGj_fE,127
33
33
  truefoundry/langchain/__init__.py,sha256=kQrM0qr2EoB-EFaPkVVVcmSBSJ8KsQzv0nx-LGzmCRo,53
34
34
  truefoundry/ml/__init__.py,sha256=yFjvF-e1RW488vLHgn5M7TXoajqww6grkKHb3mhqDEw,179
35
- truefoundry-0.2.8rc1.dist-info/METADATA,sha256=KtScjaqQY8C2uyIyJAVSSI_wDw7QpxO5lIWWnc5KycA,1842
36
- truefoundry-0.2.8rc1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
37
- truefoundry-0.2.8rc1.dist-info/entry_points.txt,sha256=TXvUxQkI6zmqJuycPsyxEIMr3oqfDjgrWj0m_9X12x4,95
38
- truefoundry-0.2.8rc1.dist-info/RECORD,,
35
+ truefoundry-0.2.9.dist-info/METADATA,sha256=l_Z7GEXCoHhhPelQPIYfckVMMlUu-VPZBNansPQXaG8,1835
36
+ truefoundry-0.2.9.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
37
+ truefoundry-0.2.9.dist-info/entry_points.txt,sha256=TXvUxQkI6zmqJuycPsyxEIMr3oqfDjgrWj0m_9X12x4,95
38
+ truefoundry-0.2.9.dist-info/RECORD,,