/flask_playground

Various mini projects to learn Flask

Primary LanguagePythonMIT LicenseMIT

Flask Playground

Various mini projects to learn Flask

Sources

Installation (using conda)

  • Create new environment flask
conda create -n flask python=3.6 flask
activate flask
conda install -c conda-forge yapf
conda install -c conda-forge flake8
conda install -c conda-forge pytest

Additional packages

(used later in examples)

conda install -c conda-forge pyyaml
conda install -c conda-forge pyJWT