Skip to main content

A simple tool to help you setup a flask project for web development, API development and just any basic app

Project description

flask-setup

Flask Setup Tool

INSTALLATION

$ pip install flask-setup

USAGE

  1. create a virtual environment and activate it, the run an fs command: $ fs command argument

COMMANDS

  1. build: Builds the project. $ fs build

  2. add: Takes blueprint name e.g. $ fs add api this will add a blueprint with the name 'api'

  3. remove: Takes blueprint name e.g. $ fs remove api this will remove the blueprint with the name 'api'

  4. install: pass this alongside a module e.g.: $ fs install flask this will install flask and freeze to requirements file

  5. uninstall: pass this alongside a module e.g.: $ fs uninstall flask this will uninstall flask and freeze to requirements file

  6. destroy: This will destroy the current project e.g.: $ fs destroy

  7. init: Initializes fs on an existing project with similar setup e.g.: $ fs init

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

flask_setup-0.4.1-py3-none-any.whl (23.4 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