An SDK for observability in Python applications
Project description
Literal AI client
Installation
pip install literalai
Usage
The full documentation is available here.
Create a .env file with the LITERAL_API_KEY environment variable set to your API key.
from literalai import LiteralClient
from dotenv import load_dotenv
load_dotenv()
literalai_client = LiteralClient()
@literalai_client.step(type="run")
def my_step(input):
return f"World"
@literalai_client.thread
def main():
print(my_step("Hello"))
main()
client.flush_and_stop()
print("Done")
Development setup
pip install -r requirements-dev.txt
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
literalai-0.1.300.tar.gz
(68.9 kB
view details)
File details
Details for the file literalai-0.1.300.tar.gz.
File metadata
- Download URL: literalai-0.1.300.tar.gz
- Upload date:
- Size: 68.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f408ebfd0f3251effe55fb84b3bf480c4790a7010d6f30a181b56cd1c3942cfb
|
|
| MD5 |
23022ba821d6992acfbfb92074ebfb4d
|
|
| BLAKE2b-256 |
2575edef16f5a34bcf346a501e4212c5d578f4b487134724eefa48bc12ae5cad
|