llama-index-readers-hubspot


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

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

This loader loads documents from Hubspot. The user specifies an access token to initialize the HubspotReader.

At the moment, this loader only supports access token authentication. To obtain an access token, you will need to create a private app by following instructions [here](https://developers.hubspot.com/docs/api/private-apps).

## Usage

Here's an example usage of the HubspotReader.

```python
import os

from llama_index.readers.hubspot import HubspotReader

reader = HubspotReader("<HUBSPOT_ACCESS_TOKEN>")
documents = reader.load_data()
```

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-hubspot",
    "maintainer": "ykhli",
    "docs_url": null,
    "requires_python": "<4.0,>=3.8.1",
    "maintainer_email": null,
    "keywords": "hubspot",
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/53/c0/42180dcec35c128ad299a6d91e0c16e1476fa645093149fb23318497c5e5/llama_index_readers_hubspot-0.2.0.tar.gz",
    "platform": null,
    "description": "# Hubspot Loader\n\n```bash\npip install llama-index-readers-hubspot\n```\n\nThis loader loads documents from Hubspot. The user specifies an access token to initialize the HubspotReader.\n\nAt the moment, this loader only supports access token authentication. To obtain an access token, you will need to create a private app by following instructions [here](https://developers.hubspot.com/docs/api/private-apps).\n\n## Usage\n\nHere's an example usage of the HubspotReader.\n\n```python\nimport os\n\nfrom llama_index.readers.hubspot import HubspotReader\n\nreader = HubspotReader(\"<HUBSPOT_ACCESS_TOKEN>\")\ndocuments = reader.load_data()\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 hubspot integration",
    "version": "0.2.0",
    "project_urls": null,
    "split_keywords": [
        "hubspot"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89e47c39fcbc6e2b4fef3d515d4e559406e7492daed6288a0e5833237a532ace",
                "md5": "95de1983a99fd003e434b674debd6a2c",
                "sha256": "0e599e869c4d397e0bba4743f080ce59f5580e83e25e74e27de6a896ea712756"
            },
            "downloads": -1,
            "filename": "llama_index_readers_hubspot-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "95de1983a99fd003e434b674debd6a2c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8.1",
            "size": 2453,
            "upload_time": "2024-08-22T06:17:44",
            "upload_time_iso_8601": "2024-08-22T06:17:44.212981Z",
            "url": "https://files.pythonhosted.org/packages/89/e4/7c39fcbc6e2b4fef3d515d4e559406e7492daed6288a0e5833237a532ace/llama_index_readers_hubspot-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53c042180dcec35c128ad299a6d91e0c16e1476fa645093149fb23318497c5e5",
                "md5": "7bd86fca37deab0995ffdc881cae5849",
                "sha256": "cd6a11600325d3df772098968c85c6f0694512e31fb9c79c1f950702abc5eaa7"
            },
            "downloads": -1,
            "filename": "llama_index_readers_hubspot-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7bd86fca37deab0995ffdc881cae5849",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8.1",
            "size": 2242,
            "upload_time": "2024-08-22T06:17:45",
            "upload_time_iso_8601": "2024-08-22T06:17:45.423871Z",
            "url": "https://files.pythonhosted.org/packages/53/c0/42180dcec35c128ad299a6d91e0c16e1476fa645093149fb23318497c5e5/llama_index_readers_hubspot-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-22 06:17:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-readers-hubspot"
}
        
Elapsed time: 0.42977s