Name | llama-index-readers-mbox JSON |
Version |
0.5.0
JSON |
| download |
home_page | None |
Summary | llama-index readers mbox integration |
upload_time | 2025-07-31 02:48:17 |
maintainer | minosvasilias |
docs_url | None |
author | None |
requires_python | <4.0,>=3.9 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# LlamaIndex Readers Integration: Mbox
## Overview
Mbox Reader is a simple reader for mbox (mailbox) files, commonly used for storing email messages. It reads a set of emails saved in the mbox format and extracts them into documents.
### Installation
You can install Mbox Reader via pip:
```bash
pip install llama-index-readers-mbox
```
### Usage
```python
from llama_index.readers.mbox import MboxReader
# Initialize MboxReader
reader = MboxReader()
# Load data from mbox files in the input directory
documents = reader.load_data(input_dir="<Input Directory>")
```
This loader is designed to be used as a way to load data into
[LlamaIndex](https://github.com/run-llama/llama_index/tree/main/llama_index) and/or subsequently
used as a Tool in a [LangChain](https://github.com/hwchase17/langchain) Agent.
Raw data
{
"_id": null,
"home_page": null,
"name": "llama-index-readers-mbox",
"maintainer": "minosvasilias",
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Your Name <you@example.com>",
"download_url": "https://files.pythonhosted.org/packages/33/ec/799a1b19ff8926dee28469c03e395508d2be2d88491a94986cbc555253f0/llama_index_readers_mbox-0.5.0.tar.gz",
"platform": null,
"description": "# LlamaIndex Readers Integration: Mbox\n\n## Overview\n\nMbox Reader is a simple reader for mbox (mailbox) files, commonly used for storing email messages. It reads a set of emails saved in the mbox format and extracts them into documents.\n\n### Installation\n\nYou can install Mbox Reader via pip:\n\n```bash\npip install llama-index-readers-mbox\n```\n\n### Usage\n\n```python\nfrom llama_index.readers.mbox import MboxReader\n\n# Initialize MboxReader\nreader = MboxReader()\n\n# Load data from mbox files in the input directory\ndocuments = reader.load_data(input_dir=\"<Input Directory>\")\n```\n\nThis loader is designed to be used as a way to load data into\n[LlamaIndex](https://github.com/run-llama/llama_index/tree/main/llama_index) and/or subsequently\nused as a Tool in a [LangChain](https://github.com/hwchase17/langchain) Agent.\n",
"bugtrack_url": null,
"license": null,
"summary": "llama-index readers mbox integration",
"version": "0.5.0",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "f0d72e5ce53ef00b35eb81f8dbd49cbeaed90b566410714468287e0d3af479ec",
"md5": "61137b46fb96b6433243f2455a8da433",
"sha256": "0b3a91d180b8a54cd71ab92169003fe7514b45b6ccee6cd19ebd2135a8c6dc0c"
},
"downloads": -1,
"filename": "llama_index_readers_mbox-0.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "61137b46fb96b6433243f2455a8da433",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 3296,
"upload_time": "2025-07-31T02:48:17",
"upload_time_iso_8601": "2025-07-31T02:48:17.067687Z",
"url": "https://files.pythonhosted.org/packages/f0/d7/2e5ce53ef00b35eb81f8dbd49cbeaed90b566410714468287e0d3af479ec/llama_index_readers_mbox-0.5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "33ec799a1b19ff8926dee28469c03e395508d2be2d88491a94986cbc555253f0",
"md5": "d8752df4657bab86f8220f7965b6b6da",
"sha256": "73f6a75ccabd1b146b8bfa44af031a23e70b74f3a481e3f4a43f29d0666de5fc"
},
"downloads": -1,
"filename": "llama_index_readers_mbox-0.5.0.tar.gz",
"has_sig": false,
"md5_digest": "d8752df4657bab86f8220f7965b6b6da",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 3735,
"upload_time": "2025-07-31T02:48:17",
"upload_time_iso_8601": "2025-07-31T02:48:17.758556Z",
"url": "https://files.pythonhosted.org/packages/33/ec/799a1b19ff8926dee28469c03e395508d2be2d88491a94986cbc555253f0/llama_index_readers_mbox-0.5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-31 02:48:17",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "llama-index-readers-mbox"
}