Skip to main content

A client library for accessing langfuse

Project description

Langfuse Python SDK

MIT License CI test status PyPI Version GitHub Repo stars Discord YC W23

Installation

[!IMPORTANT] The SDK was rewritten in v2 and released on December 17, 2023. Refer to the v2 migration guide for instructions on updating your code.

pip install langfuse

Full documentation: https://docs.langfuse.com/sdk/python

Langchain documentation: https://docs.langfuse.com/langchain

Development

Add Poetry plugins

poetry self add poetry-dotenv-plugin
poetry self add poetry-bumpversion

Install dependencies

poetry install --all-extras

Add Pre-commit

poetry run pre-commit install

Tests

Setup

  • Add .env based on .env.example

Run

  • Run all
    poetry run pytest -s -v --log-cli-level=INFO
    
  • Run a specific test
    poetry run pytest -s -v --log-cli-level=INFO tests/test_core_sdk.py::test_flush
    
  • E2E tests involving OpenAI and Serp API are usually skipped, remove skip decorators in tests/test_langchain.py to run them.

Update openapi spec

  1. Generate Fern Python SDK in langfuse and copy the files generated in generated/python into the langfuse/api folder in this repo.
  2. Execute the linter by running poetry run ruff format .
  3. Rebuild and deploy the package to PyPi.

Publish release

  1. poetry version patch
    • poetry version prepatch for pre-release versions
  2. poetry install
  3. poetry build
  4. git commit -am "chore: release v{version}"
  5. git push
  6. git tag v{version}
  7. git push --tags
  8. poetry publish
  9. Create a release on GitHub with the changelog

SDK Reference

Note: The generated SDK reference is currently work in progress.

The SDK reference is generated via pdoc. To update the reference, run the following command:

poetry run pdoc -o docs/ --docformat google langfuse

You need to have all extra dependencies installed to generate the reference.

poetry install --all-extras

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

langfuse-2.20.1.tar.gz (61.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

langfuse-2.20.1-py3-none-any.whl (124.6 kB view details)

Uploaded Python 3

File details

Details for the file langfuse-2.20.1.tar.gz.

File metadata

  • Download URL: langfuse-2.20.1.tar.gz
  • Upload date:
  • Size: 61.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.12.2 Darwin/23.4.0

File hashes

Hashes for langfuse-2.20.1.tar.gz
Algorithm Hash digest
SHA256 475316688cca0aac13dfe37a7097a69709d4731efa79c6454f9acd1d10a14140
MD5 689915ee5dc4d342adef7f6d2c497fed
BLAKE2b-256 c4100700f8f7bd7606020eee71bc31dab37d03a12791acb8049c732fe91784ce

See more details on using hashes here.

File details

Details for the file langfuse-2.20.1-py3-none-any.whl.

File metadata

  • Download URL: langfuse-2.20.1-py3-none-any.whl
  • Upload date:
  • Size: 124.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.12.2 Darwin/23.4.0

File hashes

Hashes for langfuse-2.20.1-py3-none-any.whl
Algorithm Hash digest
SHA256 784b47faea6fae1a2e0b3507b8c4904ce313d905a09bea64b0795a3a71a5c692
MD5 d2cc04addefb27db2e62a8fafe16c637
BLAKE2b-256 b5e1bfd6b510db78f3a659711a9d6c4ad85accef5ac7c35da9f373b9f3feabb5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page