llama-index-readers-trello


Namellama-index-readers-trello JSON
Version 0.1.3 PyPI version JSON
download
home_page
Summaryllama-index readers trello integration
upload_time2024-02-21 21:00:25
maintainerbluzir
docs_urlNone
authorYour Name
requires_python>=3.8.1,<4.0
licenseMIT
keywords trello
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Trello Loader

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.

```python
from llama_index import download_loader
import os

TrelloReader = download_loader("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.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "llama-index-readers-trello",
    "maintainer": "bluzir",
    "docs_url": null,
    "requires_python": ">=3.8.1,<4.0",
    "maintainer_email": "",
    "keywords": "trello",
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/59/5a/afca5cda027ce648387c2a8f089b98c8de349fe548f0b5f0b81300f380a5/llama_index_readers_trello-0.1.3.tar.gz",
    "platform": null,
    "description": "# Trello Loader\n\nThis 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\nload in the corresponding Document objects representing Trello cards.\n\n## Usage\n\nHere's an example usage of the TrelloReader.\n\n```python\nfrom llama_index import download_loader\nimport os\n\nTrelloReader = download_loader(\"TrelloReader\")\n\nreader = TrelloReader(\"<Trello_API_KEY>\", \"<Trello_API_TOKEN>\")\ndocuments = reader.load_data(board_id=\"<BOARD_ID>\")\n```\n\nThis 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\nexamples.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "llama-index readers trello integration",
    "version": "0.1.3",
    "project_urls": null,
    "split_keywords": [
        "trello"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "969501aac22c30392a3cf1b1b6fa8fb8b10ee2008b27bf6c4f1f27e66a013e57",
                "md5": "ffeb6820cb0a032ce55af227f93742d1",
                "sha256": "dc24746ae5d1d260f55379c9f216a6543e3f5c84f4892df26fa838b615a0b3f9"
            },
            "downloads": -1,
            "filename": "llama_index_readers_trello-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ffeb6820cb0a032ce55af227f93742d1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.1,<4.0",
            "size": 2437,
            "upload_time": "2024-02-21T21:00:18",
            "upload_time_iso_8601": "2024-02-21T21:00:18.663825Z",
            "url": "https://files.pythonhosted.org/packages/96/95/01aac22c30392a3cf1b1b6fa8fb8b10ee2008b27bf6c4f1f27e66a013e57/llama_index_readers_trello-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "595aafca5cda027ce648387c2a8f089b98c8de349fe548f0b5f0b81300f380a5",
                "md5": "0fcac81d8da77567f1a08e229eac780a",
                "sha256": "8d1fe933edf3f2f6bee365e531e9fc7f8e6bce321a4728ac1da62cf68abbfb1e"
            },
            "downloads": -1,
            "filename": "llama_index_readers_trello-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "0fcac81d8da77567f1a08e229eac780a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.1,<4.0",
            "size": 2223,
            "upload_time": "2024-02-21T21:00:25",
            "upload_time_iso_8601": "2024-02-21T21:00:25.203526Z",
            "url": "https://files.pythonhosted.org/packages/59/5a/afca5cda027ce648387c2a8f089b98c8de349fe548f0b5f0b81300f380a5/llama_index_readers_trello-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-21 21:00:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-readers-trello"
}
        
Elapsed time: 0.18107s