Readme updated
This commit is contained in:
@@ -1,7 +1,12 @@
|
|||||||
Mailbox
|
Mailbox
|
||||||
=======
|
=======
|
||||||
|
|
||||||
Python library for reading IMAP email boxes
|
Python library for reading IMAP mailboxes and converting the email content to human readable data
|
||||||
|
|
||||||
|
Installation
|
||||||
|
============
|
||||||
|
|
||||||
|
pip install mailbox
|
||||||
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
|
|||||||
6
setup.py
6
setup.py
@@ -1,13 +1,13 @@
|
|||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
version = '0.2'
|
version = '0.3'
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='mailbox',
|
name='mailbox',
|
||||||
version=version,
|
version=version,
|
||||||
description="Python library for reading IMAP email boxes and parsing the content to JSON",
|
description="Python library for readin IMAP mailboxes and parsing emails",
|
||||||
long_description= open('README.md').read(),
|
long_description= open('README.md').read(),
|
||||||
keywords='email, IMAP, email to json',
|
keywords='email, IMAP, parsing emails',
|
||||||
author='Martin Rusev',
|
author='Martin Rusev',
|
||||||
author_email='martinrusev@live.com',
|
author_email='martinrusev@live.com',
|
||||||
url='https://github.com/martinrusev/mailbox',
|
url='https://github.com/martinrusev/mailbox',
|
||||||
|
|||||||
Reference in New Issue
Block a user