Skip to main content

Opinionated flask app scaffolding tool.

Project description

Steelflask

Opinionated flask app scaffolding tool. It will create a flask app structure targeted for rapid development and seamless deployment.

Setup and Installation

  • Create a folder where you want your application to reside.
  • Create a virtual environment in that folder.
  • activate the virtual environment.
  • run pip install steelflask to install steelflask to your project.
  • run steelflask init to generate flask app structure.
  • steelflask uses setuptools_scm for automatic versioning of the project, which require the project to be maintained as a git repo.
  • run git init
  • run pip install -r requirements_dev.txt to install dev dependencies.
  • run pip install -e . - it will install the project in with all required dependencies.
  • You may need to deactivate the venv and activate again.
  • run pytest -vvs to run test cases.

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

steelflask-0.1.0.tar.gz (8.8 kB view hashes)

Uploaded Source

Built Distribution

steelflask-0.1.0-py3-none-any.whl (16.8 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