{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/12"},{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content/2"}],"enrichment":{"capability":"Flask-Script provides command-line interface decorators and utilities for Flask applications, enabling you to write custom script commands for tasks outside your web application.","skillfed_tags":["deprecated","legacy"],"use_cases":["Manage administrative tasks in legacy Flask applications that predate Flask's built-in CLI","Run scheduled cronjobs or batch operations tied to a Flask application context","Define custom management commands for database migrations or data seeding in older Flask projects"],"what_it_does":"Flask-Script is a deprecated utility library that adds command-line scripting capabilities to Flask applications. It provides decorators and helper classes to define custom management commands that run outside the web server context\u2014useful for administrative tasks, scheduled jobs, and one-off scripts. The package has been abandoned since 2017, with the repository now archived and no active development.\n\nFlask itself incorporated command-line tooling as of version 0.11, making Flask-Script largely obsolete. While the maintainers accept pull requests, they explicitly recommend evaluating Flask's built-in CLI before adopting this package. If you are working with an existing Flask-Script codebase or have specific legacy requirements, the package remains available, but new projects should consider Flask's native CLI support instead.","worth_installing":"No. The package is abandoned (last release 2017-09-06, repository archived since 2020-03-09), and Flask has included a built-in CLI tool since version 0.11 that supersedes Flask-Script. Install only if maintaining legacy code that already depends on it; for new projects, use Flask's native CLI support."},"id":"flask-script","links":{"html":"https://skillfed.io/packages/flask-script","md":"https://skillfed.io/packages/flask-script.md","pypi":"https://pypi.org/project/flask-script/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2017-09-06","license_spdx":null,"license_treatment":"permissive","name":"Flask-Script","python_support":"unspecified","summary":"Scripting support for Flask"},"popularity":{"monthly_downloads":424923,"position":6763,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.0.6"}
