truefoundry 0.2.8rc1__tar.gz → 0.2.9__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.
Potentially problematic release.
This version of truefoundry might be problematic. Click here for more details.
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/PKG-INFO +8 -8
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/README.md +1 -1
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/pyproject.toml +14 -12
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/deploy/cli/cli.py +1 -10
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/__init__.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/autodeploy/__init__.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/autodeploy/agents/__init__.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/autodeploy/agents/base.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/autodeploy/agents/developer.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/autodeploy/agents/project_identifier.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/autodeploy/agents/tester.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/autodeploy/cli.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/autodeploy/constants.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/autodeploy/exception.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/autodeploy/logger.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/autodeploy/tools/__init__.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/autodeploy/tools/ask.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/autodeploy/tools/base.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/autodeploy/tools/commit.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/autodeploy/tools/docker_build.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/autodeploy/tools/docker_run.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/autodeploy/tools/file_type_counts.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/autodeploy/tools/list_files.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/autodeploy/tools/read_file.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/autodeploy/tools/send_request.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/autodeploy/tools/write_file.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/autodeploy/utils/client.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/autodeploy/utils/diff.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/autodeploy/utils/pydantic_compat.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/cli/__init__.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/cli/__main__.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/deploy/__init__.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/deploy/cli/__init__.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/deploy/cli/deploy.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/deploy/cli/version.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/langchain/__init__.py +0 -0
- {truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/ml/__init__.py +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: truefoundry
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.9
|
|
4
4
|
Summary: Truefoundry CLI
|
|
5
5
|
Author: Abhishek Choudhary
|
|
6
|
-
Author-email:
|
|
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
|
|
17
|
-
Requires-Dist: gitpython (>=3.1.43,<
|
|
18
|
-
Requires-Dist: mlfoundry (==0.11.
|
|
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,<
|
|
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.
|
|
24
|
+
Requires-Dist: servicefoundry (==0.10.16)
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
26
26
|
|
|
27
|
-
#
|
|
27
|
+
# TrueFoundry
|
|
28
28
|
|
|
29
29
|
TrueFoundry library to help you interact with the platform programmatically by
|
|
30
30
|
|
|
@@ -1,28 +1,30 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "truefoundry"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.9"
|
|
4
4
|
description = "Truefoundry CLI"
|
|
5
|
-
authors = ["Abhishek Choudhary <
|
|
5
|
+
authors = ["Abhishek Choudhary <abhishek@truefoundry.com>"]
|
|
6
6
|
readme = "README.md"
|
|
7
7
|
|
|
8
8
|
[tool.poetry.dependencies]
|
|
9
|
-
python = "
|
|
10
|
-
servicefoundry = "0.10.
|
|
11
|
-
mlfoundry = { version = "0.11.
|
|
12
|
-
openai = "
|
|
13
|
-
docker = "
|
|
9
|
+
python = ">=3.8,<3.13"
|
|
10
|
+
servicefoundry = "0.10.16"
|
|
11
|
+
mlfoundry = { version = "0.11.1", optional = true }
|
|
12
|
+
openai = ">=1.16.2,<2.0.0"
|
|
13
|
+
docker = ">=7.0.0,<8.0.0"
|
|
14
14
|
pydantic = ">=1.10.0,<3"
|
|
15
|
-
rich = "
|
|
15
|
+
rich = ">=13.7.1,<14.0.0"
|
|
16
16
|
requests = ">=2.31.0,<3.0.0"
|
|
17
|
-
python-dotenv = "
|
|
18
|
-
gitignorefile = "
|
|
19
|
-
gitpython = "
|
|
17
|
+
python-dotenv = ">=1.0.1,<1.1.0"
|
|
18
|
+
gitignorefile = ">=1.1.2,<1.2.0"
|
|
19
|
+
gitpython = ">=3.1.43,<3.2.0"
|
|
20
20
|
|
|
21
21
|
[tool.poetry.extras]
|
|
22
22
|
ml = ["mlfoundry"]
|
|
23
23
|
|
|
24
24
|
[tool.poetry.group.dev.dependencies]
|
|
25
|
-
ruff = "
|
|
25
|
+
ruff = ">=0.4.10"
|
|
26
|
+
pre-commit = ">=3.5.0,<4.0.0"
|
|
27
|
+
pytest = ">=8.2.2,<9.0.0"
|
|
26
28
|
|
|
27
29
|
[tool.poetry-dynamic-versioning]
|
|
28
30
|
enable = false
|
|
@@ -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())
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry-0.2.8rc1 → truefoundry-0.2.9}/truefoundry/autodeploy/agents/project_identifier.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|