Python demo application
| src/demo_app | ||
| tests | ||
| .gitignore | ||
| pyproject.toml | ||
| README.md | ||
demo-app
A Python demo application.
Installation
pip install -e .
Development
pip install -e ".[dev]"
pytest
Usage
python -m demo_app.main
| src/demo_app | ||
| tests | ||
| .gitignore | ||
| pyproject.toml | ||
| README.md | ||
A Python demo application.
pip install -e .
pip install -e ".[dev]"
pytest
python -m demo_app.main