Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

flask-app

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flask-app

A tool to create flask boilerplate code

  • 1.0.1
  • PyPI
  • Socket score

Maintainers
1

Build Status PyPI version

Flask App

A python package to create flask boiler plate code

Installing this app

  • Run pip install flask-app

Usage

  • Set up a virtual environment

  • Create a new flask boilerplate, run

    flask-app [name_of_app] [-d destination directory]
    
  • Update the .env file with the respective variables

  • Source the .env file with source .env

  • Run flask db init to initialize migration files

  • Run flask db migrate to create migrations

Author

  • Kimbugwe Simon Peter

CHANGES

  • fix directory

v1.0

    • merge cwd fix
  • fix cwd error
  • Default copy folder to current directory
  • format with black
  • refactor cwd

0.0.8

  • update readme file"

0.0.6

  • add existing directory check
  • fix destination path

0.0.5

  • enable class callable for views

0.0.4

  • remove init file in create package
  • remove pdb
  • change foolder structure
  • setup versionining

v0.0.1

  • enable travis deployment
  • fix failing requirements file
  • add packaging files
  • add sample test
  • add developement environment
  • initial commit

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc