Metadata-Version: 2.1
Name: msg_explorer
Version: 1.2.3
Summary: A GUI program to allow for exploring MSG files using extract-msg.
Home-page: https://github.com/TeamMsgExtractor/msg-explorer
Author: Destiny Peterson
Author-email: arceusthe@gmail.com
License: GPL
Download-URL: https://github.com/TeamMsgExtractor/msg-explorer/archives/master
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE.txt

|License: GPL v3| |PyPI3| |PyPI2|

msg-explorer
=============

Allows for the graphical browsing of Outlook Message Files and their data.

While normally intended as a development tool, it is fine to use as a normal
user.

If you'd like to help provide translations, you can contact me on the Discord.

NOTICE
======

This module has a Discord server for general discussion. It is the same Discord
as msg-extractor. You can find it here: `Discord`_


Changelog
---------
-  `Changelog <CHANGELOG.md>`__

Usage
-----

The module installs a script called msg_explorer but can also be run using the
following command:
::

     python -m msg_explorer


If you have any questions feel free to contact me, Destiny, at arceusthe [at]
gmail [dot] com.

If you have issues, it would be best to get help for them by opening a
new github issue.

Error Reporting
---------------

Should you encounter an error that has not already been reported, please
do the following when reporting it: \* Make sure you are using the
latest version of msg-explorer (check the version on PyPi). \* State your
Python version. \* Include the code, if any, that you used. \* Include a
copy of the traceback.

Supporting The Module
---------------------

If you'd like to donate to help support the development of the module, you can
donate to Destiny at her Buy Me a Coffee page here: `Buy Me a Coffee`_

Installation
------------

You can install using pip:

-  Pypi

.. code:: bash

       pip install msg-explorer

-  Github

.. code:: sh

     pip install git+https://github.com/TeamMsgExtractor/msg-explorer

Credits
-------

`Destiny Peterson (The Elemental of Destruction)`_ - Main Programmer.

.. |License: GPL v3| image:: https://img.shields.io/badge/License-GPLv3-blue.svg
   :target: LICENSE.txt

.. |PyPI3| image:: https://img.shields.io/badge/pypi-1.2.3-blue.svg
   :target: https://pypi.org/project/msg-explorer/1.2.3/

.. |PyPI2| image:: https://img.shields.io/badge/python-3.6+-brightgreen.svg
   :target: https://www.python.org/downloads/release/python-367/
.. _Destiny Peterson (The Elemental of Destruction): https://github.com/TheElementalOfDestruction
.. _Discord: https://discord.com/invite/B77McRmzdc
.. _Buy Me a Coffee: https://www.buymeacoffee.com/DestructionE


