METADATA 912 B

123456789101112131415161718192021222324252627282930313233
  1. Metadata-Version: 2.0
  2. Name: Flask-Mail
  3. Version: 0.9.1
  4. Summary: Flask extension for sending email
  5. Home-page: https://github.com/rduplain/flask-mail
  6. Author: Ron DuPlain
  7. Author-email: ron.duplain@gmail.com
  8. License: BSD
  9. Platform: any
  10. Classifier: Development Status :: 4 - Beta
  11. Classifier: Environment :: Web Environment
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: BSD License
  14. Classifier: Operating System :: OS Independent
  15. Classifier: Programming Language :: Python
  16. Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
  17. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  18. Requires-Dist: Flask
  19. Requires-Dist: blinker
  20. Flask-Mail
  21. ----------
  22. A Flask extension for sending email messages.
  23. Please refer to the online documentation for details.
  24. Links
  25. `````
  26. * `documentation <http://packages.python.org/Flask-Mail>`_