{"id":17614043,"url":"https://github.com/vroncevic/config_flask","last_synced_at":"2026-02-09T10:31:00.321Z","repository":{"id":18804258,"uuid":"85350527","full_name":"vroncevic/config_flask","owner":"vroncevic","description":"Flask Configuration Mechanism","archived":false,"fork":false,"pushed_at":"2024-06-17T21:38:39.000Z","size":7960,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T08:45:27.394Z","etag":null,"topics":["configuration","database","flask","linux","mail","python3","web"],"latest_commit_sha":null,"homepage":"https://vroncevic.github.io/config_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-17T20:06:48.000Z","updated_at":"2024-06-17T21:37:35.000Z","dependencies_parsed_at":"2024-01-09T18:30:32.447Z","dependency_job_id":"218305bc-29a0-43cc-8dc6-896691bbf716","html_url":"https://github.com/vroncevic/config_flask","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/vroncevic/config_flask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fconfig_flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fconfig_flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fconfig_flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fconfig_flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vroncevic","download_url":"https://codeload.github.com/vroncevic/config_flask/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fconfig_flask/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29261899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T04:11:57.159Z","status":"ssl_error","status_checked_at":"2026-02-09T04:11:56.117Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["configuration","database","flask","linux","mail","python3","web"],"created_at":"2024-10-22T18:21:05.399Z","updated_at":"2026-02-09T10:31:00.306Z","avatar_url":"https://github.com/vroncevic.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Configuration Mechanism\n\n\u003cimg align=\"right\" src=\"https://raw.githubusercontent.com/vroncevic/config_flask/dev/docs/config_flask_logo.png\" width=\"25%\"\u003e\n\n**config_flask** is toolset for configuration setup of Flask App.\n\nDeveloped in **[python](https://www.python.org/)** code: **100%**.\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[![config_flask_python_checker](https://github.com/vroncevic/config_flask/actions/workflows/config_flask_python_checker.yml/badge.svg)](https://github.com/vroncevic/config_flask/actions/workflows/config_flask_python_checker.yml) [![config_flask_package_checker](https://github.com/vroncevic/config_flask/actions/workflows/config_flask_package_checker.yml/badge.svg)](https://github.com/vroncevic/config_flask/actions/workflows/config_flask_package_checker.yml) [![GitHub issues open](https://img.shields.io/github/issues/vroncevic/config_flask.svg)](https://github.com/vroncevic/config_flask/issues) [![GitHub contributors](https://img.shields.io/github/contributors/vroncevic/config_flask.svg)](https://github.com/vroncevic/config_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/ats_utilities/dev/docs/debtux.png)\n\nNavigate to **[release page](https://github.com/vroncevic/config_flask/releases)** download and extract release archive.\n\nTo install **config_flask** type the following\n\n```bash\ntar xvzf config_flask-x.y.z.tar.gz\nmv config_flask-x.y.z/app_server/configuration /FlaskApp/app_server/\n```\n\nOr You can use docker to create image/container.\n\n### Dependencies\n\n**config_flask** requires other modules and libraries\n * coverage\n * Flask\n * Flask-Migrate\n * Flask-Script\n * Flask-Login\n * Flask-BCrypt\n * Flask-Bootstrap\n * Flask-DebugToolbar\n * Flask-SQLAlchemy\n * Flask-Testing\n * Flask-WTF\n * WTForms\n\n### Package structure\n\nExpected configuration structure\n\n```bash\n    app_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        └── __init__.py\n```\n\n### Docs\n\n[![Documentation Status](https://readthedocs.org/projects/config-flask/badge/?version=latest)](https://config-flask.readthedocs.io/en/latest/?badge=latest)\n\nMore documentation and info at\n\n* [config_flask.readthedocs.io](https://config-flask.readthedocs.io/)\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 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/config_flask](https://vroncevic.github.io/config_flask/)\n\n**config_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/config_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%2Fconfig_flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvroncevic%2Fconfig_flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fconfig_flask/lists"}