Skip to content

Releases: CoffeeAnon/python_flask_boilerplate

v0.4.0

03 Apr 18:22
9f72921

Choose a tag to compare

Merge pull request #5 from CoffeeAnon/dependabot/pip/pylint-3.1.0

Bump pylint from 2.17.7 to 3.1.0

v0.3.0

24 Mar 23:51
5ab0322

Choose a tag to compare

What's Changed

Added a gh pages site generated from markdown files in mkdocs folder, versioned automatically via circleci.

Full Changelog: v0.1.0...v0.3.0

v0.1.0

25 Aug 03:09
936ff72

Choose a tag to compare

Initial commit, basic boilerplate of a flask application.

  • packages managed with poetry
  • pytest, mypy, and pylint run by tox
  • docker-compose and dockerfile
  • circleci config runs tests, builds docker image and pushes it to docker.io