{"id":17614864,"url":"https://github.com/vroncevic/flask_func_struct","last_synced_at":"2026-02-08T08:03:36.458Z","repository":{"id":41847799,"uuid":"85397589","full_name":"vroncevic/flask_func_struct","owner":"vroncevic","description":"Flask Monolith Project Template - Class-Functional Structure","archived":false,"fork":false,"pushed_at":"2025-01-29T18:35:47.000Z","size":6710,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-05T20:13:41.771Z","etag":null,"topics":["coverage","flask","flask-bcrypt","flask-bootstrap","flask-debugtoolbar","flask-login","flask-migrate","flask-script","flask-sqlalchemy","flask-testing","flask-wtf","project","python","wtforms"],"latest_commit_sha":null,"homepage":"https://vroncevic.github.io/flask_func_struct","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-18T11:53:20.000Z","updated_at":"2025-01-29T18:35:51.000Z","dependencies_parsed_at":"2023-12-15T02:31:49.225Z","dependency_job_id":"e985c2f4-0e22-4cb7-94cf-ead3e578eb5c","html_url":"https://github.com/vroncevic/flask_func_struct","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fflask_func_struct","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fflask_func_struct/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fflask_func_struct/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fflask_func_struct/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vroncevic","download_url":"https://codeload.github.com/vroncevic/flask_func_struct/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252569646,"owners_count":21769517,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["coverage","flask","flask-bcrypt","flask-bootstrap","flask-debugtoolbar","flask-login","flask-migrate","flask-script","flask-sqlalchemy","flask-testing","flask-wtf","project","python","wtforms"],"created_at":"2024-10-22T18:46:59.467Z","updated_at":"2026-02-08T08:03:36.372Z","avatar_url":"https://github.com/vroncevic.png","language":"Python","readme":"\u003cimg align=\"right\" src=\"https://raw.githubusercontent.com/vroncevic/flask_func_struct/dev/docs/flask_func_struct_logo.png\" width=\"25%\"\u003e\n\n# Flask Functional-Structured Framework\n\n☯️ **flask_func_struct** is framework 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[![flask_func_struct python checker](https://img.shields.io/github/workflow/status/vroncevic/flask_func_struct/flask_func_struct_python_checker?style=flat\u0026label=flask_func_struct%20python%20checker)](https://github.com/vroncevic/flask_func_struct/actions/workflows/flask_func_struct_python_checker.yml) [![flask_func_struct package checker](https://img.shields.io/github/workflow/status/vroncevic/flask_func_struct/flask_func_struct_package_checker?style=flat\u0026label=flask_func_struct%20package%20checker)](https://github.com/vroncevic/flask_func_struct/actions/workflows/flask_func_struct_package_checker.yml) [![GitHub issues open](https://img.shields.io/github/issues/vroncevic/flask_func_struct.svg)](https://github.com/vroncevic/flask_func_struct/issues) [![GitHub contributors](https://img.shields.io/github/contributors/vroncevic/flask_func_struct.svg)](https://github.com/vroncevic/flask_func_struct/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- [Usage](#usage)\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/flask_func_struct/dev/docs/debtux.png)\n\nNavigate to **[release page](https://github.com/vroncevic/flask_func_struct/releases)** download and extract release archive 📦.\n\nTo install **flask_func_struct** 📦 type the following\n\n```bash\ntar xvzf flask_func_struct-x.y.z.tar.gz\ncd flask_func_struct-x.y.z/\npip install -r requirements.txt\ncp manage.py /FlaskApp/\ncp -R /manage_commands/ /FlaskApp/\ncp -R /app_server/ /Flask/\n```\n\nOr You can use Dockerfile to create image/container 🚢.\n\n[![flask_func_struct docker checker](https://img.shields.io/github/workflow/status/vroncevic/flask_func_struct/flask_func_struct_docker_checker?style=flat\u0026label=flask_func_struct%20docker%20checker)](https://github.com/vroncevic/flask_func_struct/actions/workflows/flask_func_struct_docker_checker.yml)\n\n### Usage\n\nCreate databse\n\n```bash\n$ python manage.py create_db\nCreate database/tables\nDone\n```\n\nInit databse and prepare alembic table\n\n```bash\n$ python manage.py db init\n  Creating directory /data/dev/python/flask_func_struct/github/flask_func_struct/migrations ...  done\n  Creating directory /data/dev/python/flask_func_struct/github/flask_func_struct/migrations/versions ...  done\n  Generating /data/dev/python/flask_func_struct/github/flask_func_struct/migrations/env.pyc ...  done\n  Generating /data/dev/python/flask_func_struct/github/flask_func_struct/migrations/env.py ...  done\n  Generating /data/dev/python/flask_func_struct/github/flask_func_struct/migrations/alembic.ini ...  done\n  Generating /data/dev/python/flask_func_struct/github/flask_func_struct/migrations/README ...  done\n  Generating /data/dev/python/flask_func_struct/github/flask_func_struct/migrations/script.py.mako ...  done\n  Please edit configuration/connection/logging settings in\n  '/data/dev/python/flask_func_struct/github/flask_func_struct/migrations/alembic.ini' before proceeding.\n```\n\nGenerate a migration script that makes the database match the models\n\n```bash\n$ python manage.py db migrate\nINFO  [alembic.runtime.migration] Context impl SQLiteImpl.\nINFO  [alembic.runtime.migration] Will assume non-transactional DDL.\nINFO  [alembic.env] No changes in schema detected.\n```\n\nCreate super user\n\n```bash\n$ python manage.py createsuperuser\nCreating superuser account\nInsert username of superuser: adroot\nInsert email of superuser: adroot@test.com\nInsert password of superuser: \nDone\n```\n\nRun application\n\n```bash\n$ python manage.py runserver\n * Serving Flask app \"app_server\" (lazy loading)\n * Environment: production\n   WARNING: This is a development server. Do not use it in a production deployment.\n   Use a production WSGI server instead.\n * Debug mode: on\n * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)\n * Restarting with stat\n * Debugger is active!\n * Debugger PIN: 226-526-932\n```\n\n### Dependencies\n\n**flask_func_struct** requires other modules and libraries (Python 2.x)\n\n```bash\nalembic                           1.6.5\nFlask                             1.1.4\nFlask-Bcrypt                      1.0.1\nFlask-Bootstrap                   3.3.7.1\nFlask-Cors                        3.0.10\nFlask-DebugToolbar                0.13.1\nFlask-Login                       0.5.0\nFlask-Mail                        0.9.1\nFlask-Migrate                     2.6.0\nFlask-Script                      2.0.6\nFlask-SQLAlchemy                  2.5.1\nFlask-Testing                     0.8.1\nFlask-WTF                         0.14.3\nSQLAlchemy                        1.4.27\nWerkzeug                          1.0.1\nWTForms                           2.3.3\n```\n\n### Package structure\n\n🧰 Expected framework structure\n\n```bash\napp_server/\n├── configuration/\n│   ├── database/\n│   │   ├── development_config.py\n│   │   ├── __init__.py\n│   │   ├── production_config.py\n│   │   └── test_config.py\n│   ├── development_config.py\n│   ├── __init__.py\n│   ├── mail/\n│   │   ├── development_config.py\n│   │   ├── __init__.py\n│   │   ├── production_config.py\n│   │   └── test_config.py\n│   ├── production_config.py\n│   └── test_config.py\n├── forms/\n│   ├── base/\n│   │   ├── contact.py\n│   │   └── __init__.py\n│   ├── __init__.py\n│   └── user/\n│       ├── edit.py\n│       ├── __init__.py\n│       ├── login.py\n│       └── register.py\n├── __init__.py\n├── models/\n│   ├── __init__.py\n│   └── model_user.py\n├── static/\n│   ├── base.css\n│   └── favicon.ico\n├── templates/\n│   ├── base/\n│   │   ├── about.html\n│   │   ├── contact.html\n│   │   └── home.html\n│   ├── _base.html\n│   ├── errors/\n│   │   ├── 401.html\n│   │   ├── 403.html\n│   │   ├── 404.html\n│   │   └── 500.html\n│   ├── footer.html\n│   ├── header.html\n│   └── user/\n│       ├── administration.html\n│       ├── edit.html\n│       ├── login.html\n│       ├── members.html\n│       └── register.html\n└── views/\n    ├── base/\n    │   ├── about.py\n    │   ├── contact.py\n    │   ├── home.py\n    │   └── __init__.py\n    ├── __init__.py\n    └── user/\n        ├── administration.py\n        ├── edit.py\n        ├── __init__.py\n        ├── login.py\n        ├── logout.py\n        ├── members.py\n        └── register.py\n```\n\n### Docs\n\n[![Documentation Status](https://readthedocs.org/projects/flask-func-struct/badge/?version=latest)](https://flask-func-struct.readthedocs.io/en/latest/?badge=latest)\n\n📗 More documentation and info at\n\n* [flask_func_struct.readthedocs.io](https://flask_func_struct.readthedocs.io/en/latest/)\n* [www.python.org](https://www.python.org/)\n\n### Contributing\n\n🌎 🌍 🌏 [Contributing to config_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](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nCopyright (C) 2017 by [vroncevic.github.io/flask_func_struct](https://vroncevic.github.io/flask_func_struct/)\n\n**flask_func_struct** is free software; you can redistribute it and/or modify\nit under the same terms as Python itself, either Python version 2.x or,\nat your option, any later version of Python 2 you may have available.\n\nLets help and support PSF.\n\n[![Python Software Foundation](https://raw.githubusercontent.com/vroncevic/flask_func_struct/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://psfmember.org/index.php?q=civicrm/contribute/transact\u0026reset=1\u0026id=2)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fflask_func_struct","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvroncevic%2Fflask_func_struct","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fflask_func_struct/lists"}