|
Revision 33, 1.2 kB
(checked in by amcgregor, 1 year ago)
|
|
Random 3.0 stub updates.
|
| Line | |
|---|
| 1 | Metadata-Version: 1.0 |
|---|
| 2 | Name: TurboMail |
|---|
| 3 | Version: 3.0 |
|---|
| 4 | Summary: Multi-threaded mail queue manager for TurboGears applications. |
|---|
| 5 | Home-page: http://trac.orianagroup.com/turbomail/ |
|---|
| 6 | Author: Top Floor Computer Systems Ltd. |
|---|
| 7 | Author-email: webmaster@topfloor.ca |
|---|
| 8 | License: MIT |
|---|
| 9 | Download-URL: http://cheeseshop.python.org/pypi/TurboMail/ |
|---|
| 10 | Description: TurboMail is a TurboGears extension, meaning that it starts up and shuts down alongside any TurboGears applications you write, in the same way that visit tracking and identity do. TurboMail uses built-in Python modules for SMTP communication and MIME e-mail creation, but greatly simplifies these tasks by performing the grunt-work for you. Additionally, TurboMail is multi-threaded, allowing for single or batch enqueueing and background delivery of mail. |
|---|
| 11 | Keywords: turbogears.extension |
|---|
| 12 | Platform: UNKNOWN |
|---|
| 13 | Classifier: Development Status :: 5 - Production/Stable |
|---|
| 14 | Classifier: Framework :: TurboGears |
|---|
| 15 | Classifier: Intended Audience :: Developers |
|---|
| 16 | Classifier: License :: OSI Approved :: MIT License |
|---|
| 17 | Classifier: Operating System :: OS Independent |
|---|
| 18 | Classifier: Programming Language :: Python |
|---|
| 19 | Classifier: Topic :: Communications :: Email |
|---|
| 20 | Classifier: Topic :: Software Development :: Libraries :: Python Modules |
|---|