Metadata-Version: 2.0
Name: blackhole
Version: 0.0.0
Summary: Tornado powered MTA for accepting all incoming emails without any disk
 I/O, although no messages actually ever get delivered. Mainly for testing huge
 send rates, for making sure developers don't accidentally send emails to real
 users, email integration testing and things like that.
Home-page: http://blackhole.io/
Author: Kura
Author-email: kura@kura.io
License: MIT
Download-URL: https://github.com/kura/blackhole/archive/.zip
Platform: linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet
Classifier: Topic :: Utilities
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Communications :: Email :: Mail Transport Agents
Classifier: Topic :: Communications :: Email :: Post-Office
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Testing :: Traffic Generation
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: tornado (>=3.0,<=3.1)
Requires-Dist: setproctitle (>=1.1.7)
Requires-Dist: deiman (>=0.1.5)

=========
Blackhole
=========

.. image:: https://api.travis-ci.org/kura/blackhole.png?branch=master
        :target: https://travis-ci.org/kura/blackhole

.. image:: https://coveralls.io/repos/kura/blackhole/badge.png?branch=master
        :target: https://coveralls.io/r/kura/blackhole

.. image:: https://pypip.in/d/blackhole/badge.png
        :target: https://crate.io/packages/blackhole 

.. image:: https://pypip.in/v/blackhole/badge.png
        :target: https://crate.io/packages/blackhole 

Tornado powered MTA for accepting all incoming emails 
without any disk I/O, although no messages actually ever 
get delivered. 
Mainly for testing huge send rates, for making sure developers
don't accidentally send emails to real users, email
integration testing and things like that.

Documentation
=============

You can find the latest documentation `here`_.

.. _here: http://blackhole.io

The latest build status on `travis`_.

.. _travis: https://travis-ci.org/kura/blackhole

And the test coverage report on `coveralls`_.

.. _coveralls: https://coveralls.io/r/kura/blackhole



