Package python-module-pymta: Information

    Source package: python-module-pymta
    Version: 0.5.2-alt3
    Build time:  Apr 15, 2013, 03:20 PM
    Report package bug
    License: MIT
    Summary: Library to build a custom SMTP server
    Description: 
    pymta is a library to build a custom SMTP server in Python. This is
    useful if you want to...
    
    * test mail-sending code against a real SMTP server even in your unit
      tests.
    * build a custom SMTP server with non-standard behavior without
      reimplementing the whole SMTP protocol.
    * have a low-volume SMTP server which can be easily extended using
      Python.

    List of rpms provided by this srpm:
    python-module-pymta (noarch)
    python-module-pymta-tests (noarch)
    python3-module-pymta (noarch)
    python3-module-pymta-tests (noarch)



    ACL:
    Eugeny A. Rostovtsev
    @everybody

      1. python3-devel
      2. python3-module-distribute
      3. python-devel
      4. python-module-distribute
      5. rpm-build-python3
      6. python-tools-2to3

    Last changed


    April 15, 2013 Eugeny A. Rostovtsev 0.5.2-alt3
    - Use 'find... -exec...' instead of 'for ... $(find...'
    March 22, 2013 Aleksey Avdeev 0.5.2-alt2.1
    - Rebuild with Python-3.3
    May 8, 2012 Eugeny A. Rostovtsev 0.5.2-alt2
    - Added module for Python 3