A client library for accessing langfuse
Project description
Langfuse Python SDK
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
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_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
- Generate Fern Python SDK in langfuse and copy the files generated in
generated/pythoninto thelangfuse/apifolder in this repo. - Rebuild and deploy the package to PyPi.
Deployment
poetry version patchpoetry version prepatchfor pre-release versions
poetry buildpoetry publish- Create PyPi API token: https://pypi.org/manage/account/token/
- Setup:
poetry config pypi-token.pypi your-api-token
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-1.0.2.tar.gz
(18.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
langfuse-1.0.2-py3-none-any.whl
(42.9 kB
view details)
File details
Details for the file langfuse-1.0.2.tar.gz.
File metadata
- Download URL: langfuse-1.0.2.tar.gz
- Upload date:
- Size: 18.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Darwin/22.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11e85b54b39fee68534be673278098e94e82746bf2768bf293e0d6f76f7bfe07
|
|
| MD5 |
df577920215937d1283080583144bdd1
|
|
| BLAKE2b-256 |
54c4ceb676176674676732c0fb1839e6409165d2b4a725dc37c1b2a126ddb839
|
File details
Details for the file langfuse-1.0.2-py3-none-any.whl.
File metadata
- Download URL: langfuse-1.0.2-py3-none-any.whl
- Upload date:
- Size: 42.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Darwin/22.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cf73d50bde7a7deae581c9817ca54df28b9d15fee0d1fcbbf60cf419a54b112
|
|
| MD5 |
1e29f07b2da450270da5c95d62181c2c
|
|
| BLAKE2b-256 |
1e66d94a9603231af57cdeca3eb7d5edd260af078e01cff4c27d516da6c7c56f
|