mbox-to-json


Namembox-to-json JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/PS1607/mbox-to-json
SummaryMBOX to JSON Converter
upload_time2023-04-08 10:12:59
maintainer
docs_urlNone
authorPrakhar Sharma, Adrita Bhattacharya
requires_python
licenseMIT
keywords mbox to json converter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Open in Visual Studio Code](https://classroom.github.com/assets/open-in-vscode-c66648af7eb3fe8bc4f294546bfd86ef473780cde1dea487d3c4ff354943c9ae.svg)](https://github1s.com/PS1607/mbox-to-json)

<div id="top"></div>
<!--
*** Thanks for checking out the Best-README-Template. If you have a suggestion
*** that would make this better, please fork the repo and create a pull request
*** or simply open an issue with the tag "enhancement".
*** Don't forget to give the project a star!
*** Thanks again! Now go create something AMAZING! :D
-->

<!-- PROJECT SHIELDS -->
<!--
*** I'm using markdown "reference style" links for readability.
*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).
*** See the bottom of this document for the declaration of the reference variables
*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.
*** https://www.markdownguide.org/basic-syntax/#reference-style-links
-->

<sup>Prakhar Sharma - </sup>[![LinkedIn][linkedin-shield]][linkedin-url]<br>
<sup>Adrita Bhattacharya - </sup>[![LinkedIn][linkedin-shield]][linkedin-url2]

<h1 align="center">MBOX to JSON</h1>

  <p align="center">
    A command line tool to convert MBOX file to JSON.
    <br />
    <a href="https://github.com/PS1607/mbox-to-json"><strong>Explore the docs » (Currently NA)</strong></a>
    <br />
    <br />
    <a href="https://github.com/PS1607/mbox-to-json/">View Demo</a>
     · 
    <a href="https://github.com/PS1607/mbox-to-json/issues">Report Bug</a>
     · 
    <a href="https://github.com/PS1607/mbox-to-json/issues">Request Feature</a>
  </p>
</div>

<!-- TABLE OF CONTENTS -->
<details>
  <summary>Table of Contents</summary>
  <ol>
    <li>
      <a href="#about-the-project">About The Project</a>
      <ul>
        <li><a href="#built-with">Built With</a></li>
      </ul>
    </li>
    <li>
      <a href="#getting-started">Getting Started</a>
      <ul>
        <li><a href="#prerequisites">Prerequisites</a></li>
        <li><a href="#installation">Installation</a></li>
      </ul>
    </li>
    <li><a href="#usage">Usage</a></li>
    <li><a href="#roadmap">Roadmap</a></li>
    <li><a href="#license">License</a></li>
    <li><a href="#contact">Contact</a></li>
  </ol>
</details>

<!-- ABOUT THE PROJECT -->

## About The Project

A small package that converts MBOX files to JSON. Also includes functionality to extract attachments.

<p align="right">(<a href="#top">back to top</a>)</p>

### Built With

