We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can install using pip:
pip install extract-msg
pip install git+https://github.com/TeamMsgExtractor/msg-extractor
or you can include this in your list of python dependencies with:
# setup.py setup( ... dependency_links=['https://github.com/TeamMsgExtractor/msg-extractor/zipball/master'], )