{"id":17222651,"url":"https://github.com/marksteve/flaskinit","last_synced_at":"2025-04-13T23:57:28.625Z","repository":{"id":57430398,"uuid":"12160488","full_name":"marksteve/flaskinit","owner":"marksteve","description":"Bootstraps Flask projects","archived":false,"fork":false,"pushed_at":"2014-03-07T15:48:44.000Z","size":136,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T20:44:03.254Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pypi.python.org/pypi/flaskinit","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marksteve.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-16T14:31:47.000Z","updated_at":"2015-07-26T01:15:37.000Z","dependencies_parsed_at":"2022-08-26T05:01:46.421Z","dependency_job_id":null,"html_url":"https://github.com/marksteve/flaskinit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fflaskinit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fflaskinit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fflaskinit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fflaskinit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marksteve","download_url":"https://codeload.github.com/marksteve/flaskinit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248799926,"owners_count":21163403,"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":[],"created_at":"2024-10-15T04:06:02.190Z","updated_at":"2025-04-13T23:57:28.603Z","avatar_url":"https://github.com/marksteve.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"flaskinit\n=========\n\n.. image:: http://img.shields.io/pypi/v/flaskinit.png\n\nBootstraps Flask projects\n\nInstall\n-------\n::\n\n  $ pip install flaskinit\n\nUsage\n-----\nInitialize a simple Flask project::\n\n  $ flaskinit project\n\n           flaskinit\n\n     project package: project/__init__.py\n       views package: project/views/__init__.py\n           blueprint: project/views/root.py\n        requirements: requirements.txt\n   extensions module: project/extensions.py\n       config module: project/config.py\n          app module: project/app.py\n         wsgi module: project/wsgi.py\n    runserver module: runserver.py\n\nAdd blueprints::\n\n  $ flaskinit project -b admin\n\n           flaskinit\n\n     project package: project/__init__.py\n       views package: project/views/__init__.py\n           blueprint: project/views/admin.py\n           blueprint: project/views/root.py\n        requirements: requirements.txt\n   extensions module: project/extensions.py\n       config module: project/config.py\n          app module: project/app.py\n         wsgi module: project/wsgi.py\n    runserver module: runserver.py\n\nAdd extensions::\n\n  $ flaskinit project -e sqlalchemy\n\n           flaskinit\n\n     project package: project/__init__.py\n       views package: project/views/__init__.py\n           blueprint: project/views/root.py\n           extension: sqlalchemy\n        requirements: requirements.txt\n   extensions module: project/extensions.py\n       config module: project/config.py\n          app module: project/app.py\n         wsgi module: project/wsgi.py\n    runserver module: runserver.py\n\nAvailable extensions:\n\n* ``sqlalchemy`` - Flask-SQLAlchemy\n* Fork and add more!\n\nRequirements file and server script are included so you can get started quick::\n\n  $ pip install -r requirements.txt\n  $ python runserver.py\n\nLicense\n-------\nhttp://marksteve.mit-license.org\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarksteve%2Fflaskinit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarksteve%2Fflaskinit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarksteve%2Fflaskinit/lists"}