Metadata-Version: 2.1
Name: pymta
Version: 0.7.1
Summary: library to build a custom SMTP server
Home-page: https://github.com/FelixSchwarz/pymta
Author: Felix Schwarz
Author-email: felix.schwarz@oss.schwarz.eu
License: MIT
Project-URL: Code, https://github.com/FelixSchwarz/pymta
Project-URL: Issue tracker, https://github.com/FelixSchwarz/pymta/issues
Description: pymta
        =======
        
        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
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7
Description-Content-Type: text/markdown
Provides-Extra: testing
