Latta AI Vanilla Python Recorder
Project description
Latta Vanilla Python recorder
- Install Latta AI package via pip
pip install latta-python-recorder
- Wrap whole application into Latta
from latta_python_recorder import Latta
latta = Latta('api-key')
@latta.wrap
def divide(x, y):
return x / y
Latta is typed like this Latta(api_key: str, instance_id: Optional[str]=None, options: Optional[LattaOptions]=None)
User can also specify extra options, for now just device type, the rest of options we collect Latta takes automatically on its own.
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
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
File details
Details for the file latta_python_recorder-0.0.3.tar.gz.
File metadata
- Download URL: latta_python_recorder-0.0.3.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
646de4fb4644f017586cf3ed024ed356b6d2a1812e9cf034b5276bb11badb884
|
|
| MD5 |
387ff7493dbac4733e08d5ddc91194f6
|
|
| BLAKE2b-256 |
f7e8d8448bcf4e1cb2362d310a79c276e1ac273c7e507ede64e1e0203494b2d3
|
File details
Details for the file latta_python_recorder-0.0.3-py3-none-any.whl.
File metadata
- Download URL: latta_python_recorder-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe01f8cb63fa03f9d2e644eec44b8af04c51ed66f5ac36c2ddc011aa446da305
|
|
| MD5 |
206472e8b65b295c3de71670c8f39641
|
|
| BLAKE2b-256 |
a802b090cc7265e1d927a72831b625680bbc45049140d23a9f8364674bcb4f2c
|