langfuse_web


Namelangfuse_web JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/invisiblethreat/langfuse_web
SummarySupport for Langfuse operations not handed in the API library
upload_time2024-03-25 18:27:58
maintainerNone
docs_urlNone
authorScott Walsh
requires_python>=3.8
licenseNone
keywords langfuse prompts
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # langfuse-web

Not all of the methods you might need for interacting with Langfuse are
available through their API library. This makes use of `requests.Session` to use
the web interface pull all prompts and delete prompts.

### Functions

- `get_all_prompts`
- `delete_prompt`

### Setup

The following environment variables are expected to exist:
```
LANGFUSE_HOST
LANGFUSE_PROJECT
LANGFUSE_EMAIL
LANGFUSE_PASSWORD
```

`pip3 install python-dotenv` and employing an `.env` file is a method frequently
employed to manage this requirement

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/invisiblethreat/langfuse_web",
    "name": "langfuse_web",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "langfuse, prompts",
    "author": "Scott Walsh",
    "author_email": "scott@invisiblethreat.ca",
    "download_url": "https://files.pythonhosted.org/packages/83/1f/5fefd218daa5576d0c47ec1c8687d848293290d289c0a8dabf585f7c11b6/langfuse_web-0.0.6.tar.gz",
    "platform": null,
    "description": "# langfuse-web\n\nNot all of the methods you might need for interacting with Langfuse are\navailable through their API library. This makes use of `requests.Session` to use\nthe web interface pull all prompts and delete prompts.\n\n### Functions\n\n- `get_all_prompts`\n- `delete_prompt`\n\n### Setup\n\nThe following environment variables are expected to exist:\n```\nLANGFUSE_HOST\nLANGFUSE_PROJECT\nLANGFUSE_EMAIL\nLANGFUSE_PASSWORD\n```\n\n`pip3 install python-dotenv` and employing an `.env` file is a method frequently\nemployed to manage this requirement\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Support for Langfuse operations not handed in the API library",
    "version": "0.0.6",
    "project_urls": {
        "Documentation": "https://github.com/invisiblethreat/langfuse_web/blob/main/README.md",
        "Homepage": "https://github.com/invisiblethreat/langfuse_web",
        "Repository": "https://github.com/invisiblethreat/langfuse_web"
    },
    "split_keywords": [
        "langfuse",
        " prompts"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e7576f272c2ab2a1a3c532a573f4c3a18e8fd7d5ab89dc3dd41c50837af779d",
                "md5": "c0000a1b6bbefb56ef05039c296805f1",
                "sha256": "9b02bc6f75de71021b3a03c18f02db7d55427e193f58923d5aeed30e4a4aad7c"
            },
            "downloads": -1,
            "filename": "langfuse_web-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c0000a1b6bbefb56ef05039c296805f1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3145,
            "upload_time": "2024-03-25T18:27:56",
            "upload_time_iso_8601": "2024-03-25T18:27:56.880637Z",
            "url": "https://files.pythonhosted.org/packages/6e/75/76f272c2ab2a1a3c532a573f4c3a18e8fd7d5ab89dc3dd41c50837af779d/langfuse_web-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "831f5fefd218daa5576d0c47ec1c8687d848293290d289c0a8dabf585f7c11b6",
                "md5": "3615b17ea8eecc74b73459a95736efa8",
                "sha256": "32ed536bc04d0451867ce5b435b618d3bfef4646c8c43a70f392c4b8ece915f2"
            },
            "downloads": -1,
            "filename": "langfuse_web-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "3615b17ea8eecc74b73459a95736efa8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2639,
            "upload_time": "2024-03-25T18:27:58",
            "upload_time_iso_8601": "2024-03-25T18:27:58.015299Z",
            "url": "https://files.pythonhosted.org/packages/83/1f/5fefd218daa5576d0c47ec1c8687d848293290d289c0a8dabf585f7c11b6/langfuse_web-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-25 18:27:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "invisiblethreat",
    "github_project": "langfuse_web",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "langfuse_web"
}
        
Elapsed time: 0.19071s