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
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_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.
Publish release
poetry version patchpoetry version prepatchfor pre-release versions
poetry installpoetry 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.1.15.tar.gz
(28.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.1.15-py3-none-any.whl
(65.1 kB
view details)
File details
Details for the file langfuse-1.1.15.tar.gz.
File metadata
- Download URL: langfuse-1.1.15.tar.gz
- Upload date:
- Size: 28.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.0 CPython/3.12.0 Darwin/23.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84c78d99f3efa0d84a6330558849eecfcbaf85b1258c7dfe816f0de74a2ead03
|
|
| MD5 |
4b6b211fef0e160011797410ce79d249
|
|
| BLAKE2b-256 |
40fd6e7bb307128e690a5a5d0371c3175e57d5619a57ee1f9d88e55a6e010492
|
File details
Details for the file langfuse-1.1.15-py3-none-any.whl.
File metadata
- Download URL: langfuse-1.1.15-py3-none-any.whl
- Upload date:
- Size: 65.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.0 CPython/3.12.0 Darwin/23.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76111df5815e28378a50eb421f9a3274250001e5c07d16ea28d5993b73387a64
|
|
| MD5 |
be3e45fcd3f6402d4e1c8b2d3e53ab3e
|
|
| BLAKE2b-256 |
f5737db3c3ac763ac20beb226a5cbf7e60c74c447b045ac96570eb7ad58af4cc
|