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/python
into thelangfuse/api
folder in this repo. - Rebuild and deploy the package to PyPi.
Publish release
poetry version patch
poetry version prepatch
for pre-release versions
poetry install
poetry build
git commit -am "chore: release v{version}"
git push
git tag v{version}
git push --tags
poetry publish
- Create PyPi API token: https://pypi.org/manage/account/token/
- Setup:
poetry config pypi-token.pypi your-api-token
- Create a release on GitHub with the changelog
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.12.0.tar.gz
(32.5 kB
view hashes)
Built Distribution
langfuse-1.12.0-py3-none-any.whl
(76.9 kB
view hashes)
Close
Hashes for langfuse-1.12.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1a648c9e5f7afabb49edcad7d4680c2e574c80ea2952c704da8cb8e321b3ad0 |
|
MD5 | a0e98f145d8a055beb2e2320d6635773 |
|
BLAKE2b-256 | 000fbfd3ae43f4251fe19b097d0dbf2f14864cd62b9e7006177832a4c2a8ce3d |