METADATA 1.0 KB

12345678910111213141516171819202122232425262728
  1. Metadata-Version: 2.0
  2. Name: WTForms
  3. Version: 2.1
  4. Summary: A flexible forms validation and rendering library for python web development.
  5. Home-page: http://wtforms.simplecodes.com/
  6. Author: Thomas Johansson, James Crasta
  7. Author-email: wtforms@simplecodes.com
  8. License: BSD
  9. Platform: UNKNOWN
  10. Classifier: Development Status :: 5 - Production/Stable
  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: Programming Language :: Python :: 2.6
  17. Classifier: Programming Language :: Python :: 2.7
  18. Classifier: Programming Language :: Python :: 3
  19. Classifier: Programming Language :: Python :: 3.3
  20. Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
  21. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  22. Requires-Dist: ordereddict; python_version=="2.6"
  23. Provides-Extra: Locale
  24. Requires-Dist: Babel (>=1.3); extra == 'Locale'
  25. UNKNOWN