2
Fork 0
Python utilities for Flask and related packages
Datei suchen
Felix Fröhlich 3e7e245173
Update dependencies
black      26.3.1 → 26.5.1
build      1.4.3  → 1.5.0
coverage   7.13.5 → 7.14.3
lxml       6.0.4  → 6.1.1
pre-commit 4.5.1  → 4.6.0
pytest     9.0.3  → 9.1.1
sqlalchemy 2.0.49 → 2.0.51
wheel      0.46.3 → 0.47.0
wtforms    3.2.1  → 3.2.2
2026-06-30 14:35:56 +02:00
.idea Add utility module for celery/flask-celery-tools 2026-04-20 11:26:27 +02:00
docs/badges Fix pyproject.toml to make installing the package possible 2026-06-30 14:30:04 +02:00
pprs/flask Add celery utilities automatic_task and Crontab 2026-04-27 17:20:50 +02:00
tests Add celery utilities automatic_task and Crontab 2026-04-27 17:20:50 +02:00
.gitignore Add coverage badge pre-commit hook 2026-03-10 11:51:57 +01:00
.pre-commit-config.yaml Add coverage badge pre-commit hook 2026-03-10 11:51:57 +01:00
.python-version Initial commit 2026-02-12 12:37:40 +01:00
Manifest.in Initial commit 2026-02-12 12:37:40 +01:00
pyproject.toml Fix pyproject.toml to make installing the package possible 2026-06-30 14:30:04 +02:00
README.md Add coverage badge to README 2026-04-27 17:20:58 +02:00
uv.lock Update dependencies 2026-06-30 14:35:56 +02:00

py-flask-utils

Current code test coverage

Install

Groups

  • py-flask-utils[celery]: Group for celery utilities. Required to use the module pprs.flask.celery.
  • py-flask-utils[dev]: Group for development dependencies. Not required for development per se, but highly recommended.
  • py-flask-utils[test]: Group for testing dependencies. Required to run tests.