Skip to main content

Boostrap a Flask project with boilerplate and virtual environment.

Project description

HelloFlask

Python library to automate boostrapping a Flask project.

Features:

- Sets up a virtual environment
- Installs Flask and python-dotenv by default in the virtual environment
- Installs third party libraries needed by the user asynchronously
- Creates a flask app with boilerplate files

Requirements:

Python +3.6

Installation:

pip install helloflask

Usage

Run the command that suits you:
  - For Linux/Max users: helloflask project_name or python3 -m helloflask project_name
  - For windows users: python -m helloflask project_name

You'll be then asked to type in the names of needed libraries:
Example: `pytz flask-restful flask-sqlalchemy`

After the packages are installed, instructions on how to use use the app will be displayed.

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

HelloFlask-1.2.0.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

HelloFlask-1.2.0-py3-none-any.whl (10.7 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