Metadata-Version: 1.2
Name: maildir-deduplicate
Version: 2.1.0
Summary: Deduplicate mails from a set of maildir folders.
Home-page: https://github.com/kdeldycke/maildir-deduplicate
Author: Kevin Deldycke
Author-email: kevin@deldycke.com
License: GPLv2+
Description: Maildir Deduplicate
        ===================
        
        Command-line tool to deduplicate mails from a set of maildir folders.
        
        Stable release: |release| |versions| |license| |dependencies|
        
        Development: |build| |docs| |coverage| |quality|
        
        .. |release| image:: https://img.shields.io/pypi/v/maildir-deduplicate.svg
            :target: https://pypi.python.org/pypi/maildir-deduplicate
            :alt: Last release
        .. |versions| image:: https://img.shields.io/pypi/pyversions/maildir-deduplicate.svg
            :target: https://pypi.python.org/pypi/maildir-deduplicate
            :alt: Python versions
        .. |license| image:: https://img.shields.io/pypi/l/maildir-deduplicate.svg
            :target: https://www.gnu.org/licenses/gpl-2.0.html
            :alt: Software license
        .. |dependencies| image:: https://requires.io/github/kdeldycke/maildir-deduplicate/requirements.svg?branch=master
            :target: https://requires.io/github/kdeldycke/maildir-deduplicate/requirements/?branch=master
            :alt: Requirements freshness
        .. |build| image:: https://travis-ci.org/kdeldycke/maildir-deduplicate.svg?branch=develop
            :target: https://travis-ci.org/kdeldycke/maildir-deduplicate
            :alt: Unit-tests status
        .. |docs| image:: https://readthedocs.org/projects/maildir-deduplicate/badge/?version=develop
            :target: https://maildir-deduplicate.readthedocs.io/en/develop/
            :alt: Documentation Status
        .. |coverage| image:: https://codecov.io/gh/kdeldycke/maildir-deduplicate/branch/develop/graph/badge.svg
            :target: https://codecov.io/github/kdeldycke/maildir-deduplicate?branch=develop
            :alt: Coverage Status
        .. |quality| image:: https://scrutinizer-ci.com/g/kdeldycke/maildir-deduplicate/badges/quality-score.png?b=develop
            :target: https://scrutinizer-ci.com/g/kdeldycke/maildir-deduplicate/?branch=develop
            :alt: Code Quality
        
        
        Features
        --------
        
        * Duplicate detection based on cherry-picked mail headers.
        * Source mails from multiple maildirs.
        * Multiple removal strategies based on size, timestamp or file path.
        * Dry-run mode.
        * Protection against false-positives by checking for size and content
          differences.
        
        
        `Changes for v2.1.0 (2017-01-13) <https://github.com/kdeldycke/maildir-deduplicate/compare/v2.0.1...v2.1.0>`_
        -------------------------------------------------------------------------------------------------------------
        
        .. note:: This version is not yet released and is under active development.
        
        * Fix rendering of changelog link in RST.
        * Show selected log level in debug mode.
        * Test builds against Python 3.6 and 3.7-dev, and most recent PyPy targetting
          Python 2.7 and 3.3.
        * Bump requirement to ``readme_renderer >= 16.0``.
        * Skip sets with unparseable mails because of incorrect encoding. Closes #47,
          #41 and #39.
        * Require the ``-s``/``--strategy`` CLI parameter to be set. Closes #44.
        
        
        `Full changelog <https://maildir-deduplicate.readthedocs.io/en/develop/changelog.html#changelog>`_.
Keywords: CLI,mail,email,maildir,deduplicate
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Utilities
Requires-Python: >= 2.7, != 3.0, != 3.1, != 3.2
