{"id":17614909,"url":"https://github.com/vroncevic/manage_flask","last_synced_at":"2026-02-11T09:01:42.348Z","repository":{"id":18803187,"uuid":"85347661","full_name":"vroncevic/manage_flask","owner":"vroncevic","description":"Manage commands for Flask","archived":false,"fork":false,"pushed_at":"2024-06-17T22:03:56.000Z","size":7103,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T08:45:29.132Z","etag":null,"topics":["flask","flask-cover","flask-db","flask-migrate","flask-script","flask-tests","flask-user","python3"],"latest_commit_sha":null,"homepage":"https://vroncevic.github.io/manage_flask","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vroncevic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-17T19:26:29.000Z","updated_at":"2024-06-17T22:04:00.000Z","dependencies_parsed_at":"2024-01-09T19:46:54.623Z","dependency_job_id":"945b301a-5075-43ee-a082-7512d0a70464","html_url":"https://github.com/vroncevic/manage_flask","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/vroncevic/manage_flask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fmanage_flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fmanage_flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fmanage_flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fmanage_flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vroncevic","download_url":"https://codeload.github.com/vroncevic/manage_flask/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fmanage_flask/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29330858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","flask-cover","flask-db","flask-migrate","flask-script","flask-tests","flask-user","python3"],"created_at":"2024-10-22T18:53:29.003Z","updated_at":"2026-02-11T09:01:42.310Z","avatar_url":"https://github.com/vroncevic.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Manage Mechanism\n\n\u003cimg align=\"right\" src=\"https://raw.githubusercontent.com/vroncevic/manage_flask/dev/docs/manage_flask_logo.png\" width=\"25%\"\u003e\n\n**manage_flask** is toolset for managing Flask App.\n\nDeveloped in **[python](https://www.python.org/)** code.\n\nThe README is used to introduce the modules and provide instructions on\nhow to install the modules, any machine dependencies it may have and any\nother information that should be provided before the modules are installed.\n\n[![manage_flask_python_checker](https://github.com/vroncevic/manage_flask/actions/workflows/manage_flask_python_checker.yml/badge.svg)](https://github.com/vroncevic/manage_flask/actions/workflows/manage_flask_python_checker.yml) [![manage_flask_package_checker](https://github.com/vroncevic/manage_flask/actions/workflows/manage_flask_package_checker.yml/badge.svg)](https://github.com/vroncevic/manage_flask/actions/workflows/manage_flask_package_checker.yml) [![GitHub issues open](https://img.shields.io/github/issues/vroncevic/manage_flask.svg)](https://github.com/vroncevic/manage_flask/issues) [![GitHub contributors](https://img.shields.io/github/contributors/vroncevic/manage_flask.svg)](https://github.com/vroncevic/manage_flask/graphs/contributors)\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n**Table of Contents**\n\n- [Installation](#installation)\n- [Dependencies](#dependencies)\n- [Package structure](#package-structure)\n- [Docs](#docs)\n- [Contributing](#contributing)\n- [Copyright and Licence](#copyright-and-licence)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n### Installation\n\nUsed next development environment\n\n![debian linux os](https://raw.githubusercontent.com/vroncevic/manage_flask/dev/docs/debtux.png)\n\nNavigate to **[release page](https://github.com/vroncevic/manage_flask/releases)** download and extract release archive.\n\nTo install **manage_flask** type the following\n\n```bash\ntar xvzf manage_flask-x.y.z.tar.gz\ncd manage_flask-x.y.z/\npip3 install -r requirements.txt\nmv manage.py /FlaskApp/\nmv /manage_commands/ /FlaskApp/\n```\n\nDuring integration please check comments !\n\nYou can use docker to create image/container.\n\n### Dependencies\n\n**manage_flask** requires other modules and libraries\n\n```bash\nFlask-Migrate == 2.6.0\nFlask-Script  == 2.0.6\n```\n\n### Package structure\n\nExpected manage structure\n\n```bash\n├── manage.py\nmanage_commands/\n    ├── create_database.py\n    ├── create_data.py\n    ├── create_superuser.py\n    ├── drop_database.py\n    └──  __init__.py\n```\n\n### Docs\n\n[![Documentation Status](https://readthedocs.org/projects/manage_flask/badge/?version=latest)](https://manage-flask.readthedocs.io/projects/manage_flask/en/latest/?badge=latest)\n\nMore documentation and info at\n\n- [manage_flask.readthedocs.io](https://manage-flask.readthedocs.io/en/latest/)\n- [www.python.org](https://www.python.org/)\n\n### Contributing\n\n[Contributing to manage_flask](CONTRIBUTING.md)\n\n### Copyright and Licence\n\n[![license: gpl v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![license apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nCopyright (C) 2017 - 2024 by [vroncevic.github.io/manage_flask](https://vroncevic.github.io/manage_flask/)\n\n**manage_flask** is free software; you can redistribute it and/or modify\nit under the same terms as Python itself, either Python version 3.x or,\nat your option, any later version of Python 3 you may have available.\n\nLets help and support PSF.\n\n[![Python Software Foundation](https://raw.githubusercontent.com/vroncevic/manage_flask/dev/docs/psf-logo-alpha.png)](https://www.python.org/psf/)\n\n[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.python.org/psf/donations/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fmanage_flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvroncevic%2Fmanage_flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fmanage_flask/lists"}