truefoundry


Nametruefoundry JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummaryTruefoundry CLI
upload_time2024-05-08 09:54:54
maintainerNone
docs_urlNone
authorAbhishek Choudhary
requires_python<3.13,>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Truefoundry

TrueFoundry library to help you interact with the platform programmatically by

- Interacting with the deployments side of TrueFoundry, enabling you to manage workspaces, deployments, applications, and view logs.
- Providing experiment tracking capabilities, allowing you to track ML experiments and interact with ML repositories within TrueFoundry.

You can access the health of your service, monitoring links, deployed endpoints and track metadata and artifacts by logging on to TrueFoundry's dashboard.

## Installation

To install the `TrueFoundry CLI`, you can use pip:

```bash
pip install truefoundry
```

To install the `TrueFoundry CLI` with metadata/artifact tracking, you can use pip:

```bash
pip install truefoundry[ml]
```

## Examples

https://github.com/truefoundry/getting-started-examples

## Documentation

https://docs.truefoundry.com/


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "truefoundry",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Abhishek Choudhary",
    "author_email": "abhichoudhary06@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/03/e9/fd5773a03813c62216c98d436c714a738ea4f55822f60acfb7c4e0f13f6d/truefoundry-0.2.1.tar.gz",
    "platform": null,
    "description": "# Truefoundry\n\nTrueFoundry library to help you interact with the platform programmatically by\n\n- Interacting with the deployments side of TrueFoundry, enabling you to manage workspaces, deployments, applications, and view logs.\n- Providing experiment tracking capabilities, allowing you to track ML experiments and interact with ML repositories within TrueFoundry.\n\nYou can access the health of your service, monitoring links, deployed endpoints and track metadata and artifacts by logging on to TrueFoundry's dashboard.\n\n## Installation\n\nTo install the `TrueFoundry CLI`, you can use pip:\n\n```bash\npip install truefoundry\n```\n\nTo install the `TrueFoundry CLI` with metadata/artifact tracking, you can use pip:\n\n```bash\npip install truefoundry[ml]\n```\n\n## Examples\n\nhttps://github.com/truefoundry/getting-started-examples\n\n## Documentation\n\nhttps://docs.truefoundry.com/\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Truefoundry CLI",
    "version": "0.2.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72ef5fe6ab9a75663bd47d84a24b5c8ed9415110ff27c32ce5b43e7df8423800",
                "md5": "071a49a34b8395df55966e81d81899ea",
                "sha256": "1256794662e01422f1f23b65cf0291e91f19fd2590da4c5bd1135614b673845b"
            },
            "downloads": -1,
            "filename": "truefoundry-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "071a49a34b8395df55966e81d81899ea",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.8",
            "size": 34337,
            "upload_time": "2024-05-08T09:54:52",
            "upload_time_iso_8601": "2024-05-08T09:54:52.748259Z",
            "url": "https://files.pythonhosted.org/packages/72/ef/5fe6ab9a75663bd47d84a24b5c8ed9415110ff27c32ce5b43e7df8423800/truefoundry-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03e9fd5773a03813c62216c98d436c714a738ea4f55822f60acfb7c4e0f13f6d",
                "md5": "35e0094063ca9a75316f2fbd362ea988",
                "sha256": "ec073cc51f2ba59447a7600815c058917c958e2eb0d152498133d5cbd88cbc78"
            },
            "downloads": -1,
            "filename": "truefoundry-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "35e0094063ca9a75316f2fbd362ea988",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.8",
            "size": 22546,
            "upload_time": "2024-05-08T09:54:54",
            "upload_time_iso_8601": "2024-05-08T09:54:54.405851Z",
            "url": "https://files.pythonhosted.org/packages/03/e9/fd5773a03813c62216c98d436c714a738ea4f55822f60acfb7c4e0f13f6d/truefoundry-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-08 09:54:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "truefoundry"
}
        
Elapsed time: 0.26338s