llama-index-readers-mondaydotcom


Namellama-index-readers-mondaydotcom JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
Summaryllama-index readers mondaydotcom integration
upload_time2024-11-18 00:18:23
maintainernadavgr
docs_urlNone
authorYour Name
requires_python<4.0,>=3.9
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.9",
    "maintainer_email": null,
    "keywords": "monday, mondaydotcom",
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/89/64/27f1e49db9553fca5c0515d1531e79e6864a79038ce04bf6d07a38675115/llama_index_readers_mondaydotcom-0.3.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.3.0",
    "project_urls": null,
    "split_keywords": [
        "monday",
        " mondaydotcom"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "638791bd08b27b17a76ca7d7a91825b19290da1e97b909317e93b013650fe52d",
                "md5": "34b814873762b963ca8e9d2f13c256c6",
                "sha256": "32fb215c81a336a1e88ff8a091df7bad83bbb8642d40ce03ee0cc793b599dab5"
            },
            "downloads": -1,
            "filename": "llama_index_readers_mondaydotcom-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "34b814873762b963ca8e9d2f13c256c6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 2924,
            "upload_time": "2024-11-18T00:18:23",
            "upload_time_iso_8601": "2024-11-18T00:18:23.018210Z",
            "url": "https://files.pythonhosted.org/packages/63/87/91bd08b27b17a76ca7d7a91825b19290da1e97b909317e93b013650fe52d/llama_index_readers_mondaydotcom-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "896427f1e49db9553fca5c0515d1531e79e6864a79038ce04bf6d07a38675115",
                "md5": "56a3fd7a9611fe63b9a09696a5096efe",
                "sha256": "1704318808f53ac328cdbba720760084a3d61744cbed65ec9ef0709dc6b5ff31"
            },
            "downloads": -1,
            "filename": "llama_index_readers_mondaydotcom-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "56a3fd7a9611fe63b9a09696a5096efe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 2643,
            "upload_time": "2024-11-18T00:18:23",
            "upload_time_iso_8601": "2024-11-18T00:18:23.938413Z",
            "url": "https://files.pythonhosted.org/packages/89/64/27f1e49db9553fca5c0515d1531e79e6864a79038ce04bf6d07a38675115/llama_index_readers_mondaydotcom-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-18 00:18:23",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-readers-mondaydotcom"
}
        
Elapsed time: 0.35116s