{"library":"flask-script","type":"library","category":null,"description":"Flask-Script is a Python extension for Flask that provided support for writing external scripts, including running a development server, a customized Python shell, database setup scripts, and other command-line tasks. The project's last release was in September 2017 (version 2.0.6), and its maintainers are no longer actively developing new features, only merging pull requests. It has largely been superseded by Flask's built-in command-line interface (Flask CLI), which uses the Click library.","language":"python","status":"deprecated","version":"2.0.6","tags":["Flask","CLI","scripting","command-line-interface","deprecated"],"last_verified":"Sun May 24","install":[{"cmd":"pip install Flask-Script","imports":["from flask_script import Manager","from flask_script import Command","from flask_script import Server","from flask_script import Shell"]}],"homepage":"https://flask-script.readthedocs.io","github":"https://github.com/smurfix/flask-script","docs":null,"changelog":null,"pypi":"https://pypi.org/project/flask-script/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":3.3,"avg_import_s":null,"wheel_type":"sdist"},"url":"https://checklist.day/v1/registry/flask-script/compatibility"}}