Flask is a micro web application framework written in Python. It is lightweight with no requirements on particular tools or libraries, but has the ability to scale up to complex applications. Flask offers suggestions, but doesn't enforce any dependencies or project layout. It is up to the developer to choose the tools and libraries they want to use. Flask has a rich ecosystem with many extensions provided by the community for adding new functionality.

Source: Flask is a lightweight WSGI web application framework.