METADATA 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. Metadata-Version: 2.1
  2. Name: Flask-WTF
  3. Version: 1.2.1
  4. Summary: Form rendering, validation, and CSRF protection for Flask with WTForms.
  5. Project-URL: Documentation, https://flask-wtf.readthedocs.io/
  6. Project-URL: Changes, https://flask-wtf.readthedocs.io/changes/
  7. Project-URL: Source Code, https://github.com/wtforms/flask-wtf/
  8. Project-URL: Issue Tracker, https://github.com/wtforms/flask-wtf/issues/
  9. Project-URL: Chat, https://discord.gg/pallets
  10. Maintainer: WTForms
  11. License: Copyright 2010 WTForms
  12. Redistribution and use in source and binary forms, with or without
  13. modification, are permitted provided that the following conditions are
  14. met:
  15. 1. Redistributions of source code must retain the above copyright
  16. notice, this list of conditions and the following disclaimer.
  17. 2. Redistributions in binary form must reproduce the above copyright
  18. notice, this list of conditions and the following disclaimer in the
  19. documentation and/or other materials provided with the distribution.
  20. 3. Neither the name of the copyright holder nor the names of its
  21. contributors may be used to endorse or promote products derived from
  22. this software without specific prior written permission.
  23. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  24. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  25. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  26. PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  27. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  28. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  29. TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  30. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  31. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  32. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  33. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  34. License-File: LICENSE.rst
  35. Classifier: Development Status :: 5 - Production/Stable
  36. Classifier: Environment :: Web Environment
  37. Classifier: Intended Audience :: Developers
  38. Classifier: License :: OSI Approved :: BSD License
  39. Classifier: Operating System :: OS Independent
  40. Classifier: Programming Language :: Python
  41. Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
  42. Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
  43. Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
  44. Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
  45. Requires-Python: >=3.8
  46. Requires-Dist: flask
  47. Requires-Dist: itsdangerous
  48. Requires-Dist: wtforms
  49. Provides-Extra: email
  50. Requires-Dist: email-validator; extra == 'email'
  51. Description-Content-Type: text/x-rst
  52. Flask-WTF
  53. =========
  54. Simple integration of Flask and WTForms, including CSRF, file upload,
  55. and reCAPTCHA.
  56. Links
  57. -----
  58. - Documentation: https://flask-wtf.readthedocs.io/
  59. - Changes: https://flask-wtf.readthedocs.io/changes/
  60. - PyPI Releases: https://pypi.org/project/Flask-WTF/
  61. - Source Code: https://github.com/wtforms/flask-wtf/
  62. - Issue Tracker: https://github.com/wtforms/flask-wtf/issues/
  63. - Chat: https://discord.gg/pallets