Skip to main content

A CLI for autogenerate folder structure and boilerplate for Flask applications

Project description

flask-sketch

A Python CLI for auto-generate folders structure and boilerplate code for Flask Applications.

Installation

Flask Sketch is available on PyPi. Simply use pip to install Flask Sketch:

pip install flask-sketch

Usage

Flask-Sketch have a single command to create a new project

python -m flask_sketch myprojectname

This will start a CLI which ask some questions about what you want in your new application like database choice, login framework, REST framework and some other features you might want. The name of your project will be myprojectname (note: the name of project can only contains letters, numbers and underscore but have to start with a letter)

Some questions depends on past answers you gave (example: if you choose a SQL database you will be asked if you want flask-migrate to help with migrations)

Demo

A simple demo using Flask Sketch

Alt Text

Future

For now Flask-Sketch is basic a study project for myself but I want to add support for:

  • Authlib (to deal with OAuth2)
  • More options to deal with migrations
  • Environs lib (another alternative for settings)
  • Others features extensions to flask:
    • Flask-Talisman
    • Pytest-Flask
    • Flask-Babel
    • Flask-File-Upload
    • Flask-HTMLmin (to minifier HTML)
    • Flask-Static-Digest
    • Something to help with text search.
    • Something to help with GraphQL

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flask-sketch-0.3.29.tar.gz (26.5 kB view hashes)

Uploaded Source

Built Distribution

flask_sketch-0.3.29-py3-none-any.whl (59.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page