Skip to main content

Flask based library to help structure an application with an eye towards CLI apps, not just web.

Project description

Flac

nox

Flask based library to help structure an application with an eye towards CLI apps, not just web.

Features

  • App factory pattern

    • blueprints (web & CLI)
  • CLI Integration

    • custom command
    • two-phase init for blueprints
  • Configuration

    • .env & .flaskenv
    • from files
    • from environment
    • alternate settings for testing, dev, prod
  • 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
  • Flask-SQLAlchemy

    • ext init
    • fixtures to get db to ensure app context
  • Celery

    • refresh process pool
  • cli integration with the ability to customize the app's configuration using global cli options

    someapp --debug --with-sentry run-some-task

  • pytest fixtures for app initialization

  • demo cli test that uses separate process

Copier App Template

Flac provides a copier template to create the scaffold needed for a basic Flac app:

copier copy --trust gh:rsyring/flac .../projects/some-new-app-pkg

Development

Copier Template

Project structure and tooling mostly derives from the Coppy, see its documentation for context and additional instructions.

This project can be updated from the upstream repo, see Updating a Project.

Project Setup

From zero to hero (passing tests that is):

  1. Ensure host dependencies are installed

  2. Start docker service dependencies (if applicable):

    docker compose up -d

  3. Sync project virtualenv w/ lock file:

    uv sync

  4. Configure prek:

    prek install

  5. Run tests:

    nox

Versions

Versions are date based. A bump action exists to help manage versions:

  # Show current version
  mise bump --show

  # Bump version based on date, tag, and push:
  mise bump

  # See other options
  mise bump -- --help

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

flask_flac-0.20260528.1.tar.gz (120.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

flask_flac-0.20260528.1-py3-none-any.whl (15.6 kB view details)

Uploaded Python 3

File details

Details for the file flask_flac-0.20260528.1.tar.gz.

File metadata

  • Download URL: flask_flac-0.20260528.1.tar.gz
  • Upload date:
  • Size: 120.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for flask_flac-0.20260528.1.tar.gz
Algorithm Hash digest
SHA256 14dc3a083eb0c83f2197666af4662a243d8e0f1c066f4b1e22a627d85c068af1
MD5 1962b13c181fab1625095d9d02764658
BLAKE2b-256 d70b2197d48b8ac7b0e452de1a951df443f785c67a6087e059796c20802d8ccd

See more details on using hashes here.

Provenance

The following attestation bundles were made for flask_flac-0.20260528.1.tar.gz:

Publisher: pypi.yaml on rsyring/flac

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flask_flac-0.20260528.1-py3-none-any.whl.

File metadata

File hashes

Hashes for flask_flac-0.20260528.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3e2bb6dfdac070fed68e75b4cc2c5dfd49a3a7354e3d16de0a318176b0204aff
MD5 8bbfdb614de15184f2526fecfd3a6860
BLAKE2b-256 420b11d1e64a52c2950dce62ae28e493a486b7ede9e94e141b471123263558e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for flask_flac-0.20260528.1-py3-none-any.whl:

Publisher: pypi.yaml on rsyring/flac

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page