Metadata-Version: 1.1
Name: blackhole
Version: 1.7.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: (The MIT License)

Copyright (c) 2013 Kura

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the 'Software'), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Download-URL: https://github.com/kura/blackhole/archive/1.7.0.zip
Description: =========
        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
        
        
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
