llama-index readers trello integration
Project description
Trello Loader
pip install llama-index-readers-trello
This loader loads documents from Trello. The user specifies an API key and API token to initialize the TrelloReader. They then specify a board_id to load in the corresponding Document objects representing Trello cards.
Usage
Here's an example usage of the TrelloReader.
import os
from llama_index.readers.trello import TrelloReader
reader = TrelloReader("<Trello_API_KEY>", "<Trello_API_TOKEN>")
documents = reader.load_data(board_id="<BOARD_ID>")
This loader is designed to be used as a way to load data into LlamaIndex and/or subsequently used as a Tool in a LangChain Agent. See here for examples.
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 llama_index_readers_trello-0.4.0.tar.gz.
File metadata
- Download URL: llama_index_readers_trello-0.4.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad8e57366510fe7a84de4b3f76e89a92e2799f734594c962ae6efaa0a0f8e22e
|
|
| MD5 |
309a5850ebb6f53da01b8177e6bb7ae6
|
|
| BLAKE2b-256 |
65bf54a83e2303474d6f99af2954cc5d7947b781cf08508bcdc4e771a08c9da8
|
File details
Details for the file llama_index_readers_trello-0.4.0-py3-none-any.whl.
File metadata
- Download URL: llama_index_readers_trello-0.4.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be41aea54ed506f540c5f04cc8b3dcd9ad60272107e2f31d4ada3f2a7a3081e0
|
|
| MD5 |
e8227a5c77cc942303159100b7f7d997
|
|
| BLAKE2b-256 |
f880a705685032982a44dfb1d018d1a3f8c7d087dadf309bb54724d6c313d74f
|