python-flask

Flask is called a ?micro-framework? because the idea to keep the core simple but extensible. There is no database abstraction layer, no form validation or anything else where different libraries already exist that can handle that. However Flask knows the concept of extensions that can add this functionality into your application as if it was implemented in Flask itself. There are currently extensions for object relational mappers, form validation, upload handling, various open authentication technologies and more.
Current version: 0.10.1

History

Effective Date Table ID Version Download URL Project URL Version URL
2020-12-22 10 0.10.1 project
2019-01-17 9 0.10.1 project
2017-07-13 8 0.10.1 project