llama-index-readers-asana


Namellama-index-readers-asana JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
Summaryllama-index readers asana integration
upload_time2024-08-22 05:46:37
maintainerdaveey
docs_urlNone
authorYour Name
requires_python<4.0,>=3.8.1
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Asana Loader

```bash
pip install llama-index-readers-asana
```

This loader loads documents from Asana. The user specifies an API token to initialize the AsanaReader. They then specify a `workspace_id` OR a `project_id` to load in the corresponding Document objects.

## Usage

Here's an example usage of the AsanaReader.

```python
import os

from llama_index.readers.asana import AsanaReader

reader = AsanaReader("<ASANA_TOKEN>")

# Option 1
documents = reader.load_data(workspace_id="<WORKSPACE_ID>")

# Option 2
documents = reader.load_data(project_id="<PROJECT_ID>")
```

This loader is designed to be used as a way to load data into [LlamaIndex](https://github.com/run-llama/llama_index/).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "llama-index-readers-asana",
    "maintainer": "daveey",
    "docs_url": null,
    "requires_python": "<4.0,>=3.8.1",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/42/c7/d332aa85c9b989fea5ce8506790362961c6e95c0075c7f0e42c1c034394a/llama_index_readers_asana-0.2.0.tar.gz",
    "platform": null,
    "description": "# Asana Loader\n\n```bash\npip install llama-index-readers-asana\n```\n\nThis loader loads documents from Asana. The user specifies an API token to initialize the AsanaReader. They then specify a `workspace_id` OR a `project_id` to load in the corresponding Document objects.\n\n## Usage\n\nHere's an example usage of the AsanaReader.\n\n```python\nimport os\n\nfrom llama_index.readers.asana import AsanaReader\n\nreader = AsanaReader(\"<ASANA_TOKEN>\")\n\n# Option 1\ndocuments = reader.load_data(workspace_id=\"<WORKSPACE_ID>\")\n\n# Option 2\ndocuments = reader.load_data(project_id=\"<PROJECT_ID>\")\n```\n\nThis loader is designed to be used as a way to load data into [LlamaIndex](https://github.com/run-llama/llama_index/).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "llama-index readers asana integration",
    "version": "0.2.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "abe805f5c109bf992f4630fc408713d1aecac0d589c4f325362e787c4a607ba0",
                "md5": "8e7d42dd37c8c5f235a95efa8e6d156b",
                "sha256": "ad04c6819926c35268a892ecb72b135ddb79344ee49e672b8fa34f0a2eb9e6ca"
            },
            "downloads": -1,
            "filename": "llama_index_readers_asana-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8e7d42dd37c8c5f235a95efa8e6d156b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8.1",
            "size": 2983,
            "upload_time": "2024-08-22T05:46:35",
            "upload_time_iso_8601": "2024-08-22T05:46:35.808671Z",
            "url": "https://files.pythonhosted.org/packages/ab/e8/05f5c109bf992f4630fc408713d1aecac0d589c4f325362e787c4a607ba0/llama_index_readers_asana-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42c7d332aa85c9b989fea5ce8506790362961c6e95c0075c7f0e42c1c034394a",
                "md5": "100eab423eab8e641057ea27414a671d",
                "sha256": "20395536d14f635fe0fd3252ae70c58aea37eb71de10da8a9e32fd3febb3dba5"
            },
            "downloads": -1,
            "filename": "llama_index_readers_asana-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "100eab423eab8e641057ea27414a671d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8.1",
            "size": 2781,
            "upload_time": "2024-08-22T05:46:37",
            "upload_time_iso_8601": "2024-08-22T05:46:37.158208Z",
            "url": "https://files.pythonhosted.org/packages/42/c7/d332aa85c9b989fea5ce8506790362961c6e95c0075c7f0e42c1c034394a/llama_index_readers_asana-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-22 05:46:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-readers-asana"
}
        
Elapsed time: 0.29916s