- [Python](https://www.python.org/)

<p align="right">(<a href="#top">back to top</a>)</p>

<!-- GETTING STARTED -->

## Getting Started

To run this tool on your system locally, follow the installation steps.

### Prerequisites

Make sure you upgrade `pip` before moving on.
All the required dependencies are in [`requirements.txt`](https://github.com/PS1607/mbox-to-json/blob/main/requirements.txt) which would be installed at the time of running the setup.

```sh
pip install --upgrade pip
```

### Installation

1. Download the repository as zip. Unzip.
2. `cd` to the repository folder
3. Run this command

   ```sh
   pip install .
   ```

<p align="right">(<a href="#top">back to top</a>)</p>

<!-- USAGE EXAMPLES -->

## Usage

```sh
mbox-to-json -h
```

Usage example#1

```sh
mbox-to-json /Users/prakhar/downloads/random_file.mbox
```

<br>---> Use `-a` flag to extract attachments. The files would be available in an _**attachments**_ folder in the root location of the repo.<br>

Usage example#2

```sh
mbox-to-json /Users/prakhar/downloads/random_file.mbox -a
```

<br>---> Use `-o` to specify the output file location. It defaults to `file.json` in the root location of the repo.<br>

Usage example#3

```sh
mbox-to-json /Users/prakhar/downloads/random_file.mbox -o /Users/prakhar/downloads/random_output.json
```

_For more examples, please refer to the [Documentation](https://doesnotexist.com)_

<p align="right">(<a href="#top">back to top</a>)</p>

<!-- ROADMAP -->

## Roadmap

- [ ] TBA

<p align="right">(<a href="#top">back to top</a>)</p>

<!-- LICENSE -->

## License

Distributed under the MIT License. See [`LICENSE.txt`](https://github.com/PS1607/mbox-to-json/blob/main/LICENSE.txt) for more information.

<p align="right">(<a href="#top">back to top</a>)</p>

<!-- CONTACT -->

## Contact

LinkedIn - [Prakhar Sharma](https://www.linkedin.com/in/prakhar-sharma-2020/), [Adrita Bhattacharya](https://www.linkedin.com/in/adrita-bhattacharya-6bab581a9/)

Github: [PS1607](https://github.com/PS1607), [adritabhattacharya](https://github.com/adritabhattacharya)

Google Developer: [PS1607](https://g.dev/ps1607)

<p align="right">(<a href="#top">back to top</a>)</p>

<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->

[contributors-shield]: https://img.shields.io/github/contributors/dyte-submissions/dyte-vit-2022-PS1607.svg?style=for-the-badge
[contributors-url]: https://github.com/PS1607/mbox-to-json/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/dyte-submissions/dyte-vit-2022-PS1607.svg?style=for-the-badge
[forks-url]: https://github.com/PS1607/mbox-to-json/network/members
[stars-shield]: https://img.shields.io/github/stars/dyte-submissions/dyte-vit-2022-PS1607.svg?style=for-the-badge
[stars-url]: https://github.com/PS1607/mbox-to-json/stargazers
[issues-shield]: https://img.shields.io/github/issues/dyte-submissions/dyte-vit-2022-PS1607.svg?style=for-the-badge
[issues-url]: https://github.com/PS1607/mbox-to-json/issues
[license-shield]: https://img.shields.io/github/license/dyte-submissions/dyte-vit-2022-PS1607.svg?style=for-the-badge
[license-url]: https://github.com/PS1607/mbox-to-json/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/prakhar-sharma-2020/
[linkedin-url2]: https://www.linkedin.com/in/adrita-bhattacharya-6bab581a9/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/PS1607/mbox-to-json",
    "name": "mbox-to-json",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "MBOX to JSON Converter",
    "author": "Prakhar Sharma, Adrita Bhattacharya",
    "author_email": "prakharsharma1607@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c4/e8/21ff297a3800d2b41e08cdd472baac7e2221c7a7abf0844e9cc4f5b312a5/mbox-to-json-1.0.3.tar.gz",
    "platform": null,
    "description": "[![Open in Visual Studio Code](https://classroom.github.com/assets/open-in-vscode-c66648af7eb3fe8bc4f294546bfd86ef473780cde1dea487d3c4ff354943c9ae.svg)](https://github1s.com/PS1607/mbox-to-json)\n\n<div id=\"top\"></div>\n<!--\n*** Thanks for checking out the Best-README-Template. If you have a suggestion\n*** that would make this better, please fork the repo and create a pull request\n*** or simply open an issue with the tag \"enhancement\".\n*** Don't forget to give the project a star!\n*** Thanks again! Now go create something AMAZING! :D\n-->\n\n<!-- PROJECT SHIELDS -->\n<!--\n*** I'm using markdown \"reference style\" links for readability.\n*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).\n*** See the bottom of this document for the declaration of the reference variables\n*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.\n*** https://www.markdownguide.org/basic-syntax/#reference-style-links\n-->\n\n<sup>Prakhar Sharma - </sup>[![LinkedIn][linkedin-shield]][linkedin-url]<br>\n<sup>Adrita Bhattacharya - </sup>[![LinkedIn][linkedin-shield]][linkedin-url2]\n\n<h1 align=\"center\">MBOX to JSON</h1>\n\n  <p align=\"center\">\n    A command line tool to convert MBOX file to JSON.\n    <br />\n    <a href=\"https://github.com/PS1607/mbox-to-json\"><strong>Explore the docs \u00bb (Currently NA)</strong></a>\n    <br />\n    <br />\n    <a href=\"https://github.com/PS1607/mbox-to-json/\">View Demo</a>\n     \u00b7 \n    <a href=\"https://github.com/PS1607/mbox-to-json/issues\">Report Bug</a>\n     \u00b7 \n    <a href=\"https://github.com/PS1607/mbox-to-json/issues\">Request Feature</a>\n  </p>\n</div>\n\n<!-- TABLE OF CONTENTS -->\n<details>\n  <summary>Table of Contents</summary>\n  <ol>\n    <li>\n      <a href=\"#about-the-project\">About The Project</a>\n      <ul>\n        <li><a href=\"#built-with\">Built With</a></li>\n      </ul>\n    </li>\n    <li>\n      <a href=\"#getting-started\">Getting Started</a>\n      <ul>\n        <li><a href=\"#prerequisites\">Prerequisites</a></li>\n        <li><a href=\"#installation\">Installation</a></li>\n      </ul>\n    </li>\n    <li><a href=\"#usage\">Usage</a></li>\n    <li><a href=\"#roadmap\">Roadmap</a></li>\n    <li><a href=\"#license\">License</a></li>\n    <li><a href=\"#contact\">Contact</a></li>\n  </ol>\n</details>\n\n<!-- ABOUT THE PROJECT -->\n\n## About The Project\n\nA small package that converts MBOX files to JSON. Also includes functionality to extract attachments.\n\n<p align=\"right\">(<a href=\"#top\">back to top</a>)</p>\n\n### Built With\n\n- [Python](https://www.python.org/)\n\n<p align=\"right\">(<a href=\"#top\">back to top</a>)</p>\n\n<!-- GETTING STARTED -->\n\n## Getting Started\n\nTo run this tool on your system locally, follow the installation steps.\n\n### Prerequisites\n\nMake sure you upgrade `pip` before moving on.\nAll the required dependencies are in [`requirements.txt`](https://github.com/PS1607/mbox-to-json/blob/main/requirements.txt) which would be installed at the time of running the setup.\n\n```sh\npip install --upgrade pip\n```\n\n### Installation\n\n1. Download the repository as zip. Unzip.\n2. `cd` to the repository folder\n3. Run this command\n\n   ```sh\n   pip install .\n   ```\n\n<p align=\"right\">(<a href=\"#top\">back to top</a>)</p>\n\n<!-- USAGE EXAMPLES -->\n\n## Usage\n\n```sh\nmbox-to-json -h\n```\n\nUsage example#1\n\n```sh\nmbox-to-json /Users/prakhar/downloads/random_file.mbox\n```\n\n<br>---> Use `-a` flag to extract attachments. The files would be available in an _**attachments**_ folder in the root location of the repo.<br>\n\nUsage example#2\n\n```sh\nmbox-to-json /Users/prakhar/downloads/random_file.mbox -a\n```\n\n<br>---> Use `-o` to specify the output file location. It defaults to `file.json` in the root location of the repo.<br>\n\nUsage example#3\n\n```sh\nmbox-to-json /Users/prakhar/downloads/random_file.mbox -o /Users/prakhar/downloads/random_output.json\n```\n\n_For more examples, please refer to the [Documentation](https://doesnotexist.com)_\n\n<p align=\"right\">(<a href=\"#top\">back to top</a>)</p>\n\n<!-- ROADMAP -->\n\n## Roadmap\n\n- [ ] TBA\n\n<p align=\"right\">(<a href=\"#top\">back to top</a>)</p>\n\n<!-- LICENSE -->\n\n## License\n\nDistributed under the MIT License. See [`LICENSE.txt`](https://github.com/PS1607/mbox-to-json/blob/main/LICENSE.txt) for more information.\n\n<p align=\"right\">(<a href=\"#top\">back to top</a>)</p>\n\n<!-- CONTACT -->\n\n## Contact\n\nLinkedIn - [Prakhar Sharma](https://www.linkedin.com/in/prakhar-sharma-2020/), [Adrita Bhattacharya](https://www.linkedin.com/in/adrita-bhattacharya-6bab581a9/)\n\nGithub: [PS1607](https://github.com/PS1607), [adritabhattacharya](https://github.com/adritabhattacharya)\n\nGoogle Developer: [PS1607](https://g.dev/ps1607)\n\n<p align=\"right\">(<a href=\"#top\">back to top</a>)</p>\n\n<!-- MARKDOWN LINKS & IMAGES -->\n<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->\n\n[contributors-shield]: https://img.shields.io/github/contributors/dyte-submissions/dyte-vit-2022-PS1607.svg?style=for-the-badge\n[contributors-url]: https://github.com/PS1607/mbox-to-json/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/dyte-submissions/dyte-vit-2022-PS1607.svg?style=for-the-badge\n[forks-url]: https://github.com/PS1607/mbox-to-json/network/members\n[stars-shield]: https://img.shields.io/github/stars/dyte-submissions/dyte-vit-2022-PS1607.svg?style=for-the-badge\n[stars-url]: https://github.com/PS1607/mbox-to-json/stargazers\n[issues-shield]: https://img.shields.io/github/issues/dyte-submissions/dyte-vit-2022-PS1607.svg?style=for-the-badge\n[issues-url]: https://github.com/PS1607/mbox-to-json/issues\n[license-shield]: https://img.shields.io/github/license/dyte-submissions/dyte-vit-2022-PS1607.svg?style=for-the-badge\n[license-url]: https://github.com/PS1607/mbox-to-json/blob/master/LICENSE.txt\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555\n[linkedin-url]: https://www.linkedin.com/in/prakhar-sharma-2020/\n[linkedin-url2]: https://www.linkedin.com/in/adrita-bhattacharya-6bab581a9/\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "MBOX to JSON Converter",
    "version": "1.0.3",
    "split_keywords": [
        "mbox",
        "to",
        "json",
        "converter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04409da5aa1771b968a541bf774a607ab38311afa7176fa29e723767328b4ef5",
                "md5": "80dea371d77b27a580c5b571093171c9",
                "sha256": "252374bbcd5b9927d7aac7a4bbd4a04e74d5f4cf7214a0062ae296d10e076ee1"
            },
            "downloads": -1,
            "filename": "mbox_to_json-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "80dea371d77b27a580c5b571093171c9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8081,
            "upload_time": "2023-04-08T10:12:57",
            "upload_time_iso_8601": "2023-04-08T10:12:57.433978Z",
            "url": "https://files.pythonhosted.org/packages/04/40/9da5aa1771b968a541bf774a607ab38311afa7176fa29e723767328b4ef5/mbox_to_json-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4e821ff297a3800d2b41e08cdd472baac7e2221c7a7abf0844e9cc4f5b312a5",
                "md5": "a31314eb61bbd10ff704e4e74c361cd8",
                "sha256": "68ac1ecd48aaf7bbdd1590c97cd93fef69f26d49d52a54d62ef66f595a3610e8"
            },
            "downloads": -1,
            "filename": "mbox-to-json-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "a31314eb61bbd10ff704e4e74c361cd8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7889,
            "upload_time": "2023-04-08T10:12:59",
            "upload_time_iso_8601": "2023-04-08T10:12:59.088386Z",
            "url": "https://files.pythonhosted.org/packages/c4/e8/21ff297a3800d2b41e08cdd472baac7e2221c7a7abf0844e9cc4f5b312a5/mbox-to-json-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-08 10:12:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "PS1607",
    "github_project": "mbox-to-json",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "mbox-to-json"
}
        
Elapsed time: 0.05998s