Skip to content

rsyring/pyweb-flog2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ffdefab · Jun 19, 2020

History

18 Commits
Jun 19, 2020
Jun 19, 2020
Jun 19, 2020
Mar 7, 2020
Jun 19, 2020
Jun 19, 2020
Jun 19, 2020
Jun 19, 2020
Jun 19, 2020
Jun 19, 2020
Jun 19, 2020
Nov 14, 2019
Nov 14, 2019
Jun 19, 2020

Repository files navigation

Flog

CircleCI codecov

Run Tests

# first
$ docker-compose up -d

# then
$ tox

# or (this is also how to get a dev environment setup)
$ pip install -r requirements.txt
$ pip install -e .
$ pytest

Features

  • General
    • ease of starting tests & dev
    • docker-compose
    • freeze requirements using pip-tools
      • tox runs both frozen and current libs
  • App factory pattern
    • blueprints (web & CLI)
    • use .ext module to avoid circular imports
  • CLI Integration
    • custom command
    • two-phase init for blueprints
  • Configuration
    • .env & .flaskenv
    • from files
    • from environment
    • alternate settings for testing, dev, prod
    • init config first or logging first?
  • Logging
    • logs are probably cheap, don't prematurely optimize
    • centralize your logs to an aggregation service
    • .info logs are show/saved by default
    • cli output is plain text
    • saved logs are JSON
    • saved logs go to syslog, let devops handle the aggregation
  • Testing
    • alternate DB URI
    • pytest & fixtures
    • custom pytest.ini for tox/ci
  • Flask-SQLAlchemy
    • ext init
    • fixtures to get db to ensure app context
  • Celery
    • refresh process pool

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published