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 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.21.tar.gz
(20.7 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.21-py3-none-any.whl
(46.0 kB
view details)
File details
Details for the file langfuse-1.0.21.tar.gz.
File metadata
- Download URL: langfuse-1.0.21.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Darwin/22.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
998b622d7d6a81043841d05c32dcbab94604c47114d322c3f17ce5e611458c77
|
|
| MD5 |
c2c08c6e531e0bb62a1e63bfe3f55e5f
|
|
| BLAKE2b-256 |
b9677812ad4b7334c30542f10b29fcf20329966752675534dfcd738aa065db69
|
File details
Details for the file langfuse-1.0.21-py3-none-any.whl.
File metadata
- Download URL: langfuse-1.0.21-py3-none-any.whl
- Upload date:
- Size: 46.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Darwin/22.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbfb13276543d8a123f972269f2c23c53b9117db5c05e557bb9ed5a077de510a
|
|
| MD5 |
a33cd10c96bcd39705d8a796fc9ac848
|
|
| BLAKE2b-256 |
1aaeced5fc0ab181ac9b5b36683825cd3f900cd5e5da67e2e5283acf43abdfb6
|