Metadata-Version: 1.1
Name: blackhole
Version: 2.1.12
Summary: Blackhole is an MTA (message transfer agent) that (figuratively) pipes all mail to /dev/null.
Home-page: https://blackhole.io/
Author: Kura
Author-email: kura@kura.io
License: MIT
Description-Content-Type: UNKNOWN
Description: 
        =========
        Blackhole
        =========
        
        .. image:: https://img.shields.io/travis/kura/blackhole/master.svg?style=for-the-badge&label=tests
            :target: http://travis-ci.org/kura/blackhole
            :alt: Build status of the master branch
        
        .. image:: https://img.shields.io/codecov/c/github/kura/blackhole/master.svg?style=for-the-badge&label=coverage
            :target: https://codecov.io/github/kura/blackhole/
            :alt: Test coverage
        
        .. image:: https://img.shields.io/codacy/grade/fa797b3c1c18495aa2331d327c04bb9c.svg?style=for-the-badge
            :target: https://www.codacy.com/app/kura/blackhole/dashboard
            :alt: Codacy grade
        
        .. image:: https://img.shields.io/requires/github/kura/blackhole.svg?style=for-the-badge
            :target: https://requires.io/github/kura/blackhole/requirements/?branch=master
            :alt: Requirements Status
        
        Blackhole is an `MTA (message transfer agent)
        <https://en.wikipedia.org/wiki/Message_transfer_agent>`_ that (figuratively)
        pipes all mail to /dev/null, built on top of `asyncio
        <https://docs.python.org/3/library/asyncio.html>`_ and utilises `async def <https://docs.python.org/3/reference/compound_stmts.html#async-def>`_
        and `await
        <https://docs.python.org/3/reference/expressions.html#await>`_ statements
        available in `Python 3.5 <https://docs.python.org/3/whatsnew/3.5.html>`_.
        
        While Blackhole is an MTA, none of the actions performed via SMTP or SMTPS are
        actually processed, and no email is delivered. You can tell Blackhole how to
        handle mail that it receives. It can accept all of it, bounce it all, or
        randomly do either of those two actions.
        
        Think of Blackhole sort of like a honeypot in terms of how it handles mail, but
        it's specifically designed with testing in mind.
        
        
        Documentation
        =============
        
        You can find the latest documentation `here
        <https://kura.github.io/blackhole/>`_.
        
        If you would like to contribute, please read the `contributors guide
        <https://kura.github.io/blackhole/overview.html#contributing>`_.
        
        The latest build status on `travis <https://travis-ci.org/kura/blackhole/>`_.
        
        And the test coverage report on `codecov
        <https://codecov.io/github/kura/blackhole/>`_.
        
        Changelog
        =========
        
        You can find a list of changes `on the
        blackhole website <https://kura.github.io/blackhole/changelog.html>`_.
        
Keywords: blackhole asyncio smtp mta email
Platform: linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Communications :: Email :: Mail Transport Agents
Classifier: Topic :: Education :: Testing
Classifier: Topic :: Internet
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Testing :: Traffic Generation
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
