13 # used in passthru.tests
20 buildPythonPackage rec {
27 sha256 = "sha256-ZCxFDRnErUgvlnKb0qj20yVUqh4jH09rTn5SZLFsyis=";
30 propagatedBuildInputs = [
37 ] ++ lib.optional (pythonOlder "3.10") importlib-metadata;
44 inherit flask-limiter flask-restful flask-restx moto;
48 homepage = "https://flask.palletsprojects.com/";
49 description = "The Python micro framework for building web applications";
51 Flask is a lightweight WSGI web application framework. It is
52 designed to make getting started quick and easy, with the ability
53 to scale up to complex applications. It began as a simple wrapper
54 around Werkzeug and Jinja and has become one of the most popular
55 Python web application frameworks.
57 license = licenses.bsd3;
58 maintainers = with maintainers; [ SuperSandro2000 ];