Skip to main content

Initializing project structure for flask applications.

Project description

Package to create scaffolds for flask projects.

Installing

To install the package, just run the following command:

pip install flaskscaffold

Usage

Help:

flaskscaffold --help

To use simply create a directory for your project and then in the directory:

flaskscaffold

This will create the below folder structure:

my_project
├── app.py
├── db.py
├── .gitignore
├── models
│   └── __init__.py
├── services
│   └── __init__.py
├── controllers
│   └── __init__.py
└── tests

Or if you itend to buiild a web app:

flaskscaffold --web
my_project
├── app.py
├── db.py
├── .gitignore
├── models
│   └── __init__.py
├── services
│   └── __init__.py
├── controllers
│   └── __init__.py
├── static
├── templates
└── tests

In addition to the file structure, boilerplate app.py and .gitignore is added.

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

flaskscaffold-0.9.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

flaskscaffold-0.9-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file flaskscaffold-0.9.tar.gz.

File metadata

  • Download URL: flaskscaffold-0.9.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.9

File hashes

Hashes for flaskscaffold-0.9.tar.gz
Algorithm Hash digest
SHA256 019e36c235a510ab0d6f672412c0d91e34c0a82a850388d672d49b64f61e0a28
MD5 a64fe194863053165ebc99b8f0d7752a
BLAKE2b-256 2a5e604270d3397ab89ca922986017dcb679f00b53cf6c89e9b5a6cda303806d

See more details on using hashes here.

File details

Details for the file flaskscaffold-0.9-py3-none-any.whl.

File metadata

  • Download URL: flaskscaffold-0.9-py3-none-any.whl
  • Upload date:
  • Size: 5.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.9

File hashes

Hashes for flaskscaffold-0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 2bce787d5a1feadd3379f9d11362e354a87abc260ab018035168a28b96732a32
MD5 68acf7a5c101898e874e9b87abb5c6c5
BLAKE2b-256 b483b0b24ec8adf9491b69bcf116d944a8c3b19fe838d2f3590548c5a9fdf902

See more details on using hashes here.

Supported by

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