Metadata-Version: 1.0
Name: pyramid-mailer
Version: 0.4.1
Summary: Sendmail package for Pyramid
Home-page: UNKNOWN
Author: Dan Jacob
Author-email: danjac354@gmail.com
License: BSD
Description: 
        pyramid_mailer is a package for taking the pain out of sending emails
        in your Pyramid project.
        
        This includes:
        
        1. Wrapping the low-level Python email library with an easy-to-use
           API, which includes attachments and mulipart content.
        
        2. Send emails immediately or to add to a maildir queue.
        
        3. Managing email sends inside a transaction, to prevent emails being sent
           if your code fails.
        
        4. Features to help with unit testing.
        
        pyramid_mailer uses the repoze_sendmail library for managing email sending
        and transacton management, and Lamson for wrapping email messages. You do
        not need to install a Lamson service to use pyramid_mailer.
        
        Links
        `````
        
        * `documentation <http://packages.python.org/pyramid_mailer/>`_
        * `development version
          <http://bitbucket.org/danjac/pyramid_mailer/get/tip.gz#egg=pyramid_mailer>`_
        
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
