truefoundry 0.1.0__py3-none-any.whl → 0.1.2__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.
- truefoundry/langchain/__init__.py +1 -0
- truefoundry-0.1.2.dist-info/METADATA +49 -0
- {truefoundry-0.1.0.dist-info → truefoundry-0.1.2.dist-info}/RECORD +5 -4
- truefoundry-0.1.0.dist-info/METADATA +0 -19
- {truefoundry-0.1.0.dist-info → truefoundry-0.1.2.dist-info}/WHEEL +0 -0
- {truefoundry-0.1.0.dist-info → truefoundry-0.1.2.dist-info}/entry_points.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from servicefoundry.langchain import *
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: truefoundry
|
|
3
|
+
Version: 0.1.2
|
|
4
|
+
Summary: Truefoundry CLI
|
|
5
|
+
Author: Abhishek Choudhary
|
|
6
|
+
Author-email: abhichoudhary06@gmail.com
|
|
7
|
+
Requires-Python: >=3.8,<3.13
|
|
8
|
+
Classifier: Programming Language :: Python :: 3
|
|
9
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
+
Provides-Extra: ml
|
|
15
|
+
Requires-Dist: mlfoundry (==0.10.9) ; extra == "ml"
|
|
16
|
+
Requires-Dist: servicefoundry (==0.10.6)
|
|
17
|
+
Description-Content-Type: text/markdown
|
|
18
|
+
|
|
19
|
+
# Truefoundry
|
|
20
|
+
|
|
21
|
+
TrueFoundry library to help you interact with the platform programmatically by
|
|
22
|
+
|
|
23
|
+
- Interacting with the deployments side of TrueFoundry, enabling you to manage workspaces, deployments, applications, and view logs.
|
|
24
|
+
- Providing experiment tracking capabilities, allowing you to track ML experiments and interact with ML repositories within TrueFoundry.
|
|
25
|
+
|
|
26
|
+
You can access the health of your service, monitoring links, deployed endpoints and track metadata and artifacts by logging on to TrueFoundry's dashboard.
|
|
27
|
+
|
|
28
|
+
## Installation
|
|
29
|
+
|
|
30
|
+
To install the `TrueFoundry CLI`, you can use pip:
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
pip install truefoundry
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
To install the `TrueFoundry CLI` with metadata/artifact tracking, you can use pip:
|
|
37
|
+
|
|
38
|
+
```bash
|
|
39
|
+
pip install truefoundry[ml]
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
## Examples
|
|
43
|
+
|
|
44
|
+
https://github.com/truefoundry/getting-started-examples
|
|
45
|
+
|
|
46
|
+
## Documentation
|
|
47
|
+
|
|
48
|
+
https://docs.truefoundry.com/
|
|
49
|
+
|
|
@@ -2,8 +2,9 @@ truefoundry/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
2
2
|
truefoundry/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
truefoundry/cli/__main__.py,sha256=AOayL_PxcWZ8Qn2fGX_JMvlyd2bhKImFYolxJZh2WI4,794
|
|
4
4
|
truefoundry/deploy/__init__.py,sha256=rY-AcjgSmu0r072rdUNpRkMmDFC7hH9drF5_pIN5jnw,29
|
|
5
|
+
truefoundry/langchain/__init__.py,sha256=R1h2DkLLsVLPh3xVVzU2H_kpN4LNgzx3mPCcGVr2u5g,39
|
|
5
6
|
truefoundry/ml/__init__.py,sha256=SJiI5QimXJETfME2x0iXz8gPn6C22YNiLiEdHIV1g7c,151
|
|
6
|
-
truefoundry-0.1.
|
|
7
|
-
truefoundry-0.1.
|
|
8
|
-
truefoundry-0.1.
|
|
9
|
-
truefoundry-0.1.
|
|
7
|
+
truefoundry-0.1.2.dist-info/METADATA,sha256=UjIwn98qoC0Jwd1wVbKiREJKF4RkLbjFACMe-N5Gy2c,1502
|
|
8
|
+
truefoundry-0.1.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
9
|
+
truefoundry-0.1.2.dist-info/entry_points.txt,sha256=TXvUxQkI6zmqJuycPsyxEIMr3oqfDjgrWj0m_9X12x4,95
|
|
10
|
+
truefoundry-0.1.2.dist-info/RECORD,,
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: truefoundry
|
|
3
|
-
Version: 0.1.0
|
|
4
|
-
Summary: Truefoundry CLI
|
|
5
|
-
Author: Abhishek Choudhary
|
|
6
|
-
Author-email: abhichoudhary06@gmail.com
|
|
7
|
-
Requires-Python: >=3.8,<3.13
|
|
8
|
-
Classifier: Programming Language :: Python :: 3
|
|
9
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
10
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
11
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
-
Provides-Extra: ml
|
|
15
|
-
Requires-Dist: mlfoundry (==0.10.7) ; extra == "ml"
|
|
16
|
-
Requires-Dist: servicefoundry (==0.10.1)
|
|
17
|
-
Description-Content-Type: text/markdown
|
|
18
|
-
|
|
19
|
-
# truefoundry-cli
|
|
File without changes
|
|
File without changes
|