llama-index-readers-mondaydotcom


Namellama-index-readers-mondaydotcom JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
Summaryllama-index readers mondaydotcom integration
upload_time2024-08-22 06:39:06
maintainernadavgr
docs_urlNone
authorYour Name
requires_python<4.0,>=3.8.1
licenseMIT
keywords monday mondaydotcom
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Monday Loader

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

This loader loads data from monday.com. The user specifies an API token to initialize the MondayReader. They then specify a monday.com board id to load in the corresponding Document objects.

## Usage

Here's an example usage of the MondayReader.

```python
from llama_index.readers.mondaydotcom import MondayReader

reader = MondayReader("<monday_api_token>")
documents = reader.load_data("<board_id: int>")
```

Check out monday.com API docs - [here](https://developer.monday.com/apps/docs/mondayapi)

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "llama-index-readers-mondaydotcom",
    "maintainer": "nadavgr",
    "docs_url": null,
    "requires_python": "<4.0,>=3.8.1",
    "maintainer_email": null,
    "keywords": "monday, mondaydotcom",
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/c9/06/af05058a47b0929225a16d99aa3c2f45f83c8ae27676bdc4d2f066ee0aba/llama_index_readers_mondaydotcom-0.2.0.tar.gz",
    "platform": null,
    "description": "# Monday Loader\n\n```bash\npip install llama-index-readers-mondaydotcom\n```\n\nThis loader loads data from monday.com. The user specifies an API token to initialize the MondayReader. They then specify a monday.com board id to load in the corresponding Document objects.\n\n## Usage\n\nHere's an example usage of the MondayReader.\n\n```python\nfrom llama_index.readers.mondaydotcom import MondayReader\n\nreader = MondayReader(\"<monday_api_token>\")\ndocuments = reader.load_data(\"<board_id: int>\")\n```\n\nCheck out monday.com API docs - [here](https://developer.monday.com/apps/docs/mondayapi)\n\nThis loader is designed to be used as a way to load data into [LlamaIndex](https://github.com/run-llama/llama_index/). See [here](https://github.com/jerryjliu/llama_index) for examples.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "llama-index readers mondaydotcom integration",
    "version": "0.2.0",
    "project_urls": null,
    "split_keywords": [
        "monday",
        " mondaydotcom"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "207b1d974bf9d4eae93e04d7d061895ee362968a6a3323949fc317dd3af94e7c",
                "md5": "cb9a0982858e487e94743bc6f628ba88",
                "sha256": "ceb60d3c224bb496d9af38f1dd36c439e47b3813e836d1b994b1dec7699bc5a7"
            },
            "downloads": -1,
            "filename": "llama_index_readers_mondaydotcom-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cb9a0982858e487e94743bc6f628ba88",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8.1",
            "size": 2928,
            "upload_time": "2024-08-22T06:39:05",
            "upload_time_iso_8601": "2024-08-22T06:39:05.523431Z",
            "url": "https://files.pythonhosted.org/packages/20/7b/1d974bf9d4eae93e04d7d061895ee362968a6a3323949fc317dd3af94e7c/llama_index_readers_mondaydotcom-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c906af05058a47b0929225a16d99aa3c2f45f83c8ae27676bdc4d2f066ee0aba",
                "md5": "18cf7572e57a40b656b76aaeaf3414b8",
                "sha256": "e684d56e869daa5940eb897e0dbf62873ef09d0c9e13c6bc3cd665056f7b3ebb"
            },
            "downloads": -1,
            "filename": "llama_index_readers_mondaydotcom-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "18cf7572e57a40b656b76aaeaf3414b8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8.1",
            "size": 2662,
            "upload_time": "2024-08-22T06:39:06",
            "upload_time_iso_8601": "2024-08-22T06:39:06.868739Z",
            "url": "https://files.pythonhosted.org/packages/c9/06/af05058a47b0929225a16d99aa3c2f45f83c8ae27676bdc4d2f066ee0aba/llama_index_readers_mondaydotcom-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-22 06:39:06",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-readers-mondaydotcom"
}
        
Elapsed time: 0.68937s