Python demo application
Go to file
2026-02-22 08:23:43 +00:00
src/demo_app Initial Python project structure 2026-02-22 08:23:43 +00:00
tests Initial Python project structure 2026-02-22 08:23:43 +00:00
.gitignore Initial Python project structure 2026-02-22 08:23:43 +00:00
pyproject.toml Initial Python project structure 2026-02-22 08:23:43 +00:00
README.md Initial Python project structure 2026-02-22 08:23:43 +00:00

demo-app

A Python demo application.

Installation

pip install -e .

Development

pip install -e ".[dev]"
pytest

Usage

python -m demo_app.main